FTB-Modpack-Issues
FTB-Modpack-Issues copied to clipboard
[Bug]: Ender Comb is unobtainable until the end is accessed.
Modpack
FTB Inferno
Modpack version
1.2.1
Log Files
No response
Describe the bug
The Ender Bee has no flowerable blocks attainable before reaching the end. Enderman Heads were supposed to be a flowerable block, as listed in the patch notes, but they aren't functioning.
This also has issues with the quest book, where Ender Combs have to be acquired to complete the quest for Ender Bees, and therefore complete the quest for Amethyst/Emerald, Diamond, Silicon, Certus, and Fluix bees.
Steps to reproduce
- Open game
- Put Ender Bee in hive
- Put Enderman Head near hive
- Watch as your ender bee floats around looking for something to do
- Watch as your ender bee doesn't pollinate off anything
- Watch as you receive no Ender Combs
Expected behaviour
Ender Bees should be able to flower off of Enderman Heads
Screenshots
No response
Additional information
No response
they are defined as flowers for the ender bee but not recognized by productive bees so I'll have to take it up with that mod dev
It looks like the ender bee has it's flower tags updated in code via kubejs/server_scripts/tags.js instead of via json overrides in kubejs/data/productivebees/tags/blocks/flowers/ender.json like the lumber and quarry bees. Adding an ender.json file there with the contents:
{
"replace": false,
"values": [
"tconstruct:enderman_head"
]
}
Seems to have fixed it for me.
EDIT: The issue I was having was that the enderman head was not showing up as a flower option for me in JEI in Inferno 1.3.0. Adding the json override above now shows the head as a flower option for the ender bee, but the bee in fact does not do it's pollination dance on the head, so this could be a mod issue.
EDIT: I just noticed that ender bees are nocturnal. I used the tablet of moonfall from Ars, then slapped a simulator upgrade into the box along with two speed upgrades and put the enderman head on a feeding slab. The bee did produce ender comb in that situation, not sure if it was the simulator or setting the time to night.
EDIT: I just confirmed that combs are produced without the simulation upgrade so this may have been a nocturnal thing.
ty for the script, this is fixed for next update now