Variant fixes

This commit is contained in:
Anuken
2019-10-10 09:13:12 -04:00
parent 720f7c0b0f
commit 36a21e2443
4 changed files with 15 additions and 3 deletions
@@ -113,7 +113,7 @@ public class ContentParser{
block = Vars.content.getByName(ContentType.block, name);
if(value.has("type")){
throw new IllegalArgumentException("When overwriting an existing block, you may not declared its type. The original type will be used. Block: " + name);
throw new IllegalArgumentException("When overwriting an existing block, you must not re-declared its type. The original type will be used. Block: " + name);
}
}else{
//TODO generate dynamically instead of doing.. this