Jump to content

Cadiboo

Members
  • Posts

    3624
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Cadiboo

  1. All will be solved in 1.13 when their dropping all the extraneous “s”s
  2. Override set dead, return super & set a breakpoint there
  3. Not sure this applies to you but when I know that while vanilla eats up errors for missing variants, non vanilla models don’t, so I recommend adding those extra variants or removing them. Sorry for the bad explanation hope it made sense
  4. Override getMaxStack size or something? have a look at how AppliedEnergistics or another open source storage mod does it
  5. So... how can we help without your code & logs?
  6. Please post your debug.log (look in my signature if you don’t know where it is) inside a spoiler (click the eye icon when posting)
  7. Have a look at scoreboards, people have done extremely similar things with them. Minecraft forum has some good posts on them
  8. ^, Also Forge is open source, people can look at the code and judge how close to done it is
  9. How did you upgrade, please post the debug.log and all your rendering related code (Hopefuly you updated it too)
  10. Learn modding and start to make them yourself. Thats what I'm doing. Im pretty sure theres a something like Carpenters Blocks for 1.12.2
  11. Post your logs please
  12. 1.8.9 is no longer supported on these forums due to its age. Update to a more recent version to receive support.
  13. probably to do with this code google the problem and there should be some reasonable solutions. the code has to do with making the bow have different textures while pulling which I assume you don't want. You can probably just get rid of it.
  14. Please post the full log including the model bakery errors
  15. Who should I direct my questions to then?
  16. Say I want to ask Lex a question about how the forge forums work, instead of being able to directly message him, I have to create a topic. Why would forum software copy the whole thread?
  17. Not yet, I don’t think forge is done with this
  18. As opposed to the 13000+ forum topics
  19. yeah, a bunch of instanceof checks which are very fast before I do any lookups or other checks. I would use inheritance but in 19/20 cases my items are extending vanilla ones
  20. I meant ASM, isn’t ASM an advanced form of reflection?
  21. I think that having 1 method (subscriber) is better than having 20 exactly the same methods in each class
  22. Could you also use reflection to replace that bit of code that handles pickups in EntityArrow with your code?
  23. Eragon is one of my favourite series and I’ve been thinking of making a mod for it for a while. I’m pretty good at programming in general and I think I’m doing pretty well modding minecraft, I’d love to help you make this mod. If you’d like my help, I’ll happily work with you on his mod, but you need to write it for the most recent version only Minecraft. I’ve already solved the issue of subtitles in 2 of my mods. I solved it by subscribing to the onItemStackTooltip event and checking if the item had an entry for a tooltip in my Lang file and if so localising that entry and displaying it right below the items name.
  24. We are trying our best to help you, but you don’t seem to be following our advice at all (or even reading it) or understanding stuff basic enough that we can’t teach it to you, like basic basic <s>java</s> programming knowledge.
×
×
  • Create New...

Important Information

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