spaces -> tabs

This commit is contained in:
sfan5 2021-04-02 19:13:06 +02:00
parent 6a15b3c5d7
commit 7b4399257c
1 changed files with 4 additions and 4 deletions

View File

@ -1472,7 +1472,7 @@ minetest.register_node("default:grass_1", {
walkable = false,
buildable_to = true,
groups = {snappy = 3, flora = 1, attached_node = 1, grass = 1,
normal_grass = 1, flammable = 1},
normal_grass = 1, flammable = 1},
sounds = default.node_sound_leaves_defaults(),
selection_box = {
type = "fixed",
@ -1503,7 +1503,7 @@ for i = 2, 5 do
drop = "default:grass_1",
groups = {snappy = 3, flora = 1, attached_node = 1,
not_in_creative_inventory = 1, grass = 1,
normal_grass = 1, flammable = 1},
normal_grass = 1, flammable = 1},
sounds = default.node_sound_leaves_defaults(),
selection_box = {
type = "fixed",
@ -1577,7 +1577,7 @@ minetest.register_node("default:fern_1", {
walkable = false,
buildable_to = true,
groups = {snappy = 3, flammable = 3, flora = 1, grass = 1,
fern = 1, attached_node = 1},
fern = 1, attached_node = 1},
sounds = default.node_sound_leaves_defaults(),
selection_box = {
type = "fixed",
@ -1630,7 +1630,7 @@ minetest.register_node("default:marram_grass_1", {
walkable = false,
buildable_to = true,
groups = {snappy = 3, flammable = 3, flora = 1, grass = 1, marram_grass = 1,
attached_node = 1},
attached_node = 1},
sounds = default.node_sound_leaves_defaults(),
selection_box = {
type = "fixed",