Commit graph

91 commits

Author SHA1 Message Date
Michael Hillcox c87bfb6c94 feat: ported bat wings, solidified experience, resonant rice, probe 2021-05-04 17:47:45 +01:00
Michael Hillcox e0391bbf87 chore: item porting work 2021-02-27 20:24:26 +00:00
Michael Hillcox ecb7832738 chore: moved over most tile and block register to deferred variant 2021-02-27 12:24:45 +00:00
Michael Hillcox b7d4d600fc chore: large refactors to new mappings 2021-02-26 21:15:48 +00:00
Shadows_of_Fire ded3877b41 rerun the formatter 2019-05-02 04:43:27 -04:00
Shadows_of_Fire 274c53a014 Format so style is finally consistent. 2019-05-02 03:10:29 -04:00
Shadows_of_Fire 0d8f38710e Auto cleanup 2019-02-27 13:53:05 -05:00
Brennan Ward f585d814ce Significant performance boost for Coal Gen (#1184)
Needs testing.
2018-09-27 15:17:23 -04:00
Shadows_of_Fire 08d0e8b7fb Update mappings 2018-08-03 22:22:20 -04:00
Shadows_of_Fire 71d5d52462 Closes #1142 2018-07-07 06:07:22 -04:00
Shadows_of_Fire 505cdc349f reorganized some constants 2018-05-10 05:38:58 -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 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 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 ae736f384a un burn the house again
this should be the last time i swear
2017-07-28 16:17:52 -04: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 b8667c1e1e I'm getting old 2017-01-01 16:23:27 +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 9f797f022e Added hopping item interface
Closes #493
2016-12-18 13:27:14 +01:00
Ellpeck 7c0ca04e85 missing else :v 2016-12-06 08:19:32 +01:00
Ellpeck c7697b5665 Dropped IInventory support.
This took ages.
2016-12-04 00:10:52 +01:00
Ellpeck cfd7ec41df Oil Generators respond to comparators 2016-11-28 12:51:45 +01:00
Ellpeck 38d0bb17f9 Machines primus 2016-11-27 23:04:26 +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 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 c334b31761 support fricker units 2016-11-26 08:58:42 +01:00
Ellpeck 504835246c Named all containers.
Closes #383
2016-11-20 13:46:35 +01:00
Ellpeck ec8c642099 1.11, first step. 2016-11-19 21:11:17 +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 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 7a69273865 Significantly reduce performance loss when using Item Laser Relays and/or ESDs
Closes #279
2016-10-29 12:00:00 +02:00
Ellpeck c4ef288653 added bio reactor
Closes #234
2016-09-14 21:42:03 +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 e75a0ee64e I'M SO STUPID.
Closes #225 and #223
2016-09-01 20:41:50 +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 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 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 b31875c38c Added a new crafting mechanic, the Empowerer 2016-08-03 04:01:47 +02:00
Ellpeck 561ec49fa5 sweepedysweepsweep 2016-08-02 13:08:22 +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