Crafting Tweak: Smeltable Raw Ore Blocks - teakivy/teaks-tweaks GitHub Wiki

Crafting Tweak: Smeltable Raw Ore Blocks (smeltable-raw-ore-blocks)

Smeltable Raw Ore Blocks adds Furnace and Blast Furnace recipes to the Iron, Copper, and Gold Raw Ore Blocks.

Config

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

# Smeltable Raw Ore Blocks
# Smelt Raw Ore Blocks to Ore Blocks.
smeltable-raw-ore-blocks:
  enabled: false

Options

enabled

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

Recipes

teakstweaks:smeltable_raw_copper_block

teakstweaks:smeltable_raw_copper_block

Notes:

  • Takes 1000 ticks to smelt.
  • Rewards 100 experience points.

teakstweaks:smeltable_raw_copper_block_blast

teakstweaks:smeltable_raw_copper_block_blast

Notes:

  • This recipe is for a Blast Furnace.
  • Takes 600 ticks to smelt.
  • Rewards 100 experience points.

teakstweaks:smeltable_raw_gold_block

teakstweaks:smeltable_raw_gold_block

Notes:

  • Takes 1000 ticks to smelt.
  • Rewards 100 experience points.

teakstweaks:smeltable_raw_gold_block_blast

teakstweaks:smeltable_raw_gold_block_blast

Notes:

  • This recipe is for a Blast Furnace.
  • Takes 600 ticks to smelt.
  • Rewards 100 experience points.

teakstweaks:smeltable_raw_iron_block

teakstweaks:smeltable_raw_iron_block

Notes:

  • Takes 1000 ticks to smelt.
  • Rewards 100 experience points.

teakstweaks:smeltable_raw_iron_block_blast

teakstweaks:smeltable_raw_iron_block_blast

Notes:

  • This recipe is for a Blast Furnace.
  • Takes 600 ticks to smelt.
  • Rewards 100 experience points.

Messages

"smeltable_raw_ore_blocks.name": "Smeltable Raw Ore Blocks",
"smeltable_raw_ore_blocks.description": "Smelt Raw Ore Blocks to Ore Blocks.",

smeltable_raw_ore_blocks.name

  • Default - Smeltable Raw Ore Blocks

smeltable_raw_ore_blocks.description

  • Default - Smelt Raw Ore Blocks to Ore Blocks.