-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
support pmmp4
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
--- # Poggit-CI Manifest. Open the CI at https://poggit.pmmp.io/ci/tedo0627/RedstoneCircuit_PMMP-Plugin | ||
--- # Poggit-CI Manifest. Open the CI at https://poggit.pmmp.io/ci/tedo0627/RedstoneCircuit | ||
branches: | ||
- master | ||
- pmmp4 | ||
projects: | ||
RedstoneCircuit: | ||
path: RedstoneCircuit/ | ||
path: "" | ||
... |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,55 @@ | ||
# RedstoneCircuit_PMMP-Plugin | ||
This plugin makes the redstone circuit will work. | ||
# RedstoneCircuit | ||
This is the PocketMine plugin that implements the Redstone circuit. | ||
|
||
This plugin used nukkit source. | ||
### Implemented Blocks | ||
<details> | ||
<summary> | ||
transmission | ||
</summary> | ||
<ul> | ||
<li>Redstone Comparator | ||
<li>Redstone Repeater | ||
<li>Redstone Wire | ||
</ul> | ||
</details> | ||
<details> | ||
<summary> | ||
power | ||
</summary> | ||
<ul> | ||
<li>Buttons | ||
<li>Daylight Sensor | ||
<li>Juke Box | ||
<li>Lever | ||
<li>Observer | ||
<li>Redstone Block | ||
<li>Redstone Torch | ||
<li>Pressure Plates | ||
<li>Trapped Chest | ||
<li>Tripwire | ||
<li>Tripwire Hook | ||
</ul> | ||
</details> | ||
<details> | ||
<summary> | ||
mechanism | ||
</summary> | ||
<ul> | ||
<li>Activator Rail | ||
<li>Command Block | ||
<li>Dispenser | ||
<li>Doors | ||
<li>Dragon Skull | ||
<li>Dropper | ||
<li>Fence Gates | ||
<li>Hopper | ||
<li>Note Block | ||
<li>Powered Rail | ||
<li>Redstone Lamp | ||
<li>TNT | ||
<li>Trapdoors | ||
</ul> | ||
</details> | ||
|
||
## Download | ||
[ClickHere](https://github.com/tedo0627/RedstoneCircuit_PMMP-Plugin/releases/download/1.0.1/RedstoneCircuit_v1.0.1.phar) | ||
|
||
## TODO | ||
・Rails<br> | ||
・Minecarts<br> | ||
・Events | ||
## License | ||
"Redstone Circuit" is under [GPL-3.0 License](https://github.com/tedo0627/RedstoneCircuit/blob/master/LICENSE) |
This file was deleted.
This file was deleted.