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

18 lines
295 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" C ",
"GPG",
" C "
],
"key": {
"C": "plasticgun:composite_resin",
"G": "plasticgun:graphene_sheet",
"P": "plasticgun:plasma_core"
},
"result": {
"id": "plasticgun:force_container",
"count": 1
}
}