Jump to content

loordgek

Members
  • Posts

    1910
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by loordgek

  1. post the new log
  2. delete your config folder
  3. whats the issue ?
  4. how do start the server
  5. where do you get the mods from and what mc version are you running
  6. what do you mean by that
  7. that is not valid java you are using a unsupported version of minecraft
  8. you need to use the SRG name, it is field_72769_h
  9. because they are shared between you DreamEntitys
  10. can you stop using a big font
  11. dont do that use https://github.com/MinecraftForge/MinecraftForge/blob/1.16.x/src/main/java/net/minecraftforge/common/capabilities/ICapabilityProvider.java#L41
  12. https://docs.oracle.com/javase/tutorial/java/javaOO/initial.html
  13. can you stop calling it a command the method you need is "get" it has 2 parameters the first one is the DataParameter the second one is the value you want to set
  14. yes now initialize it using ObfuscationReflectionHelper.getPrivateValue you dont need the world here first you do "you are a creeper" then you ask "are you a creeper "
  15. show what you have tried
  16. the way i told you
  17. but we need a setter that has unwanted side effects how ?? he needs the DataParameter and that is private
  18. what would you have 1 a boring time learning java 2 a frustrating time modding and not getting somewhere
  19. i told you how to do it but you dont have the java knowledge to understand it so plz learn java
  20. this is BASIC java
  21. the instance parameter is null because the field is static the fieldName parameter is "field_184714_b" (can somebody explain why the name is so weird )
  22. @Draco18s do you understand what i typed ? @Crazy_sheep read this https://github.com/MinecraftForge/MinecraftForge/blob/1.16.x/src/main/java/net/minecraftforge/fml/common/ObfuscationReflectionHelper.java#L67-L80
×
×
  • Create New...

Important Information

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