[1.16.5]How do i get bounding box of block model?
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
These are the Forge forums, and you are using Fabric. You would probably get better support asking wherever Fabric support is given.
-
public class BlockEntitiesManager { public static final DeferredRegister<BlockEntityType<?>> BLOCK_ENTITIES = DeferredRegister.create(ForgeRegistries.BLOCK_ENTITY_TYPES, Main.MODID); public static final RegistryObject<BlockEntityType<CreativeBlockE>> CREATIVE_BLOCK_E = BLOCK_ENTITIES.register("creative_blocke", () -> BlockEntityType.Builder.of()); public static void register(IEventBus eventBus) { BLOCK_ENTITIES.register(eventBus); } } Builder cannot be resolved or is not a field
-
By loulousti3 · Posted
thx you saved my multiplayer world -
When i want to launch the server it crashes because of better combat mod and instantly closes. Can someone help me?? https://mclo.gs/mDCRSIi
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.