Skip to content

Commit 1f798cb

Browse files
authored
Add golden dandelion to blossoming pots (#1284)
1 parent 81b021c commit 1f798cb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

gm4_blossoming_pots/data/gm4_blossoming_pots/function/decorated/set_storage.mcfunction

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4292,3 +4292,21 @@ data modify storage gm4_blossoming_pots:decorated_pots minecraft:potato set valu
42924292
}\
42934293
]\
42944294
}
4295+
4296+
data modify storage gm4_blossoming_pots:decorated_pots minecraft:golden_dandelion set value {\
4297+
place_sound:"minecraft:item.bone_meal.use",\
4298+
maximum:1,\
4299+
1:[\
4300+
{\
4301+
block_state:{\
4302+
Name:"minecraft:golden_dandelion"\
4303+
},\
4304+
transformation:{\
4305+
translation:[-0.5f,0.681f,-0.5f],\
4306+
left_rotation:[0f,0f,0f,1f],\
4307+
scale:[1f,1f,1f],\
4308+
right_rotation:[0f,0f,0f,1f]\
4309+
}\
4310+
}\
4311+
]\
4312+
}

0 commit comments

Comments
 (0)