Crafting table keeps inventory and has 8 storage slots. Inset light harvest tool and strength adapted. Crafting table recipe changed.
This commit is contained in:
parent
412098c960
commit
06233d25ad
13 changed files with 403 additions and 56 deletions
|
@ -184,6 +184,15 @@
|
|||
},
|
||||
"name": "paneGlass"
|
||||
},
|
||||
|
||||
{
|
||||
"ingredient": {
|
||||
"item": "minecraft:crafting_table",
|
||||
"data": 0
|
||||
},
|
||||
"name": "itemCraftingTable"
|
||||
},
|
||||
|
||||
{
|
||||
"ingredient": [
|
||||
{
|
||||
|
|
|
@ -8,20 +8,16 @@
|
|||
],
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"SS",
|
||||
"PP",
|
||||
"PC"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "#slabTreatedWood",
|
||||
"data": 0
|
||||
},
|
||||
"P": {
|
||||
"item": "#plankTreatedWood",
|
||||
"data": 0
|
||||
},
|
||||
"C": {
|
||||
"item": "#crateTreatedWood",
|
||||
"item": "#itemCraftingTable",
|
||||
"data": 0
|
||||
}
|
||||
},
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.7 KiB |
Loading…
Add table
Add a link
Reference in a new issue