Skip to content

Releases: MineExplorer/IC_Libraries

vanilla-recipe-v6

07 Sep 15:49

Choose a tag to compare

Added integration with Recipe Viewer to view stonecutter recipes added via library

StorageInterface v14

09 Jul 11:53

Choose a tag to compare

fixed errors

StorageInterface v13

08 Jul 14:25

Choose a tag to compare

  • allow to define custom StorageInterface classes
  • cache tile entity interface

SoundLib v3

07 Jul 17:10
f2faabe

Choose a tag to compare

First public release of SoundLib

EnergyNet v10

05 Jul 15:14

Choose a tag to compare

Fixed rounding of float energy amounts

VanillaRecipe v5

06 Feb 17:40

Choose a tag to compare

Fixed bug on adding recipe ingredients with data 0 to modded workbench

VanillaRecipe v4

08 Nov 15:23

Choose a tag to compare

  • added addShapedRecipe and addShapelessRecipe methods
  • vanilla ids can be written with "minecraft:" namespace

VanillaRecipe-v3

26 Oct 15:38

Choose a tag to compare

  • 1.16 support using auto-generated behavior pack.
    Behavior packs folder should be added in build.config and registered in library using setBehaviorPath method.
  • added method deleteRecipe(name: string)

TileRender v21

26 Oct 15:45

Choose a tag to compare

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

06 Aug 23:34

Choose a tag to compare

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