mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-25 01:49:30 +00:00
12 lines
266 B
JSON
12 lines
266 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8.7",
|
|
"package": "net.momirealms.craftengine.mod.mixin",
|
|
"plugin": "net.momirealms.craftengine.mod.CraftEnginePlugin",
|
|
"target": "@env(DEFAULT)",
|
|
"compatibilityLevel": "JAVA_21",
|
|
"server": [
|
|
"MixinBlocks"
|
|
]
|
|
}
|