Origins (Fabric)

Origins (Fabric)

15M Downloads

Crash on Minecraft 1.20.1 using `origins:status_bar_texture`

PoolloverNathan opened this issue ยท 3 comments

commented

Crash report

When making a simple power using the origins:status_bar_texture power type, any player with the power will crash immediately, making worlds unplayable. The following simple power triggers this:

{
	"type": "origins:status_bar_texture",
	"texture_map": {
		"minecraft:hud/food_empty": "minecraft:hud/food_empty"
	}
}
commented

Could you send the crash report?

commented

This is because you are using 1.20.1 but with a feature (texture maps) that is only available past it.
image
Switch versions on the wiki by clicking on the button in the corner to avoid this in the future

commented

Oh, thanks! I'll backport it, I guess.