Prevented Overwrite When Using Two BlockStates Of The Same Type With Different Properties

This commit is contained in:
Rabbitminers 2023-03-23 18:49:56 +00:00
parent 06fb901144
commit 6cd40cc6f9

View file

@ -161,7 +161,7 @@ public abstract class BogeyRenderer {
} }
private String keyFromModel(BlockState state) { private String keyFromModel(BlockState state) {
return state.getBlock().getRegistryName().toString(); return state.toString();
} }
@FunctionalInterface @FunctionalInterface