Commit graph

336 commits

Author SHA1 Message Date
Ellpeck
7c0c366e43 Removed crafting configs.
Use MineTweaker pls
2016-11-30 17:05:49 +01:00
Ellpeck
b43886d954 Fix this on 1.11 too, closes #421 for good 2016-11-29 21:53:07 +01:00
Ellpeck
56898a95db Made the power bar on items colorful too \o/ 2016-11-27 21:53:16 +01:00
Ellpeck
65e443e13b Added enabling/disabling the magnet ring 2016-11-27 11:56:22 +01:00
Ellpeck
142a07f783 Made filter slots be ignored by comparators and stuff 2016-11-27 11:37:55 +01:00
Ellpeck
adad967c02 Finally updated all the mappings 2016-11-26 21:32:28 +01:00
Ellpeck
f469f77f4f Drop that RF, like a big fat rock 2016-11-26 20:43:50 +01:00
Ellpeck
a70468ff72 fix a crash on startup with energy items 2016-11-26 19:02:59 +01:00
Ellpeck
b9a84481d1 Added Forge Units support to everything 2016-11-26 19:00:02 +01:00
Ellpeck
3176bafd2b Removed putting batteries in drills because of battery discharge mode 2016-11-26 18:28:14 +01:00
Ellpeck
98627341d4 Added nice crystal flux renderer~ 2016-11-26 15:09:15 +01:00
Ellpeck
cc5e517a1d Added FU as an option to the energy display 2016-11-26 09:36:19 +01:00
Ellpeck
bc220573e8 Added display tool tip to bags
Closes #407
2016-11-25 22:05:19 +01:00
Ellpeck
9b2628e9aa Fix an energy dupe bug with batteries 2016-11-23 18:25:08 +01:00
Ellpeck
3ed5e9cc8a Added internal energy methods to avoid things only using energy up to their cap 2016-11-23 18:10:55 +01:00
Ellpeck
377973fc9c Added lens whitelist and blacklist
Closes #399
2016-11-23 17:46:08 +01:00
Ellpeck
b5caedfeec Fixed the drill replacing itself
Closes #394
2016-11-22 19:52:33 +01:00
Ellpeck
6f90197087 Finished wing exhaustion mechanic 2016-11-22 19:35:52 +01:00
Ellpeck
2671cad420 Added flight limit to wings of the bats 2016-11-22 18:26:29 +01:00
Ellpeck
c7912a01d7 Make the lens of the killer actually drop player only drops
Closes #389
2016-11-22 08:40:11 +01:00
Ellpeck
73d3dc95bc Made potion rings require blaze and work in the off hand 2016-11-22 00:11:58 +01:00
Ellpeck
0dc3dd7d1a Change to using proper blockstates 2016-11-21 16:23:48 +01:00
Ellpeck
309733f096 Changed some energy item values around 2016-11-21 13:38:43 +01:00
Ellpeck
954df33f61 Change to using Nonnulllist so that things work 2016-11-20 20:13:26 +01:00
Ellpeck
75a3a91e65 remove old stuff that isn't really a thing anymore 2016-11-20 17:26:10 +01:00
Ellpeck
3fd96cf237 Made the lens of death disableable
Closes #377
2016-11-20 15:06:17 +01:00
Ellpeck
2a13f43378 Add draconium to the mining ore lens list 2016-11-20 00:09:37 +01:00
Ellpeck
d872b92751 forgot these 2016-11-19 23:14:17 +01:00
Ellpeck
5d624c7c50 snake_cased all items and their names 2016-11-19 23:12:22 +01:00
Ellpeck
07b97ada87 Added messy, but functional, remapper 2016-11-19 21:54:43 +01:00
Ellpeck
ec8c642099 1.11, first step. 2016-11-19 21:11:17 +01:00
Ellpeck
953bb7499d Rebalanced food a little bit 2016-11-18 22:07:32 +01:00
Ellpeck
4666f6d4ea Fixed the bag "leaking" items
Closes #373
2016-11-18 20:52:33 +01:00
Ellpeck
3ce31d09fd Fix a coffee machine dupe bug
Closes #372
2016-11-18 06:37:28 +01:00
Ellpeck
4009cec2ef Undo the bad decision part 2 2016-11-17 20:23:20 +01:00
Ellpeck
346b0b54f7 Added filter mod mode 2016-11-17 14:56:26 +01:00
Ellpeck
b2372d4231 Adapt code to resource rename 2016-11-16 21:56:47 +01:00
Ellpeck
36c176dd2e Cleanup and some more validation checks ~ 2016-11-16 20:31:16 +01:00
Ellpeck
6e34f9e345 This only took 20 years
Prepared for 1.11 ItemStack updates
2016-11-16 16:59:00 +01:00
garantiertnicht Weichware
a89bfa5001 Make the Teleportation Stuff use Vanilla Cooldown rather than Own one (#350) 2016-11-13 12:38:17 +01:00
Ellpeck
5507e2ce60 Changed player data to use variables instead of NBT 2016-11-11 21:41:07 +01:00
Ellpeck
c85a3c72a1 Some more booklet work 2016-11-11 21:07:18 +01:00
Ellpeck
81584c2fb1 B U T T O N S 2016-11-11 18:55:32 +01:00
Ellpeck
f35a041a55 Booklet rework, part 1.
This is an API breaking change, by the way.
2016-11-10 19:50:01 +01:00
Ellpeck
9d7d7bd3fc Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/main/java/de/ellpeck/actuallyadditions/mod/items/ItemFillingWand.java
2016-11-08 20:05:19 +01:00
Ellpeck
c129f6138d Sweepededeep~ 2016-11-08 20:04:36 +01:00
garantiertnicht Weichware
b5ecbb982a Make Item Filler work with Bocks that only have meta when placed in world. (#340)
* Made Filler Wand work with Meta you cant obtain in your inventory, and removed unused- and unexisting imports from the Laser Relay Tile Entity

* Revert "Made Filler Wand work with Meta you cant obtain in your inventory, and removed unused- and unexisting imports from the Laser Relay Tile Entity"
I dont think I should touch imports, so I revert this commit and re-commit only the ItemFiller.

This reverts commit e71769d7d7.

* Made Filler Wand work with Meta you cant obtain in your inventory (again)
2016-11-08 18:22:08 +01:00
Ellpeck
1a9a69a4bd Removed the laser wrench setting
Closes #339
2016-11-08 13:25:36 +01:00
Ellpeck
14255ea801 removed performance config options. Yea, really. 2016-11-07 19:58:34 +01:00
Ellpeck
3e8d89c390 Made the magnet ring even more useful by making it pick up items directly 2016-11-07 18:02:06 +01:00
Ellpeck
cc554241f7 Made XP created by solidified XP not be picked up by the solidifier 2016-11-07 17:48:02 +01:00
Ellpeck
e469c1d634 Made the AIOT work with spider webs
Closes #328
2016-11-06 15:30:04 +01:00
Ellpeck
add64ce9ea Finished handheld filler
Closes #316
2016-11-05 16:16:42 +01:00
Ellpeck
584f6bc034 Filling thing, part 1 2016-11-05 15:36:16 +01:00
Ellpeck
bb9a8c0512 Made the AIOT able to make both farmland and paths
Closes #323
2016-11-05 13:41:49 +01:00
Ellpeck
ad3bb33d03 Made the magnet ring a bit more useful
Closes #317
2016-11-02 21:03:41 +01:00
Ellpeck
7524ee52fd Remove Util.RANDOM 2016-11-02 19:36:32 +01:00
Ellpeck
9b5ead76a2 Added lens of the killer
Closes #315
2016-11-02 18:49:57 +01:00
Ellpeck
89f953df03 this should be a lot more 2016-11-01 22:03:27 +01:00
Ellpeck
21340c975d Added some more mining lens ores (canitzp) 2016-11-01 18:40:26 +01:00
Ellpeck
a515839c5c move the ore lists to the API 2016-10-31 19:20:29 +01:00
Ellpeck
c05cdc1ec6 Cleanup~ 2016-10-31 19:05:29 +01:00
Ellpeck
508ae87bdf Mining lens recipe and doc 2016-10-31 16:56:04 +01:00
Ellpeck
c0a40d03e7 Mining lens 2016-10-31 16:36:22 +01:00
Ellpeck
acebcb2fbd Changed the way crusher recipes are registered
Closes #297
2016-10-30 17:13:46 +01:00
Ellpeck
430beac2db Fixed AIOTs having wrong harvest levels,
closes #302
2016-10-29 12:23:53 +02:00
Ellpeck
f8f7940839 Added digit separators for large numbers, closes #305 2016-10-29 12:23:01 +02:00
Ellpeck
1d5a40804d Change the "sneak!" info to something that makes it clear you need to hover over ActAdd blocks to see more info 2016-10-19 18:30:55 +02:00
Ellpeck
3407aa61ba Added description to the booklet to explain what it is and that it needs to be right-clicked 2016-10-19 18:24:50 +02:00
Ellpeck
7682e3a467 Fixed the spawner changer sometimes keeping old mob data
Closes #274
2016-10-19 16:09:50 +02:00
Ellpeck
3a324ee09d Made batteries store more power the higher their tiers are
Closes #283
2016-10-19 15:25:26 +02:00
Ellpeck
0771585123 Made energy items not lose their power when crafted with
Closes #289
2016-10-19 15:23:54 +02:00
Ellpeck
79e012181a Added tool materials to tools
Should close #255
2016-09-25 20:50:35 +02:00
Ellpeck
b420823330 Fixed player probe saving #258 2016-09-25 20:44:40 +02:00
Ellpeck
ea982f025e Added textures for stuff that doesn't have any yet 2016-09-17 12:24:49 +02:00
Ellpeck
820f097c12 Added recipe for empowered oil 2016-09-13 20:40:26 +02:00
Ellpeck
ecb6eddc06 Grab the broom and sweep~ 2016-09-12 20:45:29 +02:00
Ellpeck
b475d15c9f Removed that a lens knows about its item because it doesn't need to 2016-09-11 20:24:10 +02:00
Ellpeck
9007ccadee Added crystallized canola seeds to make crystal oil 2016-09-11 14:51:52 +02:00
Ellpeck
12f4396264 Removed compatibility paxels 2016-09-05 21:52:29 +02:00
Ellpeck
0e4967ea70 Implemented new system of determining the type of laser relay connection 2016-09-01 18:02:03 +02:00
Ellpeck
15f0077ed4 Made Empowerer recipes take less energy and time but also be really annoying to do >:3
Closes #220
2016-08-31 20:47:12 +02:00
Ellpeck
722bb103f3 Fixed infinite tilling of worms
Closes #204
2016-08-13 22:35:15 +02:00
Ellpeck
35aae43d21 Fixed some items removing the entire NBT tag once clearing the storage
Closes #200
2016-08-10 21:04:44 +02:00
Ellpeck
dca179fce4 Renamed bags like toast told me to 2016-08-10 13:32:55 +02:00
Ellpeck
ee9abd4960 Packet Handler helper 2016-08-09 20:56:09 +02:00
Ellpeck
9c0fc504b7 Added bags-right-clicking-to-put-items-into-chests-feature.
Closes #193
2016-08-07 01:11:01 +02:00
Ellpeck
4383c2768e Add another chieve that I thought was pretty cool 2016-08-06 17:50:54 +02:00
Ellpeck
65aa7276ae Added some more achievements 2016-08-05 04:49:04 +02:00
Ellpeck
a907b7e8c5 Added more storage crate upgrades
Closes #186
2016-08-04 03:14:45 +02:00
Ellpeck
43a259886a made the reconstructor book entry show every crystal recipe on its own 2016-08-03 18:08:07 +02:00
Ellpeck
85de5de38f Empowering tweaks, empowered crystal textures 2016-08-03 13:36:42 +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
d63c7e788d Finished bags.
Closes #183
2016-08-02 20:06:31 +02:00
Ellpeck
950b89a58c Added bags.
They're awesome and super useful.
2016-08-02 16:32:13 +02:00
Ellpeck
561ec49fa5 sweepedysweepsweep 2016-08-02 13:08:22 +02:00
Ellpeck
66754912ab Fixed Water bowls doing their action twice.
Closes #182
2016-08-02 01:26:52 +02:00
Ellpeck
184ecbc786 Hopefully finally fixes spawners reset from time to time after using Spawner Changer.
Closes #162
2016-07-30 17:20:07 +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
b26c74c23a Made the drill's 5x5 upgrade mine out a five by five one block higher so that people stop bitching about it 2016-07-28 18:09:48 +02:00
Ellpeck
1418d6fb7f Add some more null checks to Drill's block harvesting.
Should close #175
2016-07-27 02:01:15 +02:00
Ellpeck
3f660f7c01 Removed Profiler usage 2016-07-25 22:37:14 +02:00
Ellpeck
0a5c306f30 Redo the ring a bit so that it now pulls items upwards 2016-07-25 14:12:52 +02:00
Ellpeck
2ce27f4735 Documented the battery change 2016-07-25 13:59:23 +02:00
Ellpeck
c166c3752d Made batteries output by sneak-right-clicking and added tesla support for items 2016-07-25 02:07:16 +02:00
Ellpeck
1fd25ec885 subtle worm changes 2016-07-22 22:52:18 +02:00
Ellpeck
6c5bd256b4 Made food less OP 2016-07-22 20:31:00 +02:00
Ellpeck
fdd4c295a4 WORMS! 2016-07-22 20:23:51 +02:00
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