A nice mod.
I like medieval themes, and I'm happy to see this mod. Here are my suggestions:
if anyone can tell me how to make the hilt without this weird tool stuff and all , pls write it out in the package comments
In the real life, hilts often made of hard wood / antlers / bones, leather / rope, and glue. Maybe it can be this:
minetest.register_tool ("medieval_weapons:hilt",{ description = "hilt", inventory_image = "hilt.png" }) minetest.register_craft({ output = "medieval_weapons:hilt", recipe ={ {"farming:string","default:stick","farming:string"}, {"farming:string","default:stick","farming:string"}, {"","defaut:steel_ingot",""}, }, })
Please do these if you want: 1. add anvil to optional depends and make your weapons repairable. 2. add more medieval weapons, such as crossbow, bow, battle hammer, claymore... 3. add one more use of dagger: throw.
A nice mod.
I like medieval themes, and I'm happy to see this mod.
Here are my suggestions:
In the real life, hilts often made of hard wood / antlers / bones, leather / rope, and glue. Maybe it can be this:
Please do these if you want:
1. add anvil to optional depends and make your weapons repairable.
2. add more medieval weapons, such as crossbow, bow, battle hammer, claymore...
3. add one more use of dagger: throw.