mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-04-14 07:56:03 +02:00
Update fabric to 1.16.2
This commit is contained in:
parent
7f512131ac
commit
d15e5bd00d
@ -9,9 +9,9 @@ configurations {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
minecraft "com.mojang:minecraft:1.16.1"
|
minecraft "com.mojang:minecraft:1.16.2"
|
||||||
mappings "net.fabricmc:yarn:1.16.1+build.21:v2"
|
mappings "net.fabricmc:yarn:1.16.2+build.21:v2"
|
||||||
modImplementation "net.fabricmc:fabric-loader:0.9.0+build.204"
|
modImplementation "net.fabricmc:fabric-loader:0.9.2+build.206"
|
||||||
modImplementation "net.fabricmc.fabric-api:fabric-api:0.16.2+build.385-1.16.1"
|
modImplementation "net.fabricmc.fabric-api:fabric-api:0.16.2+build.385-1.16.1"
|
||||||
|
|
||||||
shadowInclude (project(':BlueMapCommon')) {
|
shadowInclude (project(':BlueMapCommon')) {
|
||||||
|
@ -41,7 +41,7 @@ public class MixinChunkGenerator {
|
|||||||
|
|
||||||
@Inject(at = @At("RETURN"), method = "generateFeatures")
|
@Inject(at = @At("RETURN"), method = "generateFeatures")
|
||||||
public void generateFeatures(ChunkRegion region, StructureAccessor accessor, CallbackInfo ci) {
|
public void generateFeatures(ChunkRegion region, StructureAccessor accessor, CallbackInfo ci) {
|
||||||
ChunkFinalizeCallback.EVENT.invoker().onChunkFinalized(region.getWorld(), new Vector2i(region.getCenterChunkX(), region.getCenterChunkZ()));
|
ChunkFinalizeCallback.EVENT.invoker().onChunkFinalized(region.toServerWorld(), new Vector2i(region.getCenterChunkX(), region.getCenterChunkZ()));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user