fuck
This commit is contained in:
parent
85719839d4
commit
81c39a8dce
1 changed files with 9 additions and 11 deletions
|
@ -1,23 +1,21 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:tall_flower",
|
"type": "minecraft:random_patch",
|
||||||
"config": {
|
"config": {
|
||||||
"tries": 1,
|
"tries": 1,
|
||||||
"xz_spread": 1,
|
"xz_spread": 7,
|
||||||
"y_spread": 2,
|
"y_spread": 3,
|
||||||
"feature": {
|
"feature": {
|
||||||
"feature": {
|
"feature": {
|
||||||
"type": "minecraft:simple_block",
|
"type": "minecraft:simple_block",
|
||||||
"config": {
|
"config": {
|
||||||
"to_place": {
|
"to_place": {
|
||||||
"type": "minecraft:weighted_state_provider",
|
"type": "minecraft:simple_state_provider",
|
||||||
"entries": [
|
"state": {
|
||||||
{
|
"Name": "roses_mod:cyan_rose_bush",
|
||||||
"weight": 2,
|
"Properties": {
|
||||||
"data": {
|
"half": "lower"
|
||||||
"Name": "roses_mod:cyan_rose_bush"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue