mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-24 03:25:24 +01:00
Fixed the block fix dropping wood for redstone wire.
This commit is contained in:
parent
447f192027
commit
e5dcb557dc
@ -253,7 +253,7 @@ else if (type == 18) { // Leaves
|
|||||||
else if (type == 47) { dropped = 0; } // Bookshelves
|
else if (type == 47) { dropped = 0; } // Bookshelves
|
||||||
else if (type == 52) { dropped = 0; } // Mob spawner
|
else if (type == 52) { dropped = 0; } // Mob spawner
|
||||||
else if (type == 53) { dropped = 5; } // Wooden stairs
|
else if (type == 53) { dropped = 5; } // Wooden stairs
|
||||||
else if (type == 55) { dropped = 5; } // Redstone wire
|
else if (type == 55) { dropped = 331; } // Redstone wire
|
||||||
else if (type == 56) { dropped = 264; } // Diamond ore
|
else if (type == 56) { dropped = 264; } // Diamond ore
|
||||||
else if (type == 60) { dropped = 3; } // Soil
|
else if (type == 60) { dropped = 3; } // Soil
|
||||||
else if (type == 63) { dropped = 323; } // Sign post
|
else if (type == 63) { dropped = 323; } // Sign post
|
||||||
|
Loading…
Reference in New Issue
Block a user