mckaygerhard
4297ae029d
Fixed a crash due to vague or illogical comparisons for mummies
* seems the mummy is a mob, and `get_objects_inside_radius` also gets players, dropped items, etc... cos this function checks for all loaded entities on the server, so you'll need to check for that mummy around if those objects are only mobs, or not mobs or players or nodes.. this check is not made by upstream stupid developer, he just said "works for me"! and close the issue * that function may returns nil/null if the name of the object is not EXACT the same, as made `if lua.name == "tsm_pyramids:mummy_spawmer"` then that the name could fails in rare cases becouse is used as index also the comparison is made with same olbject that seems do not have much effect * The error of a nul vector is related only to the engine! * Closes https://codeberg.org/minetest-stuffs/minetest-mod-tsm_pyramids/issues/4 * Closes https://github.com/EdenLostMinetest/tsm_pyramids/issues/1 * Closes https://codeberg.org/Wuzzy/minetest_tsm_pyramids/issues/4
Pyramids (with Treasurer support) [tsm_pyramids
]
- Version: 1.0.4
Description
This is a mod for Minetest Game which adds randomly spawned pyramids in deserts and sandstone deserts. The pyramids are very rare and contain chests with stuff. Also there are mummies inside, which attack the player if found in their radius.
Historic notes
This mod is a fork of the old pyramids
mod by BlockMen and intended to be a direct
(but unofficial) successor of it.
Licensing
This program is free software. It comes without any warranty, to the extent permitted by applicable law.
Source code and textures
- MIT License
- (c) Copyright BlockMen (2013)
Mummy model
- MIT License
- (c) Copyright Pavel_S (2013)
Textures
tsm_pyramids_eye.png
by bas080, CC-BY-SA 3.0tsm_pyramids_men.png
by bas080, CC-BY-SA 3.0tsm_pyramids_sun.png
by bas080, CC-BY-SA 3.0- All other: BlockMen (MIT License)
Sounds
The authors are (freesound.org):
mummy.1.ogg
by Raventhornn, CC0mummy.2.ogg
by Raventhornn, CC0mummy_hurt.1.ogg
by Under7dude, CC0mummy_death.1.ogg
by scorpion67890 (modified by Wuzzy), CC0
Description
BUILDINGS of pyramids with treasures!
Readme
Languages
Lua
100%