InZan17 / Unloaded-Activity

When certain blocks such as crops or furnaces get out of simulation distance this mod will keep track of that so once the blocks get in again the mod will apply the changes it would have gotten if it never left the simulation distance.
https://modrinth.com/mod/unloaded-activity
GNU Lesser General Public License v3.0
17 stars 6 forks source link

Blazing Bamboo compatibility #27

Closed jshipley closed 3 months ago

jshipley commented 3 months ago

When this mod is being used with the Blazing Bamboo mod, it replaces the Blazing Bamboo block state with the vanilla Bamboo block state.

Blazing Bamboo extends the BambooShootBlock and BambooSapling block. When the bamboo blocks get updated in BambooMixin and BambooSaplingMixin, the blockstate gets set to the Blocks.BAMBOO default blockstate instead of to the subclass default blockstate.

PaddedShaman commented 3 months ago

Just to +1 this, it also happens to the custom bamboo types in Ferdinand's Flowers (Forge 1.19.2) for the same reason.

InZan17 commented 3 months ago

I changed the simulation function for the bamboo blocks so it now works with modded bamboo blocks.

I will update the mod in a bit. Thanks for reporting this issue!