Skip to content

Commit 994b54c

Browse files
authored
Add a whitelist for FTBChunks
Currently only contains the grave mod. Should allow collecting graves even if they are in somone's claim.
1 parent 43f2fab commit 994b54c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ServerEvents.tags('block', event => {
2+
event.add('ftbchunks:interact_whitelist', 'epitaphs:grave')
3+
event.add('ftbchunks:edit_whitelist', 'epitaphs:grave')
4+
})

0 commit comments

Comments
 (0)