sebinside / CraftBlock

CraftBlock stands for "Craft Attack 3 Skyblock" and is an expert skyblock modpack for Minecraft.
GNU Lesser General Public License v2.1
41 stars 17 forks source link

Fix conflicting right click actions for unique crops #52

Closed J0B10 closed 3 years ago

J0B10 commented 3 years ago

Unique crops does implement his own way of handling right click on crops. While some crops can be harvested that way, others can't or even have special actions that happen on right click (like retrieving the crafted item from artisa crops).

This conflicts with quark and harvestcraft which both implement that right clicking crops harvest them and results in some silly issues like breaking super crops or extremely annoying artisa seed crafting (see for example bafomdad/uniquecrops#38).

There are three ways to solve this issue:

  1. Completely disable harvesting any crops by right-clicking them
  2. Specifying a list which crops can be right-click-harvested using quark and disabling harvestcrafts easy harvest feature
  3. Implementing a own mod for finer and easier control of harvesting crops

This pull request aims for the second way.