Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taters representing blocks from Minecraft 1.19 use placeholder blocks for their particles #136

Open
haykam821 opened this issue May 23, 2023 · 0 comments

Comments

@haykam821
Copy link
Contributor

haykam821 commented May 23, 2023

The following blocks use different blocks for particles than what their texture is based on:

public static final Block MANGROVE_LOG_TATER = createTaterBlock(Blocks.SPRUCE_LOG, "2ab0654a238462e8f1746431d05dfd13d95260031afe335b696feaa6bb49d678");
public static final Block MANGROVE_TATER = createTaterBlock(Blocks.CRIMSON_PLANKS, "42ccd79aabbb47ae9bdb6b00ad9f43e65d098cc27caa3a2cd8d94b283f726464");
public static final Block MUD_BRICK_TATER = createTaterBlock(Blocks.TERRACOTTA, "e37555d890f905e72083844ca751a661d84ed599ac649dc382174af2180ba12");
public static final Block MUD_TATER = createTaterBlock(Blocks.STONE, "f83561c253f837c077d9e5394f71167220f9966aafe1d59a87caacbd0a3e4814");
public static final Block PACKED_MUD_TATER = createTaterBlock(Blocks.DIRT, "67a5911061c9497c1e888aabe97370d4d00f900ca798cb1ac8cf41fe7bb41532");
public static final Block STRIPPED_MANGROVE_LOG_TATER = createTaterBlock(Blocks.STRIPPED_CRIMSON_STEM, "c03d0e7742fa66506b5739c98d0cf29411463608877fa667ce29c7b85793d18a");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant