ForgePatch/src/main/resources
RainWarrior 6eba0ebb93 Added model loader registry
Entry point: ModelLoaderRegistry
loader interface: ICustomModelLoader
custom model: IModel

ModelLoader is responsible for splicing into vanilla model system.
(you probably don't need to use it directly)

Interop with vanilla models isn't great yet
(vanilla models can't refer to custom ones as parents), will improve in
the future.

Includes loader for B3D models, with animation support
(net.minecraftforge.client.model.b3d).
Blender export plugin with compatible coordinate system:
https://github.com/RainWarrior/B3DExport

OBJ loader is being written, will be included at some point in the
future. For now you can convert OBJ to B3D via blender, or wait.
2015-01-29 11:33:52 +03:00
..
assets/forge/lang Add config option to specify the default spawn fuzz factor for the overworld. Closes #1190 2014-06-29 18:56:22 -07:00
forge.exc Added model loader registry 2015-01-29 11:33:52 +03:00
forge_at.cfg Added model loader registry 2015-01-29 11:33:52 +03:00
forge_logo.png Step 2: The Reformation 2013-11-09 15:57:08 -06:00
lgpl-3.0.txt Load chunks asynchronously for players. 2014-06-12 16:51:17 -04:00