Commit graph

127 commits

Author SHA1 Message Date
Ellpeck
ae4af4b804 remove sout 2016-07-20 22:31:42 +02:00
Ellpeck
a0f66373b6 Fixed bowls of water being hideous because they weren't going into the main hand 2016-07-20 22:31:27 +02:00
Ellpeck
c31424944d Lens of Disenchanting recipe and doc 2016-07-20 11:16:27 +02:00
Ellpeck
b1d0a72c4f Added lens of disenchanting.
Closes #161
2016-07-20 10:42:41 +02:00
Ellpeck
5b924bbd3a Update the way lenses work for what's coming up 2016-07-20 09:49:19 +02:00
Ellpeck
15a0608055 Reverse.
Fricker.
2016-07-18 02:09:41 +02:00
Ellpeck
07a9c9b10d Disallow bosses to be spawner changed.
Thanks to Dan for noticing it.
2016-07-18 02:08:24 +02:00
Ellpeck
8b0a5eb799 Override getToolClasses() in tools so that they work with basically every mod that needs it to work.
Duh.
2016-07-17 13:34:38 +02:00
Ellpeck
84c6549c86 Make Player Data UUID dependent again because apparently that works correctly now~ 2016-07-14 20:25:12 +02:00
Ellpeck
16d74df3cc Fixed player probe being broken
Thanks for help tiemo42 ^-^
2016-07-14 13:41:29 +02:00
Ellpeck
fdfec92f24 Player Probe.
Don't know if it works yet though.
2016-07-14 02:11:41 +02:00
Ellpeck
9bafff59d4 Make player data less hideous to use.
Closes #149
2016-07-12 22:13:50 +02:00
Ellpeck
02a58c5397 Creative tabs are client only. 2016-07-09 17:44:16 +02:00
Ellpeck
a315acc50d Fixed a bug with the game sometimes crashing when looking at a block with the manual in hand
This should actually fix it.
2016-07-08 19:08:54 +02:00
Ellpeck
01909c9787 Solid XP drop config 2016-07-08 17:40:47 +02:00
Ellpeck
bdc6f179cf Fixed the drill sometimes acting up on redstone or glowstone 2016-07-07 20:17:09 +02:00
Ellpeck
346dbf2ccd Cleanup! 2016-07-07 17:59:45 +02:00
Ellpeck
5d2ba3734e Made the hideous block breaking code probably even more hideous.
Anyways, closes #140
2016-07-06 18:31:29 +02:00
Ellpeck
0eb64b2659 Remove some utils that were stupid 2016-07-04 20:15:41 +02:00
Ellpeck
21f23c3670 Remove NEI integration and fix an event derp 2016-07-03 21:06:44 +02:00
Ellpeck
050f963940 Cleaned up event classes and stuff 2016-07-03 20:57:00 +02:00
Ellpeck
1e70dd8e49 Make the miner have the drill's harvest level 2016-07-02 17:15:53 +02:00
Ellpeck
26a7d74247 Updated forge, fixed some storage crate related stuff 2016-06-27 20:49:26 +02:00
Ellpeck
ee9c94da74 Added biomass and biocoal made from canola seeds and also made canola seeds edible
Closes #130
2016-06-27 19:25:46 +02:00
Ellpeck
262976074e Massive cleanup 2016-06-17 23:50:39 +02:00
Ellpeck
6a80b6d988 Two new chieves 2016-06-17 23:37:01 +02:00
Ellpeck
cba94da5c5 Removed rarmor integration as the mod is being rewritten soon.
Sorry. :v
2016-06-17 14:54:53 +02:00
Ellpeck
138a1af26c Added Tesla support.
Closes #124
2016-06-17 14:00:52 +02:00
Ellpeck
718c999f70 Added laser wrench mode switch.
Closes #119
2016-06-15 17:42:55 +02:00
Ellpeck
ac6cf7c3bc Added video introduction page 2016-06-12 13:39:26 +02:00
Ellpeck
19d764688f Re-add IFluidHandler since apparently everyone's moaning about EnderIO not getting their shit together 2016-06-10 21:52:37 +02:00
Ellpeck
ccb162820b This is going to make Booty Toast sad. 2016-06-09 21:14:43 +02:00
Ellpeck
9a9ec02eef Added item filters 2016-06-07 23:17:06 +02:00
Ellpeck
dc7bd582e6 Remove potion effect so that enough time doesn't cause two people to have the effect 2016-06-06 21:29:21 +02:00
Ellpeck
5895a8de1c Added dispay stand and leaf blower and potion ring integration for it 2016-06-06 21:27:09 +02:00
Ellpeck
e2e2241e63 CLEANUP 2016-06-05 12:52:59 +02:00
Ellpeck
707f71d7e3 Fixed configs resetting randomly.
Closes #107
2016-06-05 12:15:02 +02:00
Ellpeck
e17a48d7f0 How did I not think of this? 2016-06-04 14:38:20 +02:00
Ellpeck
ec07b3da02 Added custom system to save world data because the MC one was always failing on me 2016-06-04 13:51:06 +02:00
Ellpeck
7892a788be More null checks for less possible crashes 2016-06-03 23:34:01 +02:00
Ellpeck
bec7252405 Changed world data save system in hope that laser relays will disconnect less often 2016-06-03 23:27:37 +02:00
Ellpeck
596d2d0175 Made shovels make path blocks instead of farm land 2016-06-03 22:35:01 +02:00
Ellpeck
dbf5a86560 Fixed aiots not having four times the durability of their base tools
Closes #104
2016-06-03 21:07:58 +02:00
Ellpeck
eeb7592d22 Fixed block breaking effects playing as just the sound
Closes #105
2016-06-03 21:05:49 +02:00
Ellpeck
c53ea72404 Added water bowl 2016-06-02 19:28:51 +02:00
Ellpeck
707a115708 Cleanup 2016-06-01 00:39:36 +02:00
Ellpeck
2ebe4989b7 Removed ModelResourceLocation on server.
Closes #103
2016-06-01 00:37:28 +02:00
Ellpeck
4e0082ed7d Remove all uses of @Nonnull because it's stupid anyways.
ACTUALLY closes #97.
2016-05-29 23:49:35 +02:00
Ellpeck
da0f071d58 Death tracking part 1 2016-05-27 18:54:17 +02:00
Ellpeck
4b425a36ab SUPPRESS ALL THE THINGS!! 2016-05-20 19:05:10 +02:00