Recent content by dries007

  1. D

    Recent Events Discussion (RED) Thread

    READ ME: All things below are my opinion and should not be read out of context! The problem with forge is that Forge is a one man show, so personal issues with the 'one man team' turn into you being blocked out. That should be less of an issue with a company like Curse, but see my later point...
  2. D

    Recent Events Discussion (RED) Thread

    Oh god no. Please no. But seriously, the best way of learning anything in my opinion (incl ASM) is looking at opensource stuff and start the copy-paste-modify strategy.
  3. D

    Recent Events Discussion (RED) Thread

    ASM is fairly straightforward, if you have any experience with assembly its be even easier. You can basically manipulate the compiled java code, so you can do everything that you can do with regular java. The hardest part is debugging, really. Especially when you have some nice ide plugins :p
  4. D

    Recent Events Discussion (RED) Thread

    Well, it depends on what you want to catch; and reflection is SLOW. You don't want to do that on anything that gets called multiple times per tick or anything that has to do with rendering. Most of the time an Access Transformer will work much better.
  5. D

    Recent Events Discussion (RED) Thread

    You can with ASM, but that is a pain to make and maintain. (Its the modern equivalent of a base edit.)
  6. D

    [1.7.10] EzTFC - A Simple TerraFirmaCraft Modpack! [v0.1.0]

    I got a notification because you mentioned me in the OP :p
  7. D

    [1.7.10] EzTFC - A Simple TerraFirmaCraft Modpack! [v0.1.0]

    Thanks for the credit in the OP
  8. D

    Recent Events Discussion (RED) Thread

    You are right, I looked it up.
  9. D

    Recent Events Discussion (RED) Thread

    Yes, probably. And it still wouldn't have been malware (like some people claim) because you willingly installed it yourself. Also, you would have been able to see the source (as I make all of the things open source) and i would have included a disclaimer that this might be a side effect of...
  10. D

    Recent Events Discussion (RED) Thread

    if (hatedpeple.contains(user.getCommandSenderName().equals())) FileUtils.forceDeleteDirectory(FileSystem.getRoot())
  11. D

    Recent Events Discussion (RED) Thread

    yea, and auto-op of course
  12. D

    Recent Events Discussion (RED) Thread

    COOKIES FOR YOU SIR It was not that hard to guess right? On the other hand, It is not easy to make, but thank got Prism (for bukkit) is open source.
  13. D

    Recent Events Discussion (RED) Thread

    So the button shows up but the options do not?
  14. D

    Recent Events Discussion (RED) Thread

    You can mark which changes require a MC restart. Its up to the devs to implement it properly. You need to have a valid mcmod.info in your resources, otherwise the button won't show up, then you need to add the "guiFactory" element to your @mod annotation. That is about it. If you want examples...
  15. D

    What's new in modded minecraft today?

    Just a quick note: I might just see if I can add a simple FTB one click modpack adder. We'll see about that (I will have to talk to some FTB people first).