Bees, ExtraBiomes and flowers

DrCeph

New Member
Jul 29, 2019
77
0
0
Hi all,

If you want to get the custom flowers that come with ExtraBiomesXL working with apiaries and bees, this is how you do it:

You will need to edit the following file:
minecraft/config/forestry/apiculture.conf

And add the custom flower block ID and metadata values under the beekeeping.flowers.custom block. Replace that block with the following:
Code:
beekeeping.flowers.custom {
  # add additional flower blocks for apiaries here in the format id:meta. separate blocks using ';'. will be treated like vanilla flowers. not recommended for flowers implemented as tile entities.
  general=1307:1;1307:2;1307:3;1307:7
}

I'll likely lodge this under the support site, but this fix will work under both the Beta pack and Magicworld in the meantime.

C.