stfwi / redstonepen

Minecraft mod adding a pen to draw Redstone tracks in all directions, a PLC for Redstone, and relays.
MIT License
14 stars 2 forks source link

[Feature Request] Wireless Redstone #6

Closed rabrunos closed 2 years ago

rabrunos commented 2 years ago

Wireless Transmitter and Receiver

The devices would operate across frequencies, for example: A transmitter operating at frequency 100 would only send signal to receivers operating at frequency 100. (Ideally, the block would have the owner's ID, for example, UserID/100, so the Transmitter or Receiver would be in the UserID/100 frequency, but the user would just change the number, the ID would be automatic) So everyone could use the same frequency but without interfering with each other.

And it could have a config.toml for the server that would define how far a signal from the transmitter could go.

There are some mods that do this, if you want some inspiration, I'll quote them.

  1. Ranged Wireless Redstone (1.18)
  2. Redstone Gates (1.18)
  3. GIRC-Wireless-Redstone (1.18)
  4. Wireless Redstone CBE (1.12)

I'm currently using Redstone Gates, as it has other interesting devices besides Transmitters and Receivers. But particularly I think the Ranged Wireless Redstone's design is prettier.

But when you added the Logic Gate to your mod, the only thing holding me back from others is the transmitter haha Its logic gate was innovative, it brings many possibilities in just 1 block, not limited to one type of gate per block (Like Redstone Gates)!

Wireless Iron Door and Redstone Lamp

stfwi commented 2 years ago

Hi fael, sorry man the mod is about to be feature complete :/. I also already have wireless in my Gauges and Switches mod, this mod here will have a very tight scope window - only the few vanilla'rish blocks and one controller-like block. So, with a heavy heart, I have to say no.

rabrunos commented 2 years ago

My friend, thank you very much for the reply! I'm updating my server and I've already downloaded your Gauges mod! I haven't tested it yet so I didn't know it had Wireless in it! Good to know!