GTNewHorizons / SpiceOfLife

A Minecraft mod that encourages dietary variety through diminishing returns
GNU Lesser General Public License v3.0
7 stars 10 forks source link

Mod does not behave properly when handling metadata of some items in food groups #38

Closed Sunconure11 closed 3 months ago

Sunconure11 commented 3 months ago

image

This is an example of what I mean. While I put melonade under fruit, a food group I had made, I did not put it under meat.

Of note is that the first item that uses that ID before assigning metadata, beetle grubs, are under meat.

image

meats.json

fruit.json

DrParadox7 commented 3 months ago

Metadata must be provided else SoL will treat it as wildcard

Sunconure11 commented 2 months ago

This still appears to be happening with Erebus.

Sunconure11 commented 2 months ago

meats.json fruit.json

Sunconure11 commented 2 months ago

image

Sunconure11 commented 2 months ago

@DrParadox7