Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/29/19 in all areas

  1. Don't necro old threads. This is a 5 year old thread and completely unrelated to your problem.
    1 point
  2. Structurize is a contained dependency of MineColonies. A contained dependency is a jar inside of a jar that is extracted at runtime into the mem_repo directory. You can delete the Structurize jar all you want, but it will just be extracted from the MineColonies jar the next time you start Minecraft. MineColonies depends on Structurize, so if you want to remove it, you have to also remove MineColonies.
    1 point
  3. Not in vanilla JSON, but the code to do it would be pretty simple, and you could also add an API allowing other people to use JSON
    1 point
  4. Actually, it's just a convenience thing. You can totally do it inside the block's constructor (which is what I do, because then as many properties of that block that I can get away with are inside that block's class--liquids have things that are required elsewhere, etc. etc). Also, "initialize Block event"? Are you using an event handler of some kind?
    1 point
  5. Forge one-time injection diesieben07 replied to MGlolenstine's topic in General Discussion Please clarify how I was rude? 1 minute ago 13 replies Ore Variant Textures Not Working Properly diesieben07 replied to Viking 2481's topic in Modder Support That is literally how any programming language works... 3 hours ago 4 replies Access transformers doesn't work with forge classes diesieben07 replied to hohserg's topic in Modder Support No! Don't do this. You must not be accessing the world in your model, since the model may be rendered on a different thread, so you will cause random and seemingly inexplicable crashes. Any information necessary for the model to render must be stored in the IBlockState. 3 hours ago 7 replies Access transformers doesn't work with forge classes diesieben07 replied to hohserg's topic in Modder Support What are you trying to achieve? Why do you need access to this class? 4 hours ago 7 replies The game crashed whilst exception in server tick loop Error: java.lang.IllegalArgumentException: Duplicate id value for 23! diesieben07 replied to betaninja's topic in Support & Bug Reports 1.7.10 and older are no longer supported on this forum due to their age. Update to a modern version of Minecraft to receive support. You have been told this already, consider this a warning. This is a paste of all the rude things you have said, PLEASE take it down. It is very selfish.
    0 points
×
×
  • Create New...

Important Information

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