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

5501 Commits

Author SHA1 Message Date
Florian CUNY
24a5613c05 Fixed wrong "since" in ItemPickupListeners' documentation 2017-12-09 15:34:06 +01:00
TheBusyBiscuit
a93a5e88d6
Fixed Christmas Cake Recipe 2017-12-02 21:38:16 +01:00
Meta-Win
c3d3685420
Fix Christmas Cookie and Chocolate Milk Recipes 2017-12-02 17:39:34 -02:00
Florian CUNY
475eaae0b0 Fixed typo "Slimfun" to "Slimefun" 2017-12-01 19:28:12 +01:00
Florian CUNY
5fba0e37ac Fixes #510 2017-12-01 19:27:50 +01:00
TheBusyBiscuit
7e2fc76b12
Merge pull request #513 from Poslovitch/fix-333
Fixes juices not restoring hunger - #333 & #87
2017-12-01 18:00:40 +01:00
Florian CUNY
1763cc61f4
Fixed mishandled check 2017-12-01 17:46:22 +01:00
Florian CUNY
fc20062cd6 Fixed to check version is NOT 1.9 or 1.10 2017-12-01 13:11:05 +01:00
Florian CUNY
8ffb6ffd61 Changed the version check to 1.9 and 1.10 for easier future support 2017-12-01 10:08:31 +01:00
Florian CUNY
35b65139ce Fixes https://github.com/TheBusyBiscuit/Slimefun4/issues/333 and https://github.com/TheBusyBiscuit/Slimefun4/issues/87 2017-11-29 21:01:31 +01:00
TheBusyBiscuit
33f27d96c7
Merge pull request #504 from Poslovitch/patch-1
Fixed Android being able to break command blocks
2017-11-26 23:22:49 +01:00
TheBusyBiscuit
595ef5f907
Merge pull request #507 from Poslovitch/4.1.12
4.1.12
2017-11-26 09:51:07 +01:00
TheBusyBiscuit
fe4ec68a35
Merge pull request #502 from Poslovitch/slimefunitem-improvements
SlimefunItem : renames of some methods, made ghost configurable, changed "name" to "id" and privatized all fields
2017-11-26 09:50:41 +01:00
Florian CUNY
e2533d9b75 Fixes https://github.com/TheBusyBiscuit/Slimefun4/issues/375 2017-11-25 22:07:00 +01:00
Florian CUNY
2696f5a8a5 Fixes https://github.com/TheBusyBiscuit/Slimefun4/issues/334 2017-11-25 22:05:34 +01:00
TheBusyBiscuit
3bbd0e040c
Merge pull request #500 from Redemption198/master
Fixed ancient pedestal bug #499
2017-11-25 17:34:01 +01:00
TheBusyBiscuit
fc5be2778d
Merge pull request #503 from AtomicScience/ore_washer_fix
Ore washer dupe fix
2017-11-25 17:33:18 +01:00
Redemption
229dca3766
Added parameters to EventHandler 2017-11-25 13:31:13 +01:00
Florian CUNY
fd4d678332
Use brackets in loops 2017-11-25 10:31:09 +01:00
Florian CUNY
93f877a2d4 Error reports : prioritized Slimefun Environment (addons, etc) 2017-11-25 10:22:53 +01:00
Florian CUNY
6093b4cf49
Fixed some typo from 05b1fe77a5 2017-11-23 22:23:50 +01:00
Florian CUNY
18017680e8
Fixed some spacing 2017-11-23 22:21:02 +01:00
Florian CUNY
05b1fe77a5
Re-added all the "this." to #register(boolean) 2017-11-23 22:16:45 +01:00
Florian CUNY
c95bafad6a
Fixed #addWikipage(String) link to TheBusyBiscuit 2017-11-23 22:11:32 +01:00
Florian CUNY
b4e85d96e7
Fixed Android being able to break command blocks 2017-11-23 09:16:05 +01:00
AtomicScience
cc9c07ad60 Fix "Ore Washer Dupe" 2017-11-23 00:09:44 +03:00
AtomicScience
bda7a18c5b Fix "Ore Washer Fix" 2017-11-23 00:00:33 +03:00
Redemption
3fcfadb189
Update Messages.java 2017-11-22 21:21:39 +01:00
Redemption
51f23f90c1
Changed cant-place to cannot-place 2017-11-22 21:20:08 +01:00
Redemption
179ad06bbf
Changed cant-place to cannot-place 2017-11-22 21:19:25 +01:00
Poslovitch
2c2bc42540 Changed key "hide-in-recipe-book" to "hide-in-guide" 2017-11-22 20:39:18 +01:00
Poslovitch
502efd862b Revert requirePermissionToUse (not ready yet) 2017-11-22 20:37:30 +01:00
Redemption
0eb52e6627
Removed else return (line 192) 2017-11-22 20:34:57 +01:00
Redemption
9ad714601b
Update Messages.java 2017-11-22 18:41:27 +01:00
Redemption
a0edb57464
Merge branch 'master' into master 2017-11-22 18:39:35 +01:00
Redemption
e57eec9b14
Added onBlockPlace event
Added onBlockPlace event to prevent block placements (by players) above the pedestals
2017-11-22 18:36:12 +01:00
Redemption
1749ae4131
Added messages.cant-place 2017-11-22 18:34:42 +01:00
Poslovitch
26c13b375e Explosive pickaxe could break BARRIER, and COMMAND blocks 2017-11-22 17:36:28 +01:00
Redemption
aa600a4ae3
Changed PEDESTAL.obstructed
Changed PEDESTAL.obstructed to machines.ANCIENT_PEDESTAL.obstructed
2017-11-22 10:31:10 +01:00
Redemption
f4bc3d1f80
Changed pedestal.obstruct
Changed PEDESTAL.obstructed to machines.ANCIENT_PEDESTAL.obstructed
2017-11-22 10:29:19 +01:00
Redemption
47c13fe9e7
Removed else at line 65 2017-11-21 19:33:05 +01:00
Redemption
d84e5a09e2
Pedestals now check for the block above 2017-11-21 19:32:06 +01:00
Redemption
cb7a8a3949
Added PEDESTAL.obstucted message 2017-11-21 19:27:31 +01:00
TheBusyBiscuit
fc58f9163d
Merge pull request #494 from AtomicScience/master
New Slimefun block - Automatic Ignition Chamber
2017-11-21 18:26:20 +01:00
AtomicScience
afb341acff
"resf" renamed to "chamber" 2017-11-21 11:25:06 +03:00
AtomicScience
cb5f146840
Code optimization 2017-11-20 17:59:20 +03:00
AtomicScience
89b1da7db8 Changed the way of detect the Chamber 2017-11-20 15:48:52 +03:00
atom
7270eee3c4 Changed the way of detect the Chamber in onIgnitionChamberItemMove 2017-11-20 15:48:17 +03:00
AtomicScience
b61bd7c3ef
Updated "machines.ignition-chamber-no-flint" 2017-11-20 15:12:09 +03:00
AtomicScience
4180f5548c
Changed the lore of Chamber a little 2017-11-20 15:09:36 +03:00
Redemption
373765d1ac
Changed guide's default permission to true 2017-11-19 23:06:36 +01:00
Redemption
d100d03b8c
Added slimefun.command.guide permission 2017-11-19 23:01:18 +01:00
Redemption
3bba53b20d
Added permission check to /sf guide command
The /sf guide command will now only be executed if the player has the permission "slimefun.command.guide"
2017-11-19 22:59:58 +01:00
Redemption
3f60207be7
Made a mistake
version reverted to: version: ${project.version}
2017-11-18 18:09:07 +01:00
Redemption
d6794c5820
Added permission check to open_guide
Now the command "/sf open_guide" will be executed only if the player has the "slimefun.command.open_guide" permission. (Default: op)
2017-11-18 18:05:50 +01:00
Redemption
e3ed803856
Added slimefun.command.open_guide permission 2017-11-18 18:03:19 +01:00
Redemption
cb354cd6eb
Added "commands.open_guide" description 2017-11-18 17:43:25 +01:00
Redemption
c2a641fd60
Open SF Guide with a command #491
From the suggestion of @oddare (https://github.com/TheBusyBiscuit/Slimefun4/issues/491), I've added the command to open the Slimefun Guide directly with the command "/sf open_guide". I also added the tab completion "open_guide" and a description of it.
2017-11-18 17:38:39 +01:00
AtomicScience
62293bed4e
Changed the lore of 'Ignition Chamber' 2017-11-16 13:23:09 +03:00
atom
9645b8db81 Revert "Added few more types of Jerky food - all vanilla types of meat and also fish. Removed 'Saturation' effects and changed types of Jerky food"
This reverts commit 534ea6b14f.
2017-11-15 21:45:52 +03:00
atom
534ea6b14f Added few more types of Jerky food - all vanilla types of meat and also
fish. Removed 'Saturation' effects and changed types of Jerky food
2017-11-15 21:28:38 +03:00
AtomicScience
6605ac9fe3
Fix issue #319 2017-11-15 20:56:04 +03:00
AtomicScience
d9ef5bab02
Fix issue #319 2017-11-15 20:52:30 +03:00
AtomicScience
d8655437c8
Added a research for Ignition Chamber 2017-11-15 19:23:22 +03:00
AtomicScience
3786ad327b
Fix some probelms 2017-11-15 15:24:18 +03:00
AtomicScience
ff9d0a08cf
Add files via upload 2017-11-15 14:36:30 +03:00
Florian CUNY
5a8a47537b Use ${project.version} from pom.xml in plugin.yml 2017-11-15 09:31:25 +01:00
Akash Aggarwal
9a288debd6 Smart tab completion 2017-11-01 14:59:05 +05:30
Akash Aggarwal
ed6ba8ca67 Fixed typo 2017-11-01 14:31:07 +05:30
Florian CUNY
f2dd943df3 Added a "hide-in-recipe-book" option + cleaned up a lot of things
The SlimefunItem class was quite of a mess, due to all the successive additions made in the last year.
2017-10-14 14:42:14 +02:00
Florian CUNY
4e289a5ff5 Initialize some fields inline instead of constructors 2017-10-14 10:55:50 +02:00
Florian CUNY
58b9bff978 Made the required permission a field 2017-10-13 21:12:33 +02:00
Florian CUNY
81c7bb169d Made use of the "id" instead of "name" of a SlimefunItem 2017-10-13 20:59:52 +02:00
Florian CUNY
657fd4d112 Added requirePermissionToUse field (https://github.com/TheBusyBiscuit/Slimefun4/issues/410) 2017-10-13 20:46:28 +02:00
Florian CUNY
cc79e62f34 Made use of the renamed methods 2017-10-13 16:34:38 +02:00
Florian CUNY
01d04caf66 Privatized all SlimefunItem fields 2017-10-13 15:56:48 +02:00
David Kirchner
393b4835d9 Fix ConcurrentModificationException that occurred when reactor explodes.
CraftBukket's HumanEntity.closeInventory() apparently removes the human
from the inventory's viewer list, resulting in an exception when we were
calling closeInventory while iterating over the list of said viewers.

Fixes TheBusyBiscuit/Slimefun4#364.
2017-10-08 19:46:42 -07:00
David Kirchner
287dcba37a Don't consume XP until we are about to unlock the requested research.
Fixes TheBusyBiscuit/Slimefun4#195.
2017-10-06 23:54:55 -07:00
David Kirchner
f278abc76a Only create a hopper "target" as long as the block is actually a hopper.
This fixes a bug that led to abandoned ArmorStands (what I was referring
to when I said "target") that lingered after the hopper was destroyed.
The issue was that tick (called asynchronously) was creating a new
ArmorStand (via InfusedHopper.getArmorStand()) after the block handler's
onBreak call removed the one that was created in onPlace.

The code that recreates the ArmorStand remains in tick() just in case,
somehow, it ends up getting removed by some other force. However, this
code should never be reached if the hopper itself is removed.

This fixes TheBusyBiscuit/Slimefun4#189,
fixes TheBusyBiscuit/Slimefun4#190, and
fixes TheBusyBiscuit/Slimefun4#428.
2017-10-05 19:49:33 -07:00
David Kirchner
525dcf1594 Remove code that swaps stacks of items between cursor and furnace.
Shift-clicking stacks in and right-clicking while holding a stack
on your cursor over the furnace now works the same as those actions
work with other blocks such as the workbench.

Fixes TheBusyBiscuit/Slimefun4#328 and addresses
TheBusyBiscuit/CS-CoreLib#19 (which was indeed not a CS-CoreLib
issue).
2017-10-04 18:48:32 -07:00
TheBusyBiscuit
79c83c691a Update plugin.yml 2017-09-10 19:25:34 +02:00
TheBusyBiscuit
76a45475ca Merge pull request #425 from Poslovitch/piston-duplication-fix
Fixes https://github.com/TheBusyBiscuit/Slimefun4/issues/415
2017-09-10 19:23:22 +02:00
Poslovitch
319238f4b3 Fixes ignored frequencies for Cargo
Fixes https://github.com/TheBusyBiscuit/Slimefun4/issues/408

Was due to the JSON storage format (everything is String). #getInt was
therefore returning 0.
2017-09-10 16:13:59 +02:00
Poslovitch
eb17f19258 Fixes https://github.com/TheBusyBiscuit/Slimefun4/issues/415 2017-09-10 11:05:54 +02:00
TheBusyBiscuit
55731ef532 Explicitly declare type arguments 2017-08-24 00:03:49 +02:00
Poslovitch
c34673ac14 Blockstates must be explicitly updated as of 1.12.1
Fixes https://github.com/TheBusyBiscuit/Slimefun4/issues/391
Fixes https://github.com/TheBusyBiscuit/Slimefun4/issues/395
2017-08-20 18:37:09 +02:00
Poslovitch
4aac192776 Crafting a Water Ancient Rune now gives 4 instead of 2 2017-08-17 13:08:59 +02:00
Poslovitch
4a7ebf9377 Made EnderTalisman use the new addHint instead of addDescription 2017-08-15 16:56:01 +02:00
Poslovitch
39d77b5eb5 Documented Slimefun (except GuideHandler related) ; deprecated #addDescription() in favor of #addHint() 2017-08-15 16:37:25 +02:00
Poslovitch
1617c76d9d Documented SlimefunItem.State 2017-08-15 00:06:48 +02:00
Poslovitch
6eecee0eae Documented WikiSetup 2017-08-14 18:16:09 +02:00
Poslovitch
4b284a3005 Fixed VanillaItem since version 2017-08-14 18:15:59 +02:00
Poslovitch
a6fcd5146b Documented VanillaItem 2017-08-14 17:43:37 +02:00
Poslovitch
00ed41fcbe Documented UnregisterReason 2017-08-14 17:43:26 +02:00
Poslovitch
5389f2a46c Documented Alloy 2017-08-14 17:43:08 +02:00
Poslovitch
f8442a3d0c Added an option to toggle Github data retrieving print out 2017-08-13 00:18:09 +02:00
TheBusyBiscuit
cd34d6d563 Merge pull request #389 from Poslovitch/338-fix
Fixed IllegalArgumentException when try to push null item from a ReactorAccessPort
2017-08-12 23:18:21 +02:00
Poslovitch
1d901c940f Fixed IllegalArgumentException when try to push null item from a ReactorAccessPort
Fixes https://github.com/TheBusyBiscuit/Slimefun4/issues/338
2017-08-12 16:26:19 +02:00
TheBusyBiscuit
bbf4b5ed85 Merge pull request #387 from Poslovitch/297-fix
Fixed radioactive items giving effects even if they were disabled
2017-08-12 16:18:06 +02:00
Poslovitch
29ce4c428a Use #isEnabled() instead of #getWhitelist() 2017-08-12 16:08:50 +02:00
TheBusyBiscuit
cf9826a2d6 Merge pull request #388 from Poslovitch/blistering-ingot-research
Added a research for blistering ingots
2017-08-12 15:48:16 +02:00
TheBusyBiscuit
190cdaddd9 Merge pull request #385 from Poslovitch/380-fix
Fixes Fortune V impossible to be obtained using Wizard Talisman
2017-08-12 15:42:28 +02:00
TheBusyBiscuit
54b8f59ccd Merge pull request #386 from Poslovitch/366-fix
Fixes IllegalArgumentException caused by a mis-handled negative bound in randomizer
2017-08-12 15:22:41 +02:00
Poslovitch
bd7b7c7ca0 Fixed an error my IDE didn't notice me 2017-08-12 15:21:29 +02:00
Poslovitch
00ef07b0bb Added a research for blistering ingots 2017-08-12 15:18:05 +02:00
Poslovitch
9f9252991c Fixed radioactive items giving effects even if they were disabled
Fixes https://github.com/TheBusyBiscuit/Slimefun4/issues/297
2017-08-12 14:28:34 +02:00
Poslovitch
b3e3160f73 Fixes a missing bracket 2017-08-12 13:27:58 +02:00
Poslovitch
00adbf84d7 Fixed SlimefunStartup#randomize(int) and #chance(int, int) 2017-08-12 13:24:16 +02:00
Poslovitch
ad3f52fe5a Fixes Fortune V impossible to be obtained using Wizard Talisman
Fixes https://github.com/TheBusyBiscuit/Slimefun4/issues/380
2017-08-12 13:18:20 +02:00
Poslovitch
0b54f079e4 Fixes a NumberFormatException when trying to read inexistant frequency of a CargoManager
Fixes https://github.com/TheBusyBiscuit/Slimefun4/issues/363
Fixes https://github.com/TheBusyBiscuit/Slimefun4/issues/161
2017-08-10 17:02:38 +02:00
Poslovitch
c3e9717bdb Fixes IllegalArgumentException with negative randomize bound with Magician Talisman
Fixes https://github.com/TheBusyBiscuit/Slimefun4/issues/366
2017-08-10 15:47:56 +02:00
TheBusyBiscuit
43e2d66f36 Fixed Ressearches 2017-07-21 11:50:59 +02:00
TheBusyBiscuit
4470d34555 Update plugin.yml 2017-07-14 12:02:32 +02:00
Poslovitch
1f927ea13d Documented categories 2017-06-23 18:01:44 +02:00
TheBusyBiscuit
18e0f1477c Merge pull request #340 from Poslovitch/documentation
Documented and improved Researches
2017-06-23 13:49:58 +02:00
Poslovitch
24900b855a Fixed indentation and a useless static access 2017-06-23 13:13:22 +02:00
Poslovitch
bc53533ca4 Documented and improved Researches 2017-06-23 13:06:08 +02:00
TheBusyBiscuit
fce3b437a7 Fixed "Bytes of Code" 2017-06-22 23:03:54 +02:00
TheBusyBiscuit
e7593aaa16 Fixed SlimefunItem#getState() 2017-06-22 23:00:14 +02:00
Poslovitch
2aecee2492 Ticking check 2017-06-22 22:54:19 +02:00
Poslovitch
561caeaf51 Changed some checks 2017-06-22 22:49:36 +02:00
Poslovitch
b0d487fbc9 Fixed a useless check 2017-06-22 22:44:38 +02:00
Poslovitch
829fead370 More memory usage improvements 2017-06-22 22:39:19 +02:00
Poslovitch
911903e4a2 Less memory usage for "not unlocked" messages 2017-06-22 22:31:41 +02:00
Poslovitch
e388bf01f1 Added a State enum for SlimefunItem
Related to https://github.com/TheBusyBiscuit/Slimefun4/pull/337,
https://github.com/TheBusyBiscuit/Slimefun4/issues/231
2017-06-22 22:16:22 +02:00
TheBusyBiscuit
19af94c6ea Removed Memory Leaks 2017-06-22 16:43:49 +02:00
TheBusyBiscuit
c2f877b47c First Steps towards Item Hashing 2017-06-22 16:42:56 +02:00
Poslovitch
38a64adee7 Show the item display page when clicking on it in a machine's display recipes 2017-06-22 15:18:26 +02:00
Poslovitch
cddaf1c1a6 Little color fixes in messages 2017-06-22 14:20:31 +02:00
Poslovitch
18779b114b Lightened some heavy calls in (dis)enchantable checks 2017-06-19 18:49:38 +02:00
Poslovitch
8910839e31 Forgot to push the isEnchantable() check in AutoEnchanter 2017-06-19 18:34:58 +02:00
Poslovitch
9a04d52df9 Added option to toggle "enchantability" of an item
Related to https://github.com/TheBusyBiscuit/Slimefun4/issues/280
2017-06-19 17:04:28 +02:00
TheBusyBiscuit
0c9324063a Merge pull request #330 from Poslovitch/give
Added an optional amount parameter for /sf give
2017-06-19 16:00:27 +02:00
Poslovitch
b3ec105ddc Removed unused import & modified messages 2017-06-19 15:58:32 +02:00
Poslovitch
9d4f6879ea Added an optional amount parameter for /sf give
Related to https://github.com/TheBusyBiscuit/Slimefun4/issues/300
Also removed a useless online check, and adapted messages (may need the
owners to regenerate messages.yml file)
2017-06-19 14:51:32 +02:00
Poslovitch
1e9bb5e0a3 Splited option to toggle fireworks into "when researched" & "when given"
Related to https://github.com/TheBusyBiscuit/Slimefun4/issues/308
2017-06-19 14:14:26 +02:00
TheBusyBiscuit
4930d54795 Updated "Unsupported Version" message 2017-06-14 12:35:25 +02:00
Poslovitch
710d74585d Added option to toggle research fireworks
Related to https://github.com/TheBusyBiscuit/Slimefun4/issues/308
2017-06-14 10:57:11 +02:00
John000708
4eed2e1b61 Remove bad code 2017-06-13 19:59:39 +02:00
John000708
7f52070e08 You did not see this 2017-06-13 19:33:53 +02:00
John000708
a471e4f93c Update Version 2017-06-13 19:32:53 +02:00
John000708
5d3c7b643e 1.12 Support 2017-06-13 19:28:54 +02:00
John000708
d67470dfab Merge branch 'master' of https://github.com/TheBusyBiscuit/Slimefun4 2017-06-13 16:09:36 +02:00
AlexLander123
4a23613277 Added unplaceable-blocks for BlockPlacer 2017-05-30 17:14:11 +08:00
John000708
cf1850dec8 Update Branch 2017-05-28 20:37:59 +02:00
TheBusyBiscuit
9ae4baab44 Extend Backpack Fixes to Cooler 2017-05-02 15:38:20 +02:00
TheBusyBiscuit
42015cec8d Update plugin.yml 2017-04-30 08:54:39 +02:00
TheBusyBiscuit
bf080a2a15 Revert "Fixed Talisman of Anvil" 2017-04-30 08:52:19 +02:00
TheBusyBiscuit
32e312b422 Updated plugin.yml 2017-04-25 18:46:21 +02:00
VoidAngel
bc00c685d7 Removed uneeded import 2017-04-25 09:19:34 -07:00
VoidAngel
6af5a83ca5 Removed redundant code 2017-04-25 09:18:39 -07:00
VoidAngel
1c04e66b65 Fixed typo 2017-04-25 09:16:25 -07:00
VoidAngel
a76137aa2b Update BackpackListener.java 2017-04-25 08:23:22 -07:00
VoidAngel
41d462b265 Update SlimefunSetup.java 2017-04-25 08:21:15 -07:00
VoidAngel
a90028b6d6 Update ElectrifiedCrucible.java 2017-04-25 08:17:38 -07:00
VoidAngel
f59884455a Backpack fixes v2
Fixes:
- Backpacks getting stuck in backpacks with number keys.
- Putting shulker boxes inside backpacks for infinite storage.
- A dupe where a player would drop the backpack at the same time as opening it.
2017-04-24 15:41:25 -07:00
VoidAngel
b415032dea Backpack fixes 2017-04-24 15:35:02 -07:00
VoidAngel
10e343be71 Fixed electric crucible inconsistency
Hardened clay will now make water instead of lava (As the recipe is in the manual crucible)
2017-04-24 10:47:48 -07:00
VoidAngel
8ecdec0491 Crucible fix
Fix for the hardened_clay crucible recipe and prevent block place on use
2017-04-24 10:43:12 -07:00
VoidAngel
c5f110dca4 Added backpack already open message 2017-04-21 10:01:38 -07:00
VoidAngel
f1a8816bfa Prevent possible backpack dupes
This will prevent dupes from arising if a player obtains 2 of the same backpack from staff error, flukes, past exploits, etc.
2017-04-21 09:59:59 -07:00
TheBusyBiscuit
b882926fd5 Merge pull request #261 from VoidAngel/master
Fix backpack dupe (And all similar dupes)
2017-04-20 22:53:57 +02:00
VoidAngel
7c50fd691b Fix backpack dupe (And all similar dupes) 2017-04-20 11:23:29 -07:00
DeathlyPanda
07ac226556 Fixed Talisman of Anvil
Issue was posted in: https://github.com/TheBusyBiscuit/Slimefun4/issues/229
2017-04-14 20:29:54 -04:00
DeathlyPanda
5d8b0e4ddb Simplified Patch 2017-04-14 18:25:02 -04:00
DeathlyPanda
52d42a5744 Fix Pickaxe of Vein Mining Dupe
Fixed pickaxe to prevent duplication of ores.
2017-04-13 09:42:07 -04:00
TheBusyBiscuit
ebfc6f418c Fixed Round-Robin Mode for Cargos 2017-04-10 10:08:06 +02:00
TheBusyBiscuit
3d21dae93c Reverted failed fix 2017-04-10 10:00:26 +02:00
TheBusyBiscuit
45554ce457 Fixed Cargo Round-Robin Mode 2017-04-10 09:57:58 +02:00
TheBusyBiscuit
5590118a52 Added elses 2017-04-10 09:46:21 +02:00
TheBusyBiscuit
1962dbb0a5 Chain Armor no longer spams messages 2017-04-09 09:59:45 +02:00
TheBusyBiscuit
f751eafc86 Fixed Jet Boots Recipe 2017-04-09 09:46:05 +02:00
TheBusyBiscuit
4b44c347fe Removed deprecated code snippet 2017-04-09 09:44:37 +02:00
TheBusyBiscuit
10d87d37b3 Fixed Backpack Crafting 2017-04-08 19:19:29 +02:00
TheBusyBiscuit
93b209bb36 Updated Version 2017-04-08 19:13:26 +02:00
TheBusyBiscuit
8ebae91e36 You can now upgrade Backpacks 2017-04-08 19:13:06 +02:00
John000708
e98c66544f Merge branch 'master' of https://github.com/TheBusyBiscuit/Slimefun4 2017-04-04 19:53:59 +02:00
TheBusyBiscuit
4650b92947 Added Addons amount to /sf versions 2017-04-02 11:09:52 +02:00
TheBusyBiscuit
af6ec415b0 Maybe made the Block Storage stuff safer, idk 2017-03-31 14:47:43 +02:00
TheBusyBiscuit
e3e3e67720 Safe Handler 2017-03-27 16:14:52 +02:00
TheBusyBiscuit
c88ddcc592 Updated Version 2017-03-26 09:32:42 +02:00
TheBusyBiscuit
b901f885fa Fixed Block Inventories 2017-03-26 09:31:27 +02:00
TheBusyBiscuit
9f5b629c43 Updated Version 2017-03-24 14:08:48 +01:00
TheBusyBiscuit
fc00c5356c Fixed CSCoreLibLoader 2017-03-24 14:04:38 +01:00
TheBusyBiscuit
b6589d49f1 Updated /sf versions 2017-03-20 15:24:29 +01:00
TheBusyBiscuit
3ca993175e Fixed missing chunks file 2017-03-19 20:20:25 +01:00
John000708
07dbfbd318 Cargo Nodes now listen for canAccessChest() 2017-03-19 17:27:16 +01:00
John000708
4871a17f2d Prevent message spamming from vanilla items 2017-03-19 13:52:08 +01:00
TheBusyBiscuit
abc808b95b Added SlimefunItem#isAddonItem() 2017-03-18 19:34:52 +01:00
Mason
552af5d9cd Added Trash Can 2017-03-15 05:53:34 -04:00
Mason
b67a50b2d1 Added Cargo Management 2017-03-15 05:50:00 -04:00
TheBusyBiscuit
5b84d0f261 Fixed FileNotFoundException: chunks.sfc 2017-03-14 16:28:15 +01:00
TheBusyBiscuit
73cdbf114b Fixed Inventory Saving 2017-03-14 16:26:17 +01:00
TheBusyBiscuit
e69fa679dc Merge pull request #172 from John000708/master
Fixed Multimeter not showing with colors
2017-02-28 08:42:29 +01:00
John000708
5c47a3f4fe Fixed Multimeter not showing with colors 2017-02-24 19:45:36 +01:00
TheBusyBiscuit
ab14aa7a48 Merge pull request #136 from John000708/master
Feature Additions
2017-02-06 20:40:57 +01:00
John000708
4c5f7d5766 Fixed Shulker Boxes not dropping with contents in them 2017-02-06 19:56:37 +01:00
John000708
0d2ff61387 Added CoreProtect logging for the Explosive Pickaxe 2017-02-06 19:28:06 +01:00
John000708
de4f779a64 Added EmeraldEnchants limit to AutoEnchanter.
Started "documenting" the API
2017-02-06 18:23:11 +01:00
TheBusyBiscuit
83426277d3 Update plugin.yml 2017-02-05 10:48:52 +01:00
John000708
d819e1d6bc Added an option to allow normal creative researching 2017-02-04 21:54:01 +01:00
TheBusyBiscuit
69fc66859e Fixed Contributors list not resetting 2017-02-04 21:03:51 +01:00
TheBusyBiscuit
ba6a6507e5 New Guide Design, added Cheat Sheet, new Settings GUI 2017-01-31 11:08:17 +01:00
TheBusyBiscuit
e731bf20aa Call ChestManipulator on withdraw() 2017-01-23 12:55:58 +01:00
TheBusyBiscuit
b08f5b9892 Added ChestManipulator 2017-01-23 12:52:14 +01:00
TheBusyBiscuit
485319a2f9 Fixed XP duplication 2017-01-21 08:30:41 +01:00
TheBusyBiscuit
73210d0a99 Fixed Message 2017-01-21 08:29:03 +01:00
AlexLander123
b99b396902 Fix XP Dupe Bug 2017-01-20 23:57:19 +08:00
TheBusyBiscuit
dfaa90a053 test 2017-01-19 18:29:04 +01:00
TheBusyBiscuit
0b4127d7d3 Added WikiSetup.class 2017-01-19 18:26:56 +01:00
TheBusyBiscuit
c5f0770827 Fixed GuideHandler Runnables 2017-01-18 15:51:14 +01:00
TheBusyBiscuit
f313014c70 Fixed GuideHandler Runnables 2017-01-18 15:47:51 +01:00
TheBusyBiscuit
d8c8e0f2e3 Fixed Addons List 2017-01-18 15:39:03 +01:00
TheBusyBiscuit
c7b47bd934 Added /sf versions 2017-01-18 15:37:00 +01:00
TheBusyBiscuit
8609a1cd38 Fixed Small Armor Stands 2017-01-18 15:26:46 +01:00
TheBusyBiscuit
a435545aa5 Start Delay for GitHub Task 2017-01-18 12:45:28 +01:00
TheBusyBiscuit
1c94e66898 GitHub Queries are now repeating 2017-01-18 12:44:12 +01:00
TheBusyBiscuit
70d28b8ac4 Added "last update" value 2017-01-18 12:40:17 +01:00
TheBusyBiscuit
94cbf18371 Changed Format 2017-01-18 12:18:10 +01:00
TheBusyBiscuit
0cd1936966 Changed Format 2017-01-18 12:16:25 +01:00
TheBusyBiscuit
855e6c19b8 More GitHub Integration 2017-01-18 12:14:01 +01:00
TheBusyBiscuit
a1c9195312 Changed Guide Default View 2017-01-17 16:38:47 +01:00
TheBusyBiscuit
0bf99d6974 Fixed double messages 2017-01-17 16:37:55 +01:00
TheBusyBiscuit
d66dc68311 Improved Guide Settings Menu 2017-01-16 20:31:57 +01:00
TheBusyBiscuit
692ea87b4a Menu Reposition 2017-01-16 16:30:26 +01:00
TheBusyBiscuit
3dd3cd7d69 More GitHub Integration 2017-01-16 16:28:41 +01:00
TheBusyBiscuit
20c3478bad Do not display Settings in Cheat Mode 2017-01-15 20:01:20 +01:00
TheBusyBiscuit
95f0dfa41b Added GitHub API Integration to retrieve proper credits 2017-01-15 19:17:02 +01:00
TheBusyBiscuit
ccf5fd351d // TODO 2017-01-14 22:45:06 +01:00
BuildTools
f822bc961b Solved Conflicts 2017-01-14 22:43:44 +01:00
TheBusyBiscuit
d0462f8f80 Guide Changes 2017-01-14 22:40:06 +01:00
TheBusyBiscuit
1a7af859e5 Merge pull request #94 from NathanAdhitya/master
Minor Fixes
2017-01-08 13:30:19 +01:00
NathanAdhitya
d6a10e1528 Minor Fixes
Derp. Changed the Minecraft Color Code, and added PlayerInventory
update, as suggested by TheBusyBiscuit.
2017-01-08 18:49:55 +07:00
TheBusyBiscuit
6e1c895d56 Merge pull request #92 from NathanAdhitya/master
Off-Hand Monster Jerky Fix
2017-01-08 11:35:05 +01:00
NathanAdhitya
3a79063a71 Off-Hand Monster Jerky Fix
There may be a better way of implementing this, but.... ehh.. this is my
concept :P.

The other lines, are just naughty github not accepting the Color code
symbols.
2017-01-08 08:44:48 +07:00
TheBusyBiscuit
f639c36509 Fixed Ancient Altar dropping invalid ItemStacks when aborting 2017-01-05 13:53:11 +01:00
TheBusyBiscuit
18def9d050 Machine Settings Pre-Setup 2017-01-04 17:48:44 +01:00
NathanAdhitya
7b86df37fc . 2017-01-01 21:07:26 +07:00
NathanAdhitya
a3afb14a10 . 2017-01-01 20:26:50 +07:00
NathanAdhitya
1af833bf96 Tier 2 Electric Ore Grinder Speed and Energy is not at the proper value. 2017-01-01 20:23:53 +07:00
NathanAdhitya
8ff8daf4b5 Tier 2017-01-01 20:08:40 +07:00
Admin
042ce48272 Added NotPlaceable Interface 2016-12-30 10:48:58 +01:00
TheBusyBiscuit
5b990aa4c5 Added NotPlaceable Interface 2016-12-30 10:48:27 +01:00
AlexLander123
c565252072 Implemention of ExcludedTool and ExcludedSoulboundTool
Fix Soulbound Shovel and Soulbound Hoe Duplication Bug;
2016-12-30 10:09:08 +08:00
mrCookieSlime
f102f452fb Fixed AncientAltar Recipe Check 2016-12-28 08:47:36 +01:00
mrCookieSlime
75c2fea04a Fixed Offhand Juice Handling 2016-12-27 14:24:49 +01:00
mrCookieSlime
ee88262243 Fixed JSON Parsing 2016-12-27 12:44:23 +01:00
mrCookieSlime
ef32a361ab Local JSONParser Object 2016-12-26 23:57:56 +01:00
mrCookieSlime
e306232933 Fixed JSON Parsing 2016-12-26 23:56:22 +01:00
mrCookieSlime
a3f118ca21 Escape Chunk JSONs 2016-12-26 23:38:18 +01:00
mrCookieSlime
c95c8c9ae0 Fixed JSON Escaping? 2016-12-26 23:36:19 +01:00
TheBusyBiscuit
da4fd57906 Merge pull request #59 from NathanAdhitya/master
Coal Ore is more reasonable to give 4 coal, rather than two in Advanced Digi-Miner
2016-12-20 15:48:52 +01:00
NathanAdhitya
8743da7c8e Coal Ore is more reasonable to give 4 coal, rather than two in Advanced Digi-Miner 2016-12-20 20:45:02 +07:00
TheBusyBiscuit
8bb0af64bb Merge pull request #56 from NathanAdhitya/master
Cargo Connected Text Color Doesn't work on a few servers.
2016-12-19 18:30:26 +01:00
NathanAdhitya
e4400a5229 Cargo Connected Color Text Doesn't Work on a few servers. 2016-12-19 17:19:21 +07:00
TheBusyBiscuit
9a1ef3282e Revert "Book Mode Color Fix" 2016-12-18 14:49:50 +01:00
NathanAdhitya
39eb79f0c9 Book Mode Color Fix
Looks like tellraw doesn't support the & symbols, eh?
Don't mind the tiny mess I made. There could've been some improvements.
2016-12-18 18:50:45 +07:00
mrCookieSlime
04ce375ea1 Fixed Radioactive Items not radiating in Off-Hand 2016-12-13 16:00:35 +01:00
mrCookieSlime
9c06deddc5 Moved abstract Resources 2016-12-05 19:51:39 +01:00
mrCookieSlime
3e7071561b Added Post Handler Method 2016-12-05 19:41:29 +01:00
mrCookieSlime
c3033bb6b0 API Additions 2016-12-05 19:39:58 +01:00
TheBusyBiscuit
4ad601f90d Merge pull request #40 from John000708/master
Fixed some stuff
2016-12-04 15:18:05 +01:00
BuildTools
daa457d88d Update version 2016-12-04 15:11:31 +01:00
BuildTools
fa0f0a4012 Fixed some stuff 2016-12-04 00:08:59 +01:00
mrCookieSlime
0df97edfcc Changed Electric Ingot Pulverizer Speed 2016-11-28 20:06:37 +01:00
mrCookieSlime
622009d1b3 Minor Tweaks 2016-11-28 19:57:57 +01:00
mrCookieSlime
bcbbe3bbfa Potential Error Fix 2016-11-28 19:49:57 +01:00
BuildTools
5d1cf4d135 Fixed 2 minor issue (Should be the last ones) 2016-11-28 19:18:19 +01:00
BuildTools
b729485157 Removed Deprecated Backpacks 2016-11-27 22:38:33 +01:00
BuildTools
5ccf83c182 Fixed Backpacks 2016-11-27 21:13:48 +01:00
BuildTools
ac97c0435c Added researches
Fixed minor issue
2016-11-27 19:57:36 +01:00
BuildTools
ef9fa6a54b Update Version 2016-11-27 19:34:45 +01:00
mrCookieSlime
174658a4a1 Created abstract Drill 2016-11-26 20:25:36 +01:00
mrCookieSlime
7609ba04fb Added Nether Drill 2016-11-26 13:07:09 +01:00
mrCookieSlime
fe00a62730 Added Nether Ice 2016-11-26 13:03:45 +01:00
BuildTools
b31229deaa Added Electrified Crucibles 2016-11-26 12:54:32 +01:00
BuildTools
9f3bd4caf2 Merge branch 'master' of https://github.com/TheBusyBiscuit/Slimefun4 2016-11-26 12:49:54 +01:00
BuildTools
8fc62d4a30 Minor tweaks 2016-11-26 12:41:20 +01:00
mrCookieSlime
d5b9c98704 Added new Tiers of Electric Smelteries and Electrified Crucibles 2016-11-26 12:37:43 +01:00
mrCookieSlime
1f4993e3cf Minor changes 2016-11-24 18:10:54 +01:00
BuildTools
2822791596 Farmer Android was missing...? 2016-11-24 17:48:11 +01:00
BuildTools
ef748fe01e Added Electric Crucible 2016-11-24 17:36:46 +01:00
BuildTools
7aa493a96d Replaced all § with & 2016-11-23 19:12:47 +01:00
BuildTools
3e470d87fb Replaced all § with & 2016-11-23 16:51:57 +01:00
BuildTools
f0e81533aa Refined reactor when no cooling is required 2016-11-21 19:01:34 +01:00
BuildTools
87bddc1fd8 Fixed ReactorHologram 2016-11-20 22:27:52 +01:00
mrCookieSlime
1b674aed05 Minor Changes to the Nether Star Reactor 2016-11-20 21:40:05 +01:00
mrCookieSlime
60635d6475 Added Coolant Hologram 2016-11-20 21:35:24 +01:00
BuildTools
4e46d46b75 Forgot to add this... 2016-11-20 21:18:04 +01:00
BuildTools
269e10d2ff Added Nether Start Reactor. 2016-11-20 21:06:13 +01:00
BuildTools
b7c760649e Made the Nuclear Reactor abstract, which will allow developers to make their own reactors. 2016-11-20 17:50:20 +01:00
BuildTools
bce1a3dfa3 1.11 Support 2016-11-20 14:47:46 +01:00
BuildTools
6b08a18f1f Added Advanced Farmer Android - Allows the harvest of Exotic Garden plants. 2016-11-20 00:23:37 +01:00
BuildTools
7e1238fe83 Bracket was missing (No idea how the IDE did not pick this up...) 2016-11-13 19:29:04 +01:00
BuildTools
62aa6e034a Prevent minecart from picking up display item 2016-11-13 18:36:22 +01:00
BuildTools
06e1424db1 Merge remote-tracking branch 'upstream/master'
Conflicts:
	src/me/mrCookieSlime/Slimefun/listeners/AncientAltarListener.java
2016-11-13 18:28:21 +01:00
BuildTools
b1b8dd5107 Fixed NMS 2016-11-13 18:16:02 +01:00
TheBusyBiscuit
24774ec878 Fixed Import 2016-11-13 18:13:44 +01:00
BuildTools
edbf5234f0 Added the Ingot Pulverizer to the researches 2016-11-13 17:45:05 +01:00
BuildTools
1b4cf5f9c3 Added Ingot Pulverizer. 2016-11-13 17:40:26 +01:00
BuildTools
bdb8bc5d2f Prevent Hopper Minecarts from picking up display items 2016-11-13 17:36:46 +01:00
TheBusyBiscuit
13f208a3b6 Fixed Ancient Altar Dupe Bug 2016-11-13 09:39:13 +01:00
TheBusyBiscuit
dbb3847645 Merge pull request #22 from John000708/master
Update Version
2016-11-06 11:31:41 +01:00
BuildTools
c99a1fd9a7 Update Version 2016-11-05 21:34:01 +01:00
TheBusyBiscuit
0c0456003a Update CSCoreLibLoader.java 2016-10-31 10:09:08 +01:00
mrCookieSlime
aba9353ff2 Fixed Imports + Elytra Failsafe (3) 2016-10-30 11:13:20 +01:00
TheBusyBiscuit
dea3e7fa0d Fixed Opening Permission for Advanced Cargo Output Node 2016-10-30 11:02:56 +01:00
TheBusyBiscuit
55f192d82e Permission Update for Cargo Output Nodes 2016-10-30 11:02:16 +01:00
TheBusyBiscuit
4ec9cfda22 Permission Update for Cargo Input Nodes 2016-10-30 11:01:47 +01:00
TheBusyBiscuit
f3d9346619 Cargo Nodes can now be opened by anyone permitted to access Inventories in that Area 2016-10-30 11:01:01 +01:00
TheBusyBiscuit
391f2d9391 Merge pull request #21 from John000708/master
Make the disenchanting feature individual for each item.
2016-10-28 22:18:46 +02:00
BuildTools
435d236ef1 Make the disenchanting feature individual for each item. 2016-10-28 22:08:40 +02:00
TheBusyBiscuit
abc94186f4 Merge pull request #20 from John000708/master
Fixed 1 bug and added a new feature.
2016-10-28 19:49:15 +02:00
BuildTools
01bf454794 Added an option to disable the disenchanting of Slimefun Items. 2016-10-28 19:38:09 +02:00
BuildTools
ba644401f4 Fixed Chiseled Quartz being used for infinite silicon in a smeltery. (Also fixed for any other similar items with different data) 2016-10-28 16:32:23 +02:00
TheBusyBiscuit
ab45623344 Failsafe for Elytras in Anvils (2/2) 2016-10-16 22:08:07 +02:00
TheBusyBiscuit
4daffec161 Failsafe for Elytras in Anvils 2016-10-16 22:03:41 +02:00
BuildTools
bfe85cdeeb Fix bad encoding.. 2016-10-16 13:58:23 +02:00
BuildTools
c06470d450 Made Elytras enchantable in normal anvils. 2016-10-16 13:44:17 +02:00
mrCookieSlime
6f61176d0c Immense Auto-Saving Optimizations 2016-09-17 10:12:44 +02:00
BuildTools
329a191d3c Now you shouldn't be able to fix a broken spawner with any items. 2016-09-11 22:55:39 +02:00
TheBusyBiscuit
9d4ff6df7d Update SlimefunStartup.java 2016-08-21 01:12:26 +02:00
alekso56
c8d15ad1cd Change reflection field to work on 1.10 - 1.10.2 2016-08-20 00:24:12 +02:00
mrCookieSlime
2c01982a48 Added some docs 2016-08-06 01:23:40 +02:00
mrCookieSlime
9ebb277ff0 Updated plugin.yml 2016-08-06 01:16:40 +02:00
mrCookieSlime
870ad1a40e Cleaned up Supported Versions Check 2016-08-06 01:11:32 +02:00
mrCookieSlime
4fc109f7d5 Revert broken Bows 2016-08-06 01:09:03 +02:00
BlackBeltPanda
4da36b51fc Fix imports 2016-08-05 09:04:09 -04:00
BlackBeltPanda
c9cce41679 Fix some experimental code
that was accidentaly left in.
2016-08-05 09:03:27 -04:00
BlackBeltPanda
fa42d1ef7c Fix Grappling Hooks duplicating
when they hit an entity such as a player or item frame.
2016-08-05 08:59:53 -04:00
Isaiah Patton
29f2aa11da Update SlimefunStartup.java 2016-07-31 19:14:03 -04:00
mrCookieSlime
73f63b6aec 1.10 Fix? 2016-07-31 20:36:39 +02:00
mrCookieSlime
9ebe3d09fc Updated Version 2016-07-31 20:22:51 +02:00
mrCookieSlime
ba2a7b7592 Added Quick-Access Android Script Buttons 2016-07-31 20:21:52 +02:00
mrCookieSlime
e6cb35f902 Changed Vitamins Recipe 2016-07-21 12:28:36 +02:00
mrCookieSlime
fe9c8522cc Updated plugin.yml 2016-07-21 12:27:08 +02:00
DeathlyPanda
8b7ca4ef92 Update DamageListener.java 2016-07-20 20:31:47 -04:00
DeathlyPanda
af1649d418 Fix Talisman of Hunter Dupe
Fix the chance of Talisman of Hunter duping a players inventory
2016-07-20 19:45:03 -04:00
Scott Tanner
d49a112ebc Fixes Reactor Crash
Fixes the possibility of the energy network crashing and the energy regulator disappearing.  This could have been caused by a Null pointer Exception on previous line 291 (now 294), where the BlockStorage checks for the stored "reactor-mode", when if the mode was never changed it would not have been set at all.
2016-06-28 01:25:32 -04:00
mrCookieSlime
83f7d84009 Updated to 1.10 2016-06-10 18:39:40 +02:00
mrCookieSlime
cca1c29c70 Corruption Fix 2016-06-05 18:52:44 +02:00
mrCookieSlime
3f6c3afe9d API Changes 2016-06-05 15:56:55 +02:00
mrCookieSlime
637600c941 Anvil will no longer reject disabled Slimefun Items 2016-06-04 10:49:47 +02:00
mrCookieSlime
43c91b37dd Added Infused & Soulbound Elytras 2016-05-29 10:46:11 +02:00
mrCookieSlime
1a7c6010d9 Fixed Block Inventory still opening if a Block is in its way 2016-05-29 10:36:54 +02:00
mrCookieSlime
cc90907aa6 Fixed Carbonado GPS Transmitter not being destroyable 2016-05-29 10:30:40 +02:00
mrCookieSlime
7aab7aaf7c Merge branch 'master' of https://github.com/TheBusyBiscuit/Slimefun4.git 2016-05-29 10:28:05 +02:00
mrCookieSlime
5f61c8440f Fixed bugged Inventories when clicking the Block with Cargo Nodes 2016-05-29 10:27:51 +02:00
TheBusyBiscuit
47353e1531 Merge pull request #11 from John000708/master
Now enchanted soulbound items won't get dropped on death.
2016-05-26 12:58:32 +02:00
BuildTools
9b87d2f208 Now enchanted soulbound items won't get dropped on death. 2016-05-24 20:16:32 +02:00
mrCookieSlime
b18103e076 Updated Version c: 2016-05-22 18:44:04 +02:00
mrCookieSlime
e99552e111 Chest Terminals no longer show a higher number than youre able to
request
2016-05-22 13:21:54 +02:00
mrCookieSlime
2f1475a5ba Block Inventories now close when the Block is broken 2016-05-22 10:26:12 +02:00
BuildTools
806854557a Added a recipe for the Elytra. 2016-05-21 22:41:50 +02:00
mrCookieSlime
3ed3ac315c Fixed Night Vision Goggles Recipe 2016-05-20 16:11:52 +02:00
mrCookieSlime
74e4563f24 Fixed Monster Jerky 2016-05-20 11:07:20 +02:00
mrCookieSlime
e2b8369f3b Slimefun will no longer hook into outdated Versions of WorldEdit 2016-05-19 16:50:56 +02:00
mrCookieSlime
628c566cf0 Fixed /sf teleporter 2016-05-19 16:11:19 +02:00
mrCookieSlime
0900a0eaaa Updated GEO-Scanner to OreGen System 2016-05-18 22:31:49 +02:00
mrCookieSlime
9d7d19b926 TODO: Update GEO-Scanner to the OreGenSystem 2016-05-18 22:26:35 +02:00
mrCookieSlime
0ab0b4492c Added OreGenSystem 2016-05-18 19:04:27 +02:00
mrCookieSlime
ad1fb2dc3b Added /sf teleporter 2016-05-18 15:15:45 +02:00
mrCookieSlime
f887514fab Fixed Smelters Pick 2016-05-18 14:24:54 +02:00
mrCookieSlime
772aa0062a Fixed Slimefun Guide 2016-05-17 21:38:18 +02:00
mrCookieSlime
0c2a4525e7 Fixed OutOfBoundsException on the Slimefun Guide 2016-05-17 09:27:32 +02:00
mrCookieSlime
4b25a63076 Fixed Slimefun Guide Handler Arrangement 2016-05-16 13:18:56 +02:00
mrCookieSlime
ecd241867a Fixed disabled Items showing up sometimes 2016-05-16 13:12:28 +02:00
mrCookieSlime
89a4982197 Locked Items are now displayed as Barriers 2016-05-16 13:03:26 +02:00
mrCookieSlime
c5abb93185 Added 2 new Wiki Pages 2016-05-16 09:49:35 +02:00
mrCookieSlime
356dd4b704 Took care of Inventory Corruption 2016-05-15 13:40:28 +02:00
mrCookieSlime
2f114ed3d8 Added Talismans Wiki Page 2016-05-15 13:24:58 +02:00
mrCookieSlime
ab0ca1e2a7 Fixed Smelters/Explosive Pickaxe dropping Skeleton Skulls when breaking
Player Skulls
2016-05-15 13:11:20 +02:00
mrCookieSlime
640ea5da15 Updated Version 2016-05-14 19:25:00 +02:00
mrCookieSlime
027ffa165b Fixed Material Enum on ItemEnergy 2016-05-14 19:24:40 +02:00
BuildTools
1873bb20fa Fixed the Pressure Chamber dropping Stained Glass Panes. 2016-05-14 17:56:49 +02:00
mrCookieSlime
f1f7a83473 Fixed Backup Deletion 2016-05-14 13:36:19 +02:00
mrCookieSlime
5dde2c8564 1.9.4 Support and Fixes 2016-05-14 13:29:40 +02:00
mrCookieSlime
7469e14aa0 Fixed Machines not consuming Energy 2016-05-09 19:51:04 +02:00
mrCookieSlime
7f286b0619 Fixed Raw Cod resulting in Cooked Salmon in the Electric Furnace 2016-05-02 16:01:07 +02:00
TheBusyBiscuit
afcf359d91 Gold Pan no longer calls an Event 2016-04-30 11:28:31 +02:00
BuildTools
076922f5d6 Fixed 2 errors caused by my IDE... 2016-04-27 21:52:43 +02:00
BuildTools
94c701eee3 Fixed the Fortune Cookie's messages having no color. 2016-04-27 15:14:54 +02:00
mrCookieSlime
b754ac4eb1 Added Message for stupid people who dont read the version requirement 2016-04-27 12:07:12 +02:00
mrCookieSlime
5c384045a2 Fixed TickerTask Spam 2016-04-25 19:21:41 +02:00
mrCookieSlime
f2fe5090d3 Fixed Android Script Buttons being NULL 2016-04-25 19:12:19 +02:00
mrCookieSlime
4d3943cd74 Errors from ticking a Block are now saved inside your
/plugins/Slimefun/error-reports/ folder.
2016-04-25 18:51:19 +02:00
mrCookieSlime
c0d0dcd134 Items you dont have the Permission for, will no longer prevent you from
unlocking categories
2016-04-24 14:31:53 +02:00
mrCookieSlime
86464bb47a Bugged Blocks will now be replaced with AIR as well 2016-04-24 14:26:52 +02:00
mrCookieSlime
4431194d44 Bugged Slimefun Blocks will now be auto-deleted. 2016-04-24 14:23:05 +02:00
mrCookieSlime
179196730e Added new Wiki Pages 2016-04-22 10:06:03 +02:00
TheBusyBiscuit
11761d0e69 Fixed Wiki Links 2016-04-20 18:45:44 +02:00
mrCookieSlime
acd3b945de Disabled Slimefun Items will no longer leave an empty Slot 2016-04-17 20:48:28 +02:00
mrCookieSlime
22e005e33d Categories with 0 Items enabled will no longer appear in the Guide. 2016-04-17 20:39:40 +02:00
mrCookieSlime
c787a9a538 RecipeType.GetInputList() will now return an empty List if the Machine
is null
2016-04-17 08:28:05 +02:00
mrCookieSlime
467b5ac74c Updated Version 2016-04-16 23:43:30 +02:00
mrCookieSlime
a0f4c52aba Fixed Blade of Vampires and Necrotic Skull Recipe 2016-04-16 23:42:30 +02:00
BuildTools
4de6231b74 Fixed the Research Progress message having 2 percentage symbols. 2016-04-15 15:58:29 +02:00
mrCookieSlime
e219fcf74d Added config option to set the Guide's Default Design 2016-04-15 07:23:48 +02:00
mrCookieSlime
2830d0be74 Bug Fixes; /sf elevator will no longer show up in the Console 2016-04-15 00:37:23 +02:00
mrCookieSlime
6bad9586d2 Changed LICENSE Location 2016-04-14 18:31:16 +02:00
mrCookieSlime
686004304c Slimefun 4 2016-04-14 18:24:03 +02:00