Drillgon200 / Hbm-s-Nuclear-Tech-GIT

My fork of the HBM's nuclear tech mod.
45 stars 19 forks source link

added oreDict compat for 2 recipes #97

Closed gatoborrachon closed 3 years ago

gatoborrachon commented 3 years ago

changed 2 recipes to use new OreDictStack("dustLithium", X) instead of new ComparableStack(ModItems.powder_lithium, X)

this allows us to use any dustLithium from any mod (like IC2)

Drillgon200 commented 3 years ago

Changes implemented. Won't merge because then I'd have to deal with merging my now out of sync code with github.

gatoborrachon commented 3 years ago

ok, no problem, many thanks