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

3815 Commits

Author SHA1 Message Date
IAmSorry
54309e1f56
Change visibility to protected 7 2021-04-19 17:14:20 +02:00
IAmSorry
96715da55a
Change visibility to protected 6 2021-04-19 17:13:14 +02:00
IAmSorry
6de81be703
Change visibility to protected 5 2021-04-19 17:11:20 +02:00
IAmSorry
7efd07da10
Change visibility to protected 4 2021-04-19 17:08:56 +02:00
IAmSorry
c28ad40cf7
Change visibility to protected 3 2021-04-19 17:07:08 +02:00
IAmSorry
a222ec14dc
Changing the visibility to protected 2 2021-04-19 17:03:58 +02:00
IAmSorry
c574065470
Change visibility to protected 2021-04-19 17:02:19 +02:00
TheBusyBiscuit
dcc5648c8f Merge branch 'master' of https://github.com/Slimefun/Slimefun4.git 2021-04-19 10:36:43 +02:00
Varian Anora
afc47f095c
Fix energy consumption on Auto Disenchanter II
Co-authored-by: Daniel Walsh <walshydev@gmail.com>
2021-04-18 20:55:21 +07:00
Varian Anora
4a949de996
Fix energy consumption on Auto Enchanter II
Co-authored-by: Daniel Walsh <walshydev@gmail.com>
2021-04-18 20:55:07 +07:00
Varian Anora
37d7772f02 Add tier II machines to Auto Enchanter and Auto Disenchanter
Auto Enchanter II
Speed 3x
Power: 48J/s

| A | B | A |
| C | D | C |
| E | F | E |

A = Reinforced Plate
B = Big Capasitor
C = Blistering Ingot (100%)
D = Auto Enchanter
E = Wither Proof Obsidian
F = Synthetic Diamond

Auto Disenchanter II
Speed: 3x
Power: 48J/s

| A | B | A |
| C | D | C |
| E | E | E |

A = Reinforced Plate
B = Anvil
C = Carbonado
D = Auto Enchanter II
E = Wither Proof Obsidian
2021-04-18 20:04:43 +07:00
TheBusyBiscuit
e59a5926c4 Code cleanup 2021-04-18 10:35:39 +02:00
TheBusyBiscuit
b20353557f Photovoltaic Cells can no longer be placed 2021-04-18 10:11:32 +02:00
Varian Anora
473c58d720 Update GrindStone.java 2021-04-18 12:12:30 +07:00
Martin Brom
1c820196ef Add Block of Coal -> Carbon recipe to the CarbonPress and Compressor 2021-04-17 14:41:24 +02:00
TheBusyBiscuit
f91481db1c Merge branch 'master' of https://github.com/Slimefun/Slimefun4.git
Conflicts:
	CHANGELOG.md
2021-04-17 09:51:24 +02:00
Daniel Walsh
bf22f40f99
Oops forgot one validate 2021-04-17 08:39:56 +01:00
TheBusyBiscuit
d2e17af2a1 Removed SlimefunBlockHandler 2021-04-16 15:05:39 +02:00
TheBusyBiscuit
aa85388480 Renamed Solar Panel to Photovoltaic Cell 2021-04-16 14:55:49 +02:00
TheBusyBiscuit
cb3e9dfbeb [CI skip] Refactoring 2021-04-16 14:50:06 +02:00
Daniel Walsh
448d6ca565
Fix nullability - not sure why this wasnt flagged... 2021-04-15 12:23:02 +01:00
Daniel Walsh
38a2246561
Fixes #2942 2021-04-14 12:15:55 +01:00
TheBusyBiscuit
53471f1177 [CI skip] Refactoring 2021-04-10 21:03:03 +02:00
TheBusyBiscuit
485dec746b
Merge pull request #2951 from Slimefun/api/auto-enchant-event
AutoEnchantEvent
2021-04-10 19:12:03 +02:00
Daniel Walsh
c8bf364e8f
no idea what you mean :eyes 2021-04-10 16:28:46 +01:00
TheBusyBiscuit
8be5673b7f
Merge pull request #2950 from md5sha256/feature/optimized-cargo
Optimizations to cargo
2021-04-10 17:20:21 +02:00
Daniel Walsh
20855c6977
AutoEnchantEvent 2021-04-10 15:36:47 +01:00
Andrew Wong
270b907582
Update src/main/java/io/github/thebusybiscuit/slimefun4/core/networks/cargo/CargoNet.java
Co-authored-by: Daniel Walsh <walshydev@gmail.com>
2021-04-10 16:30:47 +02:00
Daniel Walsh
2e682c185d
Merge pull request #2929 from RobotHanzo/fix/unbreaking-misbehaviour 2021-04-10 13:51:02 +01:00
Daniel Walsh
63e3f553ca
Update src/main/java/io/github/thebusybiscuit/slimefun4/core/networks/cargo/CargoNet.java 2021-04-10 13:40:28 +01:00
TheBusyBiscuit
44abfe7ea5 Merge branch 'master' of https://github.com/Slimefun/Slimefun4.git into
api/machine-operations

Conflicts:
	src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/geo/GEOMiner.java
	src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AContainer.java
	src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/abstractItems/AGenerator.java
2021-04-09 20:33:14 +02:00
TheBusyBiscuit
b4b0636cd7 Added magma cream/block to slime ball/block recipes to Freezer 2021-04-09 19:06:19 +02:00
TheBusyBiscuit
2ef332a003 Lowered "Magma block -> Sulfate" recipe to only require 1 magma block 2021-04-09 18:54:16 +02:00
TheBusyBiscuit
dbda4d0b23 Added a deprecation warning to the SlimefunBlockHandler
Also converted the remaining machines to the new system
2021-04-09 18:30:27 +02:00
Andrew Wong
debbc5bd17
Code format fixes, use an ArrayDeqeue in CargoNet#distributeItems 2021-04-09 14:20:23 +02:00
Andrew Wong
6c0c95c138
Fix star import 2021-04-09 00:19:41 +02:00
Andrew Wong
bccb2f38d5
Optimizations to cargo
This commit introduces two optimizations to cargo handling:

