Update to 1.19.4 (Broken)
Wont generate minecraft source at all.
This commit is contained in:
parent
774a962856
commit
e066ab766a
3 changed files with 11 additions and 9 deletions
|
@ -1,10 +1,11 @@
|
|||
[versions]
|
||||
# The latest versions are available at https://lambdaurora.dev/tools/import_quilt.html
|
||||
minecraft = "1.19.3"
|
||||
quilt_mappings = "1.19.3+build.12"
|
||||
quilt_loader = "0.17.8"
|
||||
minecraft = "1.19.4"
|
||||
quilt_mappings = "1.19.4+build.5"
|
||||
quilt_loader = "0.18.5"
|
||||
|
||||
quilted_fabric_api = "5.0.0-alpha.7+0.70.0-1.19.3"
|
||||
qsl_version = "5.0.0-beta.1"
|
||||
quilted_fabric_api = "6.0.0-beta.2+0.76.0-1.19.4"
|
||||
|
||||
[libraries]
|
||||
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
|
||||
|
@ -19,4 +20,4 @@ quilted_fabric_api_deprecated = { module = "org.quiltmc.quilted-fabric-api:quilt
|
|||
quilted_fabric_api = ["quilted_fabric_api", "quilted_fabric_api_deprecated"]
|
||||
|
||||
[plugins]
|
||||
quilt_loom = { id = "org.quiltmc.loom", version = "1.0.+" }
|
||||
quilt_loom = { id = "org.quiltmc.loom", version = "1.+" }
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
package xyz.limepot.roses_mod.world.gen;
|
||||
|
||||
|
||||
import net.minecraft.registry.RegistryKey;
|
||||
import net.minecraft.registry.RegistryKeys;
|
||||
import net.minecraft.util.Identifier;
|
||||
|
|
|
@ -26,15 +26,15 @@
|
|||
"depends": [
|
||||
{
|
||||
"id": "quilt_loader",
|
||||
"versions": ">=0.17.6-"
|
||||
"versions": ">=0.18.5"
|
||||
},
|
||||
{
|
||||
"id": "quilted_fabric_api",
|
||||
"versions": ">=5.0.0-"
|
||||
"versions": ">=5.0.0-beta.1"
|
||||
},
|
||||
{
|
||||
"id": "minecraft",
|
||||
"versions": ">=1.19.3"
|
||||
"versions": ">=1.19.4"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -42,7 +42,7 @@
|
|||
"custom": {
|
||||
"modmenu": {
|
||||
"links": {
|
||||
"modmenu.discord": "https://discord.gg/EJC9zkX"
|
||||
"modmenu.discord": "https://limepot.xyz/redir/discord"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue