mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
Add chiseled_bookshelf to tool readiness blacklist
This commit is contained in:
parent
668cc0e4a3
commit
ca710b4302
@ -1,5 +1,5 @@
|
|||||||
Version 2.1.219
|
Version 2.1.219
|
||||||
Added support for various things from Minecraft 1.20
|
Added support for various new things from Minecraft 1.20
|
||||||
Fixed double drop issue with Beetroots
|
Fixed double drop issue with Beetroots
|
||||||
Added 'Cherry_Log' to woodcutting experience in experience.yml
|
Added 'Cherry_Log' to woodcutting experience in experience.yml
|
||||||
Added 'Cherry_Wood' to woodcutting experience in experience.yml
|
Added 'Cherry_Wood' to woodcutting experience in experience.yml
|
||||||
|
@ -1172,6 +1172,7 @@ public class MaterialMapStore {
|
|||||||
|
|
||||||
private void fillToolBlackList()
|
private void fillToolBlackList()
|
||||||
{
|
{
|
||||||
|
toolBlackList.add("chiseled_bookshelf");
|
||||||
toolBlackList.add("black_bed");
|
toolBlackList.add("black_bed");
|
||||||
toolBlackList.add("blue_bed");
|
toolBlackList.add("blue_bed");
|
||||||
toolBlackList.add("brown_bed");
|
toolBlackList.add("brown_bed");
|
||||||
|
Loading…
Reference in New Issue
Block a user