Jump to content

loordgek

Members
  • Posts

    1910
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by loordgek

  1. that is not how it works, you set nothing does your event method get called?
  2. you are not running forge and the version you are using is not supported
  3. extend EntityArrow and remove the randomness ?
  4. its ok still you need to learn java first and then mod you can ask google if you dont know something i do it to https://www.homeandlearn.co.uk/java/field_variables.html
  5. learn java first
  6. when the field is final you can use getPrivateValue to bad
  7. 1 make a static DataParameter<Boolean> field in your Events class 2use ObfuscationReflectionHelper.getPrivateValue inside a static block https://www.geeksforgeeks.org/g-fact-79/ to init the field the fieldname is "field_184714_b" 3 in your event handler method check if the entity is a creeper 4 get the EntityDataManager and set the value with the DataParameter field in the class
  8. i help you, but you dont get example code, wait a minute
  9. you need to learn java first
  10. https://github.com/MinecraftForge/MinecraftForge/blob/1.16.x/src/main/java/net/minecraftforge/event/RegisterCommandsEvent.java#L46
  11. FallingTree-1.15.2-2.1.0+24.jar < you do have a mod in the mods folder, and it is for the wrong version
  12. thats the wrong bus, remove it
  13. make your own thread this on is from 2013
  14. no, set https://github.com/MinecraftForge/MinecraftForge/blob/1.16.x/src/main/java/net/minecraftforge/fml/common/Mod.java#L69 to client
  15. never use his tutorials
  16. you downloaded 1.5.2 you need 1.15.2
×
×
  • Create New...

Important Information

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