Skip to content

Commit

Permalink
Add nether woods to stripped tags (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt authored Dec 13, 2024
1 parent 79d86eb commit 304415b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
4 changes: 3 additions & 1 deletion src/generated/resources/data/c/tags/block/stripped_logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"minecraft:stripped_jungle_log",
"minecraft:stripped_mangrove_log",
"minecraft:stripped_oak_log",
"minecraft:stripped_spruce_log"
"minecraft:stripped_spruce_log",
"minecraft:stripped_crimson_stem",
"minecraft:stripped_warped_stem"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"minecraft:stripped_jungle_wood",
"minecraft:stripped_mangrove_wood",
"minecraft:stripped_oak_wood",
"minecraft:stripped_spruce_wood"
"minecraft:stripped_spruce_wood",
"minecraft:stripped_warped_hyphae",
"minecraft:stripped_crimson_hyphae"
]
}
4 changes: 3 additions & 1 deletion src/generated/resources/data/c/tags/item/stripped_logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"minecraft:stripped_jungle_log",
"minecraft:stripped_mangrove_log",
"minecraft:stripped_oak_log",
"minecraft:stripped_spruce_log"
"minecraft:stripped_spruce_log",
"minecraft:stripped_crimson_stem",
"minecraft:stripped_warped_stem"
]
}
4 changes: 3 additions & 1 deletion src/generated/resources/data/c/tags/item/stripped_woods.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"minecraft:stripped_jungle_wood",
"minecraft:stripped_mangrove_wood",
"minecraft:stripped_oak_wood",
"minecraft:stripped_spruce_wood"
"minecraft:stripped_spruce_wood",
"minecraft:stripped_warped_hyphae",
"minecraft:stripped_crimson_hyphae"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,13 @@ public void addTags(HolderLookup.Provider p_256380_) {
tag(Tags.Blocks.STRIPPED_LOGS).add(
Blocks.STRIPPED_ACACIA_LOG, Blocks.STRIPPED_BAMBOO_BLOCK, Blocks.STRIPPED_BIRCH_LOG,
Blocks.STRIPPED_CHERRY_LOG, Blocks.STRIPPED_DARK_OAK_LOG, Blocks.STRIPPED_JUNGLE_LOG,
Blocks.STRIPPED_MANGROVE_LOG, Blocks.STRIPPED_OAK_LOG, Blocks.STRIPPED_SPRUCE_LOG);
Blocks.STRIPPED_MANGROVE_LOG, Blocks.STRIPPED_OAK_LOG, Blocks.STRIPPED_SPRUCE_LOG,
Blocks.STRIPPED_CRIMSON_STEM, Blocks.STRIPPED_WARPED_STEM);
tag(Tags.Blocks.STRIPPED_WOODS).add(
Blocks.STRIPPED_ACACIA_WOOD, Blocks.STRIPPED_BIRCH_WOOD, Blocks.STRIPPED_CHERRY_WOOD,
Blocks.STRIPPED_DARK_OAK_WOOD, Blocks.STRIPPED_JUNGLE_WOOD, Blocks.STRIPPED_MANGROVE_WOOD,
Blocks.STRIPPED_OAK_WOOD, Blocks.STRIPPED_SPRUCE_WOOD);
Blocks.STRIPPED_OAK_WOOD, Blocks.STRIPPED_SPRUCE_WOOD, Blocks.STRIPPED_WARPED_HYPHAE,
Blocks.STRIPPED_CRIMSON_HYPHAE);
tag(Tags.Blocks.VILLAGER_JOB_SITES).add(
Blocks.BARREL, Blocks.BLAST_FURNACE, Blocks.BREWING_STAND, Blocks.CARTOGRAPHY_TABLE,
Blocks.CAULDRON, Blocks.WATER_CAULDRON, Blocks.LAVA_CAULDRON, Blocks.POWDER_SNOW_CAULDRON,
Expand Down

0 comments on commit 304415b

Please sign in to comment.