Tweak Flower Generation
This commit is contained in:
parent
4d772cb9c1
commit
e63e368185
5 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
-
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"config": {
|
||||
"tries": 6,
|
||||
"xz_spread": 5,
|
||||
"y_spread": 3,
|
||||
"y_spread": 5,
|
||||
"feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 16
|
||||
"chance": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 32
|
||||
"chance": 24
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
|
|
Loading…
Reference in a new issue