Skip to content

Commit

Permalink
v1.9.4 - Adjust zultanite-related haunting recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed Jul 27, 2024
1 parent 7aeafbd commit 9ccc7d6
Show file tree
Hide file tree
Showing 65 changed files with 785 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "create:haunting",
"ingredients": [
{
"tag": "garnished:stone_types/zultanite/brown"
"item": "garnished:brown_zultanite"
}
],
"results": [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:brown_zultanite_bricks"
}
],
"results": [
{
"item": "garnished:ritualistic_stone_bricks"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:brown_zultanite_brick_slab"
}
],
"results": [
{
"item": "garnished:ritualistic_stone_brick_slab"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:brown_zultanite_brick_stairs"
}
],
"results": [
{
"item": "garnished:ritualistic_stone_brick_stairs"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:brown_zultanite_brick_wall"
}
],
"results": [
{
"item": "garnished:ritualistic_stone_brick_wall"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:chiseled_brown_zultanite_bricks"
}
],
"results": [
{
"item": "garnished:chiseled_ritualistic_stone_bricks"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:polished_brown_zultanite"
}
],
"results": [
{
"item": "garnished:polished_ritualistic_stone"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:polished_brown_zultanite_slab"
}
],
"results": [
{
"item": "garnished:polished_ritualistic_stone_slab"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:polished_brown_zultanite_stairs"
}
],
"results": [
{
"item": "garnished:polished_ritualistic_stone_stairs"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:polished_brown_zultanite_wall"
}
],
"results": [
{
"item": "garnished:polished_ritualistic_stone_wall"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:brown_zultanite_slab"
}
],
"results": [
{
"item": "garnished:ritualistic_stone_slab"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:brown_zultanite_stairs"
}
],
"results": [
{
"item": "garnished:ritualistic_stone_stairs"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:brown_zultanite_wall"
}
],
"results": [
{
"item": "garnished:ritualistic_stone_wall"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "create:haunting",
"ingredients": [
{
"tag": "garnished:stone_types/zultanite/purple"
"item": "garnished:magenta_zultanite"
}
],
"results": [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:magenta_zultanite_bricks"
}
],
"results": [
{
"item": "garnished:abyssal_stone_bricks"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:magenta_zultanite_brick_slab"
}
],
"results": [
{
"item": "garnished:abyssal_stone_brick_slab"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:magenta_zultanite_brick_stairs"
}
],
"results": [
{
"item": "garnished:abyssal_stone_brick_stairs"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:magenta_zultanite_brick_wall"
}
],
"results": [
{
"item": "garnished:abyssal_stone_brick_wall"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:chiseled_magenta_zultanite_bricks"
}
],
"results": [
{
"item": "garnished:chiseled_abyssal_stone_bricks"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:polished_magenta_zultanite"
}
],
"results": [
{
"item": "garnished:polished_abyssal_stone"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:polished_magenta_zultanite_slab"
}
],
"results": [
{
"item": "garnished:polished_abyssal_stone_slab"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:polished_magenta_zultanite_stairs"
}
],
"results": [
{
"item": "garnished:polished_abyssal_stone_stairs"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:polished_magenta_zultanite_wall"
}
],
"results": [
{
"item": "garnished:polished_abyssal_stone_wall"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:magenta_zultanite_slab"
}
],
"results": [
{
"item": "garnished:abyssal_stone_slab"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:magenta_zultanite_stairs"
}
],
"results": [
{
"item": "garnished:abyssal_stone_stairs"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:magenta_zultanite_wall"
}
],
"results": [
{
"item": "garnished:abyssal_stone_wall"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "create:haunting",
"ingredients": [
{
"tag": "garnished:stone_types/zultanite/orange"
"item": "garnished:orange_zultanite"
}
],
"results": [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:orange_zultanite_bricks"
}
],
"results": [
{
"item": "garnished:ritualistic_stone_bricks"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "create:haunting",
"ingredients": [
{
"item": "garnished:orange_zultanite_brick_slab"
}
],
"results": [
{
"item": "garnished:ritualistic_stone_brick_slab"
}
]
}
Loading

0 comments on commit 9ccc7d6

Please sign in to comment.