Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/extracraftx/extradoors
Adds a bunch of doors to Minecraft
https://github.com/extracraftx/extradoors
door fabricmc fabricmc-mod golden-door minecraft minecraft-mod mod
Last synced: about 1 month ago
JSON representation
Adds a bunch of doors to Minecraft
- Host: GitHub
- URL: https://github.com/extracraftx/extradoors
- Owner: ExtraCrafTX
- License: mit
- Created: 2019-07-30T18:38:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T03:11:52.000Z (about 4 years ago)
- Last Synced: 2024-11-10T21:12:20.494Z (3 months ago)
- Topics: door, fabricmc, fabricmc-mod, golden-door, minecraft, minecraft-mod, mod
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/extradoors
- Size: 293 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExtraDoors
Adds a bunch of doors to Minecraft***Requires [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api).***
### Golden Door
This door can be opened and closed by hand, but is locked in its state (can't be opened or closed) when given a redstone signal!
### Bamboo Door
This door can ONLY be opened by hand and does not respond to redstone signals.
### Glass Door
This door can be opened by hand. However, upon being powered by a redstone signal, the state of the door will toggle, i.e. if it is closed it will open, and if it is open it will close.
### Purpur Door
This door, when interacted with, will teleport the player to the opposite side of the door if the door is closed. If it is open, the door will simply close. If the door is interacted with off-axis, then it will not respond. If the teleport is unsafe, then the door will open instead. Redstone works with this door as standard.
### Trapdoors
The mod also adds trapdoors for all of the above. They function in exactly the same way as the doors.
### Other
The mod also adds glass pane versions of all the wooden doors, the iron door and the golden door. These behave the same as their non-glass counter-parts, just look different.