5 Commits

Author SHA1 Message Date
david
147dd37726 Added Texture outline
All armor and tools will use these textures instead of their
originals.
2021-07-01 15:39:28 -04:00
david
eaa1280acc Fixed textures 2021-07-01 13:29:11 -04:00
david
5c11c37d93 Fixed an issue with durabilities
It was found that in combat against mobs and/or players that tools and
armor would suddenly have a durability. This fix changes the durability
of all items this mod provides, now instead of setting durability to 0
it is set to 65535 the maximum durability any single item can obtain.

  This does mean that supposed unbreaking tools/armor can wear out and
break... it's just in 65535 uses. (Thus it will appear unbreakable)
2021-07-01 13:11:33 -04:00
david
1364184e69 Fixed issues with MCL2 and MTG
In MineClone2 (MCL2):
	* The armor will now correctly be unbreakable.

  In Minetest Game (MTG):
	* Armor will now correctly be unbreakable.
	* Hoes can now be unbreakable.

  Unfortunately we now have a series of optional dependencies which at
least 1 series/paths must be avalible.
2021-05-11 21:29:03 -04:00
david
a085e03fc4 MineClone2 and 3d_armor Support
Ooooh, fancy update!

  Want Unbreakable Tools & Armors? Today is the day you get your best
gear with no durabilty!
2021-05-11 19:53:32 -04:00