Lava Walker [Forge/Fabric]

Lava Walker [Forge/Fabric]

97.2k Downloads

Invalid age. forge-lava_walker-2.0.0 1.20.1

border999 opened this issue ยท 5 comments

commented

[minecraft/ModelBakery]: Exception loading blockstate definition: 'lava_walker:blockstates/modded_obsidian.json' in resourcepack: 'mod_resources' for variant: 'age=4': Unknown value: '4' for blockstate property: 'age' [0, 1, 2, 3]

commented

Thank you for reporting. I'd like you to attach a full debug.log if possible.

commented

Thank you for reporting. I'd like you to attach a full debug.log if possible.

Can be reproduced in 1.16.5-1.0.0

commented

Thank you for reporting. I'd like you to attach a full debug.log if possible.

Can be reproduced in 1.16.5-1.0.0

I recommend you drop your debug log here for the owner. I have other mod issues I'm trying to resolve. if you still have you log that'd probably be best.

commented

Thank you for reporting. I'd like you to attach a full debug.log if possible.

I think the full log is unnecessary. Only one line is useful
[Worker-Main-9/WARN]: Exception loading blockstate definition: 'lava_walker:blockstates/modded_obsidian.json' in resourcepack: 'Mod Resources' for variant: 'age=4': Unknown value: '4' for blockstate property: 'age' [0, 1, 2, 3]
means the inside resourcepack of mod goes wrong. I think just modify assets/lava_walker/blockstates/modded_obsidian.json and delete the line about age 4 can remove the error.

commented

I've left the error untouched because, as far as I know, it doesn't cause Minecraft to crash or behave strangely. I'll adress it soon if there are no other issues to look into.