3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-07-09 03:58:04 +02:00

Add a few disallowed blocks as example...

since people fail to use the proper syntax
Dieser Commit ist enthalten in:
NotMyFault 2020-06-18 10:51:53 +02:00 committet von GitHub
Ursprung 437d5a2a43
Commit ef704e23ad
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -30,7 +30,10 @@ limits:
butcher-radius:
default: -1
maximum: -1
disallowed-blocks: []
disallowed-blocks:
- "minecraft:wheat"
- "minecraft:fire"
- "minecraft:redstone_wire"
use-inventory:
enable: false