mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-03-11 06:07:44 +01:00
Move more mcl_core textures to correct mods
This commit is contained in:
parent
7424f0ad0d
commit
9ecae11f66
10 changed files with 5 additions and 5 deletions
mods
mcl_core/textures
default_torch.pngdefault_torch_animated.pngdefault_torch_on_ceiling.pngdefault_torch_on_ceiling_animated.png
mcl_torches/textures
redstone
mesecons
mesecons_textures/textures
mesecons_torch
Binary file not shown.
Before ![]() (image error) Size: 5.8 KiB |
Binary file not shown.
Before ![]() (image error) Size: 5.8 KiB |
Binary file not shown.
Before ![]() (image error) Size: 227 B |
Binary file not shown.
Before ![]() (image error) Size: 227 B |
Before ![]() (image error) Size: 227 B After ![]() (image error) Size: 227 B ![]() ![]() |
Before ![]() (image error) Size: 227 B After ![]() (image error) Size: 227 B ![]() ![]() |
|
@ -102,8 +102,8 @@ for zmy=0, 1 do
|
|||
is_ground_content = false,
|
||||
-- inventory_image = "wires_inv.png",
|
||||
-- wield_image = "wires_inv.png",
|
||||
inventory_image = "mesecons_redstone_dust.png",
|
||||
wield_image = "mesecons_redstone_dust.png",
|
||||
inventory_image = "redstone_redstone_dust.png",
|
||||
wield_image = "redstone_redstone_dust.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sunlight_propagates = true,
|
||||
|
@ -133,8 +133,8 @@ for zmy=0, 1 do
|
|||
is_ground_content = false,
|
||||
-- inventory_image = "wires_inv.png",
|
||||
-- wield_image = "wires_inv.png",
|
||||
inventory_image = "default_redstone_dust.png",
|
||||
wield_image = "default_redstone_dust.png",
|
||||
inventory_image = "redstone_redstone_dust.png",
|
||||
wield_image = "redstone_redstone_dust.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sunlight_propagates = true,
|
||||
|
|
Before ![]() (image error) Size: 1.7 KiB After ![]() (image error) Size: 1.7 KiB ![]() ![]() |
Before ![]() (image error) Size: 237 B After ![]() (image error) Size: 237 B ![]() ![]() |
|
@ -72,7 +72,7 @@ mcl_torches.register_torch("mesecon_torch_on", "Mesecon Torch", "jeija_torches_o
|
|||
|
||||
minetest.register_node("mesecons_torch:redstoneblock", {
|
||||
description = "Block of Redstone",
|
||||
tiles = {"default_redstone_block.png"},
|
||||
tiles = {"redstone_redstone_block.png"},
|
||||
stack_max = 64,
|
||||
groups = {cracky=1},
|
||||
sounds = mcl_sounds.node_sound_stone_defaults(),
|
||||
|
|
Loading…
Reference in a new issue