MoonManModding / EmergingTechnology

A Minecraft mod exploring emerging technologies
MIT License
24 stars 11 forks source link

Agricraft crop issues #44

Closed Deiwos closed 4 years ago

Deiwos commented 4 years ago

Version: 1.3.3

Hello. So, first of all, the json provided in the guide to set up the grow bed as an Agricraft soil doesn't work properly? The only way I was able to use the grow bed as a 'soil' was to set "ignoreMeta" to true, otherwise I wasn't able to place crop sticks on one at all no matter what I tried. But, once I got that figured out I found out a more serious issue, which is the fact that the harvesters are both unable to plant on the crop sticks or harvest from them. This is using ones I've just placed in a test world now.

2020-01-20_06 15 50

MoonManModding commented 4 years ago

Hi,

Cheers for letting me know 👍

I must have forgotton to update the wiki after changing the grow bed, so apologies for that. As you have discovered just adding the block with ignoreMeta should be fine now.

As for the Harvester, I actually haven't had a chance to test it out on Agricraft cropsticks yet. I'm not sure what is involved with getting them to play nicely but I will look into it and try to fix it for the next release.

Thanks again

MoonManModding commented 4 years ago

Hi,

I've looked into this and implemented the auto-harvest of crops grown on cropsticks, but it would take a bit more work to plant crops.

My understanding of Agricraft however is that replanting seeds is unnecessary, as the player just right-clicks the crop to harvest which doesn't break the block - is this correct?

Cheers 👍

Deiwos commented 4 years ago

That's correct. The crop doesn't need to be broken by the harvester in the case of crop sticks.

MoonManModding commented 4 years ago

Alright, so in that case the Harvester will now emulate a right-click when dealing with an Agricraft cropsticks crop that is fully grown and will not attempt to plant any seeds on the crop sticks. How does that sound in terms of functionality?

Deiwos commented 4 years ago

That sounds perfect!

MoonManModding commented 4 years ago

Hi,

I've added this into version 1.3.4-beta but have only performed cursory testing. Would you mind taking a look when you get the chance and letting me know if there are any issues?

Thanks again for the bug report 😁