andrepl / SalvageSmelter

Bukkit plugin to allow smelting armor and tools to raw materials.
3 stars 7 forks source link

Incorrect material in default config.yml? #1

Closed iain-davis closed 11 years ago

iain-davis commented 11 years ago

In the file generated when installing the plugin:

  GOLD_CHESTPLATE: GOLD_INGOT:8
  GOLD_PICKAXE: GOLD_INGOT:27
  GOLD_SPADE: GOLD_INGOT:9

I'm assuming you intended to have (chestplate I changed material and quantity, pickaxe and spade I changed only the material):

  GOLD_CHESTPLATE: GOLD_NUGGET:72
  GOLD_PICKAXE: GOLD_NUGGET:27
  GOLD_SPADE: GOLD_NUGGET:9
andrepl commented 11 years ago

the chestplate was intentional actually. the furnace can't output more than a full stack of nuggets, so 72 won't work properly. good catch on the spade and pickaxe though, Fixing them now, will release a new build asap.

andrepl commented 11 years ago

dev build is here: http://mcgitlab.norcode.com:8081/job/SalvageSmelter/ new release is pending approval on dev.bukkit.org

iain-davis commented 11 years ago

Oh! d'oh. I hadn't thought about 72 > 64! :)