Add cyan pool tile recipes
This commit is contained in:
parent
5a946503e6
commit
6176d4e1bc
11 changed files with 184 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"ABA",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "ariasessentials:cyan_pool_tile"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:glowstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "ariasessentials:cyan_pool_tile_light",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "ariasessentials:cyan_pool_tile"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "ariasessentials:cyan_pool_tile_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"A ",
|
||||
"AA ",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "ariasessentials:cyan_pool_tile"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "ariasessentials:cyan_pool_tile_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "ariasessentials:cyan_pool_tile"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "ariasessentials:cyan_pool_tile_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"CAB",
|
||||
"ABC",
|
||||
"BAC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "ariasessentials:cyan_brick"
|
||||
},
|
||||
"B": {
|
||||
"item": "ariasessentials:cyan_brick"
|
||||
},
|
||||
"C": {
|
||||
"item": "ariasessentials:light_cyan_brick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "ariasessentials:cyan_pool_tile",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "ariasessentials:cyan_pool_tile_light"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:slime_ball"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "ariasessentials:dirty_cyan_pool_tile_light",
|
||||
"count": 1
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "ariasessentials:dirty_cyan_pool_tile"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "ariasessentials:dirty_cyan_pool_tile_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"A ",
|
||||
"AA ",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "ariasessentials:dirty_cyan_pool_tile"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "ariasessentials:dirty_cyan_pool_tile_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"AAA",
|
||||
"AAA"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "ariasessentials:dirty_cyan_pool_tile"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "ariasessentials:dirty_cyan_pool_tile_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:slime_ball"
|
||||
},
|
||||
{
|
||||
"item": "ariasessentials:cyan_pool_tile"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "ariasessentials:dirty_cyan_pool_tile",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "ariasessentials:dirty_cyan_pool_tile_light"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:slime_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "ariasessentials:filthy_cyan_pool_tile_light",
|
||||
"count": 1
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue