9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2026-01-06 15:52:03 +00:00

添加1.21.5分支

This commit is contained in:
XiaoMoMi
2025-04-16 02:21:07 +08:00
parent 7ad10ad16a
commit 08894c7c0e
32 changed files with 1335 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
{
"id": "craftengine",
"version": "${project_version}",
"mixins": [
"mixins.craftengine.json"
]
}

View File

@@ -0,0 +1,12 @@
{
"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": [
"BlocksMixin",
"ItemStackMixin"
]
}