Wireless Redstone & More [Canceled]

Published by MeepJJ on
Share this on:
Downloads:
668
Upvotes: 9
Category
Project status
Maintainance only
Supported Minecraft versions
1.12.2

Jump to downloads

A mod that adds some Redstone blocks that make building faster and easier.

EDIT: I have stopped development on this project due to school and other projects I have started.

If anyone would like to take over the development of this mod, you may repost the mod when you have made any substantial changes. Please credit me clearly in the description of your repost. (e.g. Branched from MeepJJ's Wireless Redstone & More)

 

 

A modified crafting bench hovering over a gray background

Please say in the comments if this mod should be continued and/or if you have any suggestions that you think should be added. Thanks!

 

PLEASE READ BELOW FOR FULL LIST OF FEATURES AND HOW TO USE THEM

 

 

Features

  • Wireless Redstone
    • Channel-based broadcaster system (Only supports one receiver-per-transmitter at the moment, will get buggy if multiple are used)
    • Can be paired easily by right-clicking a transmitter and a receiver with the pairing tool.
    • If channels go out of hand, the /resetchannels command may be used to reset the var used for creating channels. This will, however, cause issues with overriding preexisting paired blocks.
  • Signal extender
    • Allows for a timed signal extension after a Redstone signal expires.
    • Much more compact than repeaters or hoppers/etc.
  • Filter hoppers
    • Will allow the player to insert items into it and have only items matching them flow through to the block under it.
    • Items that don't match will not be moved from the above container, allowing for insanely simple sorting systems and lock systems.

 

Crafting recipes

 

Crafting Recipes

 

In-development features (in progress)

  • Filter Hoppers (89%)
  • Triggers (60%)

 

Possible Features (comment which ones you'd like to see!)

  • Angled repeaters
    • Saves space, and helps with series of Redstone lines.
    • Looks cool
  • Logic gates
    • Will provide a one-block compact way to insert logic into your Redstone builds. Once again, insanely easy.
  • Triggers
    • Will connect if put next to another trigger block, and will output a Redstone signal when an entity walks through it.
    • Will allow for hidden traps, cool cutscenes, and more.
  • Redstone clock
    • one block, compact
    • configurable
    • only active when powered
    • Comprehensive, easy to maneuver
Modification files
wr&more_v107.mcr - v1.0.7 (developer, no forge check)Uploaded on: 05/21/2019 - 21:21   File size: 1.43 MB
wr&more_v107_nocheck_0.jar - v1.0.7 (minor update, no forge check)Uploaded on: 05/12/2019 - 15:08   File size: 809.8 KB
wr&more_v106_nocheck.jar - v1.0.6 (medium update, no forge check)Uploaded on: 05/12/2019 - 01:36   File size: 812.59 KB
wr&more_v105_nocheck.jar - v1.0.5 (major update, no forge check)Uploaded on: 05/11/2019 - 20:56   File size: 806.31 KB
Changelog
  • Fixed channel persistence
  • Improved textures
  • made wireless Redstone linkable through pairing tool
  • Redstone signal extenders have been fixed and made configurable
  • Fixed signal extender GUI title
  • changed pairing tool texture and item name style
  • Added crafting recipes
  • Added achievements
  • Fixed receivers self-powering and resetting before being paired with a transmitter
  • Reworked crafting recipes to represent the items/blocks more.
  • Added the coil, used to craft the transmitters and receivers.
  • Fixed bug where filter would not accept hopper input
  • Fixed coil texture goof and updated mod version number

Thanks! The wireless Redstone uses two global_map variables, an activation variable and a deactivation variable. When an emitter is activated, the channel from the emitter is copied to the activation variable. When a receiver's channel matches the activation variable, it enables Redstone and sets the activation variable back to zero. the same applies to the deactivation variable. Hopefully, that cleared up how it works! :)