We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91dc999 commit 9cef45eCopy full SHA for 9cef45e
prototypes/entity/smelting/pipe.lua
@@ -82,8 +82,8 @@ local pipe_material_map = {
82
83
-- Reskin pipes, create and assign extra details
84
for name_prefix, params in pairs(pipe_material_map) do
85
- local pipe_entity = data.raw["pipe"][name_prefix .. "-pipe"]
86
- local pipe_to_ground_entity = data.raw["pipe-to-ground"][name_prefix .. "-pipe-to-ground"]
+ local pipe_entity = data.raw["pipe"]["bob-" .. name_prefix .. "-pipe"]
+ local pipe_to_ground_entity = data.raw["pipe-to-ground"]["bob-" .. name_prefix .. "-pipe-to-ground"]
87
88
if pipe_entity and pipe_to_ground_entity then
89
do_pipe(pipe_entity, params)
0 commit comments