-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpulverizer_recipes.mcfunction
11 lines (8 loc) · 1.28 KB
/
pulverizer_recipes.mcfunction
1
2
3
4
5
6
7
8
9
10
#> your_namespace:calls/simplenergy/pulverizer_recipes
#
# @within #simplenergy:calls/pulverizer_recipes
#
execute if score #found simplenergy.data matches 0 store result score #found simplenergy.data if data storage simplenergy:main pulverizer.input{"components": {"minecraft:custom_data": {"your_namespace": {"steel_ingot": true}}}} run loot replace entity @s contents loot your_namespace:i/steel_dust
execute if score #found simplenergy.data matches 0 store result score #found simplenergy.data if data storage simplenergy:main pulverizer.input{"components": {"minecraft:custom_data": {"your_namespace": {"raw_steel": true}}}} run loot replace entity @s contents loot your_namespace:i/steel_dust_x2
execute if score #found simplenergy.data matches 0 store result score #found simplenergy.data if data storage simplenergy:main pulverizer.input{"components": {"minecraft:custom_data": {"your_namespace": {"steel_ore": true}}}} run loot replace entity @s contents loot your_namespace:i/steel_dust_x2
execute if score #found simplenergy.data matches 0 store result score #found simplenergy.data if data storage simplenergy:main pulverizer.input{"components": {"minecraft:custom_data": {"your_namespace": {"deepslate_steel_ore": true}}}} run loot replace entity @s contents loot your_namespace:i/steel_dust_x2