Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/26/18 in all areas

  1. Also, in the block models (block_drill_basic.json and block_drill_advanced.json) you need to use commas after each texture entry.
    1 point
  2. No, they aren't. According to https://jsonlint.com/ (for drill.json): Error: Parse error on line 48: ...", "y": 90 }, }} --------------------^ Expecting 'STRING', got '}' Although the actual problem is not with the 90, but a few characters later. I have to edit the tabs into 4 spaces to get the error to line up properly: Error: Parse error on line 48: "y": 90 }, }} --------------------^ Expecting 'STRING', got '}' You have an extraneous comma.
    1 point
  3. 1 point
  4. Ignore it. It's deprecated because you aren't supposed to call it. Overriding is fine.
    1 point
  5. Your blockstate json file is missing.
    1 point
  6. You probably could do that. Depending on exactly how your mod works, it may be easier to simply maintain a list of block positions and search that.
    1 point
  7. It's overridden in WorldServer to call ChunkProviderServer#getNearestStructurePos, which in turn calls IChunkGenerator#getNearestStructurePos. ChunkGeneratorOverworld implements this to look for a hardcoded set of Vanilla structure types, so there's no good way for mods to hook into it. This PR aims to resolve that.
    1 point
  8. https://wiki.mcjty.eu/modding/index.php?title=Dimensions-1.12
    1 point
  9. Do it by binary halves: PIck half of the mods (alphabetically works). Doesn't need to be an exact half. Just make sure that Animania stays in each time. Remove those mods. If the problem persists, remove half of what remains. If the problem goes away, put half of the most recently removed mods back. Repeat until adding/removing a single mod causes the problem. This should take no more than 7 iterations for ~100 mods.
    1 point
×
×
  • Create New...

Important Information

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