This mod adds a remote and a remote receiver for the mesecons
mod. You can toggle the receiver(s) on and off using the remote. You can have as many receivers as you want added to a remote, and a receiver can be added by multiple remotes. Remotes have a lever mode as the default, which toggles the receiver(s), and a button mode, that flips the receiver(s) state for 3 seconds.
This mod depends on the mesecons
mod for the mesecons
on/off state, and the mesecons_wires
, mesecons_materials
, and default
mods for the crafting recipes.
How to use 🔗
Left click a receiver node with a remote to add or remove the node to or from the remote's receiver list. Right click the remote to change the modes, button or lever mode. Left click the remote while not pointing at a receiver to toggle the receiver(s). Receiver(s) will emit a mesecons on or off signal.
No AI 🔗
This mod is meant to be a drop in replacement for the mesecons_remote
mod by Luffy0805, here. As of writing, compared to the AI generated mod, this mod has 55% of the lines of code with basically the same functionality, smaller textures and an 'on' texture for the receiver, simpler crafting recipes, and is more user friendly. I decided not to implement the receiver ID system and the '/receiver' chat command.
This mod was NOT created by ChatGPT.
Well done!
Hello. I really liked your mod! The textures are quite well matched with the style of the Mesecons mod — it’s pretty simplistic. However, you forgot to mention that you removed the graphical interface, which takes up a lot of lines in my code, as well as the 4 receivers that can be assigned and used by the same remote ^^ Well done anyway :)