Ruby Glowroses only spawn when placing bonemeal i
RedInBlue opened this issue ยท 3 comments
Versions
- Silent's Gems: 5.0.3
- Silent Gear: 4.0.8
- Silent Lib: 10.3.0
- Forge: 21.1.80
- Modpack: N/A
- Optifine Installed: No
Expected Behavior
Should be a variety of flowers that spawn when placing bonemeal on grass.
Actual Behavior
Only ruby glowroses spawn when placing bonemeal on grass regardless of the biome that I'm in. One thing to note is that I'm running a neoforge server on 1.21.1.
Links/Images
Steps to Reproduce the Problem
- Go into a survival world.
- Obtain bonemeal.
- Place bonemeal on grass.
Some documentation mostly for my purposes:
The Problem
Grass blocks, when bonemeal is applied, grab the first registered flower feature. For some reason, this is the ruby glowrose feature. So nothing else can appear, not even vanilla flowers.
A Possible Solution
First, I need to not use the vanilla flower feature and create my own feature type (or use a similar one?) One downside of this is that glowroses will not spawn at all when bonemeal is applied to grass. Not a big deal, but I could remedy that by adding a new bonemeal-like item that will grow only glowroses when used. I believe this is the best solution to the problem.
