Advanced Centrifuge


An advanced centrifuge, to fill in the gap of advanced buildings for Krastorio 2

Content
a month ago
1.1 - 2.1
24.6K
Manufacturing

g Graphical bug on assemblers with liquid recipes

a month ago

Hi, I seem to be running into graphical issues with assemblers using liquid recipes. I posted about it on reddit with a video, and concluded it was caused by this mod. Someone replied with presumably the line of code thats causing the issue: https://www.reddit.com/r/factorio/comments/1uyd5vb/comment/oxzlwjm/. Could you have a look?

6 days ago
(updated 6 days ago)

I can confirm that adding a deepcopy does fix the graphical problem.

For anyone wanting to patch this locally, replace this line of prototypes/entities/buildings/advanced-centrifuge.lua (around line 12)
local pipe_picture = require("__base__.prototypes.entity.assembler-pictures").assembler3pipepictures
with
local pipe_picture = util.table.deepcopy(require("__base__.prototypes.entity.assembler-pictures").assembler3pipepictures)

New response