Creative players can access furnaces
contre opened this issue ยท 2 comments
I'm not sure if this is intended or not, but creative players can access furnaces even when blocked from accessing chests and dispensers.
Line 81 of WMPlayerListener.java
if (block.getType() == Material.CHEST || block.getType() == Material.DISPENSER) {
Yes, that is intended! Cutting them off from furnaces seems to restrictive on game play IMHO.
On Nov 8, 2011, at 3:11 PM, contre wrote:
I'm not sure if this is intended or not, but creative players can access furnaces even when blocked from accessing chests and dispensers.
Line 81 of WMPlayerListener.java
if (block.getType() == Material.CHEST || block.getType() == Material.DISPENSER) {
Reply to this email directly or view it on GitHub:
#8