Skip to content

Commit

Permalink
replace all filter inserters
Browse files Browse the repository at this point in the history
  • Loading branch information
kingarthur91 committed Jan 22, 2024
1 parent 144624b commit 766b86d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prototypes/updates/entity-updates.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
local table = require '__stdlib__.stdlib.utils.table'
local FUN = require("__pycoalprocessing__/prototypes/functions/functions")


data.raw['underground-belt']['underground-belt'].max_distance = 9
Expand Down Expand Up @@ -149,3 +150,6 @@ data.raw.inserter['stack-inserter'].filter_count = 5

RECIPE('filter-inserter'):remove_unlock('fast-inserter')
RECIPE('stack-filter-inserter'):remove_unlock('stack-inserter')

FUN.global_item_replacer("filter-inserter", "fast-inserter")
FUN.global_item_replacer("stack-filter-inserter", "stack-inserter")

0 comments on commit 766b86d

Please sign in to comment.