Hyphae for Fabric

Hyphae for Fabric

17 Downloads

Fabric bindings for Hyphae.

repository

Tired of having to completely override loot tables when all you wanted was to add an entry? Tired of having datapacks conflict with each other? hyphae-fabric is here to help. To patch a JSON file, put it in the {assets|data}/<your namespace>/patches/<target namespace>/<target path>.json. For example, if you wanted to tweak the loot table for the dungeon chest, then create the file data/<your namespace>/patches/minecraft/loot_tables/chests/simple_dungeon.hy. You can glob a path part with _ (with possibly a .json file extension, or a recursive path part with __. See example-datapack/ to see what you can do.

Requires Fabric Language Scala.

This mod bundles the Scala Parser Combinators library, licensed under the Apache-2.0 license, which Hyphae uses. Hyphae itself and this mod are licensed under the MIT license.