Blueprint

Library that implements the framework of all Abnormals mods!

File Details

Blueprint 1.19.2 - 6.1.2

  • R
  • Mar 17, 2023
  • 955.87 KB
  • 2.1M
  • 1.19.2
  • Forge

File Name

blueprint-1.19.2-6.1.2.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

* Add BlueprintCauldronInteraction - for making Cauldron interactions work amongst mods easier

* Add BlueprintRabbitType - to allow modders to create their own Rabbit types - note: each mod must use a unique ID for their rabbit type or else they will conflict. Developers should choose a large random number as an offset for their ids. BlueprintRabbitType does also not include a way to spawn the new rabbit types, that must be handled by the developer (for now)

* Add support for Boatload's item tags

* Add BlueprintFallingBlock to properly drop the block's loot table when falling

* Adjust the `is_grassland` tag