[Bug]IllegalArgumentException
OcrSu opened this issue · 3 comments
MineCraft:1.20.1 Forge
CityCraft-1.20.x-(v.1.7.0).jar
Java21
Suppressed: net.minecraftforge.fml.ModLoadingException: City Craft (citycraft) encountered an error during the common_setup event phase
§7java.lang.IllegalArgumentException: Cannot set property BooleanProperty{name=lower, clazz=class java.lang.Boolean, values=[true, false]} as it does not exist in Block{minecraft:air}
After testing, the crash disappeared after removing the CityCraft mod.
If you can identify where the problem is and fix it, that's the best thing.
If you think this issue is bothering you, you can choose to close it.
Full CrashLog:
https://gist.github.com/OcrSu/07e08e4f4c124dfadcd8e7b0bba1e1c6
Does the game crash when you try to open the world?
No, this happened during the game startup phase.
I just conducted other tests based on the log, and even after removing the fence on slab mod, the game did not crash.
I'm not sure which module is the problem because I haven't learned any computer languages.
The reason why I am creating an issue here is simply because the Citycraft mod is a newly added mod and it is my habit of checking compatibility.
If you think there is a problem with the code of the fence on slab mod, please leave a message and let me know. I will open an issue on fence on slab with relevant information and your opinions.