Releases: MineExplorer/IC_Libraries
Releases · MineExplorer/IC_Libraries
EnergyNet lib v11
introduce BlockCoordsData to hold cable net block coords
LangLoader
Small library for loading translations from .lang files
vanilla-recipe-v6
Added integration with Recipe Viewer to view stonecutter recipes added via library
StorageInterface v14
fixed errors
StorageInterface v13
- allow to define custom StorageInterface classes
- cache tile entity interface
SoundLib v3
First public release of SoundLib
EnergyNet v10
Fixed rounding of float energy amounts
VanillaRecipe v5
Fixed bug on adding recipe ingredients with data 0 to modded workbench
VanillaRecipe v4
- added addShapedRecipe and addShapelessRecipe methods
- vanilla ids can be written with "minecraft:" namespace
VanillaRecipe-v3
- 1.16 support using auto-generated behavior pack.
Behavior packs folder should be added in build.config and registered in library usingsetBehaviorPathmethod. - added method deleteRecipe(name: string)