Git repo with small example to reproduce the issue can be found here: https://github.com/patela/sample-lambda On Localstack Pro 1.4.0, invoking a Lambda through API ...
[modloading-worker-3/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to create mod instance. ModID: mcjtylib, class mcjty.lib.McJtyLib java ...
import java.util.ArrayList; public class Sum { private double sum = 0; public void add(short newShort) { sum += newShort; } public void add(int newInteger) { sum ...