- Fixed admin armor leggings texture which looked like both leggings and boots
- Chmoded textures in throwing
- Fixed indentation in money/init.lua
- Updated timestamp of compassgps's README.md
- Fixed a mistake in code from @stujones11 repository about bones' drop : when
the function assigned to minetest.after looks for bones, it first looks for
a node. If there is a node, it looks for bones, if this node isn't bones, it
just does nothing. Howevere, you're sure to get a node, because minetest.get_node
will even return air and ignore, so, the else case, where every item is dropped,
will never happen.
- Added security if statement in 3d_armor/3d_armor/armor.lua:~464 to prevent
crash if `armor_inv` is nil (thanks crabman for reporting)
- Updated 3d_armor (better use of skin and skin mods)
Farming : minors fixe, add the straw block
Mobs : better api, swimming parameter for mobs, add eggs, code
optimisation
3d_armor : change the model, many new textures, new shield, and new
enchanted shield (which gain compared to normal shield +1 armor and x2
durability)