Commit Graph

33 Commits (main)

Author SHA1 Message Date
general 6b53a21c96 backguard compatibility for 4.X on translator and noisebuffer loading
* the wrokaround is done waithing until mod loads using minetest.after,
 at older engines we only can callit one time at load, but now the error
 generates in other place..  check for more elaborate solution
 at https://codeberg.org/minetest-stuffs/minetest-mod-tsm_pyramids/issues/2#issuecomment-1712924
* reported at https://codeberg.org/Wuzzy/minetest_tsm_pyramids/issues/2
* related to https://github.com/minetest/minetest/issues/10385#issuecomment-1674162787
2024-03-24 18:48:20 -04:00
mckaygerhard e947488c24 use check_for_falling if 5.0.0-dev
* takend from poikilos fork of oldcoder fix on older engines using 0.4.15
  commit 955a6e3dc4
2024-03-21 05:43:04 -04:00
mckaygerhard dfd03b56c6 Merge master from https://github.com/ronoaldo/tsm_pyramids into main: fix crashes
* Fix crash caused by lack of luaentity nil check and minetest 5.6
  from commit d4d89c5cc4
* Add refill to chests 30 minutes after opening; and modify the items
  generated by those of nalc_trm (we must change this later)
  from commit 1eb0bc363e
2024-03-21 05:31:37 -04:00
Wuzzy a17725133e Rename one of the engraving stones (Man→Human) 2022-10-16 16:24:16 +02:00
sys4 1eb0bc363e Ajoute remplissage des coffres 30 minutes après ouverture
et modifie les items générés par ceux de nalc_trm
2019-12-27 01:22:46 +01:00
Wuzzy 47b32ecae1 Simplify trap stone definition 2019-08-25 16:02:25 +02:00
Wuzzy bd3f84ed4c Make falling of trap stones more unpredictable 2019-08-22 16:18:08 +02:00
Wuzzy a6c3ab814b Change drop of trap stones 2019-08-20 06:02:39 +02:00
Wuzzy 47f80863ba Update translation support for Minetest 5.0.0 2019-08-19 17:50:24 +02:00
Wuzzy 8901184f72 Add desert sandstone trap 2019-08-19 17:30:15 +02:00
Wuzzy f6f1b4bd06 Fix deco node names 2018-05-25 00:43:33 +02:00
Wuzzy a069c026fd Spawn desert sandstone pyramids 2018-05-25 00:23:05 +02:00
Wuzzy 4a8dab67db Add desert sandstone deco nodes 2018-05-24 23:53:51 +02:00
Wuzzy 7949f68e12 Replace nodeupdate call 2018-05-24 23:34:51 +02:00
Wuzzy 74597d9394 Update node description 2018-05-24 23:29:13 +02:00
Wuzzy 214ef62bda New texture for fallen cracked sandstone brick 2018-05-24 23:23:26 +02:00
Wuzzy eb3590ce68 Replace minetest.env with minetest 2018-05-24 23:06:17 +02:00
Wuzzy 05bef9bf6e Capitalize node names 2018-05-24 22:58:31 +02:00
Wuzzy b447f0af75 Add doc_items help texts 2016-11-22 05:01:55 +01:00
Wuzzy 273e11dd40 Use suggested custom item field name convention 2016-11-17 18:34:45 +01:00
Wuzzy 281eae639e Change name of custom crack nodedef field to
Previous: crack
New: x_tsm_pyramids_crack
2016-11-10 16:29:19 +01:00
Wuzzy 82e6e5bdd0 Merge branch 'master' of https://github.com/BlockMen/pyramids 2016-11-10 16:27:59 +01:00
Wuzzy 3e15c497c3 Add intllib support 2016-11-10 15:13:26 +01:00
Wuzzy bcfd8e73e5 More precise node names 2016-11-10 15:10:16 +01:00
Wuzzy 10d15c532d Change top/bottom texture from deco sandstone 2016-11-10 15:08:06 +01:00
Wuzzy 98e494f665 Make nodedefs more consistent with Minetest Game 2016-11-10 15:03:57 +01:00
Wuzzy b5ef3d0e7f Clean up descriptions 2016-11-10 14:51:40 +01:00
Wuzzy d70f7e4adb Set is_ground_content=false 2016-11-02 01:16:46 +01:00
Wuzzy 24e6c49b83 Make most variables local 2016-08-11 17:37:36 +02:00
vitaminx 44e66d661a Fix unhandled exception, push to 0.4.1 2015-04-03 13:25:14 +02:00
Wuzzy 5f1bbb097a Change shortname to “tsm_pyramids” 2014-10-04 08:38:08 +02:00
BlockMen b0d4fdd1d9 Version 0.4 2013-10-01 14:37:40 +02:00
BlockMen f64171b2a8 Version 0.3
Fix floating, add better room, improve spawning
2013-09-26 01:37:24 +02:00