Fix loom and fletching table textures

This commit is contained in:
Johannes Fritz 2022-07-03 10:53:00 -05:00
parent ded679aaf7
commit e22d543d80
15 changed files with 19 additions and 7 deletions

View File

@ -10,4 +10,10 @@ LGPLv2.1
License of media
----------------
See the main MineClone 2 README.md file.
fletching_table_bottom.png
fletching_table_front.png
fletching_table_side.png
fletching_table_top.png
License: CC BY-SA 4.0
Author: MrRar

View File

@ -5,9 +5,9 @@ minetest.register_node("mcl_fletching_table:fletching_table", {
_tt_help = S("A fletching table"),
_doc_items_longdesc = S("This is the fletcher villager's work station. It currently has no use beyond decoration."),
tiles = {
"fletching_table_top.png", "fletching_table_top.png",
"fletching_table_side.png", "fletching_table_side.png",
"fletching_table_front.png", "fletching_table_front.png"
"fletching_table_top.png", "fletching_table_bottom.png",
"fletching_table_front.png", "fletching_table_front.png",
"fletching_table_side.png", "fletching_table_side.png"
},
paramtype2 = "facedir",
groups = { axey = 2, handy = 1, deco_block = 1, material_wood = 1, flammable = 1 },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 720 B

After

Width:  |  Height:  |  Size: 725 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 745 B

After

Width:  |  Height:  |  Size: 749 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 630 B

After

Width:  |  Height:  |  Size: 790 B

View File

@ -10,4 +10,10 @@ LGPLv2.1
License of media
----------------
See the main MineClone 2 README.md file.
loom_bottom.png
loom_front.png
loom_side.png
loom_top.png
License: CC BY-SA 4.0
Author: MrRar

View File

@ -8,13 +8,13 @@ minetest.register_node("mcl_loom:loom", {
tiles = {
"loom_top.png", "loom_bottom.png",
"loom_side.png", "loom_side.png",
"loom_front.png", "loom_front.png"
"loom_side.png", "loom_front.png"
},
paramtype2 = "facedir",
groups = { axey = 2, handy = 1, deco_block = 1, material_wood = 1, flammable = 1 },
_mcl_blast_resistance = 2.5,
_mcl_hardness = 2.5
})
})
minetest.register_craft({

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 601 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 339 B

After

Width:  |  Height:  |  Size: 724 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 B

After

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 639 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 774 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 468 B