Updates to Smoker and Blast Furnace; along with some important information.
ATTENTION #1 » This update contains an addition to the '
settings.yml', should you wish to preserve your formatting please back up your files.
ATTENTION #2 » There is still a known issue with paper and their forks where the furnace and brewing stand inventories do not animate, there is a fix waiting to be merged into the main project, you can find that
here.
ATTENTION #4 » As a general reminder, with the 1.17 update I will now only ever support the latest 1.17 build.
ATTENTION #5 » I have plans in the works to bring most of the furnace API changes into the main plugin, allowing me to properly allow configuration settings for all of the furnaces and the brewing stands. However, in doing this, it is likely to break a lot of the already in use furnaces when updating to the next version of the plugin. I will see if there is a way to migrate the old furnaces.yml file to the new one when the update is released.
ADD » Some information can now be automatically migrated from one version to another, in this case updates to the smoker and blast furnace fuel times.
ADD » To ensure that we don't perform unnecessary updates to the file every time you start the plugin we now include a PCI.properties file that stores the version of some configuration files, changing the value inside of these properties files may cause issues.
ADD » Adds a new setting called '
attempt-migration-at-start'; should this be enabled it will attempt to update any new information for configuration files. (The settings.yml and the messages.yml are unaffected by this setting.)
FIX » Virtual Smokers and Blast Furnaces should now use the proper amount of fuel per operation. (Would cook 16 items per piece of coal, should now be in line with Vanilla)
VirtualFurnaceAPI has been updated to 1.1.4-Schatten (reduces the fuel time for Smokers and Blast Furnaces by half)
VFAPI now uses JetBrains Annotations version 21.0.1
All version unspecific modules in the project should now properly use the 1.17.1 API.