
Incorrect ID on Pixie Dust research
RedStoner opened this issue ยท 2 comments
That's really weird, since the only place the id should be coming from is the filename, which obviously must be (and is) unique.
And I can't reproduce this in a test world:
{
name = "More Scrolls",
id = "minecolonies:technology/morescrolls",
status = "NOT_STARTED",
children = {
{
id = "colony4cc:pixie_dust",
status = "NOT_STARTED",
name = "Pixie Dust",
effects = {
"Dust Shaker",
},
},
},
effects = {
"Enchanter Learns Scroll Recipes to Locate Workers and Summon Guards",
},
},
{
name = "Improved Holography",
id = "colony4cc:improved_holography",
status = "FINISHED",
children = {
{
id = "colony4cc:solar_holography",
status = "FINISHED",
name = "Solar Holography",
effects = {
"Solar Panels",
},
},
},
effects = {
"RGB Charge Improvement",
},
},
Although looking at that now I'm wondering if I should provide more detail on the effects.