Removal of global functions and bug fixes

This commit is contained in:
JoseDouglas26 2024-05-05 06:25:36 -03:00
parent 1e0f662f4a
commit c4d79e2519
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ minetest.register_node("mcl_copper:stone_with_copper", {
minetest.register_node("mcl_copper:block_raw", {
description = S("Block of Raw Copper"),
_doc_items_longdesc = S("A block used for compact raw copper storage."),
tiles = {"mcl_copper_raw_block.png"},
tiles = {"mcl_copper_block_raw.png"},
is_ground_content = false,
groups = {pickaxey = 2, building_block = 1, blast_furnace_smeltable = 1},
sounds = mcl_sounds.node_sound_metal_defaults(),