Planet Vesta


A gas giant in the distance. There appears to be a lone chunks of rock spread about in the almost concerningly thick atmosphere. Vesta is the gas world, and all about gases. There are quite a few ways to play the mod: Easy Mode, which features a reduced recipe chain. Less intermediates, less structures. Platform Mode, which removes the rock formations and places you on a lone platform. Realistic Gases Mode, which replaces all the icons and world generation with more realistic colors.

Content
14 days ago
2.0 - 2.1
25.7K
Factorio: Space Age Icon Space Age Mod
Planets Logistics Environment Fluids Logistic network Manufacturing

g Belt stack size bonus not working

a month ago

The belt stack size bonus does not work
It is because you also need to add 1 to the utility-constants' max_belt_stack_size

It's important to ADD one, as other mods might also have a belt stack bonus

Something like this in data.lua

-- Add one to the max belt stack. Allows compatibility with that also have a bonus belt stack size technology
data.raw["utility-constants"]["default"].max_belt_stack_size = data.raw["utility-constants"]["default"].max_belt_stack_size + 1

Note: visually, it won't show a stack bigger than 4. I believe this is an engine limitation

New response