Add Nether Block (#92)

This commit is contained in:
Aleri Kaisattera
2025-12-15 01:49:46 +06:00
committed by GitHub
parent c34722d426
commit 69be9adb9c
4 changed files with 24 additions and 0 deletions

View File

@@ -318,6 +318,14 @@ minetest.register_node("nether:brick_deep", {
sounds = default.node_sound_stone_defaults()
})
minetest.register_node("nether:nether_block", {
description = S("Nether Block"),
tiles = {"nether_nether_block.png"},
is_ground_content = false,
groups = {cracky = 1, level = 2, workable_with_nether_tools = 2},
sounds = default.node_sound_metal_defaults()
})
-- Register fence and rails
local fence_texture =