Sign in to follow this
Followers
0
HELP! i dont know how to fix this error
By
Hybrid, in Modder Support
-
Recently Browsing
No registered users viewing this page.
-
Posts
-
By Beethoven92 · Posted
public VendingTile(TileEntityType<?> tileEntityTypeIn) You don't need an argument in the constructor of your tile entity as in this case is not used since you are passing the TileEntityType to the super class: super(CommonRegistry.TILE_VENDING.get()); -
By BeardlessBrady · Posted
Hello, I am having issues registering my tile entity. Here is my code as well as a link to the code in my github. The IDE is complaining that 'TileEntityType.Builder.create' has invalid arguments // Tiles public static final DeferredRegister<TileEntityType<?>> TILE_ENTITY_TYPES = DeferredRegister.create(ForgeRegistries.TILE_ENTITIES, GOCurrency.MODID); public static final RegistryObject<TileEntityType<VendingTile>> TILE_VENDING = TILE_ENTITY_TYPES.register("vending_te", () -> TileEntityType.Builder.create(VendingTile::new, BLOCK_VENDING.get()).build(null)); https://github.com/Beardlessbrady/Currency-Mod/blob/95230ca4ee2d290b3e5f3ef81810a27f73137625/src/main/java/com/beardlessbrady/gocurrency/handlers/CommonRegistry.java#L42-L43 -
By ThisIsNotOriginal · Posted
The pastebin for the log and Registry Event is posted below this text. https://pastebin.com/KEzJvRgG https://pastebin.com/VUrXR94k -
By PlasmaPig13 · Posted
Here's the crash report and the loglatest.log crash-2021-03-02_19.33.58-client.txt -
By PlasmaPig13 · Posted
I'm using 1.14.4 forge version 28.2.23 and the game crashes with the title's error message. Also, I'm new here; how do I paste the log?
-
-
Topics
-
Who's Online (See full list)