1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 19:55:48 +00:00
Commit Graph

8156 Commits

Author SHA1 Message Date
SoSeDiK
4e7f6bfa47 Replace deprecated code 2019-03-27 22:41:29 +02:00
SoSeDiK
eeb51fde41 Don't reset guide history when using cheat mode 2019-03-27 22:38:53 +02:00
SoSeDiK
81e18514ef Use ExoticGarden format for drinks 2019-03-27 22:31:48 +02:00
TheBusyBiscuit
7a0a98bb6d
Merge pull request #863 from SoSeDiK/furnace
Update FurnaceListener.java
2019-03-27 21:21:00 +01:00
SoSeDiK
75cbff530c Replaced spaces with tabs 2019-03-27 22:18:59 +02:00
SoSeDiK
c8965e120f Replaced deprecated code parts 2019-03-27 22:10:19 +02:00
SoSeDiK
9e9e36e5c2 Replaced Durability with Damageable meta 2019-03-27 22:09:04 +02:00
TheBusyBiscuit
4fad8aa82c
Merge pull request #864 from SoSeDiK/sneaking
Prevent opening inventory while sneaking with an item
2019-03-27 21:08:52 +01:00
TheBusyBiscuit
b7f3d025a7
Merge pull request #865 from SoSeDiK/researching
Optimized researching progress
2019-03-27 21:07:05 +01:00
SoSeDiK
3c385770e1 Optimized researching progress 2019-03-27 21:38:30 +02:00
SoSeDiK
80642eeed1 Replaced deprecated enchantments code 2019-03-27 21:34:20 +02:00
SoSeDiK
76d00f9a34 Optimized error logging 2019-03-27 21:31:51 +02:00
SoSeDiK
bb35ab3d82 Remove juice one tick faster 2019-03-27 21:07:33 +02:00
SoSeDiK
5915e0dff4 Prevent opening inventory while sneaking with an item
Vanilla behaviour.
2019-03-27 21:07:13 +02:00
SoSeDiK
fbf01b1c39 Update FurnaceListener.java 2019-03-27 20:58:47 +02:00
SoSeDiK
2337004c17 Update FurnaceListener.java 2019-03-27 20:51:23 +02:00
SoSeDiK
da16fee28b Update FurnaceListener.java 2019-03-27 20:45:45 +02:00
SoSeDiK
38bcb6b731 Update FurnaceListener.java 2019-03-27 20:25:50 +02:00
TheBusyBiscuit
02ee0f1ce4
Merge pull request #859 from SoSeDiK/androids
Androids
2019-03-27 16:55:28 +01:00
TheBusyBiscuit
8c2746e775
Merge pull request #860 from SoSeDiK/spawners
Spawners
2019-03-27 16:40:44 +01:00
TheBusyBiscuit
3d3d6ab554
Merge pull request #858 from SoSeDiK/cp
Updated CoreProtect API
2019-03-27 16:37:13 +01:00
TheBusyBiscuit
8b2f286ee4
Merge pull request #857 from SoSeDiK/we
Updated WorldEdit API
2019-03-27 16:33:16 +01:00
SoSeDiK
0561cf9e05 Optimized code 2019-03-26 22:56:40 +02:00
SoSeDiK
cb9f1b40f7 Fixed Block Place & Break Handlers not being fired for blocks
Needed for blocks like REPAIRED_SPAWNER whick can't be written using "SlimefunItem.blockhandler".
2019-03-26 22:52:27 +02:00
SoSeDiK
ad462d1b50 Added BlockBreakHandler for REPAIRED_SPAWNER 2019-03-26 22:51:04 +02:00
SoSeDiK
00019ef5ce Update ProgrammableAndroid.java 2019-03-26 22:32:25 +02:00
SoSeDiK
63ec77fcbc Fixed Androids movement
Fixed moving forward actually being backwards (texture bug?)
2019-03-26 22:26:27 +02:00
SoSeDiK
d85a51ed87 Allow Androids movement in CAVE_AIR 2019-03-26 22:24:50 +02:00
SoSeDiK
c4b096434c Updated CoreProtect API 2019-03-26 22:17:33 +02:00
SoSeDiK
99ad2d4ddf Updated WorldEdit API 2019-03-26 22:03:43 +02:00
TheBusyBiscuit
3619c4bc9e
Update pom.xml 2019-03-22 10:18:32 +01:00
TheBusyBiscuit
6bbb19cf28
Merge pull request #851 from SoSeDiK/tests
Added a missing tab complete
2019-02-24 10:07:56 +01:00
SoSeDiK
f5670dddf1 Added a missing tab complete
& Replaced deprecated method in SlimefunCommand
2019-02-24 02:10:04 +02:00
TheBusyBiscuit
8908b411bb
Update pom.xml 2019-02-23 23:17:36 +01:00
TheBusyBiscuit
2907165070
Update pom.xml 2019-02-23 23:09:34 +01:00
TheBusyBiscuit
e67f19b552
Merge pull request #850 from SoSeDiK/tests
Updated methods for skull rotation & better water handling
2019-02-23 22:41:35 +01:00
SoSeDiK
ef868eae31 Removed unused imports 2019-02-23 23:14:01 +02:00
SoSeDiK
0728523ab7 Keep Waterlogged BlockData
Glass panes now keep their Waterlogged BlockData
2019-02-23 22:59:12 +02:00
SoSeDiK
ad2ebaddc9 Fix for #825
Fixed the issue #825
2019-02-23 22:45:06 +02:00
SoSeDiK
fab821742d Updated deprecated code parts
Also replaced spaces with tabs.
2019-02-23 22:21:03 +02:00
SoSeDiK
c762dc8461 Updated skull rotation handling
Replaced deprecated methods.
Changed Ageable import.
Androids can be placed in any rotation from the beginning now.
2019-02-23 22:05:30 +02:00
TheBusyBiscuit
02674e2463
Merge pull request #841 from PrzemoVi/master
Fixed particles, some bugs.
2019-02-20 12:55:47 +01:00
TheBusyBiscuit
89a8b6b528
Update pom.xml 2019-02-20 12:50:14 +01:00
TheBusyBiscuit
02613cd577
Merge pull request #837 from TSEngineer/master
Fix org.bukkit.Color is not imported
2019-02-20 12:46:03 +01:00
TheBusyBiscuit
b99a75f7a7 Removed Apache Lang 2019-02-20 12:20:44 +01:00
TheBusyBiscuit
090bf2232c
Update pom.xml 2019-02-17 11:24:27 +01:00
TheBusyBiscuit
42f3dddc1a
Test? 2019-02-17 11:23:50 +01:00
TheBusyBiscuit
2be0b5094e
Update pom.xml 2019-02-17 11:20:40 +01:00
PrzemoVi
5c29f9c8d4
Merge branch 'master' into master 2019-02-08 18:05:48 +01:00
Steve
a91b6253aa
Import Color 2019-02-03 12:45:26 +03:00