Mod Interaction Bug: Create Harvester and Cindercane
romeara opened this issue 路 13 comments
Modpack Version
0.5.20
Describe your issue.
When attempting to utilize Harvesters from the Create mod to farm Cindercane from the "Project Vibrant Journeys" mod, no interaction occurs.
Expected: Cindercane should harvest the same way sugarcane does when interacting with this block
I was not sure if the harvester interactions are tag-based, or some other configuration controlled by the pack, or if there is an issue within the mod(s) themselves recognizing the item/entity correctly. I apologize if this belong in one of mod's own bug trackers, if it does please point me in the right direction and I'll file the issue there.
Crash Report
No response
Latest Log
Have you modified the modpack?
No
User Modifications
No response
Did the issue happen in singleplayer or on a server?
Singleplayer
looks like it does not extend sugarcane, though there is a check for iPlantable
which the block seems to implement too, not 100% sure where it's going wrong 馃
looks like we might be able to give it a leaves block tag to fix it?
Might have sideffects
i guess you could try, their 1.16 branch is still being maintained despite them having moved development to 1.17 馃
(might as well add a create:harvastable
tag or smth to opt in certain blocks, it certainly wouldn't be the first tag)
IPlantable isn't working because the for loop above it is broken. Feel like making a PR? :D
Oh wait, sorry, I meant saw not harvester. Saw works for cactus so it might work for sugarcane
cindercane doesn't trigger the saw either
IPlantable isn't working because the for loop above it is broken. Feel like making a PR? :D
Lines 51-53 should be removed entirely, right?
That for loop just returns false if the block has the AGE_1 property. Which most plant blocks should have, I think? (The code is awful, that aside)
that is just a weird way to find out how many of the same blocks are beneath it
[Forge Mod] Building Tools and Aesthetic Technology - Create/HarvesterMovementBehaviour.java at dfe2f41b59d91bd9bbf11fb6bca7b260dc1c47fe 路 Creators-of-Create/Create
Minecraft mod that expands in all directions. Contribute to OrderedChaos-Dev/ProjectVibrantJourneys development by creating an account on GitHub.
Hi! Sorry, I forgot to mention that I also tried a saw and deployer with no effect
Also, the farm design itself was previously verified in the same save on kelp