1.21.10
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
org.gradle.jvmargs=-Xmx1G
|
org.gradle.jvmargs=-Xmx1G
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://modmuss50.me/fabric.html
|
# check these on https://modmuss50.me/fabric.html
|
||||||
minecraft_version=1.21.8
|
minecraft_version=1.21.10
|
||||||
yarn_mappings=1.21.8+build.1
|
yarn_mappings=1.21.10+build.2
|
||||||
loader_version=0.17.2
|
loader_version=0.17.3
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=1.0
|
mod_version=1.1
|
||||||
maven_group=com.kasetoatz
|
maven_group=com.kasetoatz
|
||||||
archives_base_name=FartherLands
|
archives_base_name=FartherLands
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# check this on https://modmuss50.me/fabric.html
|
# check this on https://modmuss50.me/fabric.html
|
||||||
fabric_version=0.133.4+1.21.8
|
fabric_version=0.135.0+1.21.10
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import org.spongepowered.asm.mixin.injection.Redirect;
|
|||||||
@Mixin(AbstractChunkHolder.class)
|
@Mixin(AbstractChunkHolder.class)
|
||||||
public class AbstractChunkHolderMixin
|
public class AbstractChunkHolderMixin
|
||||||
{
|
{
|
||||||
@Redirect(method="<init>", at= @At(value = "INVOKE", target = "Lnet/minecraft/util/math/ChunkPos;getChebyshevDistance(Lnet/minecraft/util/math/ChunkPos;)I"))
|
@Redirect(method="<init>", at=@At(value="INVOKE", target="Lnet/minecraft/util/math/ChunkPos;getChebyshevDistance(Lnet/minecraft/util/math/ChunkPos;)I"))
|
||||||
public int init(ChunkPos instance, ChunkPos pos)
|
public int init(ChunkPos instance, ChunkPos pos)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
@@ -6,9 +6,7 @@
|
|||||||
"mixins": [
|
"mixins": [
|
||||||
"AbstractChunkHolderMixin",
|
"AbstractChunkHolderMixin",
|
||||||
"AquiferSamplerMixin",
|
"AquiferSamplerMixin",
|
||||||
"ChunkSectionPosMixin",
|
|
||||||
"EntityMixin",
|
"EntityMixin",
|
||||||
"LinkedBlockPosHashSetMixin",
|
|
||||||
"PerlinNoiseMixin",
|
"PerlinNoiseMixin",
|
||||||
"PlayerEntityMixin",
|
"PlayerEntityMixin",
|
||||||
"ServerPlayNetworkHandlerMixin",
|
"ServerPlayNetworkHandlerMixin",
|
||||||
|
|||||||
Reference in New Issue
Block a user