Commit graph

90 commits

Author SHA1 Message Date
Ellpeck
7524ee52fd Remove Util.RANDOM 2016-11-02 19:36:32 +01:00
Ellpeck
52c8e92f33 Re-added the villager and tweaked some dungeon loot 2016-11-01 20:47:37 +01:00
Ellpeck
1aaa3c64e4 Make crystals generate in lush caves 2016-11-01 00:12:15 +01:00
Ellpeck
204548ff75 right 2016-10-31 21:14:23 +01:00
Ellpeck
8f65ac4683 Added a method to the API to figure out which type a laser relay has 2016-10-31 21:12:15 +01:00
Ellpeck
c05cdc1ec6 Cleanup~ 2016-10-31 19:05:29 +01:00
Ellpeck
020adc97b2 Added back jam house loot and added lush caves loot 2016-10-30 23:08:40 +01:00
Ellpeck
2afc7ba124 Added back loot from 1.7.10 2016-10-30 20:28:02 +01:00
Ellpeck
19b0cc7223 Remove old temporary stuff 2016-10-30 19:30:19 +01:00
Ellpeck
acebcb2fbd Changed the way crusher recipes are registered
Closes #297
2016-10-30 17:13:46 +01:00
Ellpeck
7a69273865 Significantly reduce performance loss when using Item Laser Relays and/or ESDs
Closes #279
2016-10-29 12:00:00 +02:00
Ellpeck
e3e5910443 Add visual indication of where the Atomic Reconstructor hits 2016-10-19 18:38:57 +02:00
xbony2
99bd586ce2 closes #260 (3 is the default metadata) (#261) 2016-09-26 06:41:45 +02:00
Ellpeck
ecb6eddc06 Grab the broom and sweep~ 2016-09-12 20:45:29 +02:00
Ellpeck
ce63aafe3f Add a breaking change to the API 2016-09-12 16:13:39 +02:00
Ellpeck
a4ac7ccb81 Don't break the API! 2016-09-01 18:08:15 +02:00
Ellpeck
0e4967ea70 Implemented new system of determining the type of laser relay connection 2016-09-01 18:02:03 +02:00
Ellpeck
e203b14f8d Fixed mushrooms creating nether wart infinitely with the Reconstructor 2016-08-17 03:49:29 +02:00
Ellpeck
cba12aabe0 Made the smiley cloud not crash with blocks without items
Closes #208
2016-08-14 23:38:32 +02:00
Ellpeck
168d21010b Adjust the special renderer a bit and make it disappear when Elytra flying because it looks stupid 2016-08-07 00:02:26 +02:00
Ellpeck
d69283fde6 Made the reconstructor use the right amount of energy for items >_> 2016-08-05 13:07:11 +02:00
Ellpeck
f949060d6f Removed Seasonal mode.
Sorry :(
2016-08-04 07:28:58 +02:00
Ellpeck
b31875c38c Added a new crafting mechanic, the Empowerer 2016-08-03 04:01:47 +02:00
Ellpeck
12f6430778 Did some API cleaning up 2016-08-03 01:09:11 +02:00
Ellpeck
561ec49fa5 sweepedysweepsweep 2016-08-02 13:08:22 +02:00
Ellpeck
a3c1d7e110 Made Booklet save its data via identifiers instead of number ids 2016-08-02 00:36:14 +02:00
Ellpeck
116dc6d174 Added easy Booklet Chapters to the API 2016-08-01 15:10:13 +02:00
Ellpeck
98e24f4ef4 Made Laser Relays be able to be connected without it being visible ~ 2016-08-01 14:15:09 +02:00
Ellpeck
ab734ff839 Added an easy ability to add booklet pages through the API 2016-07-31 17:20:49 +02:00
Ellpeck
df4bcf05cf Added ILaserRelayConnectionHandler to the API so that you can make your own Laser Relay connections :v 2016-07-30 17:07:32 +02:00
Ellpeck
346dbf2ccd Cleanup! 2016-07-07 17:59:45 +02:00
Ellpeck
44f39bf069 What the fuck is wrong with me. 2016-07-07 06:48:09 +02:00
Ellpeck
0eb64b2659 Remove some utils that were stupid 2016-07-04 20:15:41 +02:00
Ellpeck
050f963940 Cleaned up event classes and stuff 2016-07-03 20:57:00 +02:00
Ellpeck
c297df9cc4 Made fluid collector not output and input wrong stuff 2016-06-23 19:27:42 +02:00
Ellpeck
262976074e Massive cleanup 2016-06-17 23:50:39 +02:00
Ellpeck
ddaadd25d5 Made damage sources display the player's name 2016-06-08 19:11:06 +02:00
Ellpeck
9ad6dfcd0f For some reason, with this done, random disconnections don't occur anymore!? 2016-06-05 14:33:53 +02:00
Ellpeck
ff70e6d53d Made equals proper 2016-06-05 12:55:27 +02:00
Ellpeck
e2e2241e63 CLEANUP 2016-06-05 12:52:59 +02:00
Ellpeck
505c88f031 Added equals for Networks and ConnectionPairs
Just in case that was screwing something up at some point
2016-06-05 12:51:13 +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
eeb7592d22 Fixed block breaking effects playing as just the sound
Closes #105
2016-06-03 21:05:49 +02:00
Ellpeck
707a115708 Cleanup 2016-06-01 00:39:36 +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