Commit graph

546 commits

Author SHA1 Message Date
Shadows_of_Fire
9aaaeb9ed0 Fixes #1043
Includes a change that might also resolve #1041 in creative mode, but
that's untested.
2018-03-19 12:50:18 -04:00
Shadows_of_Fire
8cd9c6a095 Closes #1044 2018-03-19 12:05:28 -04:00
Shadows_of_Fire
8bb71ad796 meta is bad pls 2018-03-19 11:46:43 -04:00
Shadows_of_Fire
76be3f4fc9 Add atomic reconstructor battery config
as requested by @Darkosto
The recieve rate is always 0.0166 times the battery size.
2018-02-17 16:08:40 -05:00
Shadows_of_Fire
dc1a2d13b8 meta is bad kthx 2018-02-11 20:51:19 -05:00
Shadows_of_Fire
3a56a962b2 bleh 2018-02-11 19:44:15 -05:00
Shadows_of_Fire
f019fbfcda care about horses 2018-01-29 16:43:14 -05:00
Shadows_of_Fire
00e99d3611 Smart Feeder Fixes #1017 2018-01-29 03:17:38 -05:00
dalapo
82de1c3dd2 Add extra null check to canFillFluidType (#1006)
Prevents crashes when canFillFluidType(null) is called
2018-01-17 13:22:55 -05:00
Shadows_of_Fire
beef72d35d remove greenhouse glass tile entity
I am not sure if this is faster or slower than the old tile entity, but
it certainly is more performant.  Numbers may be adjusted to try and fix
what the old speed was (every 50 ticks)
2018-01-04 14:40:58 -05:00
Shadows_of_Fire
8a1ed7b14b remove explicit tesla support
tesla api is ded and this will be more work for 1.13 so rip af
2017-12-23 15:20:01 -05:00
Shadows_of_Fire
856d62f78c remov null 2017-11-02 17:49:53 -04:00
Artemish
aaedc88953 Added Compost recipes to JEI 2017-10-30 21:19:48 -05:00
Shadows_of_Fire
19402f3650 Fixes #929 2017-10-05 09:06:26 -04:00
Shadows_of_Fire
2f505dc24a Fixes #932 2017-09-29 22:47:10 -04:00
Shadows_of_Fire
75f9b17154 fix it for real this time 2017-09-25 15:54:53 -04:00
Shadows_of_Fire
dcd8f5207b Fixes #928 2017-09-24 14:32:24 -04:00
Shadows_of_Fire
1fe930b395 switch to new getDrops method
If this causes issues, its on other people's end to resolve it.  They
should stop overriding the old one.  But, this is basically asking for
trouble.
2017-09-17 02:47:04 -04:00
Shadows_of_Fire
6ef76a16ea more deprecation things, mainly moving away from all uses of getStateFromMeta
Changes in LensColor, LensMining, and MethodHandler might all catch on
fire, idk.
i checked them and they worked tho so blahr
2017-08-17 01:06:09 -04:00
Shadows_of_Fire
ed736f3c66 final touch on #881 2017-08-08 15:03:24 -04:00
Shadows_of_Fire
ab76551cde Stop using IFuelHandler and remove fake air block
also various generics/deprecation stuff cuz wabealwdnamflkaw.
Might put fake air block back if lex doesnt know how to make dummy
blocks work
2017-08-02 08:01:41 -04:00
Shadows_of_Fire
5dbd7aa414 Closes #809 2017-07-29 20:53:30 -04:00
Shadows_of_Fire
7a171c939a Closes #578 2017-07-29 19:03:45 -04:00
Shadows_of_Fire
ae736f384a un burn the house again
this should be the last time i swear
2017-07-28 16:17:52 -04:00
Brennan Ward
912539e81d Might burn down ur house (#868)
* Various generics/deprecation shit

this might all catch on fire, honestly, but it shouldn't, unless someone
was using the wrong I18n in the wrong place in the first place...

* uncrash the server

depending on where else big dad used the bad I18n this might also still
be crashy crash
2017-07-28 03:17:50 +02:00
Brennan Ward
6042517947 Stuffs (#865)
* Resolve dupe glitch

Items using custom item entities return false in EntityJoinWorldEvent,
making World#spawnEntity return false, making the stackSize not drop
properly.

* Closes #862

Well, I didn't really check it, but if that returns false that's their
fault.

* Closes #862

A bit of copypaste from ItemHoe never hurt anyone right?
2017-07-24 11:31:09 +02:00
Brennan Ward
f317b987f1 Misc QoL changes. (#852)
* Make shift clicking out of Crates mimic vanilla

Requsted without issue created by tterrag.

* Farmer QoL improvement

Tries to replant immediately after harvesting to waste less time.
Requested without issue by Morpheus1101
2017-07-17 14:20:53 +02:00
Brennan Ward
2252bb094e Closes #813 (#844)
* update oil fluid name

* resolve some npe
2017-07-12 20:19:48 +02:00
Brennan Ward
978d624eeb Closes #839 and #840 (#841)
* Safeguard against #840

* update Common caps

* Closes #839
2017-07-08 20:56:24 +02:00
Ellpeck
369f17b0c4 cleanup because whatever Shadows did was wrong 2017-06-29 18:36:33 +02:00
Brennan Ward
d9b6838df9 Fix everything (#825)
* Fix everything

* json
2017-06-29 18:30:02 +02:00
Ellpeck
d84a1b7ba2 fix ESD not working with the lower bound being something else than 0
Closes #786
2017-05-28 01:26:08 +02:00
Ellpeck
3b8c81638f change lists for sets to increase contains performance
Closes #784
2017-05-28 00:37:27 +02:00
Ellpeck
1dcdd196eb make Phantomfaces output comparator signal
Closes #759
2017-05-20 19:55:59 +02:00
Ellpeck
51a76ba85a fixed item laser display not working if player is too far away from input point
Closes #765
2017-05-20 19:27:40 +02:00
Ellpeck
13c3df3330 some cleanup 2017-04-01 19:40:39 +02:00
Ellpeck
d9695923d8 possibly fixed laser relays sometimes disconnecting (finally? D:) 2017-03-30 18:11:42 +02:00
Ellpeck
1de393b5c7 revert caves ~ 2017-03-08 20:06:55 +01:00
Ellpeck
d4598b3ff3 added crystal chisel, intro text to cave mode, tweaks 2017-03-07 20:41:27 +01:00
Ellpeck
0485107c94 added melon and pumpkin farmer behavior and broke the API x) 2017-02-22 13:28:53 +01:00
Ellpeck
cd59523e06 Made furnace and crusher have different textures when smelting again 2017-02-22 12:37:29 +01:00
Ellpeck
f01be2a8ad Add an atomic reconstructor invoke method to the API 2017-02-20 13:19:19 +01:00
MisterPeModder
17016ba8fc Made even more things localizable and updated french localizations (#643)
* Updated french localizations to include the new booklet pages

* Made even more things localizable

* Fixed localizations

* Fixed slabs being full cubes
2017-02-16 18:47:14 +01:00
Ellpeck
bc91168990 all the crafting and documenting! 2017-02-14 20:48:01 +01:00
Ellpeck
e8d89f6df4 Added laser range upgrade 2017-02-13 19:07:53 +01:00
Ellpeck
c4ef6cd863 Add Laser Relay invisbility modfier 2017-02-13 17:36:55 +01:00
Ellpeck
ca169cd089 added redstone mode to the ranged collector because jose is a whiny bitch 2017-02-06 14:55:54 +01:00
Ellpeck
f2c74521b1 Little bit of cleanup ~ 2017-02-04 16:48:22 +01:00
Ellpeck
d5c430fcdc Some changes to common capabilities integration for performance improvements 2017-02-04 16:32:20 +01:00
Ellpeck
4130e0bdf9 Post break event when automatically mining things
Closes #614
2017-02-04 16:07:58 +01:00
Ellpeck
245f357dfe duh 2017-02-04 14:18:56 +01:00
Ellpeck
4615a94339 Implemented slotless item handler compat (untested!) 2017-02-04 14:12:17 +01:00
Ellpeck
8935a7c3d2 Make the coffee maker store its coffee cache on breaking
Closes #600
2017-01-28 17:44:30 +01:00
Ellpeck
996b997363 Add a bunch of loadedness checks and add network caching to Laser Relays 2017-01-18 14:26:56 +01:00
Ellpeck
3d6273ac38 Make fluid lasers actively pull fluids
Closes #564
2017-01-14 00:14:26 +01:00
Ellpeck
b8667c1e1e I'm getting old 2017-01-01 16:23:27 +01:00
Ellpeck
f58f02f636 make the ESD change on here as well 2016-12-30 12:43:57 +01:00
Ellpeck
2d052750c8 Firework box doc and recipe change 2016-12-29 21:53:34 +01:00
Ellpeck
66309b0488 Made Firework Box a lot more customizable 2016-12-29 21:29:00 +01:00
Ellpeck
851b7a3730 I don't know why this was here 2016-12-29 17:19:31 +01:00
Ellpeck
5d09499f61 Added Battery Box comparator output
Closes #540
2016-12-28 19:00:26 +01:00
Ellpeck
7ff81ad637 Make Phantomfaces only actually support the capabilities they advertise 2016-12-28 03:12:17 +01:00
Ellpeck
ed5378a159 Added fancy Laser Relay visuals 2016-12-27 17:40:27 +01:00
Ellpeck
74ce4e6d13 fix liquiface 2016-12-27 11:32:40 +01:00
Ellpeck
0c7b7c2c40 Blacklist relays from being used with Phantomfaces
Closes #531
2016-12-27 11:24:31 +01:00
Ellpeck
4f5b58a92b Made mod mode ignore all other filters by default 2016-12-27 10:31:22 +01:00
Ellpeck
30f10d5b91 Made filter items not be respected as a whitelisted item
Closes #512
2016-12-23 15:13:57 +01:00
Ellpeck
dc96af3343 r93! 2016-12-22 21:56:08 +01:00
Ellpeck
4724187cf0 Remove the item distributor on here as well 2016-12-22 21:36:35 +01:00
Ellpeck
a5e4be2d3e r92! 2016-12-18 17:50:31 +01:00
Ellpeck
312484bcfc Added the coolest block in the mod so far 2016-12-18 17:28:29 +01:00
Ellpeck
9efdc5a0fe fix hopping item interface caching non existant blocks 2016-12-18 14:27:44 +01:00
Ellpeck
49bcda43fa improve hopping item interface performance 2016-12-18 14:27:10 +01:00
Ellpeck
9f797f022e Added hopping item interface
Closes #493
2016-12-18 13:27:14 +01:00
Ellpeck
3a40edd7a0 Fluid placer/collector comparator output
Closes #487
2016-12-18 11:58:39 +01:00
Ellpeck
0953c0e906 Made laser relays ignore full containers for input
Closes #495
2016-12-18 11:53:14 +01:00
Ellpeck
1a0fd8887d Replace particles with laser renderers. Woop woop! 2016-12-09 21:36:43 +01:00
Ellpeck
8d670da900 Don't mark this dirty here
Closes #472
2016-12-08 22:20:45 +01:00
Ellpeck
b6f1f67d12 Fix the item distributor on this branch as well
Closes #469
2016-12-08 21:19:10 +01:00
Ellpeck
91170ea432 Fixed the dropper dropping into unloaded chunks
Closes #465
2016-12-08 14:25:16 +01:00
Ellpeck
f937673483 Made the miner a little less resource heavy 2016-12-06 20:06:40 +01:00
Ellpeck
935e928f22 Revert: Added portable jukebox 2016-12-06 18:10:43 +01:00
Ellpeck
a924004f10 Added portable jukebox 2016-12-06 16:28:42 +01:00
Ellpeck
28eb55582f Turn down Empowerer particles a bit more.
Closes #455
2016-12-06 13:55:30 +01:00
Ellpeck
7c0ca04e85 missing else :v 2016-12-06 08:19:32 +01:00
Ellpeck
3b7cf5d7c9 Change this to also respect new method 2016-12-05 17:18:00 +01:00
Ellpeck
9b7177fbe9 Update forge 2016-12-05 17:10:23 +01:00
Ellpeck
e2c8b335c6 Fix a crash with the Miner
Closes #447
2016-12-05 15:27:01 +01:00
Ellpeck
5776ac2fa0 Added Laser Relay in/out config 2016-12-05 15:09:37 +01:00
Ellpeck
1de62f5dc7 Make fluid handlers side independent 2016-12-05 14:16:53 +01:00
Ellpeck
9552c112b0 Added the ability to add custom farmer behaviors to the API 2016-12-04 15:03:01 +01:00
Ellpeck
c7697b5665 Dropped IInventory support.
This took ages.
2016-12-04 00:10:52 +01:00
Ellpeck
cc3a3d60cd Made the reconstructor convert without needing blocks. 2016-12-03 13:29:20 +01:00
Ellpeck
d410c7c295 I finally give in. Made the crusher quieter. 2016-12-03 12:34:49 +01:00
Ellpeck
14c776df1b Fix the fermenting barrel crashing with a missing compound when placing sometimes
Actually fixes #437
2016-12-03 12:31:17 +01:00
Ellpeck
073eb2168a Fix the reconstructor never using more than 1000 RF 2016-12-03 12:26:45 +01:00
Ellpeck
348b3521f6 Made Filters be consumed when placing them into filter slots 2016-12-03 10:52:03 +01:00
Ellpeck
2219014fa2 Made the double furnace be able to accept more energy 2016-12-01 18:42:24 +01:00
Ellpeck
fba447376b Made Laser Relays not try to input back into the thing they got energy from
Closes #425
2016-12-01 18:16:01 +01:00
Ellpeck
cfd6506eb3 Make only the coffee machine and coal generator return their container item
Closes #426
2016-12-01 18:07:42 +01:00
Ellpeck
95d2fa45ec Made item intersion on the farmer more specific 2016-11-29 21:57:36 +01:00
Ellpeck
5694d4f8da Make the heat collector a little more rare to pick up lava 2016-11-28 13:17:20 +01:00
Ellpeck
ca38b43b67 Fermenting barrel comparator output 2016-11-28 13:11:29 +01:00
Ellpeck
af3ef16975 Coal generator comparator output 2016-11-28 13:02:42 +01:00
Ellpeck
cfd7ec41df Oil Generators respond to comparators 2016-11-28 12:51:45 +01:00
Ellpeck
26a3e02044 Made the coal generator turn off able with redstone too 2016-11-28 07:48:42 +01:00
Ellpeck
38d0bb17f9 Machines primus 2016-11-27 23:04:26 +01:00
Ellpeck
72c1c276cf Fix the farmer having wrong rotations 2016-11-27 20:25:09 +01:00
Ellpeck
8226479ce8 Fix a crash with energy phantomfaces and tesla 2016-11-27 19:32:14 +01:00
Ellpeck
86aeada330 fix an exception on loading some tileentities 2016-11-27 19:04:22 +01:00
Ellpeck
45d30b82de Check if the block is loaded when spawning a firework
Supposedly closes #416
2016-11-27 12:29:29 +01:00
Ellpeck
35daf62fde Made Greenhouse Glass twice as fast 2016-11-27 12:08:58 +01:00
Ellpeck
142a07f783 Made filter slots be ignored by comparators and stuff 2016-11-27 11:37:55 +01:00
Ellpeck
0b1cb80931 Fix the item repairer crashing with certain items
Closes #415
2016-11-27 10:46:48 +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
b9a84481d1 Added Forge Units support to everything 2016-11-26 19:00:02 +01:00
Ellpeck
a910989501 marking item viewer derpy 2016-11-26 18:15:29 +01:00
Ellpeck
c334b31761 support fricker units 2016-11-26 08:58:42 +01:00
Ellpeck
6955188d7b *Actually* fixed Item Laser Relays leaving phantom connections behind 2016-11-25 15:33:47 +01:00
Ellpeck
f7f68e4f16 Fix Phantom Laser Connections whenever breaking a laser that's directly connected to an Item Interface 2016-11-25 15:18:14 +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
a0541d1160 Made the oil generator turn-off-able with redstone
Closes #384
2016-11-21 21:19:10 +01:00
Ellpeck
0f86d83e72 Make Item Repairer and Miner use a little less power
(I guess?)
2016-11-21 20:25:32 +01:00
Ellpeck
0dc3dd7d1a Change to using proper blockstates 2016-11-21 16:23:48 +01:00
Ellpeck
58b90f66c3 Added push/pull caps to all machines 2016-11-21 13:45:23 +01:00
Ellpeck
dd7e522605 Made the Oil Generator scale per time, not per energy 2016-11-21 13:30:38 +01:00
Ellpeck
3ec92ed4c4 Made the Farmer add seeds back into the seed slots 2016-11-20 20:23:33 +01:00
Ellpeck
954df33f61 Change to using Nonnulllist so that things work 2016-11-20 20:13:26 +01:00
Ellpeck
5b4efb287d Mark the solidifier dirty 2016-11-20 15:47:33 +01:00
Ellpeck
504835246c Named all containers.
Closes #383
2016-11-20 13:46:35 +01:00
Ellpeck
b39ee8228d Replace chests in village houses and lush caves with storage crates.
Also closes #382
2016-11-20 13:22:36 +01:00
Ellpeck
ec8c642099 1.11, first step. 2016-11-19 21:11:17 +01:00
Ellpeck
483d20ff99 Fixed Energy Laser Relays causing endless power loss when transferring very small amounts of RF
Closes #375
2016-11-19 10:08:47 +01:00
Ellpeck
3ce31d09fd Fix a coffee machine dupe bug
Closes #372
2016-11-18 06:37:28 +01:00
Ellpeck
346b0b54f7 Added filter mod mode 2016-11-17 14:56:26 +01:00
Ellpeck
36c176dd2e Cleanup and some more validation checks ~ 2016-11-16 20:31:16 +01:00
Ellpeck
53f6ce0a24 Add Laser Relay priorities 2016-11-16 18:51:23 +01:00
Ellpeck
b355a66c97 Fix auto split 2016-11-16 17:06:53 +01:00
Ellpeck
6e34f9e345 This only took 20 years
Prepared for 1.11 ItemStack updates
2016-11-16 16:59:00 +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
66aec5cfdf Allow plants to be planted on blocks other than farmland with the farmer
Closes #346
2016-11-10 16:38:37 +01:00
Ellpeck
20664fccf4 Make the Phantom Itemface work with IItemHandler only blocks.
Closes #299
2016-11-09 21:36:18 +01:00
Ellpeck
c129f6138d Sweepededeep~ 2016-11-08 20:04:36 +01:00
Ellpeck
9337a6e6aa Added proper laser rendering instead of the particles 2016-11-08 08:53:30 +01:00
Ellpeck
5c5829d503 Made the precision dropper mark dirty and such respond to comparators correctly
Closes #331
2016-11-07 20:10:04 +01:00
Ellpeck
9e31e0c404 Made the ranged collector show particles when picking items up 2016-11-07 20:07:37 +01:00
Ellpeck
14255ea801 removed performance config options. Yea, really. 2016-11-07 19:58:34 +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
5b5e261181 It's EdwardR's fault 2016-11-03 22:43:40 +01:00
Ellpeck
de46e22840 Fix the item viewer, in very special cases, not updating its inventories 2016-11-03 10:54:28 +01:00
Ellpeck
d5ee51ff46 Made the change check in Laser Relays a bit more performance-good 2016-11-03 10:49:41 +01:00
Ellpeck
7524ee52fd Remove Util.RANDOM 2016-11-02 19:36:32 +01:00
Ellpeck
11b7ecb172 Add some more checks to the Farmer 2016-11-01 15:46:02 +01:00
Ellpeck
2efcf0eddd Fixed the empowerer not allowing extractions 2016-10-31 22:36:42 +01:00
Ellpeck
c05cdc1ec6 Cleanup~ 2016-10-31 19:05:29 +01:00
Ellpeck
e538ab5cad Finished farmer 2016-10-31 19:03:04 +01:00
Ellpeck
8828b9c8a9 Farmer 2016-10-31 18:03:18 +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
4e8e749f4f Made the empowerer work with all of its recipes
Closes #295
2016-10-21 00:13:21 +02:00
Ellpeck
64b62b4f80 Fixed player interface being broken 2016-10-21 00:03:58 +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
93b42be9d8 Made fishing net accept chests from different sies
Closes #273
2016-10-19 16:28:09 +02:00
Ellpeck
25c1ceffd5 Fixed horses not being able to be fed with the feeder
Closes #290
2016-10-19 15:05:42 +02:00
Ellpeck
794383ccf1 Fixed Advanced Relays connected to Item Interfaces directly having their settings swapped 2016-10-11 14:41:26 +02:00
Ellpeck
d24a09ad67 Supposedly fix a bug with item interfaces ignoring whitelisting 2016-10-11 14:24:18 +02:00
Ellpeck
80d044bb48 Use the new item handler system for inserting and extracting
Might fix #249?
2016-10-01 23:35:39 +02:00
Ellpeck
f89196a701 Made solar panel lose efficiency with transparent blocks above it
Closes #244
2016-09-17 11:48:25 +02:00
Ellpeck
936df5fd5f Made the bio reactor accept blocks as well 2016-09-14 21:48:29 +02:00
Ellpeck
c4ef288653 added bio reactor
Closes #234
2016-09-14 21:42:03 +02:00
Ellpeck
541410be5e Made solar panels work through non-solid blocks 2016-09-13 17:27:39 +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
015e5121e2 item distributor recipe and doc 2016-09-11 13:33:47 +02:00
Ellpeck
4b7d9c3fd8 Made the distributor auto-pull 2016-09-11 13:14:39 +02:00
Ellpeck
9cac45a514 Rewrote the item distributor to be less broken 2016-09-11 12:57:20 +02:00
Ellpeck
e580fd2219 Added item distributor 2016-09-09 21:43:33 +02:00
Ellpeck
37d1bc95f9 Made every block be able to save the tile entities around it for future use 2016-09-09 18:40:09 +02:00
Ellpeck
2fea0d3c6d changed EntrySet NBT methods 2016-09-09 17:58:34 +02:00
Ellpeck
41019417f4 Fixed Phantom Energyface not working for certain tesla machines and Liquiface crashing with capabilities
Closes #226
2016-09-02 08:33:54 +02:00
Ellpeck
340d7cf780 Added different kinds of oils and made oil generator be able to use different types to create different amounts of RF.
This basically closes #224
2016-09-01 22:11:51 +02:00
Ellpeck
39baccc762 Added Fluid Laser Relays 2016-09-01 20:50:44 +02:00
Ellpeck
e75a0ee64e I'M SO STUPID.
Closes #225 and #223
2016-09-01 20:41:50 +02:00
Ellpeck
0e4967ea70 Implemented new system of determining the type of laser relay connection 2016-09-01 18:02:03 +02:00
Ellpeck
a89ff4bc29 Did a change to NBT saving and syncing that might fix weird bugs that are happening :v 2016-09-01 17:08:34 +02:00
Ellpeck
3cc13ffebc Made the new energy transfer system a bit less performance itensive 2016-08-31 21:14:48 +02:00
Ellpeck
031ea44125 Made the Empowerer actually require all of the 4 items >_> 2016-08-31 20:58:56 +02:00
Ellpeck
e636ab14f1 Remove the weird energy and fluid pulling and also make them split into all devices around
Closes #221
2016-08-31 20:16:36 +02:00
Ellpeck
b3a428e50f Make the display stand always show its RF because apparently no one understands that things can change when you sneak >_> 2016-08-31 16:56:32 +02:00
Ellpeck
65be29dbb5 stopped the breaker from mining liquids because it doesn't make any sense anyways 2016-08-29 02:09:34 +02:00
Ellpeck
124df2dd70 Fixed the phantom placer crashing in pulse mode.
Closes #216
2016-08-24 13:17:12 +02:00
Ellpeck
1f31705dc4 Made water vaporize in the nether
Closes #210
2016-08-21 11:45:57 +02:00
Ellpeck
3c727542ac Minecraft update packets are stupid.
Closes #203.
Again.
2016-08-14 11:43:59 +02:00
Ellpeck
ba8fde49c2 Fixed a stupid error with items randomly disappearing out of containers
Closes #203

Ugh, why is this game such a mess?
2016-08-13 22:31:43 +02:00
Ellpeck
80ad0c9543 Made the XP solidifier pick up any XP orbs nearby 2016-08-12 22:02:20 +02:00
Ellpeck
173eb2ab8a Fixed a massive dupe bug with the XP Solidifier.
Whoops.
2016-08-12 18:54:44 +02:00
Ellpeck
1ac651ac6f Added the ability to put items back into the XP solidifier + made the storage crate not be a full block 2016-08-12 18:44:09 +02:00