Update to loader 0.15 ()

This commit is contained in:
modmuss 2023-12-08 15:19:17 +00:00 committed by GitHub
parent 8cf3df9c01
commit 78d798af9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
107 changed files with 139 additions and 163 deletions

View file

@ -1,7 +1,7 @@
{
"required": true,
"package": "net.fabricmc.fabric.mixin.object.builder.client",
"compatibilityLevel": "JAVA_16",
"compatibilityLevel": "JAVA_17",
"client": [
"EntityModelLayersMixin",
"HangingSignEditScreenMixin",

View file

@ -1,7 +1,7 @@
{
"required": true,
"package": "net.fabricmc.fabric.mixin.object.builder",
"compatibilityLevel": "JAVA_16",
"compatibilityLevel": "JAVA_17",
"mixins": [
"AbstractBlockAccessor",
"AbstractBlockSettingsAccessor",

View file

@ -16,7 +16,7 @@
"FabricMC"
],
"depends": {
"fabricloader": ">=0.8.2",
"fabricloader": ">=0.15.1",
"fabric-api-base": "*"
},
"description": "Builders for objects vanilla has locked down.",