Skip to content

Commit

Permalink
Merge pull request #65 from tedo0627/pmmp4
Browse files Browse the repository at this point in the history
support pmmp4
  • Loading branch information
tedo0627 authored Jan 31, 2022
2 parents c5f666a + e48efb6 commit 6786849
Show file tree
Hide file tree
Showing 183 changed files with 4,827 additions and 8,063 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/RedstoneCircuit.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions .poggit.yml
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: ""
...
63 changes: 53 additions & 10 deletions README.md
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)
6 changes: 0 additions & 6 deletions RedstoneCircuit/plugin.yml

This file was deleted.

36 changes: 0 additions & 36 deletions RedstoneCircuit/resources/config.yml

This file was deleted.

Loading

0 comments on commit 6786849

Please sign in to comment.