You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
648 B
18 lines
648 B
# Configuration file
|
|
|
|
##########################################################################################################
|
|
# potion recipe item
|
|
#--------------------------------------------------------------------------------------------------------#
|
|
# Change the items used to brew the potions
|
|
##########################################################################################################
|
|
|
|
"potion recipe item" {
|
|
# default: minecraft:red_mushroom
|
|
S:"Ingredient for the Growth Potion"=minecraft:red_mushroom
|
|
|
|
# default: minecraft:brown_mushroom
|
|
S:"Ingredient for the Shrinking Potion"=minecraft:brown_mushroom
|
|
}
|
|
|
|
|