diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2015-05-07 23:08:53 -0700 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2015-05-07 23:08:53 -0700 |
commit | bcf27ebd99a3826982fd40da2981f7f459ee5205 (patch) | |
tree | 41d734ad364bcda30aa4ed0e6ccf7c91475ca1ae /corn.lua | |
parent | 50420edd7718ae49980584f3a094635815bb3f34 (diff) |
Fix a few errors exposed by difficult setting.
Diffstat (limited to 'corn.lua')
-rw-r--r-- | corn.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -325,7 +325,7 @@ crops.corn_die = function(pos) end local properties = { - wither = crops.corn_die, + die = crops.corn_die, waterstart = 40, wateruse = 1, night = 5, |