The Winter Rescue

The Winter Rescue

300k Downloads

[Suggestion] Deployer has a bug while breaking drawers

Tollainmear opened this issue ยท 1 comments

commented

Pain Point

That bug will duplicate the drawer and the content within, it could be easly reproduced by placing like this:

image

I've tride to fix it by using kubejs, that's works for me.

onEvent('block.break', event =>{
    if(event.block.id.contains("storagedrawers") && event.getEntity().getName() == "Deployer"){
        event.cancel()
    }
})

Btw, I havn't report this feature to neither create nor drawer's author, although it's seems that the bug is none of your bussiness, by holding a fiery heart, I hope this suggestion could make TWR better!

Suggestion

the biggist wish is release newer modpack version quickly plz!

folks can't wait anylonger!

but I guess that hope might can't be met, so try to reproduce this bug at your convenience.

credits if there would be:
Tollainmear
CN_Chitu

Nice work and best wishes!

Exsiting Mods

no more

Modpack version

0.4.7

commented

Fixed, thank you for advice!