Okay, fixed. I have no idea what I am doing, but these are the changes that got the items to show up. (Hopefully I didn't break anything)
Line 543:
Change "temperate-5-seed-dormant",
to "temperate-4-seed-dormant",
Line 828:
I copied what you did with:
if Items.items["raw-fish"] then
Items.items["raw-fish"].type = "capsule"
end
and added these if statements:
if Items.items["alien-fish-1-raw"] then
Items.items["alien-fish-1-raw"].type = "capsule"
end
if Items.items["alien-fish-2-raw"] then
Items.items["alien-fish-2-raw"].type = "capsule"
end
if Items.items["alien-fish-3-raw"] then
Items.items["alien-fish-3-raw"].type = "capsule"
end