Skip to content

Releases: MineExplorer/IC_Libraries

EnergyNet lib v11

15 Mar 11:02
d71e847

Choose a tag to compare

introduce BlockCoordsData to hold cable net block coords

LangLoader

12 Mar 16:15

Choose a tag to compare

Small library for loading translations from .lang files

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)