nitnelave / CreeperHeal

24 stars 22 forks source link

New "block face" items do not regenerate [1.19] #73

Open BornToDoStuff opened 2 years ago

BornToDoStuff commented 2 years ago

The new type of items that can cover any block face (glow lichen and skulk vein) do not regenerate at all. These blocks are similar to vines but even more difficult, so I am not surprised that they struggle to regen.

nitnelave commented 2 years ago

I'm guessing it's just a matter of adding them here: https://github.com/nitnelave/CreeperHeal/blob/master/src/main/java/com/nitnelave/CreeperHeal/block/CreeperBlock.java#L158

Maybe there's a new API and we can dispense of that list, but I don't know.