BlesseNtumble / GalaxySpace

Addon for GalactiCraft 4
Apache License 2.0
68 stars 42 forks source link

Fix cobalt ore name in upgrade modules recipe #509

Closed onyn closed 3 years ago

onyn commented 3 years ago

There is no such item with ore name "ingotCobaltum":

https://github.com/BlesseNtumble/GalaxySpace/blob/5cc5b5d1a9a84e83fbece503e68eafd5466d2474/src/main/java/galaxyspace/systems/SolarSystem/planets/overworld/recipes/CraftingRecipesOverworld.java#L188-L191

But there is "ingotCobalt":

https://github.com/BlesseNtumble/GalaxySpace/blob/5cc5b5d1a9a84e83fbece503e68eafd5466d2474/src/main/java/galaxyspace/core/GSItems.java#L192

BlesseNtumble commented 3 years ago

Fixed in 2.0.15