+ grates recepi
This commit is contained in:
Glitchlabs
2026-06-27 10:24:53 +02:00
parent c58c137b8c
commit 93cd93bc0c
56 changed files with 673 additions and 22 deletions
@@ -1,5 +1,10 @@
{
"values": [
"ornamentum:iron_grate"
"ornamentum:iron_grate",
"ornamentum:gold_grate",
"ornamentum:diamond_grate",
"ornamentum:amethyst_grate",
"ornamentum:obsidian_grate",
"ornamentum:netherite_grate"
]
}
@@ -1,6 +1,11 @@
{
"values": [
"ornamentum:iron_grate",
"ornamentum:gold_grate",
"ornamentum:diamond_grate",
"ornamentum:amethyst_grate",
"ornamentum:obsidian_grate",
"ornamentum:netherite_grate",
"ornamentum:lime_glow_block",
"ornamentum:white_glow_block",
"ornamentum:gray_glow_block",
@@ -1,6 +1,11 @@
{
"values": [
"ornamentum:iron_grate",
"ornamentum:gold_grate",
"ornamentum:diamond_grate",
"ornamentum:netherite_grate",
"ornamentum:amethyst_grate",
"ornamentum:obsidian_grate",
"ornamentum:lime_glow_block",
"ornamentum:white_glow_block",
"ornamentum:gray_glow_block",
@@ -0,0 +1,6 @@
{
"values": [
"ornamentum:obsidian_grate",
"ornamentum:netherite_grate"
]
}
@@ -15,6 +15,9 @@
"ornamentum:blue_glow_block",
"ornamentum:purple_glow_block",
"ornamentum:magenta_glow_block",
"ornamentum:pink_glow_block"
"ornamentum:pink_glow_block",
"ornamentum:gold_grate",
"ornamentum:diamond_grate",
"ornamentum:amethyst_grate"
]
}
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_iron_bars": {
"conditions": {
"items": [
{
"items": "minecraft:iron_bars"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "ornamentum:amethyst_grate"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_iron_bars"
]
],
"rewards": {
"recipes": [
"ornamentum:amethyst_grate"
]
}
}
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_iron_bars": {
"conditions": {
"items": [
{
"items": "minecraft:iron_bars"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "ornamentum:diamond_grate"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_iron_bars"
]
],
"rewards": {
"recipes": [
"ornamentum:diamond_grate"
]
}
}
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_iron_bars": {
"conditions": {
"items": [
{
"items": "minecraft:iron_bars"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "ornamentum:gold_grate"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_iron_bars"
]
],
"rewards": {
"recipes": [
"ornamentum:gold_grate"
]
}
}
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_iron_bars": {
"conditions": {
"items": [
{
"items": "minecraft:iron_bars"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "ornamentum:iron_grate"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_iron_bars"
]
],
"rewards": {
"recipes": [
"ornamentum:iron_grate"
]
}
}
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_iron_bars": {
"conditions": {
"items": [
{
"items": "minecraft:iron_bars"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "ornamentum:netherite_grate"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_iron_bars"
]
],
"rewards": {
"recipes": [
"ornamentum:netherite_grate"
]
}
}
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_iron_bars": {
"conditions": {
"items": [
{
"items": "minecraft:iron_bars"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "ornamentum:obsidian_grate"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_iron_bars"
]
],
"rewards": {
"recipes": [
"ornamentum:obsidian_grate"
]
}
}
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "ornamentum:amethyst_grate"
}
],
"rolls": 1.0
}
],
"random_sequence": "ornamentum:blocks/amethyst_grate"
}
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "ornamentum:diamond_grate"
}
],
"rolls": 1.0
}
],
"random_sequence": "ornamentum:blocks/diamond_grate"
}
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "ornamentum:gold_grate"
}
],
"rolls": 1.0
}
],
"random_sequence": "ornamentum:blocks/gold_grate"
}
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "ornamentum:netherite_grate"
}
],
"rolls": 1.0
}
],
"random_sequence": "ornamentum:blocks/netherite_grate"
}
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "ornamentum:obsidian_grate"
}
],
"rolls": 1.0
}
],
"random_sequence": "ornamentum:blocks/obsidian_grate"
}
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "grates",
"key": {
"#": {
"item": "minecraft:amethyst_block"
}
},
"pattern": [
" # ",
"# #",
" # "
],
"result": {
"count": 1,
"id": "ornamentum:amethyst_grate"
}
}
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "grates",
"key": {
"#": {
"item": "minecraft:diamond_block"
}
},
"pattern": [
" # ",
"# #",
" # "
],
"result": {
"count": 1,
"id": "ornamentum:diamond_grate"
}
}
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "grates",
"key": {
"#": {
"item": "minecraft:gold_block"
}
},
"pattern": [
" # ",
"# #",
" # "
],
"result": {
"count": 1,
"id": "ornamentum:gold_grate"
}
}
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "grates",
"key": {
"#": {
"item": "minecraft:iron_block"
}
},
"pattern": [
" # ",
"# #",
" # "
],
"result": {
"count": 1,
"id": "ornamentum:iron_grate"
}
}
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "grates",
"key": {
"#": {
"item": "minecraft:netherite_block"
}
},
"pattern": [
" # ",
"# #",
" # "
],
"result": {
"count": 1,
"id": "ornamentum:netherite_grate"
}
}
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "grates",
"key": {
"#": {
"item": "minecraft:obsidian"
}
},
"pattern": [
" # ",
"# #",
" # "
],
"result": {
"count": 1,
"id": "ornamentum:obsidian_grate"
}
}