Im from Germany so sorry for my bad English. If everyone want to help me with that PM me!!!
This plugin simply adds the ability to add more Fuels to Minecraft. There are Ingame-Commands and a Configuration.
You can make the config by using the ingame commands or the config.yml file.
You can add a Fuel in the config.yml by adding a this to the Fuels-node:
- <ItemID>,<burntime in Items>
after that the whole File will look like this:
Fuels: - 324,6 - 101,0.5 - 31,9
You can add as many fuels as you want
If everyone want to support me PM me.
1.0.1
1.0.0
alpha-v1.0
You can watch the current state of this project on my github repository (https:github.com/martin3398/MoreFuels)
I have added an API. You can simple add my jar as Dependency(if you use maven) or add it to the build path. There are the following public methods:
de.martin3398.moreFuels.API.addFuel(int ID, double burnTime) de.martin3398.moreFuels.API.delFuel(int ID) de.martin3398.moreFuels.API.editFuel(int ID, double newBurnTime)