Commit graph

409 commits

Author SHA1 Message Date
Shadows_of_Fire
6c10642832 Closes #1152 2018-07-27 20:45:50 -04:00
Shadows_of_Fire
f476e47a46 Closes #1150 2018-07-27 20:11:58 -04:00
Shadows_of_Fire
f59c431649 Fix up farmer behaviors 2018-07-27 20:05:33 -04:00
Shadows_of_Fire
71d5d52462 Closes #1142 2018-07-07 06:07:22 -04:00
Shadows_of_Fire
709b75a043 Fix empowerer; Closes #1130 2018-06-24 14:35:50 -04:00
Shadows_of_Fire
6a02e54888 Closes #1115 2018-06-23 21:23:58 -04:00
Shadows_of_Fire
5c149648da More major updating
Migrates the rest of the recipe system to Ingredient inputs, Migrates
the compost to an IBakedModel instead of a TESR
2018-06-23 20:44:47 -04:00
Shadows_of_Fire
0b4a870717 Closes #1125 2018-06-23 12:39:59 -04:00
Shadows_of_Fire
ac2bc0124a We're just gonna hope nothing is on fire. 2018-06-22 19:39:30 -04:00
Shadows_of_Fire
a571c70457 Closes #1073
This fix means there is a clear underlying issue with the inventory
structure of AA...  This is going to be quite a big refactor.  Bleh.
2018-05-31 16:41:13 -04:00
Shadows_of_Fire
2595cac472 Closes #1106
Performance doesn't just show up but maybe these are faster.
2018-05-31 15:22:02 -04:00
Shadows_of_Fire
505cdc349f reorganized some constants 2018-05-10 05:38:58 -04:00
Shadows_of_Fire
e38178daaf oil genrtr 2018-04-14 13:54:08 -04:00
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