-- This file is part of thesixthroc's Pirate Ship softmod, licensed under GPLv3 and stored at https://github.com/danielmartin0/ComfyFactorio-Pirates. -- local Common = require 'maps.pirates.common' -- local Utils = require 'maps.pirates.utils_local' local Public = {} Public.width = 384 Public.height = 384 Public.extra_water_on_left = 96 Public.noiseparams = { } return Public