NoChunkFall - Raspberry Pi REMADE
#2
You could replace these 9 calls in OnWorldInitialised(World) with two for loops:
Code:
for i in -1 ... 1 do
   for j in -1 ... 1 do
        World:SetChunkAlwaysTicked(World:GetSpawnX() / 16 + i, World:GetSpawnZ() / 16 + j, true)
   end
end
* (Mostlikely not a piece of working lua code)
Reply
Thanks given by:


Messages In This Thread
RE: NoChunkFall - Raspberry Pi REMADE - by jan64 - 02-22-2015, 08:38 PM
RE: NoChunkFall - Raspberry Pi REMADE - by xoft - 02-22-2015, 09:14 PM
RE: NoChunkFall - Raspberry Pi REMADE - by jan64 - 02-23-2015, 06:59 AM



Users browsing this thread: 1 Guest(s)