We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab2aac commit 1bcb745Copy full SHA for 1bcb745
prototypes/updates/base-updates.lua
@@ -1,6 +1,5 @@
1
-- TECH CHANGES
2
-data.raw.technology["processing-unit"].hidden = true
3
-data.raw.technology["processing-unit"].enabled = false
+TECHNOLOGY("processing-unit"):hide().enabled = false
4
5
if mods.quality then
6
TECHNOLOGY("recycling"):remove_prereq("processing-unit")
0 commit comments