Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Crop right click compatibility for Plant Mega Pack and Witchery #21

Open
BBoldt opened this issue Mar 17, 2015 · 3 comments
Open

Comments

@BBoldt
Copy link

BBoldt commented Mar 17, 2015

My config file: http://hastebin.com/ibapivayeb.hs

Plant Mega Pack: http://minecraft.curseforge.com/mc-mods/70748-plant-mega-pack

Witchery: http://minecraft.curseforge.com/mc-mods/69673-witchery

They all act like regular crops in-game, so I'm not sure why your right click system isn't working for them. The only "weird" ones are the water-based plants in plant mega pack, the water based plant in witchery, and the mandrake plant. Also, I guess the 2 block tall ones are incompatible, as you said in IRC.

Also, I don't know if it's worth looking into, but only 4 of the Pneumaticraft crops work with your system. Plastic plants do weird crazy stuff by default though, so I wasn't really expecting them to work in the first place. The 4 that do work are Burst, Chopper, Propulsion, and Flying.

@BBoldt
Copy link
Author

BBoldt commented Mar 17, 2015

Okay I'm noticing a pattern, most of the Plant Mega Pack and Witchery crops become mature at meta data :4, and I think that's confusing the right clicky thing in ttcore somehow.

The one witchery crop that works is wolfsbane, and it's 'mature' meta data is :7.

@tterrag1098
Copy link
Owner

That would be why the config provides you the option to change the max meta for the crop, which was the whole reason I implemented it in the first place.

"meta":4

That would do the trick.

@BBoldt
Copy link
Author

BBoldt commented Mar 17, 2015

I didn't know that was a thing.
That seems to have fixed most things, but there are still a few that don't work, the tomato crop for instance. It's max meta is 4, and yet it still won't harvest on right click. It's not a 2 block tall one either.

I'll have to screw around with the Pneumaticraft ones a bit more tomorrow also, they use meta data really strangely.

Updated config: http://hastebin.com/muzupudixo.hs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants