squidy5 / cargo_ships

factorio mod that adds cargo ships and other content to the game
25 stars 39 forks source link

floating-electric-pole.minable returns bit-electric pole #10

Closed 0ptera closed 5 years ago

0ptera commented 5 years ago

Mining a floating big pole will give a normal big pole.

add this to buoys.lua to fix: floating_pole.minable.result = "floating-electric-pole"

squidy5 commented 5 years ago

thanks, will fix