Mikndesu / LavaWalkerMod

Mod giving you the ability to walk over the lava
MIT License
3 stars 3 forks source link

Invalid age. forge-lava_walker-2.0.0 1.20.1 #20

Open border999 opened 6 months ago

border999 commented 6 months ago

[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]

Mikndesu commented 6 months ago

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

GoldenTotem commented 3 weeks ago

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

border999 commented 3 weeks ago

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.

GoldenTotem commented 3 weeks ago

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.

Mikndesu commented 3 weeks ago

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.