diff --git a/gm4_blossoming_pots/data/gm4_blossoming_pots/function/decorated/set_storage.mcfunction b/gm4_blossoming_pots/data/gm4_blossoming_pots/function/decorated/set_storage.mcfunction index f672a0f8e3..c30dca9150 100644 --- a/gm4_blossoming_pots/data/gm4_blossoming_pots/function/decorated/set_storage.mcfunction +++ b/gm4_blossoming_pots/data/gm4_blossoming_pots/function/decorated/set_storage.mcfunction @@ -253,6 +253,152 @@ data modify storage gm4_blossoming_pots:decorated_pots minecraft:pointed_dripsto ]\ } +data modify storage gm4_blossoming_pots:decorated_pots minecraft:sulfur_spike set value {\ + place_sound:"minecraft:block.sulfur.place",\ + maximum:3,\ + 1:[\ + {\ + block_state:{\ + Name:"minecraft:sulfur_spike",\ + Properties:{\ + vertical_direction:"down",\ + thickness:"frustum"\ + }\ + },\ + transformation:{\ + translation:[-0.35f,1.4435f,0.35f],\ + left_rotation:[0.707f,0f,0f,0.707f],\ + scale:[0.7f,0.7f,0.7f],\ + right_rotation:[0.707f,0f,0f,0.707f]\ + }\ + },\ + {\ + block_state:{\ + Name:"minecraft:sulfur_spike",\ + Properties:{\ + vertical_direction:"down",\ + thickness:"tip"\ + }\ + },\ + transformation:{\ + translation:[-0.35f,2.143f,0.35f],\ + left_rotation:[0.707f,0f,0f,0.707f],\ + scale:[0.7f,0.7f,0.7f],\ + right_rotation:[0.707f,0f,0f,0.707f]\ + }\ + }\ + ],\ + 2:[\ + {\ + block_state:{\ + Name:"minecraft:sulfur_spike",\ + Properties:{\ + vertical_direction:"down",\ + thickness:"middle"\ + }\ + },\ + transformation:{\ + translation:[-0.35f,1.4435f,0.35f],\ + left_rotation:[0.707f,0f,0f,0.707f],\ + scale:[0.7f,0.7f,0.7f],\ + right_rotation:[0.707f,0f,0f,0.707f]\ + }\ + },\ + {\ + block_state:{\ + Name:"minecraft:sulfur_spike",\ + Properties:{\ + vertical_direction:"down",\ + thickness:"frustum"\ + }\ + },\ + transformation:{\ + translation:[-0.35f,2.143f,0.35f],\ + left_rotation:[0.707f,0f,0f,0.707f],\ + scale:[0.7f,0.7f,0.7f],\ + right_rotation:[0.707f,0f,0f,0.707f]\ + }\ + },\ + {\ + block_state:{\ + Name:"minecraft:sulfur_spike",\ + Properties:{\ + vertical_direction:"down",\ + thickness:"tip"\ + }\ + },\ + transformation:{\ + translation:[-0.35f,2.8425f,0.35f],\ + left_rotation:[0.707f,0f,0f,0.707f],\ + scale:[0.7f,0.7f,0.7f],\ + right_rotation:[0.707f,0f,0f,0.707f]\ + }\ + }\ + ],\ + 3:[\ + {\ + block_state:{\ + Name:"minecraft:sulfur_spike",\ + Properties:{\ + vertical_direction:"down",\ + thickness:"middle"\ + }\ + },\ + transformation:{\ + translation:[-0.35f,1.4435f,0.35f],\ + left_rotation:[0.707f,0f,0f,0.707f],\ + scale:[0.7f,0.7f,0.7f],\ + right_rotation:[0.707f,0f,0f,0.707f]\ + }\ + },\ + {\ + block_state:{\ + Name:"minecraft:sulfur_spike",\ + Properties:{\ + vertical_direction:"down",\ + thickness:"middle"\ + }\ + },\ + transformation:{\ + translation:[-0.35f,2.143f,0.35f],\ + left_rotation:[0.707f,0f,0f,0.707f],\ + scale:[0.7f,0.7f,0.7f],\ + right_rotation:[0.707f,0f,0f,0.707f]\ + }\ + },\ + {\ + block_state:{\ + Name:"minecraft:sulfur_spike",\ + Properties:{\ + vertical_direction:"down",\ + thickness:"frustum"\ + }\ + },\ + transformation:{\ + translation:[-0.35f,2.8425f,0.35f],\ + left_rotation:[0.707f,0f,0f,0.707f],\ + scale:[0.7f,0.7f,0.7f],\ + right_rotation:[0.707f,0f,0f,0.707f]\ + }\ + },\ + {\ + block_state:{\ + Name:"minecraft:sulfur_spike",\ + Properties:{\ + vertical_direction:"down",\ + thickness:"tip"\ + }\ + },\ + transformation:{\ + translation:[-0.35f,3.542f,0.35f],\ + left_rotation:[0.707f,0f,0f,0.707f],\ + scale:[0.7f,0.7f,0.7f],\ + right_rotation:[0.707f,0f,0f,0.707f]\ + }\ + }\ + ]\ +} + data modify storage gm4_blossoming_pots:decorated_pots minecraft:small_amethyst_bud set value {\ place_sound:"minecraft:block.small_amethyst_bud.place",\ maximum:1,\ diff --git a/gm4_blossoming_pots/data/gm4_blossoming_pots/function/flower/set_storage.mcfunction b/gm4_blossoming_pots/data/gm4_blossoming_pots/function/flower/set_storage.mcfunction index d101d2a9b2..463edd9855 100644 --- a/gm4_blossoming_pots/data/gm4_blossoming_pots/function/flower/set_storage.mcfunction +++ b/gm4_blossoming_pots/data/gm4_blossoming_pots/function/flower/set_storage.mcfunction @@ -79,6 +79,42 @@ data modify storage gm4_blossoming_pots:flower_pots minecraft:pointed_dripstone ]\ } +data modify storage gm4_blossoming_pots:flower_pots minecraft:sulfur_spike set value {\ + place_sound:"minecraft:block.sulfur.place",\ + display:[\ + {\ + block_state:{\ + Name:"minecraft:sulfur_spike",\ + Properties:{\ + vertical_direction:"down",\ + thickness:"frustum"\ + }\ + },\ + transformation:{\ + translation:[-0.25f,0.1435f,0.25f],\ + left_rotation:[0.707f,0f,0f,0.707f],\ + scale:[0.5f,0.5f,0.5f],\ + right_rotation:[0.707f,0f,0f,0.707f]\ + }\ + },\ + {\ + block_state:{\ + Name:"minecraft:sulfur_spike",\ + Properties:{\ + vertical_direction:"down",\ + thickness:"tip"\ + }\ + },\ + transformation:{\ + translation:[-0.25f,0.6435f,0.25f],\ + left_rotation:[0.707f,0f,0f,0.707f],\ + scale:[0.5f,0.5f,0.5f],\ + right_rotation:[0.707f,0f,0f,0.707f]\ + }\ + }\ + ]\ +} + data modify storage gm4_blossoming_pots:flower_pots minecraft:small_amethyst_bud set value {\ place_sound:"minecraft:block.small_amethyst_bud.place",\ display:[\