mirror of
https://github.com/TeamMidnightDust/BetterBeds.git
synced 2025-12-15 13:05:09 +01:00
12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"required": true,
|
|
"package": "eu.midnightdust.betterbeds.mixin",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"client": [
|
|
"MixinBedBlock",
|
|
"MixinBlockEntityRendererDispatcher"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
} |