Files
PlasticGun/src/main/resources/data/plasticgun/recipe/ceramic_mixture.json
2024-12-05 14:46:33 +01:00

12 lines
196 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"minecraft:clay_ball",
"minecraft:bone_meal"
],
"result": {
"id": "plasticgun:ceramic_mixture",
"count": 1
}
}