Fix is_ground_content settings for nodes

Remove line if set to the default of 'true'
このコミットが含まれているのは:
paramat
2015-06-14 04:58:54 +01:00
コミット e15fde1624
10個のファイルの変更35行の追加47行の削除

ファイルの表示

@@ -230,7 +230,6 @@ farming.register_plant = function(name, def)
paramtype = "light",
walkable = false,
buildable_to = true,
is_ground_content = true,
drop = drop,
selection_box = {
type = "fixed",