mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
Various updates
- Updated homedecor (files cleaned) - Updated nether (node replacements made easier) - Updated maptools (cleaned files) - Updated ambiance (useless files cleaned)
This commit is contained in:
@ -26,4 +26,4 @@ local function setting(settingtype, name, default)
|
||||
end
|
||||
|
||||
-- Show Map Tools stuff in creative inventory (1 or 0):
|
||||
setting("integer", "hide_from_creative_inventory", 0)
|
||||
setting("integer", "hide_from_creative_inventory", 0)
|
||||
|
@ -190,7 +190,7 @@ minetest.register_node("maptools:sandstone", {
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
})
|
||||
|
||||
minetest.register_node("maptools:sandstonebrick", {
|
||||
minetest.register_node("maptools:sandstone_brick", {
|
||||
description = S("Unbreakable Sandstone Brick"),
|
||||
range = 12,
|
||||
stack_max = 10000,
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 201 B |
Binary file not shown.
Before Width: | Height: | Size: 161 B |
Reference in New Issue
Block a user