+ more recepis
+ pool tiles slabs/stairs + block tags + fix
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
"ornamentum:pink_glow_block",
|
||||
"ornamentum:pool_tiles",
|
||||
"ornamentum:pool_tiles1",
|
||||
"ornamentum:pool_tiles_slab",
|
||||
"ornamentum:pool_tiles1_slab",
|
||||
"ornamentum:pool_tiles_stairs",
|
||||
"ornamentum:pool_tiles1_stairs",
|
||||
"ornamentum:mesh_iron"
|
||||
]
|
||||
}
|
||||
@@ -23,6 +23,10 @@
|
||||
"ornamentum:pink_glow_block",
|
||||
"ornamentum:pool_tiles",
|
||||
"ornamentum:pool_tiles1",
|
||||
"ornamentum:pool_tiles_slab",
|
||||
"ornamentum:pool_tiles1_slab",
|
||||
"ornamentum:pool_tiles_stairs",
|
||||
"ornamentum:pool_tiles1_stairs",
|
||||
"ornamentum:mesh_iron"
|
||||
]
|
||||
}
|
||||
@@ -24,6 +24,10 @@
|
||||
"ornamentum:pink_glow_block",
|
||||
"ornamentum:pool_tiles",
|
||||
"ornamentum:pool_tiles1",
|
||||
"ornamentum:pool_tiles_slab",
|
||||
"ornamentum:pool_tiles1_slab",
|
||||
"ornamentum:pool_tiles_stairs",
|
||||
"ornamentum:pool_tiles1_stairs",
|
||||
"ornamentum:mesh_iron"
|
||||
]
|
||||
}
|
||||
@@ -24,6 +24,10 @@
|
||||
"ornamentum:pink_glow_block",
|
||||
"ornamentum:pool_tiles",
|
||||
"ornamentum:pool_tiles1",
|
||||
"ornamentum:pool_tiles_slab",
|
||||
"ornamentum:pool_tiles1_slab",
|
||||
"ornamentum:pool_tiles_stairs",
|
||||
"ornamentum:pool_tiles1_stairs",
|
||||
"ornamentum:mesh_iron"
|
||||
]
|
||||
}
|
||||
@@ -21,6 +21,10 @@
|
||||
"ornamentum:amethyst_grate",
|
||||
"ornamentum:pool_tiles",
|
||||
"ornamentum:pool_tiles1",
|
||||
"ornamentum:pool_tiles_slab",
|
||||
"ornamentum:pool_tiles1_slab",
|
||||
"ornamentum:pool_tiles_stairs",
|
||||
"ornamentum:pool_tiles1_stairs",
|
||||
"ornamentum:mesh_iron"
|
||||
]
|
||||
}
|
||||
@@ -15,6 +15,8 @@
|
||||
"ornamentum:brown_wool_slab",
|
||||
"ornamentum:green_wool_slab",
|
||||
"ornamentum:red_wool_slab",
|
||||
"ornamentum:black_wool_slab"
|
||||
"ornamentum:black_wool_slab",
|
||||
"ornamentum:pool_tiles_slab",
|
||||
"ornamentum:pool_tiles1_slab"
|
||||
]
|
||||
}
|
||||
@@ -15,6 +15,8 @@
|
||||
"ornamentum:brown_wool_stairs",
|
||||
"ornamentum:green_wool_stairs",
|
||||
"ornamentum:red_wool_stairs",
|
||||
"ornamentum:black_wool_stairs"
|
||||
"ornamentum:black_wool_stairs",
|
||||
"ornamentum:pool_tiles_stairs",
|
||||
"ornamentum:pool_tiles1_stairs"
|
||||
]
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_input": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "ornamentum:pool_tiles1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:pool_tiles1_slab"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_input"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:pool_tiles1_slab"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_input": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "ornamentum:pool_tiles1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:pool_tiles1_stairs"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_input"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:pool_tiles1_stairs"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_input": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "ornamentum:pool_tiles"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:pool_tiles_slab"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_input"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:pool_tiles_slab"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_input": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "ornamentum:pool_tiles"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:pool_tiles_stairs"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_input"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:pool_tiles_stairs"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "ornamentum:pool_tiles1_slab"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "ornamentum:blocks/pool_tiles1_slab"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "ornamentum:pool_tiles1_stairs"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "ornamentum:blocks/pool_tiles1_stairs"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "ornamentum:pool_tiles_slab"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "ornamentum:blocks/pool_tiles_slab"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "ornamentum:pool_tiles_stairs"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "ornamentum:blocks/pool_tiles_stairs"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wool_slabs",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "ornamentum:pool_tiles1"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "ornamentum:pool_tiles1_slab"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wool_stairs",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "ornamentum:pool_tiles1"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "ornamentum:pool_tiles1_stairs"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wool_slabs",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "ornamentum:pool_tiles"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 6,
|
||||
"id": "ornamentum:pool_tiles_slab"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "wool_stairs",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "ornamentum:pool_tiles"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 4,
|
||||
"id": "ornamentum:pool_tiles_stairs"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user