promotional bannermobile promotional banner

Creo Lib

a versatile library for mod & datapack development

File Details

CreoLib 1.0.0-beta.24 for 1.20-1.20.1

  • B
  • Jul 30, 2023
  • 690.97 KB
  • 212
  • 1.20.1+1
  • Fabric

File Name

CreoLib-1.20.1-1.0.0-beta.24.jar

Supported Versions

  • 1.20.1
  • 1.20

Curse Maven Snippet

Fabric

modImplementation "curse.maven:creo-lib-837262:4672008"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

FogModifiers

  • These have been once again completely reworked since there were so many bugs previously. Now they are in a state that seems to be stable, while also being more customizable than ever!
  • Can now be locational, so Fog density can be applied to a certain BlockPos
  • Fog modifiers can be injected at different points, so you can modify status effect fog, water fog, etc
  • Fog modifiers can be applied using different mathematical operations, so you can add, override, multiply, etc the vanilla fog

Additions

  • Added some max() methods for 3 variables to MathUtil
  • Added a Vec2d class
  • Added a VectorUtil class
  • Datagen methods for WoodSets
  • Added a milk_does_not_cure status effect tag
  • Added requiredFuels for Item Settings, so items can only be smelted by certain fuel items

Changes

  • Move AdvancementInjectionType to be an inner enum
  • Rename AdvancementInjection to AdvancementInjector
  • Allowed custom window title to be cleared

Fixes

  • Fix copyOf() in CItemSettings breaking item settings