MMDLib

MMD Library Mod

File Details

MMDLib 1.0.0-rc1.26 Javadoc

  • B
  • Apr 14, 2019
  • 1.59 MB
  • 78
  • 1.12.2+1
  • Forge

File Name

MMDLib-1.12-1.0.0-rc1.26-javadoc.jar

Supported Versions

  • 1.12.2
  • 1.12

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:mmdlib-261744:2699199")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Late Addendum: A chunk of client code was being run server-side, causing a server crash. How this was not caught is unknown - fixed in this immediate update.

1) (@dshadowwolf and others) Sync to latest code in current conjoined BaseMetals to get bugfixes and API updates.
2) (@faceofcat) Add GUI interface wrappers and layer
3) (@faceofcat) Add Capabilities wrapper and layers - this is extensible and has hooks for latching all existing power systems equally
4) (@dshadowwolf) Implement MMDLib specific startup events and ordering properly
5) (@dshadowwolf) Remove interdependency of MMDToolEffects and some other pieces
6) (@dshadowwolf) Update MMDMaterial to have hooks for providing a means to get a custom FluidBlock and custom Tooltips on a per-material basis, the tooltips store on a per-item basis
7) (@dshadowwolf) Move Tool effects and Armor effects to the "MMDMaterialProperty" system - note that the current form is limited to replicating ***EXACTLY*** what existed before and work needs to be done to make it so that it can apply in a generic manner to any item or block
8) (@dshadowwolf) Move Vanilla materials and extended items to MMDLib
9) (@dshadowwolf) Fix mappings so that existing worlds do not break
10) (@dshadowwolf) Restore missing fluid state mappings
11) (@dshadowwolf) Restore missing '#inventory' rendering mappings
12) (@dshadowwolf) Repair client-code-on-server issue in network code
13) (team, with thanks to public) Repair and fix recipes that had errors
14) (@YaibaToKen and @dshadowwolf)  Repair Tinkers' Construct interface to not crash if TiC smelter module is turned off