1.12: Creative tab opt-out handling added (issue #90). 1.14/1.15: Dev snapshot.
This commit is contained in:
parent
22b8d53f6e
commit
adc0df9d47
14 changed files with 95 additions and 33 deletions
|
@ -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" }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue