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
- Add config base
- 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",
"config": {
"tries": 3,
"xz_spread": 2,
"y_spread": 3,
"tries": 1,
"xz_spread": 1,
"y_spread": 2,
"feature": {
"feature": {
"type": "minecraft:simple_block",

View file

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

View file

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

View file

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