Jump to content

eriknoe

Members
  • Posts

    22
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    Germany

Recent Profile Visitors

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

eriknoe's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I did iiiiiiiiiit :DDDD im poud of myself Thanks to all for the help
  2. sry for my dumbness, but i dont understand what ur mean with that (the thing with learn to code i understand xD)
  3. in mine ur in yours?
  4. Yes that is right, i try to make it better. i like ur "overconstructed" code
  5. can u show me one of ur codes, so i can see what is a mess?
  6. excuse me. when i dont understand, i ask.
  7. Yes lets do this...
  8. main class: https://pastebin.com/mSKcvTLJ Block class: https://pastebin.com/dnT14Xiv init class: https://pastebin.com/uGXeCdz8 client proxy: https://pastebin.com/dExAbDer serverproxy: https://pastebin.com/vt8p5GCh last crash report: https://pastebin.com/9uTmRMdu hope u can help me...I am new at programming, so I dont have so uch experience, but daily I learn more..so please dont slap me therfore
  9. Yes sure, want did u want to see?
  10. LearningByDoing
  11. mhhh... I tried this: public static void registerBlocks (RegistryEvent.Register<Block> event) { but i get this error : Exception caught during firing event net.minecraftforge.event.RegistryEvent$Register@3e8a1137:java.lang.NullPointerException: null pls help me, im still pretty inexperienced
  12. this public static void registerBlocks(final RegistryEvent.Register<Block> event, Block BlockModAmethystOre) { to this public static void registerBlocks(final RegistryEvent.Register<Block> event) { ?
  13. Yes sure, here: https://pastebin.com/HUv8ZdTW
  14. Can anyone explain me this error? Im at registering an Block btw. An error occurred trying to load an EventBusSubscriber amethyst for modid java.lang.IllegalArgumentException: Method public static void erik.mod.init.RegistrationHandler.registerBlocks(net.minecraftforge.event.RegistryEvent$Register,net.minecraft.block.Block) has @SubscribeEvent annotation, but requires 2 arguments. Event handler methods must require a single argument. and Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue+ Thanks <3
×
×
  • Create New...

Important Information

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