https://github.com/0tickpulse/redstone_by_examples
https://github.com/0tickpulse/redstone_by_examples
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0tickpulse/redstone_by_examples
- Owner: 0tickpulse
- License: cc-by-4.0
- Created: 2022-10-26T00:00:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-17T23:14:37.000Z (over 3 years ago)
- Last Synced: 2025-01-17T16:37:24.829Z (over 1 year ago)
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redstone by Examples
(scroll down for contents)
This repository is a comprehensive guide to Minecraft Redstone. As per the title, concepts are explained by real-world examples. Therefore, theories are applied immediately. Not only is it much easier to understand the underlying concepts of Redstone but it also means that you can build cool functioning things along the way!
## Contents
### Background Information
* [What is Redstone](contents/background_information/what_is_redstone.md)
* [How to learn Redstone](contents/background_information/how_to_learn_redstone.md)
* [This guide](contents/background_information/this_guide.md)
### First Steps
* [Setting up](contents/first_steps/setting_up.md)
* [Signals](contents/first_steps/signals.md)