Guest User

Factorio equalizer chest circuit attachment patch

a guest
Jul 19th, 2016
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.76 KB | None | 0 0
  1. --- a/prototypes/entities.lua
  2. +++ b/prototypes/entities.lua
  3. @@ -1,6 +1,6 @@
  4.  data:extend(
  5.  {
  6. -     {
  7. +  {
  8.      type = "container",
  9.      name = "equalizer-chest",
  10.      icon = "__Equalizer_Chests__/graphics/icons/equalizer-chest.png",
  11. @@ -28,7 +28,22 @@ data:extend(
  12.        width = 48,
  13.        height = 34,
  14.        shift = {0.2, 0}
  15. -    }
  16. +    },
  17. +    circuit_wire_connection_point =
  18. +    {
  19. +      shadow =
  20. +      {
  21. +        red = {0.734375, 0.453125},
  22. +        green = {0.609375, 0.515625},
  23. +      },
  24. +      wire =
  25. +      {
  26. +        red = {0.40625, 0.21875},
  27. +        green = {0.40625, 0.375},
  28. +      }
  29. +    },
  30. +    circuit_connector_sprites = get_circuit_connector_sprites({0.1875, 0.15625}, nil, 18),
  31. +    circuit_wire_max_distance = 7.5
  32.    },
  33.  }
Advertisement
Add Comment
Please, Sign In to add comment