Skip to content

Commit

Permalink
adds to the reflective tag + updated funnel recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Cart3r1234 committed Jul 10, 2023
1 parent 12eeaea commit 91dedd5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"type": "minecraft:crafting_shaped",
"category": "redstone",
"pattern": [
"XXX",
"YZA",
"XXX"
"XXA",
"YZ ",
"XXA"
],
"key": {
"X": {
"tag": "portalcubed:portal_2_clean_gray_panels"
},
"Y": {
"item": "minecraft:dispenser"
"item": "minecraft:redstone"
},
"Z": {
"tag": "c:light_blue_dyes"
"item": "minecraft:end_rod"
},
"A": {
"tag": "c:orange_dyes"
"item": "minecraft:iron_ingot"
}
},
"result": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"values": [
"portalcubed:reflection_gel",
"minecraft:diamond_block",
"minecraft:copper_block",
"minecraft:waxed_copper_block",
"minecraft:iron_block",
"minecraft:gold_block",
"minecraft:emerald_block",
"minecraft:amethyst_block",
"minecraft:budding_amethyst",
"minecraft:tinted_glass"

]
}

0 comments on commit 91dedd5

Please sign in to comment.