Dice, please fix

This commit is contained in:
Andrew-71 2023-08-04 21:47:09 +03:00
parent ab7293e855
commit 3c3b802ab9
16 changed files with 256 additions and 5 deletions

View file

@ -5,6 +5,8 @@ import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import net.fabricmc.fabric.api.blockrenderlayer.v1.BlockRenderLayerMap;
import net.minecraft.client.render.RenderLayer;
import su.a71.new_soviet.registration.NSE_Blocks;
import su.a71.new_soviet.registration.NSE_Custom;
@Environment(EnvType.CLIENT)
public class NewSovietClient implements ClientModInitializer {