apace100 / origins-fabric

MIT License
175 stars 170 forks source link

Crash on Minecraft 1.20.1 using `origins:status_bar_texture` #762

Closed PoolloverNathan closed 1 month ago

PoolloverNathan commented 1 month ago

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"
    }
}
JadeJuno commented 1 month ago

Could you send the crash report?

AphoticGoblin commented 1 month ago

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

PoolloverNathan commented 1 month ago

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