nonamecrackers2 / crackers-wither-storm-mod

The official repository for Cracker's Wither Storm Mod
https://www.curseforge.com/minecraft/mc-mods/crackers-wither-storm-mod
70 stars 31 forks source link

[Bug]: Importa incompatibility with the origins mod #1893

Closed FuryJack07 closed 4 weeks ago

FuryJack07 commented 3 months ago

Guidelines

Minecraft Version

1.20.1

Mod Version

4.1

Mod Loader

Forge

Mod Loader Version

47.2.30

Describe the bug

Not exactly a bug, but it is something that sort of ruins the experience: the golden apple stew cannot be eaten by carnivore origins

Steps to Reproduce

Enter a world. Select a carnivore origin grab a golden apple stew Ops, you can't eat it

Extra steps: Get the wither sickness effect in a normal playthrough. Struggle to get the needed ingredients for the golden apple stew. Finally get them all. Craft it. ... shit.

Crash Reports/Logs

None

Is OptiFine installed?

Screenhots

image

Mod List

NONE

FuryJack07 commented 3 months ago

Sorry if this isn't considered a bug, but i'd very much rather something being done about it... considering just how important the stew is.

BluePineappleGuy commented 3 months ago

This is because the stew isn't considered 'meat' in the mod code. So carnivores, which can only eat food that is labeled as meat in the item code, cannot eat the stew.

nonamecrackers2 commented 3 months ago

Yeah, and its technically intended (not meat in the stew lol), but in the case of this mod there shouldn't be anything preventing you from eating it since it cures you from an otherwise uncurable disease

nonamecrackers2 commented 4 weeks ago

Will be fixed in the next major release. Just had to add the golden apple stew to the "ignore_diet" item tag added by Origins