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
2024-04-29 10:35:00 -04:00
2019-08-20 21:01:42 +02:00
2018-05-24 23:53:51 +02:00
2022-10-16 16:20:37 +02:00
2022-10-16 16:26:55 +02:00
2022-10-16 17:06:50 +02:00
2019-08-19 17:58:59 +02:00
2019-09-02 20:45:11 +02:00

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

Mummy model

  • MIT License
  • (c) Copyright Pavel_S (2013)

Textures

  • tsm_pyramids_eye.png by bas080, CC-BY-SA 3.0
  • tsm_pyramids_men.png by bas080, CC-BY-SA 3.0
  • tsm_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, CC0
  • mummy.2.ogg by Raventhornn, CC0
  • mummy_hurt.1.ogg by Under7dude, CC0
  • mummy_death.1.ogg by scorpion67890 (modified by Wuzzy), CC0
Description
Languages
Lua 100%