summaryrefslogtreecommitdiffstats
path: root/src/BlockInfo.cpp
diff options
context:
space:
mode:
authorSamuel Barney <samjbarney@gmail.com>2015-06-22 19:29:38 +0200
committerSamuel Barney <samjbarney@gmail.com>2015-06-22 19:29:38 +0200
commite70e2b8eccb67d0fa29a2824bc135e81ace014d8 (patch)
treeca4ab1f53d9db787f40c01264d8f0f1ddc49cd49 /src/BlockInfo.cpp
parentMerge pull request #2274 from cuberite/ItemsRemovalFix (diff)
downloadcuberite-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 'src/BlockInfo.cpp')
-rw-r--r--src/BlockInfo.cpp2
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;