EnigmaticaModpacks / Enigmatica9

The official repository and issue-tracker for Enigmatica 9
36 stars 57 forks source link

Right Click harvesting isn't working on two tall Thermal crops #152

Open MuteTiefling opened 1 year ago

MuteTiefling commented 1 year ago

Modpack Version

indev

Describe your issue.

Not sure what mod we're using for right click harvest... I think a couple of them actually have the feature.

Right clicking a fully grown thermal Corn or Flax plant will break the plant without re-planting. I'm also seeing the top of the plant persist after the bottom breaks.

Crash Report

No response

Latest Log

No response

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Singleplayer

Discord Username

No response

NielsPilgaard commented 1 year ago

Looks like it's Quark doing it this time around, there's a config for it:

"Harvestable Blocks" = ["minecraft:wheat[age=7]", "minecraft:carrots[age=7]", "minecraft:potatoes[age=7]", "minecraft:beetroots[age=3]", "minecraft:nether_wart[age=3]", "minecraft:cocoa[age=2,facing=north],minecraft:cocoa[age=0,facing=north]", "minecraft:cocoa[age=2,facing=south],minecraft:cocoa[age=0,facing=south]", "minecraft:cocoa[age=2,facing=east],minecraft:cocoa[age=0,facing=east]", "minecraft:cocoa[age=2,facing=west],minecraft:cocoa[age=0,facing=west]"]

Edit: Actually perhaps it's this config:

"Right Clickable Blocks" = ["minecraft:sweet_berry_bush", "minecraft:cave_vines"]
NielsPilgaard commented 1 year ago

I can't get it to work with either config :/