- Utilization of regex to validate integers in CargoNet#getFrequency,
- Smart shallow-cloning in CargoNetworkTask: using an ArrayList when round-robin is disabled
2021-04-08 23:46:43 +02:00
TheBusyBiscuit
e1f0e0cd6c Converted more machines to the new BlockBreakHandler 2021-04-08 13:34:18 +02:00
TheBusyBiscuit
e52b1a92c7 Fixes #2944 2021-04-07 16:34:39 +02:00
TheBusyBiscuit
96f657f6e7 Small performance improvements 2021-04-05 13:16:31 +02:00
TheBusyBiscuit
bbd41ff70c [CI skip] Fixed 24k carat gold ingot 2021-04-03 19:42:14 +02:00
TheBusyBiscuit
1955d1235b [CI skip] Refactoring 2021-04-03 19:40:54 +02:00
TheBusyBiscuit
89b8b76fce [CI skip] Refactoring... I said 2021-04-03 15:20:45 +02:00
TheBusyBiscuit
cb05563014 [CI skip] Refactoring
+ Removed unused class
2021-04-03 15:20:08 +02:00
TheBusyBiscuit
18139bb5c4 Fixed Grappling Hook vanishing in creative mode 2021-04-03 14:08:21 +02:00
TheBusyBiscuit
5e87df873c Fixes #2926 2021-04-03 14:01:48 +02:00
RobotHanzo
dcf411032e Fixes 2021-04-03 19:25:22 +08:00
RobotHanzo
d428375132
Update src/main/java/io/github/thebusybiscuit/slimefun4/utils/UnbreakingAlgorithm.java
Co-authored-by: TheBusyBiscuit <TheBusyBiscuit@users.noreply.github.com>
2021-04-03 19:21:52 +08:00
RobotHanzo
a268088d59 Even more advanced enum 2021-04-03 19:13:12 +08:00
RobotHanzo
c56713ed7d Now using enum 2021-04-03 16:07:41 +08:00
RobotHanzo
11fded46db Overridable durability RNG 2021-04-02 22:16:25 +08:00
RobotHanzo
f9201b648a Unused imp. 2021-04-02 21:48:44 +08:00
RobotHanzo
53b38e51be
Fix mistakes 2021-04-02 21:11:42 +08:00
RobotHanzo
a000c92d93 Null checks 2021-04-02 20:50:28 +08:00
RobotHanzo
1bc51f4d80 Fixes #2837 2021-04-02 17:40:00 +08:00
TheBusyBiscuit
ee8d421189 Ancient Pedestals can now be found under "Magical Gadgets" 2021-03-31 19:13:21 +02:00
TheBusyBiscuit
ca3715a0dc Added Crafting Motor (crafting ingredient for Auto-Crafters)
Also retextured the Cargo Motor
2021-03-31 19:02:34 +02:00
TheBusyBiscuit
816cc0613b Added "Slimeballs -> Slime Block" recipe to Electric Press 2021-03-31 18:31:59 +02:00
TheBusyBiscuit
61f0fa5d0d Merge branch 'master' of https://github.com/Slimefun/Slimefun4.git 2021-03-31 18:30:04 +02:00
TheBusyBiscuit
32c60ad5ac [CI skip] Refactoring 2021-03-31 18:29:43 +02:00
TheBusyBiscuit
0ee724e1e5
Merge pull request #2919 from GallowsDove/master
Fixed damageable items not respecting `unbreakable` tag
2021-03-31 17:20:50 +02:00
J3fftw
567b5397cf
Update src/main/resources/languages/messages_en.yml
Co-authored-by: TheBusyBiscuit <TheBusyBiscuit@users.noreply.github.com>
2021-03-31 15:36:19 +02:00
Jeffrey Kosse
5649f95174 Added a new message to multiblocks to see if inventory is empty 2021-03-31 14:37:24 +02:00
GallowsDove
ae7c22703e
requested changes 2021-03-29 20:39:55 +02:00
GallowsDove
062adb4cb7
Hopefully improved code 2021-03-28 22:49:45 +02:00
GallowsDove
7536f01145
Added unbreakable support for damageable items 2021-03-28 22:33:04 +02:00
TheBusyBiscuit
82366191b0
Merge pull request #2916 from Slimefun/fix/issue-2650
Fixed 2650
2021-03-28 15:03:58 +02:00
Daniel Walsh
526c2cc76c
Update src/main/resources/languages/researches_en.yml 2021-03-28 13:56:50 +01:00
Sfiguz7
7d92fe45b6 Gitlost I'm coming 2021-03-28 14:54:54 +02:00
Sfiguz7
25fd2120dc FUCK YOU 2021-03-28 14:53:15 +02:00
Sfiguz7
07c0e88bec Fuck the research_en file 2021-03-28 14:50:14 +02:00
TheBusyBiscuit
fb8c2ede7f
Merge branch 'master' into fix/issue-2650 2021-03-28 14:47:47 +02:00
Sfiguz7
78d1a8b21a More merge conflicts 2021-03-28 14:45:03 +02:00
Sfiguz7
7ee4b98745 Resolved merge conflicts 2021-03-28 14:43:57 +02:00
Daniel Walsh
ec37fb142a
Requested changes 2021-03-28 13:26:57 +01:00
TheBusyBiscuit
9e2867870f Added missing recipe 2021-03-28 14:22:19 +02:00
TheBusyBiscuit
95a2d9e385 Fixed Multimeter not working on Auto-Crafters 2021-03-28 14:18:43 +02:00
TheBusyBiscuit
2cf3ede10b Fixed some concurrency issues 2021-03-28 11:44:47 +02:00
Daniel Walsh
5283f02903
Fixes #2650 2021-03-28 03:16:50 +01:00
TheBusyBiscuit
0dc1ac3894 Added Produce Collector to automate Milk and Mushroom Stew
Also fixed Auto Crafters not handling milk buckets properly
And allowed Block Placers to place down cakes
2021-03-28 01:40:19 +01:00
Daniel Walsh
cb2052ec93
Fixes #2914 2021-03-27 22:52:14 +00:00
TheBusyBiscuit
b64be98274 Added Unit Tests for disabling recipes 2021-03-27 22:34:23 +01:00
TheBusyBiscuit
fd16306b61 Auto-Crafters can now be turned on and off via the gui 2021-03-27 22:26:15 +01:00
TheBusyBiscuit
235d3f4d57 Added Auto-Crafter for the Armor Forge 2021-03-27 18:58:31 +01:00
TheBusyBiscuit
70db23bdc5 Fixes #2913 2021-03-27 18:36:30 +01:00
Daniel Walsh
f7352895ae
Merge pull request #2909 from RobotHanzo/master
Fixes #2903
2021-03-27 17:14:40 +00:00
RobotHanzo
a7ee828209
Update src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/blocks/Crucible.java
Co-authored-by: TheBusyBiscuit <TheBusyBiscuit@users.noreply.github.com>
2021-03-28 00:47:20 +08:00
TheBusyBiscuit
6eb5235cf7 Automated Crafting Chamber is now disabled. 2021-03-27 11:55:00 +01:00
TheBusyBiscuit
090a0f7791 Merge branch 'chore/cleanup-deprecated-crafter' 2021-03-27 11:52:54 +01:00
TheBusyBiscuit
ba984728e7 Added "Netherite Ingot -> Netherite Block" recipe to Electric Press 2021-03-26 20:58:22 +01:00
TheBusyBiscuit
dba628f99c [CI skip] Small performance optimization 2021-03-26 20:56:15 +01:00
RobotHanzo
50aaa08ccc
Update Crucible.java 2021-03-27 00:36:20 +08:00
RobotHanzo
af4d3a180e Fixes #2903 2021-03-26 21:43:21 +08:00
Sfiguz7
5b5a2452a6 Small research cost balancing 2021-03-25 21:21:46 +01:00
Sfiguz7
b515fdbf1b Filled researches.en, added capitalisation 2021-03-25 21:19:28 +01:00
Sfiguz7
12422a9da4 Misc research too 2021-03-25 21:08:35 +01:00
Sfiguz7
59c3f676e5 Added 2 missing researches 2021-03-25 20:57:28 +01:00
TheBusyBiscuit
f4bded9491 Added "Smart-Filling" mode to Cargo Input Nodes 2021-03-25 18:39:07 +01:00
TheBusyBiscuit
cc421e7e33 Fixes #2906 2021-03-25 13:59:57 +01:00
TheBusyBiscuit
4e719dacc3 [CI skip] Fixed javadocs 2021-03-24 23:17:08 +01:00
TheBusyBiscuit
2535295455 Auto Crafters now work on Barrels, Trapped Chests and Shulker boxes 2021-03-24 23:16:07 +01:00
TheBusyBiscuit
26c7dddbf4 [CI skip] Relocated AutoCrafters 2021-03-24 23:08:06 +01:00
TheBusyBiscuit
1a8d2bfe18
[CI skip] Merge pull request #2900 from Seggan/master
Fixed a Message
2021-03-22 22:37:31 +01:00
TheBusyBiscuit
ced7b5a697 [CI skip] Added more documentation 2021-03-22 19:49:00 +01:00
TheBusyBiscuit
02f7135805 [CI skip] Removed an unused class 2021-03-22 19:44:37 +01:00
TheBusyBiscuit
e3171b37dc Merge branch 'chore/cleanup-deprecated-crafter' 2021-03-22 19:20:18 +01:00
TheBusyBiscuit
ef5d5140ee [CI skip] Code cleanup 2021-03-22 19:19:53 +01:00
TheBusyBiscuit
e277732608 Fixes #2899 2021-03-22 15:43:20 +01:00
TheBusyBiscuit
c47f56ce47
Merge branch 'master' into api/machine-operations 2021-03-22 15:16:48 +01:00
Seggan
c1090b0fc8
Do changes
Co-authored-by: TheBusyBiscuit <TheBusyBiscuit@users.noreply.github.com>
2021-03-22 09:46:35 -04:00
Seggan
44eb7e7ebe Fixed message 2021-03-22 09:20:46 -04:00
Daniel Walsh
f6d4d20090
[CI Skip] Merge pull request #2898 from svr333/AutoCrafterFollowUp 2021-03-22 12:35:55 +00:00
svr333
01a0bb7be1
Remove unnecessary spaces 2021-03-22 11:00:04 +01:00
svr333
a83cfcd5cc
Recommended changes 2021-03-22 10:58:55 +01:00
TheBusyBiscuit
0e238497d9 Improved error handling 2021-03-22 10:28:35 +01:00
TheBusyBiscuit
328f9d3331 [CI skip] Automated Crafting Chambers will no longer work. 2021-03-22 10:23:54 +01:00
TheBusyBiscuit
13355c1afe Fixes #2896 2021-03-22 10:04:57 +01:00
svr333
cda38b13ec
Remove Whiteline 2021-03-22 01:46:24 +01:00
svr333
4067969229
More specific error messages 2021-03-22 01:45:38 +01:00
svr333
92b7c6118a
Be a maid 2021-03-22 01:41:11 +01:00
TheBusyBiscuit
001e7654aa Fixed #2895 2021-03-21 20:06:46 +01:00
TheBusyBiscuit
0803529176
Merge pull request #2807 from Slimefun/feature/auto-crafters
Added Vanilla Auto-Crafter and Enhanced Auto-Crafter
2021-03-21 18:44:42 +01:00
TheBusyBiscuit
9aa3acde02
Merge branch 'master' into api/machine-operations 2021-03-21 15:31:50 +01:00
TheBusyBiscuit
068c121dae [CI skip] Little cleanup and fixed javadocs 2021-03-21 10:31:37 +01:00
Daniel Walsh
b9a9793134
Merge pull request #2756 from StarWishsama/enchant-level-limit 2021-03-21 03:45:24 +00:00
TheBusyBiscuit
07572eb848
Merge pull request #2888 from NCBPFluffyBear/blockbreakhandler-fix
Allow onBlockBreak to be cancelled by BlockBreakHandler
2021-03-19 16:17:17 +01:00
TheBusyBiscuit
fbdf7acc50
Update src/main/resources/languages/messages_en.yml
Co-authored-by: Daniel Walsh <walshydev@gmail.com>
2021-03-19 15:49:52 +01:00
TheBusyBiscuit
6620f85433
Update src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/auto_crafters/AbstractAutoCrafter.java
Co-authored-by: LinoxGH <54643600+LinoxGH@users.noreply.github.com>
2021-03-19 15:27:48 +01:00
TheBusyBiscuit
9f0e8ba6ed [CI skip] Fixed javadocs 2021-03-19 14:47:43 +01:00
TheBusyBiscuit
c12229b25f Removed deprecated hologram class 2021-03-19 13:05:34 +01:00
TheBusyBiscuit
8161b9ee6d Fixed Enhanced Furnace not dropping any items when broken 2021-03-19 00:39:41 +01:00
TheBusyBiscuit
44dbb34d9a Fixed #2887 2021-03-19 00:39:24 +01:00
NCBPFluffyBear
6fef1c8e67 Allow onBlockBreak to be cancelled by BlockBreakHandler 2021-03-17 14:09:22 -05:00
TheBusyBiscuit
a4521a2dd1 Merge branch 'master' of https://github.com/Slimefun/Slimefun4.git 2021-03-17 11:02:16 +01:00
TheBusyBiscuit
320ee27b3d
Merge branch 'master' into feature/auto-crafters 2021-03-17 10:54:37 +01:00
TheBusyBiscuit
714df364a6
Merge pull request #2866 from Mooy1/master
Fix addon blockmenu loading with custom worlds
2021-03-17 10:54:03 +01:00
Name1ess
22f6503184
fix: grammar error
Co-authored-by: svr333 <vanrompaey.senne@protonmail.com>
2021-03-16 09:16:09 +08:00
svr333
a8f53714b0
Switcheroo 2021-03-15 22:09:22 +01:00
TheBusyBiscuit
c2b3053574 [CI skip] Added warning message when registering Item Handlers twice. 2021-03-14 19:57:33 +01:00
TheBusyBiscuit
7ba3a0b7fa [CI skip] Converted more blocks to the new BlockBreakHandler 2021-03-14 19:45:40 +01:00
StarWishsama
102e22c636
chore: resolve merge conflict 2021-03-14 21:40:14 +08:00
StarWishsama
322b55c9a4
Merge remote-tracking branch 'upstream/master' into enchant-level-limit 2021-03-14 21:34:51 +08:00
TheBusyBiscuit
aa349ccd0f Merge branch 'master' of https://github.com/Slimefun/Slimefun4.git into feature/auto-crafters 2021-03-14 14:29:30 +01:00
TheBusyBiscuit
f91bd21da1
Delete AutoEnchanter.java 2021-03-14 14:28:33 +01:00
TheBusyBiscuit
8c8577ad92
Delete AutoDisenchanter.java 2021-03-14 14:28:25 +01:00
TheBusyBiscuit
da01091e26 [CI skip] Removed deprecated methods from item settings 2021-03-14 13:36:25 +01:00
TheBusyBiscuit
6e4a1ccf5f [CI skip] Removed temporary redirects 2021-03-14 13:34:17 +01:00
StarWishsama
ba96617b2d
chore: change text to adapt specify machine 2021-03-14 18:29:16 +08:00
StarWishsama
8762958f6d
refactor: finish review 2021-03-14 18:27:50 +08:00
TheBusyBiscuit
e39c2b661c Fixes #2883 2021-03-14 11:02:47 +01:00
TheBusyBiscuit
fbd701bced Fixed Mining Androids and improved itemsettings API 2021-03-13 21:56:54 +01:00
TheBusyBiscuit
0f54140f64 Renamed to ProcessHolder 2021-03-13 17:43:43 +01:00
TheBusyBiscuit
79a73d8e26 Some documentation and refactoring 2021-03-13 17:40:09 +01:00
TheBusyBiscuit
44a6d15d18 Merge branch 'master' of https://github.com/Slimefun/Slimefun4.git into
api/machine-operations

Conflicts:
	src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/Reactor.java
	src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/geo/GEOMiner.java
2021-03-13 17:36:55 +01:00
TheBusyBiscuit
3aa02d5e04 Added an option to disable block-gen optimizations for androids 2021-03-13 11:22:59 +01:00
TheBusyBiscuit
bc59731c38 Added a message when no chest was found 2021-03-13 11:03:57 +01:00
TheBusyBiscuit
a3ecde181e Merge branch 'master' of https://github.com/Slimefun/Slimefun4.git into feature/auto-crafters 2021-03-13 10:59:57 +01:00
TheBusyBiscuit
42146d8608 [CI skip] Fixed javadocs 2021-03-13 00:46:50 +01:00
TheBusyBiscuit
4aec2ffbcf Fixes #2878 2021-03-13 00:18:02 +01:00
TheBusyBiscuit
853f447337
Merge pull request #2859 from GallowsDove/master
Added ExplosiveToolBreakBlockEvent
2021-03-11 11:17:09 +01:00
Mooy1
048d4d6590 Update SlimefunStartupTask.java 2021-03-10 19:12:25 -06:00
Daniel Walsh
7a230d42c3
Merge pull request #2681 from Slimefun/features/multi-categories 2021-03-11 00:55:26 +00:00
Daniel Walsh
4b5ad219ec
Merge pull request #2328 from Slimefun/performance/cobblestone
This totally wasn't sitting fully approved for 16 days 👀
2021-03-11 00:52:41 +00:00
GallowsDove
305da7952d
did requested changes 2021-03-10 17:48:45 +01:00
TheBusyBiscuit
4678de1697 Fixes #2877 and added a new config option to crucibles 2021-03-10 14:04:33 +01:00
TheBusyBiscuit
86edb0df6a Fixes #2876 2021-03-10 13:36:28 +01:00
TheBusyBiscuit
5b99391a33 Better logging for exceptions in cargo network code 2021-03-10 12:15:37 +01:00
TheBusyBiscuit
0fa862314f Fixes #2856 2021-03-10 00:49:53 +01:00
TheBusyBiscuit
0be442bc07 Some refactoring 2021-03-10 00:44:20 +01:00
TheBusyBiscuit
bef0cfb413 Fixed #2861 2021-03-10 00:24:05 +01:00
TheBusyBiscuit
9cdab83db2
Merge branch 'master' into feature/auto-crafters 2021-03-09 17:00:21 +01:00
TheBusyBiscuit
0696991ab0 [CI skip] A lot of refactoring 2021-03-09 16:55:28 +01:00
TheBusyBiscuit
717e8c84a0 Merge branch 'master' of https://github.com/Slimefun/Slimefun4.git into
feature/auto-crafters

