Add missing recipe files
This commit is contained in:
parent
2ffe4537d2
commit
41192c77ac
7 changed files with 91 additions and 1 deletions
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "otemod:blue_pool_tile"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "otemod:blue_pool_tile_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "otemod:dirty_blue_pool_tile"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "otemod:dirty_blue_pool_tile_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "otemod:dirty_pool_tile"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "otemod:dirty_pool_tile_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "otemod:pool_tile"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "otemod:pool_tile_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "otemod:dirty_red_pool_tile"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "otemod:dirty_red_pool_tile_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "otemod:red_pool_tile"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "otemod:red_pool_tile_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
Reference in a new issue