Closed ghost closed 7 years ago
This is not the cause of the crash but the entry for the slab should look like this:
{
"id": "blocka_slab",
"creativeTab": "materials",
"material": "ground",
"itemModel": "custom_assets:blocka_slab",
"drop": "minecraft:air",
"doubleSlab": {
"block": "custom_assets:blocka"
}
}
I've uploaded a fix for this.
@cubex2 I just tried v0.3.4 and this time the crash has changed.
Crash report: https://pastebin.com/zvJU7K4A
Your slab still uses the doubleSlab attribute wrong. You have a whole new slab with just the doubleSlab attribute and no id which causes the crash.
The same crash happens with the latest version, any ideas why?
Crash Report: https://pastebin.com/07s51V38
Json: https://pastebin.com/HjyxX6Bg
I even tried deleting and reloading the custom_assets.class file, but that didn't work.