Releases: MineExplorer/IC_Libraries
Releases · MineExplorer/IC_Libraries
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)
TileRender v21
Changelog:
- rewritten in typescript
- added method setShapeWithRotation(id, data, boxes)
- added raycast models generation
- fixed getRotatedBoxVertexes
- setupWireModel creates item model for block
- reverse compatibility for setCropModel and setPlantModel methods
StorageInterface v12
This library adds interfaces for containers and liquid storages and methods to transfer items and liquids between them.
Documentation (Russian): https://wiki.mineprogramming.org/index.php/InnerCore/Libs/StorageInterface
Changelog
- getOutputSlots can return empty slots for tile entities