Skip to content

Commit

Permalink
Allow copper chests to be created with vanilla copper
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Dec 22, 2021
1 parent e1700c6 commit 0738b02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/data/colossalchests/advancements/root.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"colossalchests:colossal_chest_iron",
"colossalchests:chest_wall_iron",
"colossalchests:interface_iron",
"colossalchests:colossal_chest_copper",
"colossalchests:chest_wall_copper",
"colossalchests:interface_copper",
"colossalchests:colossal_chest_gold",
"colossalchests:chest_wall_gold",
"colossalchests:interface_gold",
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/data/forge/tags/items/ingots/copper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"minecraft:copper_ingot"
]
}

0 comments on commit 0738b02

Please sign in to comment.