Starbound

Starbound

Deep Kingdom Mod
Naii Starwing 19 Feb, 2024 @ 11:33am
Typo in recipe causing duplicate result, unobtainable object
The recipe for "Holoscreen, Lava", [internal name "holoscreend7"] is set to produce "Holoscreen, Crystal" [internal name "holoscreenc7"], leaving "Holoscreen, Lava" unobtainable through crafting.
Here is the corrected code.
{ "input" : [ { "item" : "lightcrystal", "count" : 1 }, { "item" : "corefragmentore", "count" : 1 }, { "item" : "money", "count" : 10 } ], "output" : { "item" : "holoscreend7", "count" : 1 }, "groups" : [ "lyrufabricator2", "lights", "all" ] }