Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10

This commit is contained in:
Florian Nücke 2015-04-08 19:23:27 +02:00
commit 91d93b1975

View File

@ -3,16 +3,17 @@
# the 'weight' of an item in the random generation process and the color # the 'weight' of an item in the random generation process and the color
# of the floppy. The default weight is one. For example, a disk with # of the floppy. The default weight is one. For example, a disk with
# weight 2 is two times as likely to be generated than an item with # weight 2 is two times as likely to be generated than an item with
# weight 1. The color defaults to gray. It must be a dye's ore-dict name. # weight 1. Weight 0 means it will not spawn at all.
BetterShell=besh #The color defaults to gray. It must be a dye's ore-dict name.
Builder=build:1:dyeCyan BetterShell=besh:1:dyeLightGray
MazeGen=maze:1:dyeBrown Builder=build:1:dyeYellow
Network=network:1:dyeYellow MazeGen=maze:1:dyeOrange
OpenIRC=irc:1:dyeRed Network=network:1:dyeLime
OpenLoader=openloader:1:dyeOrange OpenIRC=irc:1:dyeLightBlue
OpenOS=openos:1:dyeGreen OpenLoader=openloader:1:dyeMagenta
OPPM=oppm:1:dyeLime OpenOS=openos:0:dyeGreen
OPPM=oppm:1:dyeCyan
# Higher chance to find the dig program, because it has the most immediate # Higher chance to find the dig program, because it has the most immediate
# use - OpenOS is craftable and IRC can be downloaded once an internet card # use - OpenOS is craftable and IRC can be downloaded once an internet card
# is available - which one needs anyway, to use the program... # is available - which one needs anyway, to use the program...
TheDig=dig:3:dyeBlue TheDig=dig:2:dyeBrown