HotbarReplace/src/client/resources/hotbarreplace.mixins.json
Adam Macdonald 9d44d319d1
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Add support for food items
2025-04-24 20:06:24 +01:00

14 lines
215 B
JSON

{
"required": true,
"package": "xyz.twokilohertz.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [],
"client": [
"ItemStackMixin"
],
"server": [],
"injectors": {
"defaultRequire": 1
}
}