Rework linoleum crafting recipe
This commit is contained in:
parent
267d6fe342
commit
0694e47660
46 changed files with 1042 additions and 212 deletions
|
@ -2,26 +2,29 @@
|
|||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "minecraft:clay"
|
||||
},
|
||||
"D": {
|
||||
"F": {
|
||||
"item": "minecraft:green_dye"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:iron_nugget"
|
||||
},
|
||||
"L": {
|
||||
"item": "minecraft:leather"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
"item": "minecraft:oak_planks"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:slime_ball"
|
||||
"item": "minecraft:green_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" D ",
|
||||
"CPC",
|
||||
"SPS"
|
||||
"LLL",
|
||||
"PPP",
|
||||
"FIS"
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"count": 3,
|
||||
"item": "new_soviet:green_linoleum"
|
||||
},
|
||||
"show_notification": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue