1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
Commit Graph

1696 Commits

Author SHA1 Message Date
TheBusyBiscuit
005fbbdd13 Minor changes and optimizations 2019-10-13 19:05:04 +02:00
Daniel Walsh
d2e1dabf47 okie 2019-10-13 17:45:54 +01:00
TheBusyBiscuit
3239616f50 Hotfix 2 2019-10-13 18:44:59 +02:00
Daniel Walsh
8b4d927753 Fix NPE 2019-10-13 17:33:58 +01:00
Daniel Walsh
22a9f8955a Improve and also order console output 2019-10-13 17:32:42 +01:00
TheBusyBiscuit
a1e55d0d92 Hotfix 2019-10-13 18:26:18 +02:00
TheBusyBiscuit
2fc05354a0 Some more optimizations 2019-10-13 18:14:25 +02:00
Daniel Walsh
5c5214beba Fix 2 2019-10-13 17:06:45 +01:00
TheBusyBiscuit
e0d1a71453 Merge branch 'master' of https://github.com/TheBusyBiscuit/Slimefun4 2019-10-13 16:37:28 +02:00
TheBusyBiscuit
819a59d3a4 [CI skip] Micro-optimizations 2019-10-13 16:37:13 +02:00
Daniel Walsh
c17d4f5afc fix dat 2019-10-13 15:25:57 +01:00
TheBusyBiscuit
a2fe40cfe1
Merge pull request #1174 from WalshyDev/async-player-profile-fetch
Implement PlayerProfile async fetch
2019-10-13 15:57:02 +02:00
TheBusyBiscuit
b76a7a3e24
[CI skip] Merge pull request #1175 from AlexLander123/fixes
Fixed NullPointerException when using Pickaxe of the Seeker
2019-10-13 15:56:24 +02:00
AlexLander123
b95b3d2bf4 Logic Correction for PickaxeOfTheSeeker 2019-10-13 21:01:15 +08:00
Daniel Walsh
7c46affc9a Order timings 2019-10-13 13:42:07 +01:00
AlexLander123
d2581c625d Performance improvement
Changed distance() to distanceSquared()
2019-10-13 19:36:02 +08:00
TheBusyBiscuit
d3b3fd15bd Very small performance optimizations 2019-10-13 13:24:14 +02:00
Daniel Walsh
c128ba872d *yawn* 2019-10-13 12:15:45 +01:00
AlexLander123
75d568c2dd Fixed NullPointerException
Fixed NullPointerException when using Pickaxe of the Seeker
2019-10-13 16:39:01 +08:00
Daniel Walsh
694d36afa6 General improvements and fixes 2019-10-11 23:56:51 +01:00
Daniel Walsh
6b62a45ffa Added opening messages to locale 2019-10-11 23:11:02 +01:00
TheBusyBiscuit
f62bdf92c0 [CI skip] Little optimization 2019-10-12 00:05:44 +02:00
TheBusyBiscuit
1c7639717e Added /sf search 2019-10-11 23:54:20 +02:00
Daniel Walsh
8cb37a1850 Implement PlayerProfile async fetch 2019-10-11 22:48:46 +01:00
TheBusyBiscuit
6819b2de7b
Merge pull request #1173 from AlexLander123/fixes
Allow BlockPlacer to place blocks while retaining certain data
2019-10-09 20:22:10 +02:00
AlexLander123
5d107de6ac Readded hasItemMeta() check 2019-10-10 00:14:02 +08:00
AlexLander123
8b8486a2e7 Clarification of code 2019-10-09 22:47:33 +08:00
AlexLander123
691256cefe Added hasDisplayName check 2019-10-09 22:06:31 +08:00
AlexLander123
8cc822429d Allow BlockPlacer to place blocks while retaining certain data
BlockPlacer will set block's name and inventory according to its itemstack.
2019-10-09 21:49:02 +08:00
TheBusyBiscuit
1d509cf52d Added a Recipe for the Totem of Undying (+ Altered Elytra Scale Recipe) 2019-10-07 20:24:07 +02:00
TheBusyBiscuit
0b4f07ac44 Fixes #1171 2019-10-07 19:24:52 +02:00
TheBusyBiscuit
fb636b0d2a
[CI skip] Merge pull request #1169 from J3fftw1/J3fftw1-patch-6
Update SlimefunItems.java
2019-10-07 18:01:00 +02:00
J3fftw1
ca6dac8862
Update SlimefunItems.java 2019-10-07 17:55:21 +02:00
TheBusyBiscuit
e7ed2b6b72 Moved more Items to the new system 2019-10-07 16:09:45 +02:00
TheBusyBiscuit
04d114cd44
Merge pull request #1167 from J3fftw1/master
Added lightning rune to research and gave it its own research
2019-10-07 15:39:35 +02:00
J3fftw1
18846ba0f0
Update ResearchSetup.java 2019-10-07 13:35:27 +02:00
J3fftw1
bea1b4ead6
Update ResearchSetup.java 2019-10-07 08:15:58 +02:00
J3fftw1
3beaf5c99d
Update ResearchSetup.java 2019-10-07 07:59:16 +02:00
TheBusyBiscuit
2044a4e489 Removed debug message 2019-10-06 19:33:34 +02:00
TheBusyBiscuit
0aa989c9fb More performance improvements 2019-10-06 19:32:55 +02:00
TheBusyBiscuit
58889c46d0 Fixes #1162 (also more performance improvements) 2019-10-06 17:04:34 +02:00
TheBusyBiscuit
64bd72a695 Some minor refactoring, also added 2 new recipes to the Crucible 2019-10-06 14:32:06 +02:00
TheBusyBiscuit
3540faa65c More performance improvements 2019-10-06 13:31:57 +02:00
TheBusyBiscuit
dc12ac6e6f Migrated more items to the new system 2019-10-06 00:11:42 +02:00
TheBusyBiscuit
065c9e8f21 Reduced technical debt + Improved Guide Performance 2019-10-05 23:49:25 +02:00
TheBusyBiscuit
da7eff0d87 Added support for all wooden fences in Multiblock structures 2019-10-05 23:49:11 +02:00
TheBusyBiscuit
7800058ed1 Fixes #1157 (Also updated to CS-CoreLib2 v0.6.1) 2019-10-05 22:16:55 +02:00
TheBusyBiscuit
03633fc173
Merge pull request #1160 from TheBusyBiscuit/performance
Improved Performance for Slimefun Armor
2019-10-05 22:06:19 +02:00
TheBusyBiscuit
c0142a6f30 Walshy is a god 2019-10-05 22:02:11 +02:00
TheBusyBiscuit
12efdbd510 Minor sanity changes 2019-10-05 21:51:18 +02:00