Jump to content

Emily_Ravenhold

Members
  • Posts

    22
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Emily_Ravenhold's Achievements

Tree Puncher

Tree Puncher (2/8)

1

Reputation

  1. It works! Thanks!
  2. 1.15.2 do you mean?
  3. java version "1.8.0_231" Java(TM) SE Runtime Environment (build 1.8.0_231-b11) Java HotSpot(TM) 64-Bit Server VM (build 25.231-b11, mixed mode)
  4. what should i do to fix it? i can update forge/minecraft/downgrade java version
  5. outdated version? it is 1.15.2 latest, nope?
  6. Nope, it didn't help.
  7. It's okay. @diesieben07 can you look at that please ?
  8. if it was different i sent it, but it is not. https://pastebin.com/rPPeV0Pe crashlog: https://pastebin.com/TYc64FzP
  9. @DragonITA i do not know what i did wrong. It's exactly like you said. https://gitlab.com/Emily_Ravenhold/enderSlime/-/commit/f97f6a092e671c4f6e32c2a326f13f80330fb124
  10. Yeah, i tried to fix that exception and didn’t give enough attention to code architecture. I’ll refactor when it will work. It is a totally different than 1.12.2 modding so there is not too much new modes or information about new versions. Thanks.
  11. I understood how does it work already and found my mistake.Look at my last answer to diesieben07.
  12. I asked a reason of that exception in my second post and attached it
  13. Oh, i understand. I should move my EntityType builder into DeferredRegistry’s lambda (Supplier) and it will call in time. Thanks.
  14. Why it doesn’t work? public static final RegistryObject<EntityType<EnderSlimeEntity>> ENDER_SLIME_OBJ = ENTITIES.register("enderslime", () -> ENDER_SLIME);
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.