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

Mostly 1.8 block fixes & 1.13+ modules that don't work. #69

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
d7cd06a
Define pathblocks correctly
MarkElf Sep 21, 2019
327b414
Remove pathblocks from multiversion support
MarkElf Sep 21, 2019
2c8cf50
Enable enderpearl check + fix PitchPattern FPs
MarkElf Sep 21, 2019
243da30
Define 1.12 - 1.14 modules
MarkElf Sep 21, 2019
16ce1bf
Use added modules (1.12-1.14)
MarkElf Sep 21, 2019
451cfe2
Readd path block to multiversion support
MarkElf Sep 23, 2019
68f73bc
Set wooden pressure plates as passable
MarkElf Oct 9, 2019
ca2e736
Update BridgeMaterial.java
MarkElf Oct 9, 2019
4d7dd5b
Tell wooden pressure plates to be passable(?)
MarkElf Oct 9, 2019
5b342f2
Correctly remove grass_path
MarkElf Oct 9, 2019
e4d5db5
Correct changes made accidentally
MarkElf Oct 9, 2019
ce6cc9a
Set sweet berry bush as passable
MarkElf Oct 9, 2019
4b631d1
Fix glass panes below 1.13
MarkElf Oct 9, 2019
84364c7
glass pane = thin glass
MarkElf Oct 9, 2019
fd1d165
No space in waterlilly
MarkElf Oct 9, 2019
4738aa9
Patch AAC Jesus bypass
MarkElf Oct 11, 2019
d2fa967
Compile fix
MarkElf Oct 13, 2019
0ed6814
Update pom.xml
MarkElf Oct 13, 2019
6183025
[Fail] Allow mining wooden pressure plates (1.8)
MarkElf Oct 23, 2019
9e9d372
No mistakes, just happy accidents
MarkElf Oct 23, 2019
5cc8793
Fix wood pressure plates mining fp
MarkElf Oct 26, 2019
4d051bf
remove wood pressure plates too
MarkElf Oct 26, 2019
2cdb5d9
Undo wooden pressureplate mining speed
MarkElf Oct 27, 2019
1b53aac
Update pom.xml
MarkElf Oct 27, 2019
adca99a
Commits by hand are annoying
MarkElf Oct 27, 2019
cf0a9d9
Remove coral blocks
MarkElf Nov 1, 2019
7d5147a
Define coral
MarkElf Nov 1, 2019
ea29f3f
Define CORAL_PARTS
MarkElf Nov 1, 2019
d8bf71d
Remove dead coral from config
MarkElf Nov 1, 2019
e4aaae2
Fix standing on the side of an elevated chest
MarkElf Dec 7, 2019
c5f8a07
Update MultiClientProtocolBlockShapePatch.java
MarkElf Dec 11, 2019
538de85
Add files via upload
MarkElf Dec 11, 2019
786be3d
Add files via upload
MarkElf Dec 11, 2019
7a2c0f2
Update MCAccessBukkitBase.java
MarkElf Dec 11, 2019
b54a884
Update MCAccessCBReflect.java
MarkElf Dec 11, 2019
bcbb1d6
Update BlocksMC1_15.java
MarkElf Dec 11, 2019
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
Prev Previous commit
Next Next commit
Update pom.xml
MarkElf authored Oct 13, 2019
commit 0ed6814fb848f5aaa7487b1ff9533d1e27060ea8
8 changes: 4 additions & 4 deletions NCPCompatProtocolLib/pom.xml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.12-pre2-SNAPSHOT</version>
<version>1.14.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -36,12 +36,12 @@
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib-API</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.4.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>

<description>Features using the plugin ProtocolLib:
<description>Features using the plugin ProtocolLib:
https://dev.bukkit.org/bukkit-plugins/protocollib/</description>

<build>
@@ -56,4 +56,4 @@ https://dev.bukkit.org/bukkit-plugins/protocollib/</description>
</plugins>
</build>

</project>
</project>