Switch to homedecor and carpet.

These are nice carpets, and I intend to use more of xdecor's
items later on, as well as phase out plantlife_modpack and
homedecor entirely.
This commit is contained in:
Auke Kok 2016-03-23 15:59:31 -07:00
parent 2d2508fdb6
commit d77a3ee546
2 changed files with 19 additions and 2 deletions

View File

@ -154,7 +154,7 @@
29 12 mesecons_pistons:piston_sticky_on 3
29 13 mesecons_pistons:piston_sticky_on 1
30 homedecor:cobweb_plantlike // FIXME homedecor test
30 xdecor:cobweb
31 0 default:dry_shrub
31 2 ferns:tree_fern_leaves
@ -775,6 +775,23 @@
170 farming:straw
171 0 carpet:white
171 1 carpet:orange
171 2 carpet:magenta
171 3 carpet:blue
171 4 carpet:yellow
171 5 carpet:green
171 6 carpet:pink
171 7 carpet:dark_grey
171 8 carpet:grey
171 9 carpet:cyan
171 10 carpet:violet
171 11 carpet:blue
171 12 carpet:brown
171 13 carpet:dark_green
171 14 carpet:red
171 15 carpet:black
173 default:coalblock
174 default:ice // approx

View File

@ -43,7 +43,7 @@ if not os.path.exists(sys.argv[2]+"/get-mods.sh"):
md.write("#!/bin/sh\n")
md.write("# run this script to automatically get all the required mods\n")
md.write("cd worldmods\n")
md.write("for mod in VanessaE/signs_lib VanessaE/plantlife_modpack VanessaE/homedecor_modpack Jeija/minetest-mod-mesecons calinou/moreblocks sofar/nether minetest-mods/crops minetest-mods/quartz VanessaE/biome_lib oOChainLynxOo/hardenedclay; do\n")
md.write("for mod in LNJ2/carpet VanessaE/signs_lib kilbith/xdecor VanessaE/plantlife_modpack VanessaE/homedecor_modpack Jeija/minetest-mod-mesecons calinou/moreblocks sofar/nether minetest-mods/crops minetest-mods/quartz VanessaE/biome_lib oOChainLynxOo/hardenedclay; do\n")
md.write(" echo \"Fetching: $mod\"\n")
md.write(" s=`basename $mod`\n")
md.write(" curl -q -L -o master.zip https://codeload.github.com/$mod/zip/master\n")