From a5eef1c5de77fa7770877802e66c3e1c53f9a0da Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Wed, 24 Apr 2019 18:59:36 -0400 Subject: update castles, areas, homedecor, plantlife, gloopblocks, hotbar, inspector, maptools, mesecons, moreblocks, moreores, technic, teleport_request, and worldedit switched to caverealms_lite (with minor fixes by me) switched to CWz's fork of player_textures The homedecor update brings in the big split, and will require you to re-enable all modpack components in order to avoid loss of content. --- homedecor/listnodes.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 homedecor/listnodes.sh (limited to 'homedecor/listnodes.sh') diff --git a/homedecor/listnodes.sh b/homedecor/listnodes.sh deleted file mode 100644 index 2332080..0000000 --- a/homedecor/listnodes.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -echo "Node listing as of "`date` > nodes.txt - -for i in *.lua; do - echo -e "\nIn $i:\n" >> nodes.txt - cat $i | grep "minetest.register_node(" | \ - sed "s/minetest.register_node(.homedecor:/homedecor:/; s/., {//" | \ - sort >> nodes.txt -done - -less nodes.txt -rm -f nodes.txt -- cgit v1.2.3