1.12: Creative tab opt-out handling added (issue #90). 1.14/1.15: Dev snapshot.

This commit is contained in:
stfwi 2020-02-24 20:49:44 +01:00
parent 22b8d53f6e
commit adc0df9d47
14 changed files with 95 additions and 33 deletions

View file

@ -0,0 +1,22 @@
{
"conditions": [
{
"type": "engineersdecor:optional",
"result": "patchouli:guide_book",
"required": ["minecraft:iron_nugget", "minecraft:book"]
}
],
"type": "minecraft:crafting_shaped",
"pattern": [
"BN",
"N "
],
"key": {
"B": { "item": "minecraft:book" },
"N": { "item": "minecraft:iron_nugget" }
},
"result": {
"item": "patchouli:guide_book",
"nbt": { "patchouli:book": "engineersdecor:engineersdecor_manual" }
}
}