mirror of
https://github.com/Lucaslah/WeatherChanger.git
synced 2026-01-09 20:47:51 +00:00
update to 1.19.3
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Weather Changer
|
# Weather Changer
|
||||||
Changes the weather on client side
|
Changes the weather on client side
|
||||||
|
|
||||||
Supports fabric 1.19+, forge support is coming soon!\
|
Supports fabric 1.19.3+, forge support is coming soon!\
|
||||||
The fabric api is required.
|
The fabric api is required.
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|||||||
@@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G
|
|||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/develop
|
# check these on https://fabricmc.net/develop
|
||||||
minecraft_version=1.19.2
|
minecraft_version=1.19.3
|
||||||
yarn_mappings=1.19.2+build.1
|
yarn_mappings=1.19.3+build.1
|
||||||
loader_version=0.14.8
|
loader_version=0.14.11
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 0.1.0
|
mod_version = 0.2.0
|
||||||
version = 0.1.0
|
version = 0.1.0
|
||||||
maven_group = me.lucaslah
|
maven_group = me.lucaslah
|
||||||
archives_base_name = weather-changer
|
archives_base_name = weather-changer
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
fabric_version=0.58.6+1.19.2
|
fabric_version=0.68.1+1.19.3
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ package me.lucaslah.weatherchanger.mixin;
|
|||||||
|
|
||||||
import me.lucaslah.weatherchanger.WeatherChanger;
|
import me.lucaslah.weatherchanger.WeatherChanger;
|
||||||
import net.minecraft.client.world.ClientWorld;
|
import net.minecraft.client.world.ClientWorld;
|
||||||
|
import net.minecraft.registry.RegistryKey;
|
||||||
|
import net.minecraft.registry.entry.RegistryEntry;
|
||||||
import net.minecraft.util.profiler.Profiler;
|
import net.minecraft.util.profiler.Profiler;
|
||||||
import net.minecraft.util.registry.RegistryEntry;
|
|
||||||
import net.minecraft.util.registry.RegistryKey;
|
|
||||||
import net.minecraft.world.MutableWorldProperties;
|
import net.minecraft.world.MutableWorldProperties;
|
||||||
import net.minecraft.world.World;
|
import net.minecraft.world.World;
|
||||||
import net.minecraft.world.dimension.DimensionType;
|
import net.minecraft.world.dimension.DimensionType;
|
||||||
|
|||||||
@@ -25,12 +25,13 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"mixins.json"
|
"weatherchanger.mixins.json"
|
||||||
],
|
],
|
||||||
|
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.14.6",
|
"fabricloader": ">=0.14.6",
|
||||||
"minecraft": "~1.19",
|
"fabric-api": "*",
|
||||||
|
"minecraft": ">=1.19.3",
|
||||||
"java": ">=17"
|
"java": ">=17"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user