Browse Source

use poikilos fork of tsm_pyramids for 5.0.0-dev

master
poikilos 6 years ago
committed by Jacob Gustafson
parent
commit
8057bc4af7
  1. 4
      install-ENLIVEN.sh

4
install-ENLIVEN.sh

@ -399,7 +399,9 @@ if [ "$spawners_enable" = "true" ]; then
add_git_mod tsm_chests_dungeon minetest_tsm_chests_dungeon http://repo.or.cz/minetest_tsm_chests_dungeon.git
fi
# NOTE: spawners no longer adds pyramids, so:
add_git_mod tsm_pyramids tsm_pyramids http://repo.or.cz/minetest_pyramids/tsm_pyramids.git
# 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
else
remove_mod tsm_chests_dungeon

Loading…
Cancel
Save