Removed old textures

This commit is contained in:
JoseDouglas26 2024-06-14 11:34:00 -03:00
parent c0123a2893
commit bc19ac6bf3
10 changed files with 0 additions and 15 deletions

View File

@ -35,20 +35,6 @@ minetest.register_node("mcl_core:stone_with_iron", {
})
minetest.register_node("mcl_core:stone_with_gold", {
description = S("Gold Ore"),
tiles = {"mcl_core_gold_ore.png"},
is_ground_content = true,
stack_max = 64,
groups = {pickaxey=4, building_block=1, material_stone=1, blast_furnace_smeltable=1},
drop = "mcl_raw_ores:raw_gold",
sounds = mcl_sounds.node_sound_stone_defaults(),
_mcl_blast_resistance = 3,
_mcl_hardness = 3,
_mcl_silk_touch_drop = true,
_mcl_fortune_drop = mcl_core.fortune_drop_ore,
})
local redstone_timer = 68.28
local function redstone_ore_activate(pos, node, puncher, pointed_thing)
minetest.swap_node(pos, {name="mcl_core:stone_with_redstone_lit"})

View File

@ -70,7 +70,6 @@ local lapis_drops = {
local deepslate_ores = {
{ "Iron", "mcl_raw_ores:raw_iron", "mcl_core:iron_ingot", 3, 0 },
{ "Gold", "mcl_raw_ores:raw_gold", "mcl_core:gold_ingot", 4, 0 },
{ "Lapis Lazuli", lapis_drops, "mcl_core:lapis", 3, 6 },
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 260 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 783 B