mactso / Regrowth

Creatures eat/destroy or grow grass as they move around.
MIT License
1 stars 5 forks source link

Crash together with citadel #6

Closed smallerYeet closed 3 years ago

smallerYeet commented 3 years ago

Forge Version : 34.1.42 Minecraft Version: 1.16.3 WorldSeed: //

The Bug is crashing my game when used together with citadel Dont know what else i should say about this

This happens every time i load/create a World. This is the log, its too large for pastebin https://cdn.discordapp.com/attachments/738561074504138834/775746214128779284/latest.log

mactso commented 3 years ago

Thank you for the bug report. I'm reviewing it now.

mactso commented 3 years ago

Could you give me a list of your mods?

with only citadel and regrowth, it is crashing with a missing oredictionary.

However- the log you provided gave me enough info for a fix. Basically something that always exists (the list of overworld blocks that count as stone) doesn't exist (yet?) in this case.

This was the code where the skeletons planted mushrooms. I added a little code to check if the list was null before asking it if the block the skeletons were standing for was in the list.

I'm going to go ahead and post this fix.