Crash on Minecraft 1.20.1 using `origins:status_bar_texture`
PoolloverNathan opened this issue ยท 3 comments
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"
}
}