# How far will water from bucket flow
bucket_water_flowing_range (Bucket water flowing range) int 1

# How far will lava from bucket flow
bucket_lava_flowing_range (Bucket lava flowing range) int 1

# If true, then liquid can be taken even from flowing one
# (not only from source)
bucket_get_flowing (Flowing liwuid can be taken) bool true

# Use "clasic" bucket recipe
# - This can interfere with farming mod Wood Empty Bucket = Wooden Bowl
# + X + - + X +
# + - + X + - +
#
# NEW Recipe
# + X + - + X +
# + X + - + X +
# + X + X + X +
bucket_use_clasic_recipe (Use clasic recipe for bucket) bool true

# Enabled buckettypes
# not implemented yet
[Bucket types]

# Enable steel bucket
bucket_material_steel (Enable steel bucket) bool true
# Enable wood bucket
bucket_material_wood (Enable wood bucket) bool true
# Enable stone bucket
bucket_material_stone (Enable stone bucket) bool true
# Enable bronze bucket
bucket_material_bronze (Enable bronze bucket) bool true
# Enable mese bucket
bucket_material_mese (Enable mese bucket) bool true
Enable diamond bucket
bucket_material_diamond (Enable diamond bucket) bool true
Enable gold bucket
bucket_material_gold (Enable gold bucket) bool true
