The Spice of Life

The Spice of Life

16M Downloads

[enhancement] Add compability with filled_tin_can in IC2(Industrial Craft 2) mod

creamIcec opened this issue ยท 2 comments

commented

I'm making my own modpack including Spice of Life and IC2, but when our friends tested the modpack, they found that the filled_tin_can in IC2, which is an item like food that can be eaten, was something that can avoid being diminished.

I tried to add a custom foodgroup including that item but failed with nothing happening. it can still be consumed quickly, each one restores the player 0.5 hunger. How can I fix it?

Here is the environment:
Minecraft 1.12.2
Forge 14.23.5.2859
SpiceOfLife-mc1.12-1.3.12.jar
industrialcraft-2-2.8.222-ex112.jar

Here is my config(both on my server and client):
spiceoflife.txt
this one below is written referring to the example foodgroup file:
lifegoeson-food-group.txt

I'm using Forge server, which means not Sponge or something.

Thank you if you can give me a hand!

commented

Unfortunately this is not likely to be fixed. The standard answer would be that IC2 would need to make sure the item integrates with AppleCore properly, but it doesn't seem likely that IC2 is still supporting MC1.12.

You'd probably be better off just removing that item if possible.

commented

Sorry to hear this. Is there some easy way(like using crafttweaker or something) to just disable the "eating" action(that means holding an item and right-clicking)while a player holding the filled_tin_can item?
I'm considering this because that item has other usage and I don't want to overkill.