Interactio - In-World Crafting with Datapacks!

A set of utilities to add in-world crafting recipes through datapacks.

File Details

Interactio-1.15.2-2.0.0.jar

  • B
  • Mar 14, 2020
  • 142.64 KB
  • 156
  • 1.15.2
  • Forge

File Name

Interactio-1.15.2-2.0.0.jar

Supported Versions

  • 1.15.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

NOTE: Your recipes in their current form will break after updating. Check out the new syntax on GitHub (or take a look at the TL;DR down below) to keep them running!

ALSO, this mod now requires a mod that can load Mixins in Forge, like MixinBootstrap for instance!

 

Hey, what's that? It's the first major update to the mod!

 

Recipe ingredients with return chances and weighted (chance) outputs are here, as well as a couple of nice changes under the hood! This mod also now uses Mixins to do certain things, which, if you haven't read the giant text above, means you now need MixinBootstrap (or a comparable mod that can load Mixins in a Forge environment) to run it. Don't worry though, I won't bloat your mods folder with any other dependencies in the near future... maybe :p

 

For a full list of changes, feel free check out the pull request on GitHub or the Wiki to see what's changed (in short, replace "result" with "output" where you can and try to follow the examples on the Wiki and you should be (almost) fine with your current recipes)