Initial commit
This commit is contained in:
25
both/config/RedstonePasteMod.cfg
Normal file
25
both/config/RedstonePasteMod.cfg
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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=8
|
||||
|
||||
# Redstone Paste recipe (default: 0)
|
||||
# 0 = shapeless slimeball and dust
|
||||
# 1 = slimeball surrounded by dust
|
||||
I:pasteRecipeType=0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user