Praefator

Results 1 issues of Praefator

As per title. Possible relation to #16962 \Mods\__core__\AutoGen\WorldObject\ElectricWaterPump.cs defines the output capacity as follows: ``this.GetComponent().Setup(typeof(WaterItem), 4, BlockOccupancyType.WaterOut);`` \Mods\__core__\AutoGen\WorldObject\MechanicalWaterPump.cs meanwhile defines the output capacity as follows: `` this.GetComponent().Setup(typeof(WaterItem), 1, BlockOccupancyType.WaterOut);`` In...