Fixed #7477
This commit is contained in:
@@ -182,6 +182,7 @@ public class JsonIO{
|
||||
@Override
|
||||
public Block read(Json json, JsonValue jsonData, Class type){
|
||||
Block block = Vars.content.getByName(ContentType.block, jsonData.asString());
|
||||
if(block == null) block = Vars.content.getByName(ContentType.block, SaveVersion.fallback.get(jsonData.asString(), ""));
|
||||
return block == null ? Blocks.air : block;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user