Jump to content

RealHuman

Members
  • Posts

    2
  • Joined

  • Last visited

RealHuman's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Thanks. I started learning modding yesterday since i was annoyed with falling out of the world in the end, but I guess it's back to the documentation.
  2. I can't seem to find what my bed spawn point is. I tried BlockPos bedLocation = player.getBedLocation(); and BlockPos spawnPt = player.getBedSpawnLocation(world , bedLocation, false); but they both give me the world spawn point which is the same as World world = Minecraft.getMinecraft().world; spawnPt = world.getSpawnPoint(); This seems like a very simple question but I could not seem to find an answer anywhere. Any help is appreciated.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.