Replace PP textures for villager job sites

This commit is contained in:
parent b679fd8a13
commit 2905a21674
21 changed files with 33 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.

After

Width:  |  Height:  |  Size: 739 B

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

View File

@ -0,0 +1,14 @@
# mcl_smithing_table
By EliasFleckenstein03 and Code-Sploit
## License of source code
See the game LEGAL.md
## License of textures
Author: RandomLegoBrick
License: CC0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 504 B

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 453 B

After

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 432 B

After

Width:  |  Height:  |  Size: 505 B