mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-29 11:59:11 +00:00
Initial commit
This commit is contained in:
11
server-mod/src/main/resources/mixins.craftengine.json
Normal file
11
server-mod/src/main/resources/mixins.craftengine.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user