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

[Suggestion]: Have Accelerated Planter Block Support all "Growable Plants" #20

Open
Soaryn opened this issue Jul 30, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@Soaryn
Copy link
Owner

Soaryn commented Jul 30, 2023

XyCraft Module

Machines

Describe the Suggestion

Right now, the planter block only really supports a few vanilla blocks, and then anything that validates isRandomlyTicking and is IPlantable. This isn't exactly useful to us, so there is some discussions of an IGrowableBlock interface to utilize. For most of the vanilla crops, this will be a hardcoded solution, but works as expects.

However, this does not allow for you to place Chorus Flowers on it, due to how vanilla checks the block instead of a block tag.
Cocoa Beans just check for block tag and not the side, same with mushrooms.

Screenshots and Videos

No response

Additional Context

I've tried using a mixin for chorus flower but... this wound up being too much effort due to how extensively Mojang calls is(Blocks.END_STONE)

@Soaryn Soaryn added enhancement New feature or request 1.20.1 Minecraft 1.20.1 labels Jul 30, 2023
@Soaryn Soaryn removed the 1.20.1 Minecraft 1.20.1 label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant