From fd2447f9ec952bd65019276a5a87bc2fb82e4c08 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Tue, 12 Mar 2019 15:26:13 -0400 Subject: [PATCH] add notes regarding pyramids forks --- README.md | 2 ++ install-ENLIVEN.sh | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 58c1977..8b4f591 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,8 @@ mv unmounter unmounter.sh minetest.chat_send_player(player:get_player_name(), S("Bones placed at %s."):format(pos)) ## Known issues: +* The tsm_pyramids fork by xisd is available again at (xisd had deleted his GitHub account). + Compare to https://github.com/poikilos/tsm_pyramids and see whether that repo can be deleted. * minetestserver git installer doesn't take into account that minetest_game is NOT updated automatically and must overwrite existing one (should be /usr/local/share/minetest/games/minetest_game --tested on Ubuntu 17.10 Artful) * missing nodes if switched world from older version (such as 0.4.15-git): * nyancat:nyancat_rainbow (make transitional mod that makes node but not worldgen, and always install it? for now is fixed by stopgap mod) diff --git a/install-ENLIVEN.sh b/install-ENLIVEN.sh index 21c47fb..6484763 100755 --- a/install-ENLIVEN.sh +++ b/install-ENLIVEN.sh @@ -445,6 +445,10 @@ if [ "$spawners_enable" = "true" ]; then # add_git_mod tsm_pyramids tsm_pyramids http://repo.or.cz/minetest_pyramids/tsm_pyramids.git # Wuzzy's doesn't account for 5.0.0-dev yet (nodeupdate is now minetest.check_for_falling) so use custom fork: add_git_mod tsm_pyramids tsm_pyramids https://github.com/poikilos/tsm_pyramids.git + # NOTE: consider using https://framagit.org/xisd-minetest/tsm_pyramid.git (WARNING: may require CME) + # but first see if there are any updates to https://repo.or.cz/minetest_pyramids/tsm_pyramids.git + # (WARNING: uses nodeupdate [not minetest.check_for_falling], so only compatible with minetest.org release + # see nodes.lua; human readable url: http://repo.or.cz/w/minetest_pyramids/tsm_pyramids.git) else remove_mod tsm_chests_dungeon