mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
[automappercolors & ...] Replace tile_images fields
This commit is contained in:
@ -7,7 +7,7 @@ print (" ---- mods override is Loading! ---- ")
|
||||
-- description = "Leaves",
|
||||
-- drawtype = "allfaces_optional",
|
||||
-- visual_scale = 1.3,
|
||||
-- tile_images = {"4seasons_leaves_with_snow.png"},
|
||||
-- tiles = {"4seasons_leaves_with_snow.png"},
|
||||
-- paramtype = "light",
|
||||
-- groups = {snappy=3, leafdecay=3, flammable=2},
|
||||
-- drop = {
|
||||
@ -81,4 +81,4 @@ minetest.register_node(":4seasons:cactus_winter", {
|
||||
{items = {'christmas_craft:snowball'}, rarity = 0,},
|
||||
}},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user