BUILDINGS of pyramids with treasures!
Go to file
mckaygerhard 55028bc300 try to sinc by consider mapgen version
* This will allow pyramids to find some desert sand, but
  the astute will notice those are the v7 Heat Noise Parameters,
  the (5349, 3, 0.7, 500), and the Humidity for those inclined
  to tinker are (842, 3, 0.55, 500), cos mods that rely on
  the perlin noise must be in sync.
* try to detect the older simplev7 mod and sync with guessed values
* also detect the multicraft v7 plus mapgen
2024-04-29 15:06:51 -04:00
locale Fix missing = signs in template.txt 2023-03-14 03:23:02 +01:00
models Change shortname to “tsm_pyramids” 2014-10-04 08:38:08 +02:00
sounds Make sounds mono 2019-08-20 21:01:42 +02:00
textures Add desert sandstone deco nodes 2018-05-24 23:53:51 +02:00
.gitattributes get back a proper git attibutes to use only linux format files 2024-03-21 05:46:12 -04:00
.mailmap Add .mailmap for Wuzzy 2022-10-16 16:20:37 +02:00
README.md improved the information of the mod and provides the info about this fork 2024-04-29 14:49:27 -04:00
TODO Version 1.0.0 2019-09-02 20:45:11 +02:00
depends.txt backguard compatibility add for older mod idetification 2024-03-24 18:48:05 -04:00
description.txt improved the information of the mod and provides the info about this fork 2024-04-29 14:49:27 -04:00
init.lua try to sinc by consider mapgen version 2024-04-29 15:06:51 -04:00
mod.conf improved the information of the mod and provides the info about this fork 2024-04-29 14:49:27 -04:00
mummy.lua Fixed a crash due to vague or illogical comparisons for mummies 2024-04-29 10:35:00 -04:00
nodes.lua backguard compatibility for 4.X on translator and noisebuffer loading 2024-03-24 18:48:20 -04:00
room.lua workaround for bulk_set_node newer implementations on onder engines 2024-04-29 10:29:47 -04:00
screenshot.png Update screenshot 2019-08-19 17:58:59 +02:00

README.md

minetest-mod-tsm_pyramids

BUILDINGS of pyramids with treasures!

Information

Constructions of pyramids with treasures! You can find them in deserts and sandstone deserts.

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.

screenshot.png

Technical info

This mod must be named tsm_pyramids and is a forked improved version of wuzzy one, that is a fork of the old pyramids mod by BlockMen and intended to be a direct (but unofficial) successor of it.

We recommended to use the modernized pyramids mod at minenux or oldcoder continuation, due to the low availability of the developer to solve problems and his inclination towards the obsolescence of minetests and does not help to solve any problem. This mod fork is fully compatible with any engine version from 0.4.16 to 5.9.0 version.

The mod will override the default chest and this fork specially will refill the chests at every pyramid created. Each pyramid will have a special mob named mummy, and the blocks used in the pyramids are only few used (those with pictures).

The mod will register alias if the older mod "pyramid" is detected.

The mod provides a command, spawnpyramid will created a new pyramid and it receives an optional argumwent as room type, there are 3 rooms types. Such command requirest the server privilegie to use 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
  • Sounds from (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
  • All other: BlockMen (MIT License)