mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-27 10:05:35 -05:00
Update Loom and Loader (#4188)
This commit is contained in:
parent
e14d62e1c0
commit
fd37071f8b
52 changed files with 52 additions and 52 deletions
|
@ -4,7 +4,7 @@ plugins {
|
||||||
id "idea"
|
id "idea"
|
||||||
id "maven-publish"
|
id "maven-publish"
|
||||||
id 'jacoco'
|
id 'jacoco'
|
||||||
id "fabric-loom" version "1.8.9" apply false
|
id "fabric-loom" version "1.8.11" apply false
|
||||||
id "com.diffplug.spotless" version "6.20.0"
|
id "com.diffplug.spotless" version "6.20.0"
|
||||||
id "org.ajoberstar.grgit" version "5.2.2"
|
id "org.ajoberstar.grgit" version "5.2.2"
|
||||||
id "me.modmuss50.remotesign" version "0.4.0" apply false
|
id "me.modmuss50.remotesign" version "0.4.0" apply false
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*",
|
"fabric-api-base": "*",
|
||||||
"fabric-command-api-v2": "*"
|
"fabric-command-api-v2": "*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*",
|
"fabric-api-base": "*",
|
||||||
"fabric-command-api-v2": "*"
|
"fabric-command-api-v2": "*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"minecraft": ">=1.18.2"
|
"minecraft": ">=1.18.2"
|
||||||
},
|
},
|
||||||
"description": "Contains common tags used by mods for vanilla things.",
|
"description": "Contains common tags used by mods for vanilla things.",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-key-binding-api-v1": "*"
|
"fabric-key-binding-api-v1": "*"
|
||||||
},
|
},
|
||||||
"description": "Keybinding registry API.",
|
"description": "Keybinding registry API.",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*",
|
"fabric-api-base": "*",
|
||||||
"fabric-resource-loader-v0": "*"
|
"fabric-resource-loader-v0": "*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-block-view-api-v2": "*"
|
"fabric-block-view-api-v2": "*"
|
||||||
},
|
},
|
||||||
"description": "Thread-safe hooks for block entity data use during terrain rendering.",
|
"description": "Thread-safe hooks for block entity data use during terrain rendering.",
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"minecraft": ">=1.15-alpha.19.39.a",
|
"minecraft": ">=1.15-alpha.19.39.a",
|
||||||
"fabric-api-base": "*",
|
"fabric-api-base": "*",
|
||||||
"fabric-rendering-v1": "*"
|
"fabric-rendering-v1": "*"
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7"
|
"fabricloader": ">=0.16.8"
|
||||||
},
|
},
|
||||||
"description": "Contains the essentials for Fabric API modules.",
|
"description": "Contains the essentials for Fabric API modules.",
|
||||||
"custom": {
|
"custom": {
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*",
|
"fabric-api-base": "*",
|
||||||
"fabric-lifecycle-events-v1": "*"
|
"fabric-lifecycle-events-v1": "*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"minecraft": ">=1.16.2"
|
"minecraft": ">=1.16.2"
|
||||||
},
|
},
|
||||||
"description": "Hooks for adding biomes to the default world generator.",
|
"description": "Hooks for adding biomes to the default world generator.",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7"
|
"fabricloader": ">=0.16.8"
|
||||||
},
|
},
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7"
|
"fabricloader": ">=0.16.8"
|
||||||
},
|
},
|
||||||
"description": "Hooks for block views",
|
"description": "Hooks for block views",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"minecraft": ">=1.15-alpha.19.38.b",
|
"minecraft": ">=1.15-alpha.19.38.b",
|
||||||
"fabric-api-base": "*"
|
"fabric-api-base": "*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7"
|
"fabricloader": ">=0.16.8"
|
||||||
},
|
},
|
||||||
"description": "Adds the ability to load tags from the local mods.",
|
"description": "Adds the ability to load tags from the local mods.",
|
||||||
"custom": {
|
"custom": {
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*",
|
"fabric-api-base": "*",
|
||||||
"minecraft": ">1.19-alpha.22.11.a"
|
"minecraft": ">1.19-alpha.22.11.a"
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*",
|
"fabric-api-base": "*",
|
||||||
"fabric-lifecycle-events-v1": "*",
|
"fabric-lifecycle-events-v1": "*",
|
||||||
"fabric-resource-loader-v0": "*"
|
"fabric-resource-loader-v0": "*"
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"minecraft": ">=1.18.2"
|
"minecraft": ">=1.18.2"
|
||||||
},
|
},
|
||||||
"description": "Contains common tags used by mods for vanilla things.",
|
"description": "Contains common tags used by mods for vanilla things.",
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"minecraft": ">=1.20.5-beta.1",
|
"minecraft": ">=1.20.5-beta.1",
|
||||||
"fabric-lifecycle-events-v1": "*"
|
"fabric-lifecycle-events-v1": "*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7"
|
"fabricloader": ">=0.16.8"
|
||||||
},
|
},
|
||||||
"description": "Adds Fabric-related debug info to crash reports.",
|
"description": "Adds Fabric-related debug info to crash reports.",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-entity-events-v1": "*",
|
"fabric-entity-events-v1": "*",
|
||||||
"fabric-object-builder-api-v1": "*"
|
"fabric-object-builder-api-v1": "*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7"
|
"fabricloader": ">=0.16.8"
|
||||||
},
|
},
|
||||||
"description": "Allows for automatic data generation.",
|
"description": "Allows for automatic data generation.",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"minecraft": ">=1.16-rc.3",
|
"minecraft": ">=1.16-rc.3",
|
||||||
"fabric-api-base": "*"
|
"fabric-api-base": "*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7"
|
"fabricloader": ">=0.16.8"
|
||||||
},
|
},
|
||||||
"description": "Events to hook into entities.",
|
"description": "Events to hook into entities.",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*",
|
"fabric-api-base": "*",
|
||||||
"fabric-networking-api-v1": "*",
|
"fabric-networking-api-v1": "*",
|
||||||
"minecraft": ">=1.15-alpha.19.37.a"
|
"minecraft": ">=1.15-alpha.19.37.a"
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7"
|
"fabricloader": ">=0.16.8"
|
||||||
},
|
},
|
||||||
"description": "Allows registration of custom game rules.",
|
"description": "Allows registration of custom game rules.",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-resource-loader-v0": "*"
|
"fabric-resource-loader-v0": "*"
|
||||||
},
|
},
|
||||||
"description": "Allows registration of custom game tests.",
|
"description": "Allows registration of custom game tests.",
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*"
|
"fabric-api-base": "*"
|
||||||
},
|
},
|
||||||
"description": "Hooks for items",
|
"description": "Hooks for items",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*",
|
"fabric-api-base": "*",
|
||||||
"fabric-resource-loader-v0": "*"
|
"fabric-resource-loader-v0": "*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7"
|
"fabricloader": ">=0.16.8"
|
||||||
},
|
},
|
||||||
"description": "Key Binding registry API.",
|
"description": "Key Binding registry API.",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*"
|
"fabric-api-base": "*"
|
||||||
},
|
},
|
||||||
"description": "Events for the game's lifecycle.",
|
"description": "Events for the game's lifecycle.",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*",
|
"fabric-api-base": "*",
|
||||||
"fabric-resource-loader-v0": "*"
|
"fabric-resource-loader-v0": "*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*"
|
"fabric-api-base": "*"
|
||||||
},
|
},
|
||||||
"description": "Adds message-related hooks.",
|
"description": "Adds message-related hooks.",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*"
|
"fabric-api-base": "*"
|
||||||
},
|
},
|
||||||
"description": "Provides hooks for model loading.",
|
"description": "Provides hooks for model loading.",
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
},
|
},
|
||||||
"accessWidener": "fabric-networking-api-v1.accesswidener",
|
"accessWidener": "fabric-networking-api-v1.accesswidener",
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*"
|
"fabric-api-base": "*"
|
||||||
},
|
},
|
||||||
"description": "Low-level, vanilla protocol oriented networking hooks.",
|
"description": "Low-level, vanilla protocol oriented networking hooks.",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*"
|
"fabric-api-base": "*"
|
||||||
},
|
},
|
||||||
"description": "Builders for objects vanilla has locked down.",
|
"description": "Builders for objects vanilla has locked down.",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7"
|
"fabricloader": ">=0.16.8"
|
||||||
},
|
},
|
||||||
"description": "Hooks for registering custom particles.",
|
"description": "Hooks for registering custom particles.",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
],
|
],
|
||||||
"accessWidener": "fabric-recipe-api-v1.accesswidener",
|
"accessWidener": "fabric-recipe-api-v1.accesswidener",
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-networking-api-v1": "*"
|
"fabric-networking-api-v1": "*"
|
||||||
},
|
},
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*",
|
"fabric-api-base": "*",
|
||||||
"fabric-networking-api-v1": "*"
|
"fabric-networking-api-v1": "*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"minecraft": ">=1.15-alpha.19.39.a",
|
"minecraft": ">=1.15-alpha.19.39.a",
|
||||||
"fabric-api-base": "*"
|
"fabric-api-base": "*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"minecraft": ">=1.15-alpha.19.39.a",
|
"minecraft": ">=1.15-alpha.19.39.a",
|
||||||
"fabric-api-base": "*",
|
"fabric-api-base": "*",
|
||||||
"fabric-renderer-api-v1": "*"
|
"fabric-renderer-api-v1": "*"
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*"
|
"fabric-api-base": "*"
|
||||||
},
|
},
|
||||||
"description": "Hooks for registering fluid renders.",
|
"description": "Hooks for registering fluid renders.",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*"
|
"fabric-api-base": "*"
|
||||||
},
|
},
|
||||||
"description": "Hooks and registries for rendering-related things.",
|
"description": "Hooks and registries for rendering-related things.",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7"
|
"fabricloader": ">=0.16.8"
|
||||||
},
|
},
|
||||||
"description": "Allows conditionally loading resources.",
|
"description": "Allows conditionally loading resources.",
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7"
|
"fabricloader": ">=0.16.8"
|
||||||
},
|
},
|
||||||
"description": "Asset and data resource loading.",
|
"description": "Asset and data resource loading.",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*"
|
"fabric-api-base": "*"
|
||||||
},
|
},
|
||||||
"description": "Adds screen related hooks.",
|
"description": "Adds screen related hooks.",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-base": "*",
|
"fabric-api-base": "*",
|
||||||
"fabric-networking-api-v1": "*"
|
"fabric-networking-api-v1": "*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"minecraft": ">=1.19.2"
|
"minecraft": ">=1.19.2"
|
||||||
},
|
},
|
||||||
"description": "Hooks for modifying Minecraft's sound system.",
|
"description": "Hooks for modifying Minecraft's sound system.",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"fabric-api-lookup-api-v1": "*",
|
"fabric-api-lookup-api-v1": "*",
|
||||||
"fabric-rendering-fluids-v1": "*"
|
"fabric-rendering-fluids-v1": "*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7"
|
"fabricloader": ">=0.16.8"
|
||||||
},
|
},
|
||||||
"description": "Contains transitive access wideners that provide access to otherwise inaccessible Minecraft code.",
|
"description": "Contains transitive access wideners that provide access to otherwise inaccessible Minecraft code.",
|
||||||
"accessWidener": "fabric-transitive-access-wideners-v1.accesswidener",
|
"accessWidener": "fabric-transitive-access-wideners-v1.accesswidener",
|
||||||
|
|
|
@ -4,7 +4,7 @@ org.gradle.parallel=true
|
||||||
version=0.107.0
|
version=0.107.0
|
||||||
minecraft_version=1.21.3
|
minecraft_version=1.21.3
|
||||||
yarn_version=+build.1
|
yarn_version=+build.1
|
||||||
loader_version=0.16.7
|
loader_version=0.16.8
|
||||||
installer_version=1.0.1
|
installer_version=1.0.1
|
||||||
|
|
||||||
prerelease=false
|
prerelease=false
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
"FabricMC"
|
"FabricMC"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.16.7",
|
"fabricloader": ">=0.16.8",
|
||||||
"java": ">=21",
|
"java": ">=21",
|
||||||
"minecraft": ">=1.21.2- <1.21.4-"
|
"minecraft": ">=1.21.2- <1.21.4-"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue