second type of stone tiles added (from default)

master
Och Noe 2022-06-29 14:46:59 +02:00
parent a1b620a58c
commit c26787a7cd
1 changed files with 7 additions and 0 deletions

View File

@ -307,6 +307,13 @@ table.insert(nodelist, { name = "snow", tile = "default_snow.png",
full = "default:snowblock",
half = "stairs:slab_snowblock" } )
-- 2022-06-29 there are two types of stone slabs
table.insert(nodelist, { name = "stone tile",
tile = "default_stone.png",
sound = default.node_sound_stone_defaults(),
full = "default:stone",
half = "stairs:slab_stone" } )
local adv_track = "advtrains:dtrack_placer"