removed obsidian framed pressure plate - idk what it even does, but it's causing crashes

fixes #1006
This commit is contained in:
Pyritie 2025-05-14 20:59:01 +01:00
parent 27a6f70141
commit 761f396080
2 changed files with 2 additions and 27 deletions

View file

@ -2,5 +2,6 @@
global.FRAMEDBLOCKS_DISABLED_ITEMS = [
'framedblocks:framed_soul_torch',
'framedblocks:framed_torch'
'framedblocks:framed_torch',
'framedblocks:framed_obsidian_pressure_plate'
];