Allows you to change the delay (in ticks or milliseconds) between each block placement.
To ensure high quality, you must install the mod correctly to avoid game crashes. autoplace mod 189 high quality
: Widely considered the best client-side mod for building, it includes schematic verification and material lists. AccurateBlockPlacement Reborn Functionality Allows you to change the delay (in ticks
-- Main placement function function AutoPlace.place_batch(entity_name, positions) local placed = {} for _, pos in ipairs(positions) do if not AutoPlace.settings.avoid_collisions or AutoPlace.can_place(entity_name, pos) then local result if AutoPlace.settings.ghost_mode then result = game.surfaces[1].create_entityname = "entity-ghost", position = pos, inner_name = entity_name else result = game.surfaces[1].create_entityname = entity_name, position = pos end table.insert(placed, result) end end return placed end position = pos
when managing game modifications and digital files. Share public link