mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-03-11 06:07:44 +01:00
Add unofficial MC-textures (credits to NO11)
This commit is contained in:
parent
24cc4318e2
commit
0147da7270
5 changed files with 2 additions and 3 deletions
mods/ITEMS/mcl_smithing_table
|
@ -50,7 +50,6 @@ function mcl_smithing_table.upgrade_item(itemstack)
|
|||
itemstack:set_name(upgrade_item)
|
||||
|
||||
-- Reload the ToolTips of the tool
|
||||
|
||||
tt.reload_itemstack_description(itemstack)
|
||||
|
||||
-- Only return itemstack if upgrade was successfull
|
||||
|
@ -97,8 +96,8 @@ minetest.register_node("mcl_smithing_table:table", {
|
|||
groups = {pickaxey = 2, deco_block = 1},
|
||||
|
||||
tiles = {
|
||||
"mcl_smithing_table_top.png", "mcl_smithing_table_front.png", "mcl_smithing_table_side.png",
|
||||
"mcl_smithing_table_side.png", "mcl_smithing_table_side.png", "mcl_smithing_table_side.png"
|
||||
"mcl_smithing_table_top.png", "mcl_smithing_table_bottom.png", "mcl_smithing_table_side.png",
|
||||
"mcl_smithing_table_side.png", "mcl_smithing_table_side.png", "mcl_smithing_table_front.png"
|
||||
},
|
||||
|
||||
sounds = mcl_sounds.node_sound_metal_defaults(),
|
||||
|
|
Binary file not shown.
Before ![]() (image error) Size: 206 B After ![]() (image error) Size: 467 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 312 B After ![]() (image error) Size: 496 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 315 B After ![]() (image error) Size: 538 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 260 B After ![]() (image error) Size: 467 B ![]() ![]() |
Loading…
Reference in a new issue