Skip to content

CC:Tweaked wireless modem range bug #1711

Description

@mr-V01d

Mod Name

CC:Tweaked

This issue occurs when only Valkyrien Skies, addons, and the mod I have specified are installed and no other mods

  • I have tested this issue and it occurs with only Valkyrien Skies, addons, and the mod I have specified

Minecraft Version

1.20.x

Mod Loader

Forge

Issue description

CC:Tweaked wireless modem isn't getting any signal from "World" when placed in "Shipyard", or vise versa. I found some closed issues with this fixed, but it seems to not work again.

Issue reproduction

Create "Ship", place computer, place wireless modem. Edit receiver.lua:

peripheral.find("modem", rednet.open)

while true do
  local id, msg = rednet.receive()
  print('Got "' .. msg .. '" from #' .. id)
end

run receiver

Get an wireless pocket computer, edit sender.lua:

peripheral.find("modem", rednet.open)

local n = 1
while true do
  os.pullEvent("key")
  rednet.broadcast("Ping #" .. n)
  print("Ping #" .. n)
  n = n + 1
end

run sender

Receiver pc will not get broadcasted packages

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions