Crafting Tweak: More Bricks - teakivy/teaks-tweaks GitHub Wiki

Crafting Tweak: More Bricks (more-bricks)

More Bricks allows players to craft 4 Brick blocks instead of 1.

Config

The config for this crafting tweak can be found in the config.yml file for the plugin.

# More Bricks
# Craft 4 Bricks instead of 1.
more-bricks:
  enabled: false

Options

enabled

  • Type - boolean
  • Default - false
  • Description - Controls whether the crafting tweak is enabled.

Recipes

teakstweaks:bricks_bricks

teakstweaks:bricks_bricks

Messages

"more_bricks.name": "More Bricks",
"more_bricks.description": "Craft 4 Bricks instead of 1.",

more_bricks.name

  • Default - More Bricks

more_bricks.description

  • Default - Craft 4 Bricks instead of 1.