Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
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.
 
 
 
 
 
 
NewAlterlite/config/minecraftfuture.cfg

69 lines
2.0 KiB

# Configuration file
##########################################################################################################
# general
#--------------------------------------------------------------------------------------------------------#
# General configuration
##########################################################################################################
general {
# whether Barrel is enabled [default: true]
B:barrelenabled=true
# whether Berry Bushes and Berries are enabled [default: true]
B:berrybushenabled=true
# whether the campfire does damage to players when walked on [default: true]
B:campfiredamagesplayer=true
# whether the campfire is enabled [default: true]
B:campfireenabled=true
# whether Cornflower is enabled [default: true]
B:cornflowerenabled=true
# whether the Cornflower generates in the world (plains) [default: true]
B:cornflowergeneration=true
# whether blue dye is enabled [default: true]
B:dyeblueenabled=true
# whether brown dye is enabled [default: true]
B:dyebrownenabled=true
# whether black dye is enabled [default: true]
B:dyesenabled=true
# whether Lantern is enabled [default: true]
B:lanternenabled=true
# whether Lily of the Valley is enabled [default: true]
B:lilyenabled=true
# whether the Lily of the Valley generates in the world (forests) [default: true]
B:lilygeneration=true
# whether the loom is enabled [default: true]
B:loomenabled=true
# whether Stonecutter is enabled [default: true]
B:stonecutterenabled=true
# whether you can use an Axe to strip logs of their bark [default: true]
B:strippedlogenabled=true
# whether suspicious stew is enabled [default: true]
B:suspiciousstewenabled=true
# whether Trident is enabled [default: true]
B:tridentenabled=true
# whether Wither Rose does damage [default: true]
B:witherrosedoesdamage=true
# whether Wither Rose is enabled [default: true]
B:witherroseenabled=true
}