1
0
mirror of https://github.com/Adam-Ant/community-chest synced 2025-04-05 16:03:39 +00:00
community-chest/src/config/redstonepaste.cfg
2016-10-02 00:16:41 +01:00

24 lines
523 B
INI

# Configuration file
color {
# Color of half-powered paste (default: #E66400)
S:pasteColorMid=#E66400
# Color of unpowered paste (default: #80B400)
S:pasteColorOff=#80B400
# Color of fully-powered paste (default: #FF5200)
S:pasteColorOn=#FF5200
}
general {
# Number of paste obtained from crafting recipe (default: 4)
I:pasteRecipeResult=4
# Redstone Paste recipe (default: 0)
# 0 = shapeless slimeball and dust
# 1 = slimeball surrounded by dust
I:pasteRecipeType=0
}