Twilight Forest repository

Drullkus 73634641ab Torchberry shall glow too пре 7 година
gradle 547a0aca31 Update build to 1.11.2 пре 7 година
src 73634641ab Torchberry shall glow too пре 7 година
.gitignore 547a0aca31 Update build to 1.11.2 пре 7 година
CONTRIBUTING.md adcef9e438 Add contributing MD пре 8 година
LICENSE 98b88bde74 Update LICENSE пре 7 година
README.md cc1aef1f26 Add my old notes to the readme пре 7 година
build.gradle 3e3cfcb368 Update CTMod пре 7 година
gradle.properties 3e3cfcb368 Update CTMod пре 7 година
gradlew 148103d99c chmod gradlew for use on a build server пре 7 година
gradlew.bat 547a0aca31 Update build to 1.11.2 пре 7 година

README.md

twilightforest

Twilight Forest repository

notes for contributors:

  • Here are current goals, in necessary order of completion
  • Don't let yourself get distracted by lower priority goals while dealing with higher priority ones. This is how most ports burn out.
  • MINOR hacks to get it to run are okay for now, just put a todo on it
  1. modernize all code. There's LOTS of copying from vanilla in the old codebase, and all of it must be clearly marked a "// [VanillaCopy]" comment stating what changed and why, or modernized a) Most notably, lots of bosses contain lots of copying of the old dragon logic and other old pre-1.8 AI system stuff b) the custom particle system needs to switch to an enum
  2. get all serverside "logic" code compiling a) entities b) worldgen c) items/blocks
  3. get it to start up (commenting out rendering as needed)
  4. get it to enter the dimension
  5. switch entity drops to loot tables
  6. fix all the easy models
  7. fix all the hard models and rendering
  8. port to 1.11
    • why is this so low? 1.11 is a relatively brain-dead port, but it's also extremely tedious - the ROI is pretty tiny.
    • so deferring it in favour of actually getting it to run first
    • this may change