Move Chest and Sign block render layer registration
This commit is contained in:
parent
3391802f8d
commit
1c0c51a6b0
4 changed files with 35 additions and 32 deletions
11
src/main/java/ru/bclib/client/BCLibClient.java
Normal file
11
src/main/java/ru/bclib/client/BCLibClient.java
Normal file
|
@ -0,0 +1,11 @@
|
|||
package ru.bclib.client;
|
||||
|
||||
import net.fabricmc.api.ClientModInitializer;
|
||||
import ru.bclib.registry.BaseBlockEntityRenders;
|
||||
|
||||
public class BCLibClient implements ClientModInitializer {
|
||||
@Override
|
||||
public void onInitializeClient() {
|
||||
BaseBlockEntityRenders.register();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue