Duplicate Config for Right Click Crops
Opened this issue ยท 2 comments
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);