Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lhns/mc-blockshifter
[Minecraft Mod] Adds rails that can shift blocks back and forth which can be used to build castle gates
https://github.com/lhns/mc-blockshifter
fabricmc-mod minecraft minecraft-mod minecraftforge
Last synced: about 1 month ago
JSON representation
[Minecraft Mod] Adds rails that can shift blocks back and forth which can be used to build castle gates
- Host: GitHub
- URL: https://github.com/lhns/mc-blockshifter
- Owner: lhns
- License: apache-2.0
- Created: 2020-07-26T14:47:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T19:10:18.000Z (9 months ago)
- Last Synced: 2024-10-01T09:02:05.664Z (about 1 month ago)
- Topics: fabricmc-mod, minecraft, minecraft-mod, minecraftforge
- Language: Scala
- Homepage: https://www.curseforge.com/minecraft/mc-mods/blockshifter
- Size: 2.48 MB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blockshifter (Minecraft Mod)
[![Build Workflow](https://github.com/LolHens/mc-blockshifter/workflows/build/badge.svg)](https://github.com/LolHens/mc-blockshifter/actions?query=workflow%3Abuild)
[![Release Notes](https://img.shields.io/github/release/LolHens/mc-blockshifter.svg?maxAge=3600)](https://github.com/LolHens/mc-blockshifter/releases/latest)
[![Apache License 2.0](https://img.shields.io/github/license/LolHens/mc-blockshifter.svg?maxAge=3600)](https://www.apache.org/licenses/LICENSE-2.0)[![](https://raw.githubusercontent.com/LolHens/mc-blockshifter/master/fabric-1.16.1/src/main/resources/assets/blockshifter/icon.png)](https://www.curseforge.com/minecraft/mc-mods/blockshifter)
This mod adds rails on which you can shift multiple blocks back and forth.
Castle gates and retractable bridges are nice examples where this could be useful.## Features
- Rails which let you shift block placed between them
- Controllable by redstone
- Rails are placeable in any direction
- Moves player and other entities (allows you to build elevators)
- Movable tile entities if enabled with [Carpet](https://www.curseforge.com/minecraft/mc-mods/carpet)## Usage
Blockshifter Rails act similar to drawers. They can move blocks that stand over at the end of the rails. How much overhang is taken into account depends on how many empty blocks are on the other side. When you are experimenting with this mod you will probably pull out some blocks from the ground under the rails once or twice. You can prevent this by using obsidian.## Requirements
### [Fabric](https://fabricmc.net/)
[ Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api)[ Fabric Language Scala](https://www.curseforge.com/minecraft/mc-mods/fabric-language-scala)
### [Forge](https://files.minecraftforge.net/)
[ Minecraft Forge](https://files.minecraftforge.net/)[ Scalable Cat's Force](https://www.curseforge.com/minecraft/mc-mods/scalable-cats-force)
[ MixinBootstrap](https://www.curseforge.com/minecraft/mc-mods/mixinbootstrap) (only required on 1.15.2)
## Recipes
#### Blockshifter Rail
![Blockshifter Rail](https://raw.githubusercontent.com/LolHens/mc-blockshifter/master/screenshots/recipe_rail.png)## Screenshots
![](https://raw.githubusercontent.com/LolHens/mc-blockshifter/master/screenshots/2020-07-28_22.36.24.png)## Videos
[![](https://img.youtube.com/vi/XZF2xQxtlSY/0.jpg)](https://www.youtube.com/watch?v=XZF2xQxtlSY)## License
This project uses the Apache 2.0 License. See the file called LICENSE.