diff options
author | Samuel Barney <samjbarney@gmail.com> | 2015-06-22 19:29:38 +0200 |
---|---|---|
committer | Samuel Barney <samjbarney@gmail.com> | 2015-06-22 19:29:38 +0200 |
commit | e70e2b8eccb67d0fa29a2824bc135e81ace014d8 (patch) | |
tree | ca4ab1f53d9db787f40c01264d8f0f1ddc49cd49 /src/BlockInfo.cpp | |
parent | Merge pull request #2274 from cuberite/ItemsRemovalFix (diff) | |
download | cuberite-e70e2b8eccb67d0fa29a2824bc135e81ace014d8.tar cuberite-e70e2b8eccb67d0fa29a2824bc135e81ace014d8.tar.gz cuberite-e70e2b8eccb67d0fa29a2824bc135e81ace014d8.tar.bz2 cuberite-e70e2b8eccb67d0fa29a2824bc135e81ace014d8.tar.lz cuberite-e70e2b8eccb67d0fa29a2824bc135e81ace014d8.tar.xz cuberite-e70e2b8eccb67d0fa29a2824bc135e81ace014d8.tar.zst cuberite-e70e2b8eccb67d0fa29a2824bc135e81ace014d8.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp index 04d214b01..44b1772e2 100644 --- a/src/BlockInfo.cpp +++ b/src/BlockInfo.cpp @@ -86,7 +86,7 @@ void cBlockInfo::Initialize(cBlockInfoArray & a_Info) a_Info[E_BLOCK_ENDER_CHEST ].m_SpreadLightFalloff = 1; a_Info[E_BLOCK_END_PORTAL ].m_SpreadLightFalloff = 1; a_Info[E_BLOCK_END_PORTAL_FRAME ].m_SpreadLightFalloff = 1; - a_Info[E_BLOCK_FARMLAND ].m_SpreadLightFalloff = 1; + a_Info[E_BLOCK_FARMLAND ].m_SpreadLightFalloff = 15; a_Info[E_BLOCK_FENCE ].m_SpreadLightFalloff = 1; a_Info[E_BLOCK_FENCE_GATE ].m_SpreadLightFalloff = 1; a_Info[E_BLOCK_FIRE ].m_SpreadLightFalloff = 1; |