a4e65b6f48
Also mark default as a dependency, we don't support MCL2 yet. Also make the README less confusing as some people thought the blocks were grown not crafted.
10 lines
656 B
Plaintext
10 lines
656 B
Plaintext
# The policy to use for blueberry blocks. Aliases are registered every time you play so that you will never end up with unknown nodes.
|
|
# defaultonly: All blueberry blocks will drop default blueberries. This is the default policy.
|
|
# farmingonly: All blueberry blocks will drop farming blueberries.
|
|
# both: Two types of blueberry blocks will exist.
|
|
foodblocks_blueberry_policy (Blueberry policy) enum defaultonly defaultonly,farmingonly,both
|
|
|
|
# Whether foodblocks will drop themselves, like metal blocks, or their
|
|
# constituent 9 items, similarly to melons or pumpkins in Mineclone.
|
|
foodblocks_drop_selves (Foodblocks drop themselves) bool false
|