Conflicts:
	src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/BookBinder.java
2021-03-09 16:44:54 +01:00
Mooy1
f7be9289d9 Update SlimefunPlugin.java 2021-03-06 01:00:56 -06:00
Mooy1
4dcf8aabea fix addon inventories bug with non-default worlds 2021-03-06 00:55:12 -06:00
TheBusyBiscuit
d33dc965e0
Merge pull request #2827 from ProfElements/bookbinder-fixes
Fix multiple Book Binder issues.
2021-03-05 09:58:49 +01:00
GallowsDove
66db725ebc
forgot one thing, now it's ready. 2021-03-03 23:02:05 +01:00
GallowsDove
0518681887
Did requested changes 2021-03-03 19:56:14 +01:00
GallowsDove
3a7be26342
Added getExplosiveTool 2021-03-03 17:56:14 +01:00
GallowsDove
fe2492f006
Changed it into a single event instead of calling an event per block 2021-03-03 16:45:11 +01:00
GallowsDove
edf15fb40a
Added ExplosiveToolBreakBlockEvent triggered by an explosive tool breaking a block. 2021-03-03 16:23:14 +01:00
TheBusyBiscuit
8368194d94
[CI skip] Updated translators list 2021-03-03 14:21:19 +01:00
developer-pseudo
15fc388601 Translate categories_fi.yml via GitLocalize 2021-03-03 13:19:18 +00:00
Mooy1
c8fd79938b did walshys annotations 2021-03-02 00:04:37 -06:00
TheBusyBiscuit
49950cf64c Reduced technical debt 2021-03-01 14:07:20 +01:00
TheBusyBiscuit
15f4e838a8 Small improvements to logging 2021-03-01 13:55:57 +01:00
TheBusyBiscuit
8c1c67731b Fixes #2852 2021-03-01 09:31:59 +01:00
TheBusyBiscuit
51b56b1e0b Fixes #2851 2021-03-01 09:30:38 +01:00
ProfElements
9e01444b69 Make requested changes. Use Object.equals() instead of !=, make docs overall better 2021-02-27 18:23:35 -06:00
TheBusyBiscuit
84ad08be37 Fixes #2849 2021-02-27 10:19:19 +01:00
ProfElements
fb86415f31 Make requested changes. Fixed styling. 2021-02-26 15:07:47 -06:00
TheBusyBiscuit
c4be51f7bb Fixes #2839 2021-02-24 15:57:21 +01:00
TheBusyBiscuit
979bb4b5f4 Updated textures and names 2021-02-23 11:14:07 +01:00
TheBusyBiscuit
659f329349
Merge branch 'master' into feature/auto-crafters 2021-02-23 11:11:26 +01:00
TheBusyBiscuit
6533b5023c
Merge pull request #2830 from StarWishsama/fix/wood-cutter-duplication
Fix duplicating woods when unable to replant
2021-02-23 11:05:45 +01:00
TheBusyBiscuit
338fe0f84b
Merge pull request #2597 from Slimefun/fixes/blocks fixes #2560
Refactoring + Fixes to Block Handlers
2021-02-22 18:34:19 +01:00
Name1ess
c854cb7788
fix: duplicating woods when unable to replant 2021-02-20 12:34:56 +08:00
ProfElements
c3349f8b4c Actually comment the file 2021-02-19 13:20:02 -06:00
ProfElements
0439a48a16 Make requested changes 2021-02-19 13:01:48 -06:00
CactusTheGuy
4096315e7d Translate categories_vi.yml via GitLocalize 2021-02-19 07:30:35 +00:00
ProfElements
c643a52b4e fix merge conflicts 2021-02-18 20:39:24 -06:00
ProfElements
92ed16473e Fix #2805, make sure the book binder doesnt kill overleveled enchantments 2021-02-18 20:26:41 -06:00
TheBusyBiscuit
c09773fcef
[CI skip] Manually sync czech translations 2021-02-13 13:10:45 +01:00
TheBusyBiscuit
c27eb2959a
[CI skip] Manually update dutch translations... 2021-02-12 20:09:19 +01:00
TheBusyBiscuit
ce643ad87f
Update Translators.java 2021-02-12 18:35:44 +01:00
peppower
40754d7da0 Translate categories_nl.yml via GitLocalize 2021-02-12 17:33:32 +00:00
Nikolay
eebaa069c9 Translate messages_bg.yml via GitLocalize 2021-02-12 16:08:55 +00:00
TheBusyBiscuit
2754703f9d
Merge branch 'master' into feature/auto-crafters 2021-02-10 18:34:34 +01:00
TheBusyBiscuit
854c3335e9 Fixes #2818 2021-02-10 18:33:34 +01:00
TheBusyBiscuit
e2f3944d66 Fixes #2817 2021-02-09 17:08:49 +01:00
TheBusyBiscuit
b224123918 Fixes #2804 2021-02-07 18:26:08 +01:00
TheBusyBiscuit
d3f4ca4779 Proper error-handling for addon inventories 2021-02-07 16:06:06 +01:00
TheBusyBiscuit
e47d0171cc Fixes #2810 2021-02-07 12:30:55 +01:00
TheBusyBiscuit
9e83b4af00 Fixes #2809 2021-02-06 20:23:32 +01:00
TheBusyBiscuit
6e864ace99 Added researches and updated textures 2021-02-06 19:35:58 +01:00
TheBusyBiscuit
bbd631536d Merge branch 'master' of https://github.com/Slimefun/Slimefun4.git into feature/auto-crafters 2021-02-06 19:33:45 +01:00
TheBusyBiscuit
7ddd0469eb Deprecated Automated Crafting Chamber (soon to be replaced) 2021-02-06 19:32:41 +01:00
TheBusyBiscuit
e6494da8c9 Allow any RecipeType (in theory) 2021-02-06 14:00:56 +01:00
TheBusyBiscuit
a5a16621ee
Merge branch 'master' into feature/auto-crafters 2021-02-06 11:19:07 +01:00
TheBusyBiscuit
47743b632e Fixed an exception when disabled in an invalid environment. 2021-02-06 11:18:09 +01:00
TheBusyBiscuit
dec868284d Updated dependencies 2021-02-06 11:11:58 +01:00
TheBusyBiscuit
baa4f92ea1 Added documentation 2021-02-06 11:09:13 +01:00
TheBusyBiscuit
eeb89c3c3b Some very basic unit tests 2021-02-06 10:48:30 +01:00
TheBusyBiscuit
0adc1c3192 The Enhanced Auto Crafter now requires confirmation too 2021-02-06 01:55:54 +01:00
TheBusyBiscuit
e8a67cdd6a Many more fixes 2021-02-06 01:54:08 +01:00
TheBusyBiscuit
340005109b Even more fixes! 2021-02-06 01:14:23 +01:00
TheBusyBiscuit
1e9e8be82a More bug fixes 2021-02-06 01:06:11 +01:00
TheBusyBiscuit
dd9a04fe04 Restored old classes and added deprecation warnings 2021-02-06 01:02:31 +01:00
TheBusyBiscuit
83aa84ca3b Some bug fixes 2021-02-06 00:58:29 +01:00
TheBusyBiscuit
057fad1f08 Finished Auto-Crafters 2021-02-06 00:46:55 +01:00
TheBusyBiscuit
2d050a8e35 RecipeChoice task is now thread-safe 2021-02-06 00:29:57 +01:00
TheBusyBiscuit
a25b470272 Added sounds and two more messages 2021-02-06 00:14:44 +01:00
TheBusyBiscuit
3567dd87ba Show recipe after selecting 2021-02-05 20:03:06 +01:00
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
7ff6d755e8 Implemented basic behaviour 2021-02-05 17:26:03 +01:00
TheBusyBiscuit
6b4fe8a7a9 Added Enhanced Auto Crafter 2021-02-05 15:14:09 +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
5edf61404b Merge branch 'master' of https://github.com/Slimefun/Slimefun4.git 2021-02-05 14:15:17 +01:00
TheBusyBiscuit
155b2fc637 Some small visual changes 2021-02-05 14:12:17 +01:00
TheBusyBiscuit
80b49c264f
Update Translators.java 2021-02-04 20:12:47 +01:00
LirCZE
a2c3e24a95 Translate recipes_cs.yml via GitLocalize 2021-02-04 19:07:50 +00:00
100petr
e6a9511136 Translate recipes_cs.yml via GitLocalize 2021-02-04 19:07:49 +00:00
jakmanda05
bbce73ce76 Translate recipes_cs.yml via GitLocalize 2021-02-04 19:07:47 +00:00
100petr
c94add139b Translate categories_cs.yml via GitLocalize 2021-02-04 19:07:45 +00:00
Jan Vrska
405b553f0b Translate researches_cs.yml via GitLocalize 2021-02-04 19:07:44 +00:00
frfole
08942610af Translate researches_cs.yml via GitLocalize 2021-02-04 19:07:43 +00:00
100petr
4c16273097 Translate researches_cs.yml via GitLocalize 2021-02-04 19:07:42 +00:00
Renzotom
4b4ef00ecb Translate researches_cs.yml via GitLocalize 2021-02-04 19:07:41 +00:00
StarWishsama
b7fa8b621e fix: color text doesn't work 2021-02-03 12:45:55 +08:00
StarWishsama
bc3b61ed90 optimize: no need display enchant item 2021-02-03 12:43:20 +08:00
StarWishsama
f0d427a19c forget to return 2021-02-03 12:36:17 +08:00
StarWishsama
e5deee2bbd optimize: add a switch for limit, set default value to 10
feat: utilize the progress bar to display (dis)enchant failed
2021-02-03 12:31:42 +08:00
TheBusyBiscuit
581199271c Almost done with the vanilla auto crafter 2021-02-02 20:27:04 +01:00
TheBusyBiscuit
2c22983f0a Added package descriptions 2021-02-02 19:38:01 +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
TheBusyBiscuit
5a0a52baab Sweet deprecation warnings 2021-02-02 18:57:29 +01:00
Daniel Walsh
36639fd22c
Merge pull request #2791 from Slimefun/feature/componentify-versions-subcommand 2021-02-02 17:31:35 +00:00
Daniel Walsh
695ba7c742
Merge pull request #2643 from Slimefun/chore/has-unlocked 2021-02-02 17:30:45 +00:00
Daniel Walsh
b74eb5b30d
Merge pull request #2782 from Slimefun/feature/taisman-actionbar
Allow Talismans to use the Actionbar
2021-02-02 17:27:47 +00:00
Daniel Walsh
636d44cfb8
oops forgot 1 space 2021-02-02 12:25:43 +00:00
Daniel Walsh
498050dc81
Apply suggestions from code review
Co-authored-by: TheBusyBiscuit <TheBusyBiscuit@users.noreply.github.com>
2021-02-02 11:51:56 +00:00
TheBusyBiscuit
6d89d38c3a Fixes #2793 2021-02-02 10:05:08 +01:00
TheBusyBiscuit
e99a39d2ab Fixes #2794 2021-02-02 09:39:22 +01:00
StarWishsama
f308c60bd1 fix: Unable to limit enchantment level
optimize: set default and max level to Short.MAX_VALUE
2021-02-02 12:49:02 +08:00
Daniel Walsh
d41f276543
Lots more hover and click! 2021-02-01 17:14:21 +00:00
Daniel Walsh
e11929b587
Add java ver and hover to versions subcommand 2021-02-01 16:07:06 +00:00
TheBusyBiscuit
fe42f6fa9f Nether Wart Blocks can be turned into Nether Warts using a Grind Stone 2021-02-01 10:47:31 +01:00
PaladinBear
6f8134a800 Translate researches_he.yml via GitLocalize 2021-01-31 07:52:59 +00:00
PaladinBear
dabc8bbbc0 Translate messages_he.yml via GitLocalize 2021-01-31 07:52:58 +00:00
TheBusyBiscuit
418b6ffa74
[CI skip] Merge pull request #2787 from Slimefun/gitlocalize-14895 2021-01-31 00:28:14 +01:00
TheBusyBiscuit
c78092bb85
[CI skip] Updated translators list 2021-01-31 00:27:14 +01:00
amarcais53
704e100e07 Translate messages_fr.yml via GitLocalize 2021-01-30 21:07:29 +00:00
Maxime
d6ae3ac81d Translate messages_fr.yml via GitLocalize 2021-01-30 21:07:28 +00:00
Pierre
dbe127a1d1 Translate messages_fr.yml via GitLocalize 2021-01-30 21:07:27 +00:00
TheBusyBiscuit
b4d1894d8f
Merge pull request #2757 from StarWishsama/magician-talisman-fix
Fixes #2679
2021-01-29 16:34:53 +01:00
TheBusyBiscuit
a80269b7d9 [CI skip] Formatting 2021-01-29 12:19:40 +01:00
TheBusyBiscuit
f207601244 Translate messages_de.yml via GitLocalize 2021-01-29 10:51:06 +00:00
TheBusyBiscuit
d1b907dc02 Translate researches_de.yml via GitLocalize 2021-01-29 10:51:04 +00:00
HeroBrineKing
76d4c1362d Translate messages_zh-TW.yml via GitLocalize 2021-01-29 08:43:23 +00:00
TheBusyBiscuit
9415a446f3
[CI skip] Merge pull request #2784 from Slimefun/gitlocalize-14892
Synced up zhCN translation
2021-01-29 09:23:59 +01:00
TheBusyBiscuit
24d0a87fe0
[CI skip] Updated translators list 2021-01-29 09:23:47 +01:00
Nameless
9e6c24a46a Translate messages_zh-CN.yml via GitLocalize 2021-01-29 08:22:17 +00:00
Jiejue233
fed5925892 Translate researches_zh-CN.yml via GitLocalize 2021-01-29 08:22:15 +00:00
Just Mango
a7bf430183 Translate researches_vi.yml via GitLocalize 2021-01-29 08:20:43 +00:00
Just Mango
5ba1eaadff Translate messages_vi.yml via GitLocalize 2021-01-29 08:20:41 +00:00
nahkd123
38d959d44c Translate messages_vi.yml via GitLocalize 2021-01-29 08:20:40 +00:00
Name1ess
d5d7bc705a
Merge branch 'master' into magician-talisman-fix 2021-01-29 12:14:39 +08:00
StarWishsama
29b368f648 fix: shadow name 2021-01-29 12:13:24 +08:00
StarWishsama
8effed7139 Merge remote-tracking branch 'origin/magician-talisman-fix' into magician-talisman-fix 2021-01-29 12:10:02 +08:00
StarWishsama
a031585b5a fix: thank you idea 2021-01-29 12:09:24 +08:00
TheBusyBiscuit
ee7786b8e4 Allow Talismans to use the Actionbar 2021-01-29 03:02:50 +01:00
TheBusyBiscuit
3c0afeb943 Small fix 2021-01-29 02:47:20 +01:00
TheBusyBiscuit
d75e693ceb
[CI skip] Merge pull request #2780 from Slimefun/gitlocalize-14890
Translated the new string
2021-01-28 23:16:28 +01:00
Nikolay
6505b1c624 Translate messages_bg.yml via GitLocalize 2021-01-28 21:28:58 +00:00
TheBusyBiscuit
06335f6e9a Finished MachineProcessor API 2021-01-28 21:18:45 +01:00
TheBusyBiscuit
3f51440f11 First groundwork 2021-01-28 19:06:32 +01:00
bito-blosh
1c404d7f66 Translate messages_ja.yml via GitLocalize 2021-01-28 17:55:10 +00:00
TheBusyBiscuit
835e8fa384 Translate messages_ja.yml via GitLocalize 2021-01-28 17:55:09 +00:00
TheBusyBiscuit
46de5a700a Little bit of refactoring 2021-01-28 18:43:20 +01:00
TheBusyBiscuit
8cf0f61f3e Added placeholder for unloaded profiles to PlaceholderAPI integration 2021-01-28 18:21:22 +01:00
TheBusyBiscuit
20d6656f35
[CI skip] Merge pull request #2777 from Slimefun/gitlocalize-14884
add zh-TW wise talisman and enchantment book binding
2021-01-28 14:28:30 +01:00
HeroBrineKing
afb492fb3b Translate researches_zh-TW.yml via GitLocalize 2021-01-28 13:09:52 +00:00
HeroBrineKing
8399136bc1 Translate messages_zh-TW.yml via GitLocalize 2021-01-28 13:08:40 +00:00
TheBusyBiscuit
1d111772f2 Translate messages_zh-TW.yml via GitLocalize 2021-01-28 13:08:39 +00:00
TheBusyBiscuit
cadf66a13c
Merge branch 'master' into fixes/blocks 2021-01-28 13:41:27 +01:00
TheBusyBiscuit
6df052e4cf Fixes #2771 2021-01-28 12:37:13 +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
5aa4361a92
Merge branch 'api/access-raw-storage' of github.com:Slimefun/Slimefun4 into api/access-raw-storage 2021-01-26 12:52:35 +00:00
TheBusyBiscuit
7ffc8aff24 Fixes #2760 2021-01-26 10:35:47 +01:00
TheBusyBiscuit
9436ce451a Fixes #2460 2021-01-26 10:07:12 +01:00
TheBusyBiscuit
ff83bb025e
[CI skip] Merge pull request #2481 from MoKe12g/master
Explosive tools not working with silk touch
2021-01-26 10:02:25 +01: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
bito-blosh
177c67d25c Translate researches_ja.yml via GitLocalize 2021-01-26 04:15:47 +00:00
TheBusyBiscuit
c2da6c5f53 Changed recipe for Tier 3 electric ore grinder 2021-01-26 00:57:49 +01:00
TheBusyBiscuit
7d0168115f
Merge pull request #2599 from svr333/AddT3ElectricGrinder
Add Tier 3 Electric Ore Grinder
2021-01-26 00:56:19 +01:00
TheBusyBiscuit
2085d9eeba [CI skip] Updated changelog 2021-01-26 00:56:03 +01:00
Daniel Walsh
91aaa546a6
Merge pull request #2680 from ProfElements/master 2021-01-25 15:44:06 +00:00
TheBusyBiscuit
36fe08a349
Merge pull request #2765 from StarWishsama/2761
Fixes #2761 probably
2021-01-25 16:36:49 +01:00
TheBusyBiscuit
30202d3f51
Merge pull request #2755 from kii-chan-reloaded/master
Check inv maxStackSize
2021-01-25 16:34:47 +01:00
TheBusyBiscuit
9f29901eb8
[CI skip] Updated translators list 2021-01-25 15:46:35 +01:00
Name1ess
f3fafabcff
Update TalismanListener.java 2021-01-25 20:10:35 +08:00
TheBusyBiscuit
5ac3b9ec53
[CI skip] Merge pull request #2766 from Slimefun/gitlocalize-14860
Updated Hungarian translations
2021-01-25 12:25:58 +01:00
TheBusyBiscuit
842308cce7
[CI skip] Merge pull request #2762 from Slimefun/gitlocalize-14855
Update Japanese translation files.
2021-01-25 12:25:13 +01:00
poma123
290afb4746 Translate researches_hu.yml via GitLocalize 2021-01-25 08:04:24 +00:00
KingDead
6792ee765f Translate messages_hu.yml via GitLocalize 2021-01-25 08:04:22 +00:00
poma123
e47b89de4e Translate messages_hu.yml via GitLocalize 2021-01-25 08:04:21 +00:00
StarWishsama
a6bcab266f chore: remove register call when initialize 2021-01-25 12:18:24 +08:00
Name1ess
8d844254c2
fix: register recipes when speed is not 0 2021-01-25 12:15:18 +08:00
Nameless
76ebff105b Translate researches_zh-CN.yml via GitLocalize 2021-01-25 04:06:01 +00:00
Nameless
89370d31f9 Translate messages_zh-CN.yml via GitLocalize 2021-01-25 04:05:59 +00:00
StarWishsama
decf9bd08c fix: grammar issue 2021-01-25 11:59:53 +08:00
Nikolay
3b564c0486 Translate messages_bg.yml via GitLocalize 2021-01-24 22:55:41 +00:00
bito-blosh
826e90ef82 Translate messages_ja.yml via GitLocalize 2021-01-24 21:22:01 +00:00
TheBusyBiscuit
c9cdffdfac Translate messages_ja.yml via GitLocalize 2021-01-24 21:22:00 +00:00
bito-blosh
ce869b2acc Translate researches_ja.yml via GitLocalize 2021-01-24 21:21:58 +00:00
TheBusyBiscuit
abf948e4ed Translate messages_de.yml via GitLocalize 2021-01-24 19:27:24 +00:00
TheBusyBiscuit
e5d5b2950d Translate researches_de.yml via GitLocalize 2021-01-24 19:27:23 +00:00
TheBusyBiscuit
a9c4df30a4
Update Translators.java 2021-01-24 20:23:30 +01:00
Luu7
794d184a41 Translate researches_es.yml via GitLocalize 2021-01-24 19:21:47 +00:00
Luu7
0da0468b23 Translate messages_es.yml via GitLocalize 2021-01-24 19:21:46 +00:00
dylan
cd643cabb5 Translate messages_es.yml via GitLocalize 2021-01-24 19:21:45 +00:00
TheBusyBiscuit
f958385f3d Translate messages_es.yml via GitLocalize 2021-01-24 19:21:44 +00:00
TheBusyBiscuit
4019b9612d
Merge branch 'master' into master 2021-01-24 18:09:40 +01:00