FLIB

FutureLIBrary mod to speed up porting and developing new content

File Details

flib-1.20.1-0.0.11.jar

  • R
  • Aug 27, 2023
  • 279.70 KB
  • 7.2M
  • 1.20.1
  • Forge + 1

File Name

flib-1.20.1-0.0.11.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:flib-661261:4724762")

NeoForge

implementation fg.deobf("curse.maven:flib-661261:4724762")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Add new recipe conditional so you can enable or disable a recipe based on whether an entity exists and is registered

 

Example:

 

"conditions": [ {"type": "flib:entity_exists", "value": "veincreeper:coal_creeper" } ]


Now the recipe will not load if that entity id is not present in the "entity_types" registry