Skip to content

Commit

Permalink
Update Forge to 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pop4959 committed May 6, 2024
1 parent 72c54dc commit ec71a86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ plugins {
val shade: Configuration by configurations.creating

dependencies {
minecraft(group = "com.mojang", name = "minecraft", version = "1.20")
minecraft(group = "com.mojang", name = "minecraft", version = "1.20.6")
mappings(loom.officialMojangMappings())
forge(group = "net.minecraftforge", name = "forge", version = "1.20-46.0.10")
forge(group = "net.minecraftforge", name = "forge", version = "1.20.6-50.0.6")
implementation(project(":chunky-common"))
shade(project(":chunky-common"))
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import net.minecraft.util.Unit;
import net.minecraft.world.level.ChunkPos;
import net.minecraft.world.level.block.state.BlockState;
import net.minecraft.world.level.chunk.ChunkStatus;
import net.minecraft.world.level.chunk.status.ChunkStatus;
import net.minecraft.world.level.dimension.DimensionType;
import net.minecraft.world.level.levelgen.Heightmap;
import net.minecraft.world.level.storage.LevelResource;
Expand Down
4 changes: 2 additions & 2 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ description="${description}"
[[dependencies.chunky]]
modId="forge"
mandatory=true
versionRange="[46,)"
versionRange="[50,)"
ordering="NONE"
side="BOTH"
[[dependencies.chunky]]
modId="minecraft"
mandatory=true
versionRange="[1.20,1.21)"
versionRange="[1.20.5,1.21)"
ordering="NONE"
side="BOTH"

0 comments on commit ec71a86

Please sign in to comment.