mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
Use a wildcard version for dep on fabric-lifecycle-events-v1 so it can be ran in dev without gradle.
This commit is contained in:
parent
fc9d06d347
commit
bc1653ce03
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.8.0",
|
"fabricloader": ">=0.8.0",
|
||||||
"fabric-api-base": "*",
|
"fabric-api-base": "*",
|
||||||
"fabric-lifecycle-events-v1": ">=1.4.4"
|
"fabric-lifecycle-events-v1": "*"
|
||||||
},
|
},
|
||||||
"description": "Hooks for registering custom structures.",
|
"description": "Hooks for registering custom structures.",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
|
|
Loading…
Reference in a new issue