mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-25 06:27:41 +01:00
Prevented Overwrite When Using Two BlockStates Of The Same Type With Different Properties
This commit is contained in:
parent
06fb901144
commit
6cd40cc6f9
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ public abstract class BogeyRenderer {
|
|||
}
|
||||
|
||||
private String keyFromModel(BlockState state) {
|
||||
return state.getBlock().getRegistryName().toString();
|
||||
return state.toString();
|
||||
}
|
||||
|
||||
@FunctionalInterface
|
||||
|
|
Loading…
Reference in a new issue