Jump to content

loordgek

Members
  • Posts

    1910
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by loordgek

  1. no code no support and stop using Harry Talks tutorials
  2. what tutorial are you following ?
  3. you need to look into data generators
  4. no? can you explain what you want
  5. this is not needed because it cant be null at this point
  6. or update to 1.14.4
  7. where do you download from
  8. no code no help post your TileEntity class
  9. there is a event for when a portal is placed https://github.com/MinecraftForge/MinecraftForge/blob/1.12.x/src/main/java/net/minecraftforge/event/world/BlockEvent.java#L492 you can cancel the event
  10. you can get the player from the context Supplier<NetworkEvent.Context> ctx https://github.com/MinecraftForge/MinecraftForge/blob/1.14.x/src/main/java/net/minecraftforge/fml/network/NetworkEvent.java#L194
  11. from what i have heard it is not usable by mods. a external tool needs to be made,
  12. @TheMikeste1 ]https://github.com/MinecraftForge/MinecraftForge/blob/1.14.x/src/main/java/net/minecraftforge/items/wrapper/RecipeWrapper.java
  13. yes, i am done here. you need to learn java this is just stupid i explained it what you need to do
  14. no just have a static field in your class that you count up in the method and reset after 200 ticks
  15. to to class where you have the event method
  16. dont make your modID 'f" make it longer you dont need a proxy cut and paste the code from the constructor to you event method
  17. FOR THE LOVE OF GOD DONT PUT THAT IN YOUR MOD CONSTRUCTOR
  18. because the "script" loop never runs
  19. use the debugger to see where the npe is coming from
×
×
  • Create New...

Important Information

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