minecraft-modpack-1.20.1/config/capsule/prefab_blueprint_recipe.json
2025-02-09 16:35:05 +01:00

35 lines
874 B
JSON

{
"__comment": "recipe template used to generate all prefab recipes. You can change ingredients and move around 1, 2, and 3. Don't add 1,2,3 keys, they are handled by capsule automatically. If a mod is required and might be missing, put your template nbt file under a folder named with the mod required, the recipe won't be load if the mod is missing.",
"type": "capsule:blueprint_prefabs",
"conditions": [],
"result": {
"item": "capsule:capsule",
"nbt": {
"state": 3,
"display": {
"color": 2963801
},
"sourceInventory": {},
"structureName": "",
"label": "",
"size": 1
}
},
"pattern": [
"2b3",
"l1l",
" p "
],
"key": {
"b": {
"item": "minecraft:stone_button"
},
"p": {
"item": "minecraft:paper"
},
"l": {
"item": "minecraft:blue_dye"
}
}
}