Skip to content

Commit

Permalink
closes #112
Browse files Browse the repository at this point in the history
  • Loading branch information
Uraneptus committed Dec 22, 2024
1 parent 0dc3389 commit 4436021
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"values": [
"sullysmod:golden_belt_buckle",
"sullysmod:golden_goblet",
"sullysmod:lost_crown"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ protected void addTags(HolderLookup.Provider pProvider) {
tag(ItemTags.LOGS).addTag(SMItemTags.PETRIFIED_LOGS);
tag(ItemTags.SAPLINGS).add(SMBlocks.PETRIFIED_SAPLING.get().asItem());
tag(ItemTags.STONE_TOOL_MATERIALS).addTag(SMItemTags.PETRIFIED_LOGS);
tag(ItemTags.PIGLIN_LOVED).add(SMItems.GOLDEN_BELT_BUCKLE.get(), SMItems.GOLDEN_GOBLET.get(), SMItems.LOST_CROWN.get());

//Forge Tags
tag(SMItemTags.CRAFTING_TABLES).add(Items.CRAFTING_TABLE);
Expand Down

0 comments on commit 4436021

Please sign in to comment.