Prototype/DontUseEntityInEnergyProductionAchievement
The prototype docs have moved to a new website with an improved format. This documentation page can now be found here: https://lua-api.factorio.com/latest/prototypes/DontUseEntityInEnergyProductionAchievementPrototype.html
This wiki page is no longer updated and will be removed at some point in the future, so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback on the forums.
Template:Prototype parent This prototype definition is used for receiving an achievement when the player finishes the game without receiving energy from a specific energy source.
Mandatory properties
Template:Prototype property This will not disable the achievement, if this entity is placed, and you have received any amount of power from it.
excluded = {"steam-engine", "steam-turbine"},
Template:Prototype property This will disable the achievement, if this entity is placed, and you have received any amount of power from it. If you finish the game without receiving power from this entity, you receive the achievement.
included = "solar-panels",