MatrexsVigil / phc2crops

All rights reserved - None of my artwork is available to be used for FREE in your game EVER. If you want to HIRE ME, please contact me. Thank you. This code is here for people to learn from and to help find bugs ONLY.
https://www.patreon.com/pamsmods
Other
16 stars 23 forks source link

Duplicate Config for Right Click Crops #38

Closed ghost closed 3 years ago

ghost commented 3 years ago

pamhc2crops-1.16.3-1.0.1

You have duplicate options in the config file for enableing Right Click of crops

FeatureConfig has rightclick_harvest = config.comment("Disable/enable right-click harvesting of crops.") .define("Enable right-click harvesting for crops", true);

RightClickConfig has crop_right_click = config.comment("Disable/enable right-click harvesting of crops") .define("Enable right-click harvesting for crops", true);

MatrexsVigil commented 3 years ago

Hopefully fixed in 1.16.3-1.0.2

ghost commented 3 years ago

I kinda meant merge the two options into one as they seem to be the same, but hey ho :-)