+ more Block Tags
+ more recepis
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_glow_ink_sac": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:glow_ink_sac"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:black_glow_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_glow_ink_sac"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:black_glow_block"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:black_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:black_glow_block_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:black_glow_block_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:black_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:black_glow_stained_glass_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:black_glow_stained_glass_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:black_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:black_wool_slabs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:black_wool_slabs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:black_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:black_wool_stairs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:black_wool_stairs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_glow_ink_sac": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:glow_ink_sac"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:blue_glow_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_glow_ink_sac"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:blue_glow_block"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:blue_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:blue_glow_block_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:blue_glow_block_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:blue_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:blue_glow_stained_glass_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:blue_glow_stained_glass_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:blue_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:blue_wool_slabs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:blue_wool_slabs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:blue_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:blue_wool_stairs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:blue_wool_stairs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_glow_ink_sac": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:glow_ink_sac"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:brown_glow_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_glow_ink_sac"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:brown_glow_block"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:brown_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:brown_glow_block_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:brown_glow_block_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:brown_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:brown_glow_stained_glass_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:brown_glow_stained_glass_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:brown_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:brown_wool_slabs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:brown_wool_slabs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:brown_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:brown_wool_stairs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:brown_wool_stairs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_glow_ink_sac": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:glow_ink_sac"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:cyan_glow_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_glow_ink_sac"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:cyan_glow_block"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:cyan_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:cyan_glow_block_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:cyan_glow_block_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:cyan_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:cyan_glow_stained_glass_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:cyan_glow_stained_glass_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:cyan_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:cyan_wool_slabs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:cyan_wool_slabs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:cyan_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:cyan_wool_stairs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:cyan_wool_stairs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_glow_ink_sac": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:glow_ink_sac"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:gray_glow_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_glow_ink_sac"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:gray_glow_block"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:gray_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:gray_glow_block_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:gray_glow_block_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:gray_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:gray_glow_stained_glass_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:gray_glow_stained_glass_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:gray_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:gray_wool_slabs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:gray_wool_slabs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:gray_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:gray_wool_stairs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:gray_wool_stairs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_glow_ink_sac": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:glow_ink_sac"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:green_glow_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_glow_ink_sac"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:green_glow_block"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:green_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:green_glow_block_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:green_glow_block_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:green_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:green_glow_stained_glass_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:green_glow_stained_glass_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:green_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:green_wool_slabs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:green_wool_slabs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:green_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:green_wool_stairs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:green_wool_stairs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_glow_ink_sac": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:glow_ink_sac"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:light_blue_glow_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_glow_ink_sac"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:light_blue_glow_block"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:light_blue_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:light_blue_glow_block_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:light_blue_glow_block_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:light_blue_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:light_blue_glow_stained_glass_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:light_blue_glow_stained_glass_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:light_blue_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:light_blue_wool_slabs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:light_blue_wool_slabs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:light_blue_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:light_blue_wool_stairs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:light_blue_wool_stairs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_glow_ink_sac": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:glow_ink_sac"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:light_gray_glow_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_glow_ink_sac"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:light_gray_glow_block"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:light_gray_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:light_gray_glow_block_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:light_gray_glow_block_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:light_gray_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:light_gray_glow_stained_glass_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:light_gray_glow_stained_glass_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:light_gray_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:light_gray_wool_slabs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:light_gray_wool_slabs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:light_gray_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:light_gray_wool_stairs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:light_gray_wool_stairs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_glow_ink_sac": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:glow_ink_sac"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:lime_glow_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_glow_ink_sac"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:lime_glow_block"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:lime_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:lime_glow_block_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:lime_glow_block_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:lime_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:lime_glow_stained_glass_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:lime_glow_stained_glass_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:lime_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:lime_wool_slabs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:lime_wool_slabs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:lime_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:lime_wool_stairs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:lime_wool_stairs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_glow_ink_sac": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:glow_ink_sac"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:magenta_glow_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_glow_ink_sac"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:magenta_glow_block"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:magenta_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:magenta_glow_block_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:magenta_glow_block_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:magenta_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:magenta_glow_stained_glass_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:magenta_glow_stained_glass_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:magenta_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:magenta_wool_slabs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:magenta_wool_slabs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:magenta_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:magenta_wool_stairs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:magenta_wool_stairs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_glow_ink_sac": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:glow_ink_sac"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:orange_glow_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_glow_ink_sac"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:orange_glow_block"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:orange_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:orange_glow_block_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:orange_glow_block_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:orange_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:orange_glow_stained_glass_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:orange_glow_stained_glass_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:orange_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:orange_wool_slabs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:orange_wool_slabs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:orange_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:orange_wool_stairs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:orange_wool_stairs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_glow_ink_sac": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:glow_ink_sac"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:pink_glow_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_glow_ink_sac"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:pink_glow_block"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:pink_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:pink_glow_block_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:pink_glow_block_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:pink_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:pink_glow_stained_glass_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:pink_glow_stained_glass_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:pink_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:pink_wool_slabs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:pink_wool_slabs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:pink_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:pink_wool_stairs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:pink_wool_stairs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_glow_ink_sac": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:glow_ink_sac"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:purple_glow_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_glow_ink_sac"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:purple_glow_block"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:purple_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:purple_glow_block_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:purple_glow_block_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:purple_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:purple_glow_stained_glass_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:purple_glow_stained_glass_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:purple_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:purple_wool_slabs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:purple_wool_slabs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:purple_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:purple_wool_stairs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:purple_wool_stairs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_glow_ink_sac": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:glow_ink_sac"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:red_glow_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_glow_ink_sac"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:red_glow_block"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:red_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:red_glow_block_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:red_glow_block_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:red_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:red_glow_stained_glass_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:red_glow_stained_glass_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:red_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:red_wool_slabs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:red_wool_slabs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:red_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:red_wool_stairs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:red_wool_stairs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_glow_ink_sac": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:glow_ink_sac"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:white_glow_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_glow_ink_sac"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:white_glow_block"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:white_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:white_glow_block_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:white_glow_block_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:white_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:white_glow_stained_glass_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:white_glow_stained_glass_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:white_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:white_wool_slabs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:white_wool_slabs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:white_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:white_wool_stairs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:white_wool_stairs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_glow_ink_sac": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:glow_ink_sac"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:yellow_glow_block"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_glow_ink_sac"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:yellow_glow_block"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:yellow_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:yellow_glow_block_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:yellow_glow_block_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:yellow_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:yellow_glow_stained_glass_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:yellow_glow_stained_glass_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:yellow_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:yellow_wool_slabs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:yellow_wool_slabs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_dye": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:yellow_dye"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "ornamentum:yellow_wool_stairs_from_dye"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_the_recipe",
|
||||
"has_dye"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"ornamentum:yellow_wool_stairs_from_dye"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "glow_block",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:black_concrete"
|
||||
},
|
||||
"A": {
|
||||
"item": "minecraft:glow_ink_sac"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" # ",
|
||||
"#A#",
|
||||
" # "
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:black_glow_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "glow_block_dye",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"item": "ornamentum:white_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:orange_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:magenta_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_blue_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:yellow_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:lime_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:pink_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:gray_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_gray_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:cyan_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:purple_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:blue_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:brown_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:green_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:red_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:black_glow_block"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:black_glow_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "glow_stained_glass_dye",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"item": "ornamentum:white_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:orange_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:magenta_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_blue_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:yellow_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:lime_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:pink_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:gray_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_gray_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:cyan_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:purple_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:blue_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:brown_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:green_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:red_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:black_glow_stained_glass"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:black_glow_stained_glass"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "wool_slabs_dye",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"item": "ornamentum:white_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:orange_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:magenta_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_blue_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:yellow_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:lime_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:pink_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:gray_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_gray_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:cyan_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:purple_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:blue_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:brown_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:green_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:red_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:black_wool_slab"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:black_wool_slab"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "wool_stairs_dye",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"item": "ornamentum:white_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:orange_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:magenta_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_blue_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:yellow_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:lime_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:pink_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:gray_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_gray_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:cyan_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:purple_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:blue_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:brown_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:green_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:red_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:black_wool_stairs"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "minecraft:black_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:black_wool_stairs"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "glow_block",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:blue_concrete"
|
||||
},
|
||||
"A": {
|
||||
"item": "minecraft:glow_ink_sac"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" # ",
|
||||
"#A#",
|
||||
" # "
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:blue_glow_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "glow_block_dye",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"item": "ornamentum:white_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:orange_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:magenta_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_blue_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:yellow_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:lime_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:pink_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:gray_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_gray_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:cyan_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:purple_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:blue_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:brown_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:green_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:red_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:black_glow_block"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:blue_glow_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "glow_stained_glass_dye",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"item": "ornamentum:white_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:orange_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:magenta_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_blue_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:yellow_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:lime_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:pink_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:gray_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_gray_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:cyan_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:purple_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:blue_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:brown_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:green_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:red_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:black_glow_stained_glass"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:blue_glow_stained_glass"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "wool_slabs_dye",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"item": "ornamentum:white_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:orange_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:magenta_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_blue_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:yellow_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:lime_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:pink_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:gray_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_gray_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:cyan_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:purple_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:blue_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:brown_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:green_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:red_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:black_wool_slab"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:blue_wool_slab"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "wool_stairs_dye",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"item": "ornamentum:white_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:orange_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:magenta_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_blue_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:yellow_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:lime_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:pink_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:gray_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_gray_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:cyan_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:purple_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:blue_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:brown_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:green_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:red_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:black_wool_stairs"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:blue_wool_stairs"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "glow_block",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:brown_concrete"
|
||||
},
|
||||
"A": {
|
||||
"item": "minecraft:glow_ink_sac"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" # ",
|
||||
"#A#",
|
||||
" # "
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:brown_glow_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "glow_block_dye",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"item": "ornamentum:white_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:orange_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:magenta_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_blue_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:yellow_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:lime_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:pink_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:gray_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_gray_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:cyan_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:purple_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:blue_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:brown_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:green_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:red_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:black_glow_block"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "minecraft:brown_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:brown_glow_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "glow_stained_glass_dye",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"item": "ornamentum:white_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:orange_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:magenta_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_blue_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:yellow_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:lime_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:pink_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:gray_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_gray_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:cyan_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:purple_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:blue_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:brown_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:green_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:red_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:black_glow_stained_glass"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "minecraft:brown_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:brown_glow_stained_glass"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "wool_slabs_dye",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"item": "ornamentum:white_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:orange_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:magenta_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_blue_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:yellow_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:lime_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:pink_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:gray_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_gray_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:cyan_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:purple_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:blue_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:brown_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:green_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:red_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:black_wool_slab"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "minecraft:brown_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:brown_wool_slab"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "wool_stairs_dye",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"item": "ornamentum:white_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:orange_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:magenta_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_blue_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:yellow_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:lime_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:pink_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:gray_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_gray_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:cyan_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:purple_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:blue_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:brown_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:green_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:red_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:black_wool_stairs"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "minecraft:brown_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:brown_wool_stairs"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "glow_block",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:cyan_concrete"
|
||||
},
|
||||
"A": {
|
||||
"item": "minecraft:glow_ink_sac"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" # ",
|
||||
"#A#",
|
||||
" # "
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:cyan_glow_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "glow_block_dye",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"item": "ornamentum:white_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:orange_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:magenta_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_blue_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:yellow_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:lime_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:pink_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:gray_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_gray_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:cyan_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:purple_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:blue_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:brown_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:green_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:red_glow_block"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:black_glow_block"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "minecraft:cyan_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:cyan_glow_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "glow_stained_glass_dye",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"item": "ornamentum:white_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:orange_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:magenta_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_blue_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:yellow_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:lime_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:pink_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:gray_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_gray_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:cyan_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:purple_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:blue_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:brown_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:green_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:red_glow_stained_glass"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:black_glow_stained_glass"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "minecraft:cyan_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:cyan_glow_stained_glass"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "wool_slabs_dye",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"item": "ornamentum:white_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:orange_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:magenta_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_blue_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:yellow_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:lime_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:pink_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:gray_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_gray_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:cyan_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:purple_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:blue_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:brown_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:green_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:red_wool_slab"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:black_wool_slab"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "minecraft:cyan_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:cyan_wool_slab"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "building",
|
||||
"group": "wool_stairs_dye",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"item": "ornamentum:white_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:orange_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:magenta_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_blue_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:yellow_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:lime_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:pink_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:gray_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:light_gray_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:cyan_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:purple_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:blue_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:brown_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:green_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:red_wool_stairs"
|
||||
},
|
||||
{
|
||||
"item": "ornamentum:black_wool_stairs"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "minecraft:cyan_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "ornamentum:cyan_wool_stairs"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user