Wooden Hoppers

646k Downloads

Some wooden hoppers have incorrect map colors

haykam821 opened this issue ยท 0 comments

commented

When viewed in a map, only oak, spruce, and birch hoppers will have a correct map color. The remaining wooden hoppers use the oak map color instead.

Map showing wooden hoppers and their respective planks

This issue is caused by the fact that the remaining wooden hoppers use the map color of oak planks:

JUNGLE_HOPPER("jungle_hopper", Material.WOOD, Blocks.OAK_PLANKS),
ACACIA_HOPPER("acacia_hopper", Material.WOOD, Blocks.OAK_PLANKS),
DARK_OAK_HOPPER("dark_oak_hopper", Material.WOOD, Blocks.OAK_PLANKS),
CRIMSON_HOPPER("crimson_hopper", Material.NETHER_WOOD, Blocks.OAK_PLANKS),
WARPED_HOPPER("warped_hopper", Material.NETHER_WOOD, Blocks.OAK_PLANKS);