Tweak Flower Generation

This commit is contained in:
nelle 2023-07-05 14:09:05 -06:00
parent 4d772cb9c1
commit e63e368185
5 changed files with 9 additions and 6 deletions

View file

@ -2,3 +2,6 @@
- Tweak Flower generation - Tweak Flower generation
- Add config base - Add config base
- Support for 1.20-1.20.1 in one file - Support for 1.20-1.20.1 in one file
## [3.0.3]
- Tweak Flower generation
-

View file

@ -1,9 +1,9 @@
{ {
"type": "minecraft:flower", "type": "minecraft:flower",
"config": { "config": {
"tries": 3, "tries": 1,
"xz_spread": 2, "xz_spread": 1,
"y_spread": 3, "y_spread": 2,
"feature": { "feature": {
"feature": { "feature": {
"type": "minecraft:simple_block", "type": "minecraft:simple_block",

View file

@ -3,7 +3,7 @@
"config": { "config": {
"tries": 6, "tries": 6,
"xz_spread": 5, "xz_spread": 5,
"y_spread": 3, "y_spread": 5,
"feature": { "feature": {
"feature": { "feature": {
"type": "minecraft:simple_block", "type": "minecraft:simple_block",

View file

@ -3,7 +3,7 @@
"placement": [ "placement": [
{ {
"type": "minecraft:rarity_filter", "type": "minecraft:rarity_filter",
"chance": 16 "chance": 8
}, },
{ {
"type": "minecraft:in_square" "type": "minecraft:in_square"

View file

@ -3,7 +3,7 @@
"placement": [ "placement": [
{ {
"type": "minecraft:rarity_filter", "type": "minecraft:rarity_filter",
"chance": 32 "chance": 24
}, },
{ {
"type": "minecraft:in_square" "type": "minecraft:in_square"