Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support pmmp4 #65

Merged
merged 52 commits into from
Jan 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
ac1b4d5
reset
tedo0627 Dec 28, 2021
0deb1b5
added RedstoneWire and RedstoneBlock
tedo0627 Dec 28, 2021
0e9f330
Fix no sound when RedstoneWire was placed.
tedo0627 Dec 29, 2021
5572f54
Add RedstoneLamp
tedo0627 Dec 29, 2021
168b5eb
Fix the signal that didn't turn
tedo0627 Dec 29, 2021
b34ed60
Add lever
tedo0627 Dec 29, 2021
3a87303
Add repeater
tedo0627 Dec 30, 2021
1bd6106
Add delay to lamp
tedo0627 Dec 30, 2021
8e0fe11
Add comparator
tedo0627 Dec 30, 2021
ac74dae
Fix update direction at comparator
tedo0627 Dec 31, 2021
f167e74
Fix diode power didn't transmit normal block
tedo0627 Dec 31, 2021
1a702bc
Fix redstone wire power don't have strong power
tedo0627 Dec 31, 2021
1ee986d
Fix didn't update when break diode
tedo0627 Dec 31, 2021
1e7767c
Fix didn't update repeater when place it
tedo0627 Dec 31, 2021
93de8e4
Add redstone torch
tedo0627 Dec 31, 2021
4e0c6dc
Fix transmit wire strong power to wire behind normal block
tedo0627 Jan 1, 2022
a740343
Fix that redstone torch above the block transmitting power down
tedo0627 Jan 1, 2022
f477495
Add button
tedo0627 Jan 1, 2022
c0cd585
Add pressure plate
tedo0627 Jan 2, 2022
33a1543
Support door
tedo0627 Jan 2, 2022
8fef1d0
Support trapdoor
tedo0627 Jan 3, 2022
528233f
Fix not set powered when place door
tedo0627 Jan 3, 2022
50022fc
add note block
tedo0627 Jan 3, 2022
b0de8df
add fence gate
tedo0627 Jan 3, 2022
04e3829
add tnt
tedo0627 Jan 3, 2022
e2d8044
Add skull
tedo0627 Jan 3, 2022
5c255b6
Update poggit.yml
tedo0627 Jan 5, 2022
948e3e7
Add trapped chest
tedo0627 Jan 6, 2022
2ebd5f4
Fix comparator link face
tedo0627 Jan 6, 2022
0221775
Add dropper
tedo0627 Jan 7, 2022
cd41a2f
Add dispenser
tedo0627 Jan 15, 2022
c520a2b
Add juke box
tedo0627 Jan 15, 2022
fd87ad5
Add observer
tedo0627 Jan 17, 2022
0e58725
item move container from dropper
tedo0627 Jan 17, 2022
1460086
Add tripwire hook
tedo0627 Jan 19, 2022
aff887a
Change register redstone item
tedo0627 Jan 19, 2022
c1b6b98
Add daylight sensor
tedo0627 Jan 20, 2022
ecf90c3
Add command block
tedo0627 Jan 25, 2022
c482abd
Add hopper
tedo0627 Jan 27, 2022
4cc8d07
Summarize the functions of the command block
tedo0627 Jan 27, 2022
fc176ea
Change the property name from lastExecution to tick
tedo0627 Jan 27, 2022
a30b5bf
The hopper is compatible with a furnace and a jukebox.
tedo0627 Jan 27, 2022
3f98d75
Hoppers are now picking up item entities.
tedo0627 Jan 27, 2022
3af1cdb
Add activator rail and powered rail
tedo0627 Jan 28, 2022
5c83c4a
Update README.md
tedo0627 Jan 28, 2022
52c5bfa
select the blocks to load in config.
tedo0627 Jan 29, 2022
7f9b9bf
Remove superfluous arguments
tedo0627 Jan 29, 2022
9527713
slab and stairs signal is no longer being transmitted.
tedo0627 Jan 29, 2022
50e6bd2
Fix not updating when items are placed in the large chest.
tedo0627 Jan 30, 2022
c437a49
Remove superfluous scheduled update
tedo0627 Jan 30, 2022
5100adb
Fix suckItem() not being called.
tedo0627 Jan 30, 2022
e48efb6
Fix repeater behavior
tedo0627 Jan 30, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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