ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/tagged_sticky_piston.json
Flanks255 f524eccc01 Fixed recipe conflicts.
Fixed fluid placer wasting fluids.
2024-03-10 13:19:11 -05:00

19 lines
273 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"P": {
"item": "minecraft:piston"
},
"R": {
"tag": "forge:slimeballs"
}
},
"pattern": [
"R",
"P"
],
"result": {
"item": "minecraft:sticky_piston"
}
}