From f1f762c4fa77e24a16ad4843cfd62ef636749155 Mon Sep 17 00:00:00 2001 From: faketruth Date: Sun, 4 Mar 2012 14:09:35 +0000 Subject: The world can now truly be made higher by incrementing cChunk::c_ChunkHeight to 256. !!HOWEVER THIS WILL DESTROY YOUR SAVED WORLD!! git-svn-id: http://mc-server.googlecode.com/svn/trunk@357 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- Plugins/Core/onblockplace.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Plugins/Core') diff --git a/Plugins/Core/onblockplace.lua b/Plugins/Core/onblockplace.lua index 64ab54920..5717d76ca 100644 --- a/Plugins/Core/onblockplace.lua +++ b/Plugins/Core/onblockplace.lua @@ -7,7 +7,7 @@ function OnBlockPlace( Block, Player ) local Y = Block.m_PosY local Z = Block.m_PosZ X, Y, Z = AddDirection( X, Y, Z, Block.m_Direction ) - if( Y >= 128 or Y < 0 ) then + if( Y >= 256 or Y < 0 ) then return true end -- cgit v1.2.3