1-16-pre1

This commit is contained in:
samo_lego 2020-06-05 08:52:02 +02:00
parent 27a5fa25fb
commit 8e15ce6e21
2 changed files with 5 additions and 5 deletions

View File

@ -2,12 +2,12 @@
org.gradle.jvmargs=-Xmx1G
# Fabric properties
minecraft_version=20w22a
yarn_mappings=20w22a+build.5
loader_version=0.8.5+build.199
minecraft_version=1.16-pre1
yarn_mappings=1.16-pre1+build.1
loader_version=0.8.7+build.201
#Fabric api
fabric_version=0.11.2+build.351-1.16
fabric_version=0.11.4+build.353-1.16
# Mod Properties
mod_version = 1.4.3

View File

@ -46,7 +46,7 @@ public class AuthCommand {
.then(literal("setSpawn")
.executes( ctx -> setSpawn(
ctx.getSource(),
ctx.getSource().getEntityOrThrow().getEntityWorld().method_27983().getValue(),
ctx.getSource().getEntityOrThrow().getEntityWorld().getRegistryKey().getValue(),
ctx.getSource().getEntityOrThrow().getX(),
ctx.getSource().getEntityOrThrow().getY(),
ctx.getSource().getEntityOrThrow().getZ()