EVERYTHING!
!!!DON'T FORGET TO REMOVE THE CURRENT .JSON FILES IN config.fluxedCrystals!!!
Added:
By placing dirt next to a Manager or Powered Soil it will turn into Powered Soil. (Only next to not on top or under).
All Managers have now been combined into a single Manager.
Botania mana is now inputed via a Mana Spreader.
Gem Cutter, used to cut Rough Shards into Smooth Shards.
Gem Refiner, used to refine Smooth Shards into their ingot form.
MineTweaker3 Support, callers are, "mods.fluxedcrystals.cutter" and "mods.fluxedcrystals.refiner", valid methods for both are as follows:
mods.fluxedcrystals.cutter.removeRecipe(ItemStack)
mods.fluxedcrystals.refiner.removeRecipe(ItemStack)
mods.fluxedcrystals.cutter.addRecipe(ItemStack leftInput, ItemStack rightOutput, int leftInputAmount, int rightOutputAmount)mods.fluxedcrystals.refiner.addRecipe(ItemStack leftInput, ItemStack rightOutput, int leftInputAmount, int rightOutputAmount)
Fixes:
Fixed Waila showing the wrong information.
Fixed major server crash.
Added new JSON options:
lore : Lets you add information to the item, supports "\n" to make a new line.
sharp (default: true) : If a crystal is sharp it will damage players when they stand on the crystal.
dimensionWhitelist : Only lets crystals grow in that dimension.
refinerAmount : Specifies how many shards are needed in the refiner.
New crafting method:
When you harvest a Crystal you get a Rough <Crystal Name> Chunk, by placing down a Rough <Crystal Name> Chunk and breaking it with a Crystal Hammer will give you some Rough <Crystal Name> Shards, by putting Rough Shards into a Gem Cutter you will get Smooth Shards, by putting Smooth Shards in a Gem Refiner you will get the ingot form of the Smooth Shard.
There is a config option to NOT use the system I just mentioned and to use the old system.