This commit is contained in:
nelle 2023-11-02 00:23:36 -06:00
parent 85719839d4
commit 81c39a8dce

View file

@ -1,23 +1,21 @@
{
"type": "minecraft:tall_flower",
"type": "minecraft:random_patch",
"config": {
"tries": 1,
"xz_spread": 1,
"y_spread": 2,
"xz_spread": 7,
"y_spread": 3,
"feature": {
"feature": {
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:weighted_state_provider",
"entries": [
{
"weight": 2,
"data": {
"Name": "roses_mod:cyan_rose_bush"
}
"type": "minecraft:simple_state_provider",
"state": {
"Name": "roses_mod:cyan_rose_bush",
"Properties": {
"half": "lower"
}
]
}
}
}
},