Mod load fixes

This commit is contained in:
Anuken
2022-04-18 17:22:47 -04:00
parent 5e349e237a
commit 5721cc75b6
5 changed files with 6 additions and 8 deletions

View File

@@ -137,7 +137,7 @@ public class ContentParser{
}
var bc = resolve(data.getString("type", ""), DrawDefault.class);
data.remove("type");
var result = make(bc);
DrawBlock result = make(bc);
readFields(result, data);
return result;
});