Skip to content

Commit

Permalink
update to 1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaslah committed Dec 14, 2022
1 parent 8266f95 commit 32413ca
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Weather Changer
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.

## Links
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.1
loader_version=0.14.8
minecraft_version=1.19.3
yarn_mappings=1.19.3+build.1
loader_version=0.14.11

# Mod Properties
mod_version = 0.1.0
mod_version = 0.2.0
version = 0.1.0
maven_group = me.lucaslah
archives_base_name = weather-changer

# Dependencies
fabric_version=0.58.6+1.19.2
fabric_version=0.68.1+1.19.3
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

import me.lucaslah.weatherchanger.WeatherChanger;
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.registry.RegistryEntry;
import net.minecraft.util.registry.RegistryKey;
import net.minecraft.world.MutableWorldProperties;
import net.minecraft.world.World;
import net.minecraft.world.dimension.DimensionType;
Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@
]
},
"mixins": [
"mixins.json"
"weatherchanger.mixins.json"
],

"depends": {
"fabricloader": ">=0.14.6",
"minecraft": "~1.19",
"fabric-api": "*",
"minecraft": ">=1.19.3",
"java": ">=17"
}
}
File renamed without changes.

0 comments on commit 32413ca

Please sign in to comment.