Closed gatoborrachon closed 3 years ago
changed 2 recipes to use new OreDictStack("dustLithium", X) instead of new ComparableStack(ModItems.powder_lithium, X)
new OreDictStack("dustLithium", X)
new ComparableStack(ModItems.powder_lithium, X)
this allows us to use any dustLithium from any mod (like IC2)
Changes implemented. Won't merge because then I'd have to deal with merging my now out of sync code with github.
ok, no problem, many thanks
changed 2 recipes to use
new OreDictStack("dustLithium", X)
instead ofnew ComparableStack(ModItems.powder_lithium, X)
this allows us to use any dustLithium from any mod (like IC2)