promotional bannermobile promotional banner

IndustrialReborn

Addon for Tech Reborn - inspired by EnderIO & Industrial Foregoing

File Details

IndustrialReborn-1.20.1-1.3.1.jar

  • B
  • Apr 15, 2024
  • 158.07 KB
  • 228.8K
  • 1.20.1
  • Fabric

File Name

IndustrialReborn-1.20.1-1.3.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:industrialreborn-941523:5265767"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changed:

  • Fixed Mob Slaughter loot generation, to imitate a player kill (Fixes issue with blaze rods not dropping)
  • Animal Baby Separator now moves babies right behind it
  • Added TR upgrades support for all machines
  • Made all machines mineable with pickaxe
  • Changes the way entities are spawned from the Powered Spawner, and released from the Soul Vial. They are not initialized properly
  • Changed the way entities are stored in the Soul Vial. The Soul Vial now stores the full NBT of the captured entity, instead of only the ID. This means that filled Soul Vials from earlier versions, will need to be migrated by releasing and catching the entity.
  • Added config option for Powered Spawner to spawn exact copies of the entity in the Soul Vial (copy full NBT). By default it's set to false
  • Added "SOUL_VIAL_BLACKLIST" tag, to disallow certain entity types, to be picked up in a Soul Vial
  • Added "POWERED_SPAWNER_BLACKLIST" tag, to disallow certain entity types, to be spawned from the Powered Spawner
  • Possibly other smaller improvements