Commit graph

49 commits

Author SHA1 Message Date
Flanks255 b99eb0cec2 First Pass at the Void Bag 2021-05-15 09:45:01 -05:00
Michael Hillcox 87deb66cce Modified functionalBlock, added batterybox basic func and TER 2021-01-17 13:45:56 +00:00
Michael Hillcox 4da92fd505
Feeder block mostly implemented 2021-01-03 11:12:30 +00:00
Michael Hillcox 6d4da92261
Fixed minor issues and rerun data gens 2020-12-07 15:15:00 +00:00
Michael Hillcox dd2d462ad3
Should have merged all the new blocks properly 2020-12-07 15:06:54 +00:00
Michael Hillcox ba452d0988
Foods skeletons :D 2020-12-06 20:42:28 +00:00
Michael Hillcox 434a4dc742
Augment recipes & some notes 2020-12-06 20:15:48 +00:00
Michael Hillcox 00137b1bbe
Code cleaning, commenting and fixing because it was like, super broken 2020-12-06 19:51:35 +00:00
Michael Hillcox 4f33a9fb2d
Smashing! Although I think the break code is duping sounds 2020-12-06 18:32:20 +00:00
Michael Hillcox 8b8aaab4f4
Drill container, container rewrites, Drill augments, minor code cleaning 2020-12-05 13:41:00 +00:00
Michael Hillcox 8286cd448a
This will make Ellpeck happy (Drill no functioning gui) 2020-12-03 19:08:46 +00:00
Michael Hillcox 121c2cbcac
Drill, it's container and it's screen (blank atm) 2020-12-03 18:13:11 +00:00
Michael Hillcox de16d7f351
Added battery functionality, Added IActivates for toggle items, Added transfer support to CrystalFux Item 2020-12-02 19:32:56 +00:00
Michael Hillcox 50d2343c8b
Fixed missing blocks 2020-12-02 18:42:56 +00:00
Michael Hillcox b894d7fd21
Refactored all paxels to AIOTS 2020-12-02 18:29:11 +00:00
Michael Hillcox 2f4bb3ddcf
Item tags, drill, battery, teleport staff and more recipes 2020-12-02 18:17:29 +00:00
Michael Hillcox a5c40afbe8
All the recipes! and added empowered crystals because I'm a derp 2020-12-02 16:59:38 +00:00
Michael Hillcox 1c97d71946
Remove IUseItem for now until I can come up with a good way of doing it 2020-11-29 17:09:12 +00:00
Michael Hillcox 500117bb7a
Implemented Configs (Sectioned them out in advance...) 2020-11-29 16:58:41 +00:00
Michael Hillcox 9ca86b2937
Fixed the teleporter cost being 3 times to much 2020-11-29 14:28:30 +00:00
Michael Hillcox 0a036ee1ef
Added power requirements to Teleport Staff, Added Crystal Flux Cap, more 2020-11-29 14:03:55 +00:00
Michael Hillcox 8b525252a5
Added leaf blower logic :D 2020-11-28 22:00:52 +00:00
Michael Hillcox c1bad8ba33
Implemented Teleport logic for teleporting staff 😁 2020-11-28 21:26:50 +00:00
Michael Hillcox 7b9749ac10
Hmmmm, juicy data gens 2020-11-28 18:19:23 +00:00
Michael Hillcox 2c63ae0c60
Language Generator 2020-11-28 18:08:18 +00:00
Michael Hillcox 03837f8194
Rename and register all the remaining items 2020-11-28 17:57:55 +00:00
Michael Hillcox 3fc310bba6
Fixed walls :D Thanks Ridanisaurus 2020-11-28 16:18:18 +00:00
Michael Hillcox 2b63de3345
Helper class, ManualItem with helper text and more 2020-11-28 14:51:41 +00:00
Michael Hillcox 12947e16cb
Migrate away from a Pair to help with automation 2020-11-28 14:28:54 +00:00
Michael Hillcox a5fc864b30
Added Paxels back 2020-11-28 14:07:36 +00:00
Michael Hillcox 67d10ba22e
More naming, how lovely... 2020-11-21 13:28:08 +00:00
Michael Hillcox 2445784f5c
Added booklet item, refactored blocks to new packages 2020-11-21 12:43:38 +00:00
Michael Hillcox c89ce2aeb5
Fixed spelling derp 2020-11-21 11:01:30 +00:00
Michael Hillcox be12e2e9ab
Compressed and registered all tool and armor types 2020-11-21 10:57:36 +00:00
Michael Hillcox 184275b901
Refactored tool materials 2020-11-21 10:56:51 +00:00
Michael Hillcox 7e936d3ddd
Added class to group all tools and armors into one class 2020-11-21 10:56:51 +00:00
Michael Hillcox 519646d811
Added tools and item gens for tools 2020-11-20 19:57:44 +00:00
Michael Hillcox 4ea1fb313a
Updated to 1.16.4, added base block and base block interface 2020-11-04 16:20:33 +00:00
Michael Hillcox 91dd00c331
Added back all the textures... 2020-11-01 17:58:08 +00:00
Michael Hillcox 447e9ee35a
Added all blocks from old version 2020-11-01 14:11:04 +00:00
Michael Hillcox bbea6ba4d8
Deleted all the codes... 2020-11-01 13:14:58 +00:00
Michael Hillcox 42affe942f
Fixing base classes 2020-10-31 20:42:32 +00:00
canitzp d0363ed81c
Deleted deprecated recipe classes
Signed-off-by: canitzp <canitzp@gmail.com>
2020-10-06 09:01:56 +02:00
canitzp 615bde1cb8 Added CoffeeMachineIngredient and CoffeeMachineIngredientFactory 2020-09-18 07:56:55 +02:00
canitzp 829cc788c7 Starting to add RecipeFactories and Recipe Handlers. Atomic Reconstructor implemented as ItemStack/Ingredient and BlockState version 2020-09-16 11:48:12 +02:00
Michael b51722e181
Extended Baseblock for BlockItems, auto register blockItems 2020-09-09 16:32:40 +01:00
Michael 9d8e711d35
Made Baseblock abstract, removed rarity and blockItem handlers for now
This might come back but I don't know how we're going to handle block item handling yet
2020-09-09 16:18:09 +01:00
Michael 47f11f0287
Continued Refactors... 2020-09-09 15:49:01 +01:00
Michael be421af8e2
Big Refactor of the package layout
Ignore this commit for diffs
2020-09-09 15:48:43 +01:00