TeamMoegMC / TheWinterRescue

Use your hands and wisdom to ignite the last hope of mankind in the wind and snow ❄️ - Minecraft 1.16.5 Modpack
https://www.curseforge.com/minecraft/modpacks/the-winter-rescue
Other
59 stars 16 forks source link

[Suggestion] Deployer has a bug while breaking drawers #36

Closed Tollainmear closed 1 year ago

Tollainmear commented 2 years ago

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

khjxiaogu commented 1 year ago

Fixed, thank you for advice!