promotional bannermobile promotional banner

FLIB

FutureLIBrary mod to speed up porting and developing new content
Back to Files

flib-1.20.1-0.0.11.jar

File nameflib-1.20.1-0.0.11.jar
Uploader
LothrazarLothrazar
Uploaded
Aug 27, 2023
Downloads
7.3M
Size
279.7 KB
Mod Loaders
ForgeNeoForge
File ID
4724762
Type
R
Release
Supported game 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")

Learn more about Curse Maven

What's new

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

This mod has no related projects