promotional bannermobile promotional banner

NexusLib

A library mod featuring some useful helpers and systems

File Details

heccolib-fabric-1.21.1-1.1.1.jar

  • R
  • Jun 19, 2025
  • 60.45 KB
  • 26
  • 1.21.1
  • Fabric

File Name

heccolib-fabric-1.21.1-1.1.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:nexuslib-1279113:6669658"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

HeccoLib version 1.1.1

Changes

  • Fixed many issues with automatic datagen of block families
  • Fixed the mod simply not working on NeoForge
  • Added a "planks" method in BlockFamilyCreator, which adds the block to the planks item and block tags
  • Fixed having no way to define block properties for block families
  • Added a method in BlockFamilyCreator to update block properties, mineable tags, and minimum tool tier
  • Added the ability for blocks manually added to a family to be added to autogenerated block tags

New Features

  • Added contributor capes for TheHecco, Yirmiri, Artyrian, tellio_ari, Diemond_Player, WorkGoblin, and Stellari
    • Will only show if no other cape is enabled
  • Added a datagen class for item tags
    • Auto generates item tags for block family blocks
  • Added a datagen class for block loot tables
    • Auto generates a default loot table for all blocks in a mod
    • If a loot table is added for a block before the method runs, it will override the default one
  • Added a datagen class for recipes
    • Auto generates some blocks from block families, more functionality is planned