mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
Prevented Overwrite When Using Two BlockStates Of The Same Type With Different Properties
This commit is contained in:
parent
06fb901144
commit
6cd40cc6f9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user