Alpha-s-Stuff / TinkersConstruct

Tinker a little, build a little, tinker a little more...
MIT License
85 stars 29 forks source link

add sodium `mixin.features.item` config in `fabric.mod.json` #76

Closed TexBlock closed 6 months ago

TexBlock commented 11 months ago
"custom": {
    "cardinal-components": [
      "tconstruct:piggyback",
      "tconstruct:equipment_watcher",
      "tconstruct:persistent_data",
      "tconstruct:modifier_data",
      "tconstruct:modifiers"
    ],
-   "banner": "Mantle.png"
+   "banner": "Mantle.png",
+   "sodium:options": {
+     "mixin.features.item": false
+   }
}
AlphaMode commented 11 months ago

What's this do exactly and why is it needed?

TexBlock commented 11 months ago

What's this do exactly and why is it needed?

maybe can fix #33

AlphaMode commented 6 months ago

Newer sodium versions should fix this