1
0
Fork 0
This commit is contained in:
Ryan Fox 2020-10-21 19:55:03 +00:00
parent e452490317
commit 89798e76f1
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
2 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
org.gradle.jvmargs=-Xmx1G
minecraft_version=1.16.1
yarn_mappings=1.16.1+build.1
loader_version=0.8.8+build.202
mod_version = 1.1.0
maven_group = party.2a03.mc
archives_base_name = minecraft-tweaks-2a03
fabric_version=0.13.1+build.370-1.16
minecraft_version=1.16.3
yarn_mappings=1.16.3+build.47
loader_version=0.10.3+build.211
mod_version=1.1.0
maven_group=party.2a03.mc
archives_base_name=minecraft-tweaks-2a03
fabric_version=0.24.1+build.412-1.16

View File

@ -18,7 +18,7 @@ public abstract class MixinServerPlayerEntity extends PlayerEntity {
private RegistryKey<World> spawnPointDimension;
public MixinServerPlayerEntity() {
super(null, null, null);
super(null, null, 0, null);
}
@Inject(method = "moveToSpawn", at = @At("HEAD"), cancellable = true)