AllenSeitz / DimDungeons

A Minecraft mod which adds proceedurally generated dungeons.
14 stars 11 forks source link

Gravestone Mod problems #21

Closed vendair closed 3 years ago

vendair commented 3 years ago

If the gravestone mod is being used and a player does in the dungeon , the gravestone will remain (possibly blocking paths) and will be unmineable leaving both the loot unretrievable and again the possibility of blocking paths.

AllenSeitz commented 3 years ago

This was my main motivation for implementing the block breaking whitelist. If you look in the server config (.minecraft/saves/[your world name]/serverconfig/dimdungeons-server.toml) there will be an empty array that you acn add "gravestones:gravestone" to. I think that should fix it.

AllenSeitz commented 3 years ago

Actually, please let me know what the block id is if I didn't guess it correctly just now. I'll add it ot the default config in the next version when I close this ticket.

vendair commented 3 years ago

Unfortunately it’s not my server but happy to provide help, the block ID is gravestone:gravestone. Thank you for help I’ll keep that stored in case I host in the future

Get Outlook for iOShttps://aka.ms/o0ukef


From: Catastrophe573 notifications@github.com Sent: Monday, March 1, 2021 2:27:38 PM To: AllenSeitz/DimDungeons DimDungeons@noreply.github.com Cc: vendair laven.adair@hotmail.com; Author author@noreply.github.com Subject: Re: [AllenSeitz/DimDungeons] Gravestone Mod problems (#21)

Actually, please let me know what the block id is if I didn't guess it correctly just now. I'll add it ot the default config in the next version when I close this ticket.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/AllenSeitz/DimDungeons/issues/21#issuecomment-788306240, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ATBCBRRU2WS2HQNY45ZK323TBQBEVANCNFSM4YMCEW7A.

AllenSeitz commented 3 years ago

1.093 adds gravestone:gravestone to the default block breaking whitelist. Version 1.1 will force a config regeneration. Thank you for your help!