1-16-pre1
This commit is contained in:
parent
27a5fa25fb
commit
8e15ce6e21
|
@ -2,12 +2,12 @@
|
||||||
org.gradle.jvmargs=-Xmx1G
|
org.gradle.jvmargs=-Xmx1G
|
||||||
|
|
||||||
# Fabric properties
|
# Fabric properties
|
||||||
minecraft_version=20w22a
|
minecraft_version=1.16-pre1
|
||||||
yarn_mappings=20w22a+build.5
|
yarn_mappings=1.16-pre1+build.1
|
||||||
loader_version=0.8.5+build.199
|
loader_version=0.8.7+build.201
|
||||||
|
|
||||||
#Fabric api
|
#Fabric api
|
||||||
fabric_version=0.11.2+build.351-1.16
|
fabric_version=0.11.4+build.353-1.16
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.4.3
|
mod_version = 1.4.3
|
||||||
|
|
|
@ -46,7 +46,7 @@ public class AuthCommand {
|
||||||
.then(literal("setSpawn")
|
.then(literal("setSpawn")
|
||||||
.executes( ctx -> setSpawn(
|
.executes( ctx -> setSpawn(
|
||||||
ctx.getSource(),
|
ctx.getSource(),
|
||||||
ctx.getSource().getEntityOrThrow().getEntityWorld().method_27983().getValue(),
|
ctx.getSource().getEntityOrThrow().getEntityWorld().getRegistryKey().getValue(),
|
||||||
ctx.getSource().getEntityOrThrow().getX(),
|
ctx.getSource().getEntityOrThrow().getX(),
|
||||||
ctx.getSource().getEntityOrThrow().getY(),
|
ctx.getSource().getEntityOrThrow().getY(),
|
||||||
ctx.getSource().getEntityOrThrow().getZ()
|
ctx.getSource().getEntityOrThrow().getZ()
|
||||||
|
|
Loading…
Reference in New Issue