Browse Source

add notes regarding pyramids forks

master
poikilos 6 years ago
committed by Jacob Gustafson
parent
commit
fd2447f9ec
  1. 2
      README.md
  2. 4
      install-ENLIVEN.sh

2
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 <https://framagit.org/xisd-minetest/tsm_pyramid> (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)

4
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

Loading…
Cancel
Save