Jump to content

DJ_Laser

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by DJ_Laser

  1. upload it to a image hosting site then insert image from url
  2. Would a supplier for a Block[] also work? I wast to be able to pass in vanilla blocks too. something like: () -> new Block[]{ block1.get(), block2.get(), block3.get() }
  3. Also Use @ModEventBusSubscriber on the class to auto register your event method
  4. Pretty sure you need to use annotations @SubscribeEvent to tell it to listen to that specific method. https://emxtutorials.wordpress.com/adding-custom-drops-to-vanilla-mobs/ copy code from that tutorial
  5. No it works fine when I switched the class from Template Budding Block to normal Block so it's an issue with that
  6. heres the output in intelij:
  7. For some reason my data generator thinks all items are air. It only happens when I make a block of the TemplateBuddingBlock class the BuddingJade specifaccly I figured out in my AllayNestBlock class it also happens when you do this.registerDefaultState(this.defaultBlockState().setValue(FACING, Direction.NORTH)); but dont override createblockstatedefinition, but Im not doing that in the TemplateBuddingBlock so Im super confused. Code: https://github.com/DJ-Laser/BetterAllaysMod/
×
×
  • Create New...

Important Information

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