Add missing recipe files
This commit is contained in:
parent
2ffe4537d2
commit
41192c77ac
7 changed files with 91 additions and 1 deletions
|
@ -48,7 +48,7 @@ mod_name=Thresholds
|
|||
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
||||
mod_license=GPLv3
|
||||
# The mod version. See https://semver.org/
|
||||
mod_version=1201.4.022024.0409
|
||||
mod_version=1201.4.022024.0416
|
||||
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
||||
# This should match the base package used for the mod sources.
|
||||
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
|
|
|
@ -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