1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-21 12:15:50 +00:00
Commit Graph

734 Commits

Author SHA1 Message Date
TheBusyBiscuit
53ac633927 Split up recipe classes 2021-02-05 19:53:48 +01:00
TheBusyBiscuit
7d50d0eb32 Fixes #1161 2021-02-05 18:40:41 +01:00
TheBusyBiscuit
a7e890829d Merge branch 'master' of https://github.com/Slimefun/Slimefun4.git into feature/auto-crafters 2021-02-05 14:16:47 +01:00
TheBusyBiscuit
0bf27fca15 Refactoring 2021-02-02 19:36:00 +01:00
TheBusyBiscuit
0aa5a999d4 Created abstract auto crafter framework 2021-02-02 18:57:45 +01:00
Daniel Walsh
695ba7c742
Merge pull request #2643 from Slimefun/chore/has-unlocked 2021-02-02 17:30:45 +00:00
TheBusyBiscuit
a80269b7d9 [CI skip] Formatting 2021-01-29 12:19:40 +01:00
Daniel Walsh
23efc9b6f0
REEE Im not having a good day 2021-01-26 13:01:07 +00:00
Daniel Walsh
f923612388
oops 2021-01-26 12:58:14 +00:00
Daniel Walsh
03cce6265d
Make it return an immutable map 2021-01-26 12:55:03 +00:00
Daniel Walsh
986eb38e81
Whoops forgot to change this one 2021-01-26 07:47:41 +00:00
Daniel Walsh
d0e0aa3c65
getStorage -> getRawStorage 2021-01-26 07:44:04 +00:00
Daniel Walsh
fd40737682
Oops 2021-01-26 07:40:37 +00:00
Daniel Walsh
6c7b8fd9da
Add a way to retrieve the raw storage 2021-01-26 07:30:42 +00:00
TheBusyBiscuit
2085d9eeba [CI skip] Updated changelog 2021-01-26 00:56:03 +01:00
TheBusyBiscuit
36fe08a349
Merge pull request #2765 from StarWishsama/2761
Fixes #2761 probably
2021-01-25 16:36:49 +01:00
Name1ess
8d844254c2
fix: register recipes when speed is not 0 2021-01-25 12:15:18 +08:00
Keaton
76a0ea1fdc
Check inv maxStackSize
As mentioned in CS-CoreLib2's #141 and #142 PR's, previous iterations of Slimefun AContainers would not consider the underlying Inventory's max stack size when determining sizing or pushing items. This commit changes DirtyChestMenus to act similarly by storing a variable defined as the lower of the Inventory's max stack size and the ItemStack's max stack size in a slot.
2021-01-22 13:40:01 -06:00
TheBusyBiscuit
f36532550b [CI skip] Added a few more unit tests 2021-01-22 12:31:18 +01:00
TheBusyBiscuit
d8aaf00635
Merge pull request #2715 from Slimefun/experimental/remove-cscorelib
Experimental: Slimefun but without CS-CoreLib
2021-01-21 15:58:38 +01:00
TheBusyBiscuit
5d4e22c4b5 Merge branch 'master' of https://github.com/Slimefun/Slimefun4.git into
chore/has-unlocked

Conflicts:
	src/main/java/io/github/thebusybiscuit/slimefun4/core/categories/LockedCategory.java
	src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/BookSlimefunGuide.java
	src/main/java/io/github/thebusybiscuit/slimefun4/implementation/guide/ChestSlimefunGuide.java
	src/main/java/io/github/thebusybiscuit/slimefun4/implementation/listeners/BlockListener.java
	src/main/java/io/github/thebusybiscuit/slimefun4/implementation/tasks/TickerTask.java
	src/main/java/me/mrCookieSlime/Slimefun/api/Slimefun.java
2021-01-14 12:25:37 +01:00
TheBusyBiscuit
7826b2359a Finished fix for #2636 and fixed a threading issue with BlockStates 2021-01-14 11:58:52 +01:00
TheBusyBiscuit
6e27ea0ca1 [CI skip] Fixed javadocs 2021-01-13 13:48:56 +01:00
TheBusyBiscuit
faa3219add Added an additional item warning for illegal stack sizes 2021-01-13 13:15:05 +01:00
TheBusyBiscuit
b0f5768443 [CI skip] Removed a deprecated method 2021-01-13 12:46:16 +01:00
TheBusyBiscuit
69df04f128 Remove as much old stuff as possible 2021-01-13 11:58:54 +01:00
TheBusyBiscuit
f602c6c575 Slimefun but without cs-corelib 2021-01-13 02:51:05 +01:00
TheBusyBiscuit
4b6610d0b7 [CI skip] Finalized guide refactoring 2021-01-11 10:30:50 +01:00
TheBusyBiscuit
93dc77b188 [CI skip] Fixed javadocs 2021-01-11 02:14:49 +01:00
TheBusyBiscuit
f3ed8c0451 [CI skip] Refactoring 2021-01-10 16:21:15 +01:00
TheBusyBiscuit
22b5421118 Fixed /sf timings --verbose not working correctly (+refactoring) 2021-01-10 13:38:07 +01:00
TheBusyBiscuit
75b72eb630 Removed deprecated stuff 2021-01-06 16:26:40 +01:00
TheBusyBiscuit
bd06d0daec Wrong import 2020-12-22 15:58:18 +01:00
TheBusyBiscuit
b00afa4790 Refactoring 2020-12-22 15:47:58 +01:00
TheBusyBiscuit
f755e943c4 [CI skip] Refactoring and code cleanup 2020-12-17 18:30:51 +01:00
TheBusyBiscuit
282367d6ff [CI skip] Removed an old version of bStats 2020-12-03 15:51:17 +01:00
TheBusyBiscuit
e717b77ddc [CI skip] Might as well push this today 2020-12-03 15:28:58 +01:00
TheBusyBiscuit
ac7bb44d98 Fixes #2585 2020-12-01 11:46:59 +01:00
TheBusyBiscuit
1d4cb85cb1 Fixes #2576 2020-11-30 17:03:17 +01:00
TheBusyBiscuit
d0e7e21877 Performance and memory improvements 2020-11-25 14:27:46 +01:00
TheBusyBiscuit
497359568e [Ci skip] Refactoring and documentation 2020-11-22 14:06:06 +01:00
TheBusyBiscuit
5bf3e38bae Fixed Armor Stands getting damaged/pushed by Explosive Bow 2020-11-20 13:39:25 +01:00
TheBusyBiscuit
7e657c9810 A ton of performance improvements 2020-11-19 17:42:10 +01:00
TheBusyBiscuit
4d00ffc9af Merge branch 'master' of https://github.com/Slimefun/Slimefun4.git into code-quality/abstract-classes 2020-11-05 00:08:04 +01:00
TheBusyBiscuit
f8306f0693 Small addition 2020-11-05 00:07:37 +01:00
TheBusyBiscuit
1c5f2f650b Some refactoring and small fixes 2020-11-02 15:10:56 +01:00
TheBusyBiscuit
24e344e219 Fixed compatibility 2020-10-30 19:58:31 +01:00
TheBusyBiscuit
a3fb6c044b Fixed logging 2020-10-30 19:54:34 +01:00
TheBusyBiscuit
08d1def90c Fixed a small mistake 2020-10-30 19:50:05 +01:00
TheBusyBiscuit
f197e26a9c Did not mean to make this final yet 2020-10-30 19:42:58 +01:00