Override-problem
Posted: Sat Feb 27, 2016 12:27 pm
In my mod I had some problem with override. Lets look at 2 different cases:
data.raw.recipe["xyz"].ingredients = xyz
and
data.raw.assembling-machine["xyz"].energy = xyz
The problem is, that the assembling machine override seam to not work because of the "-".(and a lot of entities have its type defined like this) Its possible to bypass this problem by substituting an assembling machine with a new entity, but this is a tedious and untidy process.
Does anybody know if there is possibility to solve this?
data.raw.recipe["xyz"].ingredients = xyz
and
data.raw.assembling-machine["xyz"].energy = xyz
The problem is, that the assembling machine override seam to not work because of the "-".(and a lot of entities have its type defined like this) Its possible to bypass this problem by substituting an assembling machine with a new entity, but this is a tedious and untidy process.
Does anybody know if there is possibility to solve this?