Fix loom and fletching table textures
|
@ -10,4 +10,10 @@ LGPLv2.1
|
||||||
|
|
||||||
License of media
|
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
|
||||||
|
|
|
@ -5,9 +5,9 @@ minetest.register_node("mcl_fletching_table:fletching_table", {
|
||||||
_tt_help = S("A 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."),
|
_doc_items_longdesc = S("This is the fletcher villager's work station. It currently has no use beyond decoration."),
|
||||||
tiles = {
|
tiles = {
|
||||||
"fletching_table_top.png", "fletching_table_top.png",
|
"fletching_table_top.png", "fletching_table_bottom.png",
|
||||||
"fletching_table_side.png", "fletching_table_side.png",
|
"fletching_table_front.png", "fletching_table_front.png",
|
||||||
"fletching_table_front.png", "fletching_table_front.png"
|
"fletching_table_side.png", "fletching_table_side.png"
|
||||||
},
|
},
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
groups = { axey = 2, handy = 1, deco_block = 1, material_wood = 1, flammable = 1 },
|
groups = { axey = 2, handy = 1, deco_block = 1, material_wood = 1, flammable = 1 },
|
||||||
|
|
Before Width: | Height: | Size: 720 B After Width: | Height: | Size: 725 B |
Before Width: | Height: | Size: 745 B After Width: | Height: | Size: 749 B |
Before Width: | Height: | Size: 630 B After Width: | Height: | Size: 790 B |
|
@ -10,4 +10,10 @@ LGPLv2.1
|
||||||
|
|
||||||
License of media
|
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
|
||||||
|
|
|
@ -8,13 +8,13 @@ minetest.register_node("mcl_loom:loom", {
|
||||||
tiles = {
|
tiles = {
|
||||||
"loom_top.png", "loom_bottom.png",
|
"loom_top.png", "loom_bottom.png",
|
||||||
"loom_side.png", "loom_side.png",
|
"loom_side.png", "loom_side.png",
|
||||||
"loom_front.png", "loom_front.png"
|
"loom_side.png", "loom_front.png"
|
||||||
},
|
},
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
groups = { axey = 2, handy = 1, deco_block = 1, material_wood = 1, flammable = 1 },
|
groups = { axey = 2, handy = 1, deco_block = 1, material_wood = 1, flammable = 1 },
|
||||||
_mcl_blast_resistance = 2.5,
|
_mcl_blast_resistance = 2.5,
|
||||||
_mcl_hardness = 2.5
|
_mcl_hardness = 2.5
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
|
|
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 601 B |
Before Width: | Height: | Size: 395 B |
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 724 B |
Before Width: | Height: | Size: 615 B |
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 691 B |
Before Width: | Height: | Size: 639 B |
Before Width: | Height: | Size: 358 B After Width: | Height: | Size: 774 B |
Before Width: | Height: | Size: 468 B |