X Tutup
Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

patchwork-level-generators

Reasoning

  • Minecraft forge patches the LevelGeneratorType to be extensible through providing IForgeWorldType and making a public constrcutor
  • Numerous mods for forge use this LevelGeneratorType API

TODO

  • Use IForgeDimension for the getHorizonHeight client mixin to World
X Tutup