Jump to content

Sr_endi

Members
  • Posts

    14
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • URL
    https://srendi.de
  • Location
    Germany

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Sr_endi's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. He said So, he want help to get more fps.
  2. Thank you! I will try that.
  3. Hey, i know I can set the light value with the Properties when I create a Block. But I want to set the light level in tick() of an TileEntity. I already know how to get the Block/BlockState, but I do not know how to set the light value. How can i set it?
  4. [ComputerCraft-Coroutine-0/WARN] [computercraft/]: Received unknown type 'net.minecraft.util.ResourceLocation', returning nil. It was an Issue from computercraft. 😶 Nevertheless, thanks to everyone who wanted to help.
  5. Oh yeah, i see. getWorld() works perfectly in tick(). Thanks!
  6. It's not the lua interpreter. The world is null without any Lua stuff. I removed the ILuaMethodProvider and just wanted to save the World in a var. https://hastebin.com/nahuwifuqu.properties exception https://hastebin.com/yelinicili.java Class
  7. Sure. https://hastebin.com/ejehuxuvuv.java
  8. But why, should the world be null? Did i do anything wrong?
  9. Hey, i want to get the Biome of a Tile Entity. I used getWorld().getBiome(getPos()) in my TileEntity class. But it returns null. Thanks. 😊
  10. Thanks!
  11. Hey, I need a List of all Players on a Server or a LAN world. How can i get a list? Sorry if my english is too bad, it's not my native language. Thanks. ^^
  12. You can do: But this only works on logical Servers. int deaths = ServerWorld#getServer().getPlayerList().getPlayerStats(PlayerEntity).getValue(Stats.CUSTOM, Stats.DEATHS);
×
×
  • Create New...

Important Information

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