diff --git a/stairsplus/registrations.lua b/stairsplus/registrations.lua index 5a2eb77..c69aacb 100644 --- a/stairsplus/registrations.lua +++ b/stairsplus/registrations.lua @@ -7,49 +7,84 @@ Licensed under the zlib license. See LICENSE.md for more information. -- default registrations local default_nodes = { -- Default stairs/slabs/panels/microblocks: - "stone", - "stone_block", - "cobble", - "mossycobble", - "brick", - "sandstone", - "steelblock", - "goldblock", - "copperblock", - "bronzeblock", - "diamondblock", - "tinblock", - "desert_stone", - "desert_stone_block", - "desert_cobble", - "meselamp", - "glass", - "tree", - "wood", - "jungletree", - "junglewood", - "pine_tree", - "pine_wood", "acacia_tree", "acacia_wood", "aspen_tree", "aspen_wood", - "obsidian", - "obsidian_block", - "obsidianbrick", - "obsidian_glass", - "stonebrick", - "desert_stonebrick", - "sandstonebrick", - "silver_sandstone", - "silver_sandstone_brick", - "silver_sandstone_block", - "desert_sandstone", - "desert_sandstone_brick", - "desert_sandstone_block", - "sandstone_block", + "bookshelf", + "brick", + "bronzeblock", + "cave_ice", + "clay", + "coalblock", + "cobble", + "copperblock", + "coral_brown", + "coral_cyan", + "coral_green", + "coral_orange", + "coral_pink", "coral_skeleton", + "desert_cobble", + "desert_sand", + "desert_sandstone_block", + "desert_sandstone_brick", + "desert_sandstone", + "desert_stone_block", + "desert_stone", + "desert_stonebrick", + "diamondblock", + "dirt_with_coniferous_litter", + "dirt_with_dry_grass", + "dirt_with_grass_footsteps", + "dirt_with_grass", + "dirt_with_rainforest_litter", + "dirt_with_snow", + "dirt", + "dry_dirt_with_dry_grass", + "dry_dirt", + "glass", + "goldblock", + "gravel", "ice", + "jungletree", + "junglewood", + "mese", + "meselamp", + "mossycobble", + "obsidian_block", + "obsidian_glass", + "obsidian", + "obsidianbrick", + "permafrost_with_moss", + "permafrost_with_stones", + "permafrost", + "pine_bush_needles", + "pine_tree", + "pine_wood", + "sand", + "sandstone_block", + "sandstone", + "sandstonebrick", + "silver_sand", + "silver_sandstone_block", + "silver_sandstone_brick", + "silver_sandstone", + "snowblock", + "steelblock", + "stone_block", + "stone_with_coal", + "stone_with_copper", + "stone_with_diamond", + "stone_with_gold", + "stone_with_iron", + "stone_with_mese", + "stone_with_tin", + "stone", + "stonebrick", + "tinblock", + "tree", + "wood", } for _, name in pairs(default_nodes) do