[1.7.2] Changing Entity Motion
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
OMG I ran into the same problem! No matter how I try, the textures don't appear. Even the particles do but the textures don't. I still don't know how to fix it, though
-
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
-
-
Topics
-
Who's Online (See full list)
- There are no registered users currently online
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.