Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-26 11:00:04 +01:00
fix: Invalid yaml syntax of new config values
Follow up from 6839fa5567
Dieser Commit ist enthalten in:
Ursprung
6839fa5567
Commit
99b45c13fb
@ -217,7 +217,7 @@ public class Settings extends Config {
|
|||||||
" - \"minecraft:piston[extended=false,facing=west]\"",
|
" - \"minecraft:piston[extended=false,facing=west]\"",
|
||||||
" - \"minecraft:wheat[age=7]\""
|
" - \"minecraft:wheat[age=7]\""
|
||||||
})
|
})
|
||||||
public List<String> DISALLOWED_BLOCKS = Arrays.asList("\"minecraft:wheat\"", "\"minecraft:fire\"", "\"minecraft:redstone_wire\"");
|
public List<String> DISALLOWED_BLOCKS = Arrays.asList("minecraft:wheat", "minecraft:fire", "minecraft:redstone_wire");
|
||||||
@Comment({
|
@Comment({
|
||||||
"List of block properties that should be remapped if used in an edit. Entries should take the form",
|
"List of block properties that should be remapped if used in an edit. Entries should take the form",
|
||||||
"\"property_name[value1_old:value1_new,value2_old:value2_new]\". For example:",
|
"\"property_name[value1_old:value1_new,value2_old:value2_new]\". For example:",
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren