Skip to content

Releases: CD4017BE/CD4017BE_lib

CD4017BE_lib-1.12.2-6.4.0

20 May 23:36
Compare
Choose a tag to compare

Changes:

  • added some utility features
  • added hideable inventory slots
  • added TextureAtlasSprite impl. that supports non square aspect ratios
  • added convenient load/store state methods in BaseTileEntity
  • generalized MultipartModel so it can be applied to arbitrary blocks
  • enhanced state mapping and model providers for the MultipartModel

Dependencies:

  • for MC-1.12.2
  • forge-14.23.0.2512 (or newer)

CD4017BE_lib-1.12.2-6.3.7

23 Apr 14:30
Compare
Choose a tag to compare

Changes:

  • enabled Key repreat events in ModularGUI (more convenient typing in text fields)
  • made some useful utility method available as public static

Dependencies:

  • for MC-1.12.2
  • forge-14.23.0.2512 (or newer)

CD4017BE_lib-1.12.2-6.3.6

22 Apr 09:55
Compare
Choose a tag to compare

Changes:

  • changed the script '#' operator for numbers to be floor rounding instead of RNG
  • added some more render utility functions
  • fixed handling of null Boundingboxes in MultipartBlock
  • added a Hybrid implementation between normal and fast TESR
  • some other useful tweaks
  • fixed config version check crashing if file is empty

Dependencies:

  • for MC-1.12.2
  • forge-14.23.0.2512 (or newer)

CD4017BE_lib-1.12.2-6.3.5

05 Apr 17:35
Compare
Choose a tag to compare

Changes:

  • added support for any numeric type with %u (SI-scale) formatting
  • fixed existing config files being ignored during first launch or when compiled.dat deleted

Dependencies:

  • for MC-1.12.2
  • forge-14.23.0.2512 (or newer)

CD4017BE_lib-1.12.2-6.3.4

30 Mar 23:05
Compare
Choose a tag to compare

Changes:

  • added yes/no text formatting for boolean arguments
  • added support to specify particle textures in script models
  • fixed some bugs that were introduced during script update

Dependencies:

  • for MC-1.12.2
  • forge-14.23.0.2512 (or newer)

CD4017BE_lib-1.12.2-6.3.3

17 Feb 21:34
Compare
Choose a tag to compare

Changes:

  • fixed a script that fallback values assigned to config variables weren't boxed in to operand types properly
  • fixed DimPos not matching properly with BlockPos in map lookups which caused VerticallyStackedDimensions#3

Dependencies:

  • for MC-1.12.2
  • forge-14.23.0.2512 (or newer)

CD4017BE_lib-1.12.2-6.3.2

15 Feb 19:58
Compare
Choose a tag to compare

Changes:

  • fixed script compilation bug with undefined local variables

Dependencies:

  • for MC-1.12.2
  • forge-14.23.0.2512 (or newer)

CD4017BE_lib-1.12.2-6.3.1

08 Feb 00:20
Compare
Choose a tag to compare

Changes:

  • fixed config version being ignored which caused it to be permanently overriden by the internal preset
  • fixed rendering bugs in Modular Gui system
  • fixed tootip handling in Modular Gui system
  • added sub window features for Modular Gui system
  • added runtime class generation utilities

Dependencies:

  • for MC-1.12.2
  • forge-14.23.0.2512 (or newer)

CD4017BE_lib-1.12.2-6.3.0

24 Jan 19:36
Compare
Choose a tag to compare

Changes:

  • rework of the scripting system: the effects of operators are now defined by the operands instead of being hard coded
  • fixed Recipe removal feature
  • fixed potential ItemStack comparison issues by using metadata instead of damage value
  • fixed incorrect quad roatation in NBT-Models
  • fixed various other model & redering bugs
  • fixed interdimensional Entity teleportation
  • fixed argument parsing of unit scale number format feature
  • fixed logging to use the propper mod log instead of deprecated FMLLog
  • created a new modular GUI framework
  • added a server side only version of ITickable for TileEntities
  • added various other utilities
  • removed some ancient InductiveAutomation utilities & APIs
  • removed deprecated multiblock network features
  • moved several utilities and APIs from InductiveLogistics into this core mod

Dependencies:

  • for MC-1.12.2
  • forge-14.23.0.2512 (or newer)

CD4017BE_lib-1.12.2-6.2.8

09 Jan 21:08
Compare
Choose a tag to compare

Changes:

  • provided more control over side solidness in Pipe Block template
  • made config script execution more forgiving with errors
  • added a server side only version of ITickable
  • implemented literal direct mode in localisation utilites
  • created combined World/dimension + BlockPos utility object
  • fixed interdimensional teleportation for entities with passengers
  • added optional dimension parameter to "worldgen" script recipe handler

Dependencies:

  • for MC-1.12.2
  • forge-14.23.0.2512 (or newer)