Update Fork #9
|
@ -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
|
||||
|
|
|
@ -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 },
|
||||
|
|
After Width: | Height: | Size: 739 B |
After Width: | Height: | Size: 725 B |
After Width: | Height: | Size: 749 B |
After Width: | Height: | Size: 790 B |
|
@ -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
|
||||
|
|
|
@ -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({
|
||||
|
|
After Width: | Height: | Size: 601 B |
After Width: | Height: | Size: 724 B |
After Width: | Height: | Size: 691 B |
After Width: | Height: | Size: 774 B |
|
@ -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
|
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 479 B |
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 541 B |
Before Width: | Height: | Size: 453 B After Width: | Height: | Size: 511 B |
Before Width: | Height: | Size: 432 B After Width: | Height: | Size: 505 B |