Commit graph

468 commits

Author SHA1 Message Date
Flanks255
6f56772560 Added Item Tag, to filter by a item tag. 2024-04-02 18:46:52 -05:00
Flanks255
87601c1e6e Fixed removing filters from filterable inventories.
Added the void sack recipe.
Fixed the void sack.
2024-03-16 12:25:35 -05:00
Mrbysco
a22ab366b1 Remove initIngredients method since it's been replaced already 2024-03-15 21:06:55 +01:00
Mrbysco
56322ebcc0 Add TODO for coffee saturation 2024-03-15 02:47:12 +01:00
Mrbysco
c2b2cc4d17 Empty the cup 2024-03-15 02:40:07 +01:00
Flanks255
87b0261720 Enabled Handheld filler recipe
Bumped for FC
2024-03-14 17:03:44 -05:00
Mrbysco
ac4d53bde4 Update ItemGrowthRing.java 2024-03-14 00:29:10 +01:00
Mrbysco
d2d0afa6d7 Fix the contain checks on the Player Probe and Player Interface 2024-03-13 22:35:43 +01:00
Mrbysco
659779b110 Banner patterns 2024-03-13 16:50:01 +01:00
Mrbysco
f390ffd47f Add drill highlighting 2024-03-13 01:50:37 +01:00
Mrbysco
d64b530f8d Last I18n replacement 2024-03-12 22:39:01 +01:00
Mrbysco
3a767e1894 Replace more calls to I18n with Component.translatable
Fix up the Relay item Whitelist GUI
2024-03-12 21:31:29 +01:00
Mrbysco
17d8dcce82 Long Range Breaker and Vertical Digger 2024-03-12 18:00:23 +01:00
Mrbysco
9f8523486c Fix up the Water Bowl 2024-03-11 22:38:09 +01:00
Flanks255
c4d81aea1b Fixed Crafter on a stick 2024-03-11 14:58:38 -05:00
Flanks255
36be4b9a9f Merge remote-tracking branch 'origin/1.20.4' into 1.20.4 2024-03-09 16:16:01 -06:00
Mrbysco
a678b3e049 Remove unused classes that have replacements
`DrillAugmentItem` `ActuallyItem` have been replaced by `ItemDrillUpgrade` and `ItemBase`
`IActuallyItem` was an empty interface never really used
2024-03-09 23:14:34 +01:00
Flanks255
4876677161 Fixed item models. 2024-03-09 15:16:34 -06:00
Mrbysco
d4cc7b0737 Fix the coffee effect displaying wrong due to setting the ticksPerSecond to 20 instead of 1 2024-03-09 17:49:20 +01:00
Mrbysco
951355bf05 Remove YummyItem which is a unused class for the foods that are removed
https://github.com/Ellpeck/ActuallyAdditions/blob/1.20.4/port.MD?plain=1#L25
2024-03-09 16:05:39 +01:00
Mrbysco
f758e8beac Deprecate ActuallyItem and DrillAugmentItem
They both have replacements and are unused
2024-03-09 16:03:33 +01:00
Flanks255
2fbf2984ab More tweaks. 2024-03-08 18:24:19 -06:00
Michael Hillcox
ecb8d46f50 fix: no more bad trace 2024-03-09 00:13:27 +00:00
Flanks255
d1438dd67e Fixed filling wand using wrong method. 2024-03-08 18:13:09 -06:00
Michael Hillcox
cf8e56ab2a fix: whoops 2024-03-09 00:07:17 +00:00
Michael Hillcox
d36cb9c76e fix: drill range 2024-03-09 00:06:58 +00:00
Mrbysco
ed8ea0e616 Override stack sensitive isCorrectToolForDrops so it's aware of the current power 2024-03-09 00:03:51 +01:00
Flanks255
db5d718dd5 Some cleaning. 2024-03-08 15:40:48 -06:00
Mrbysco
051388570a Fix negative attack speed 2024-03-08 20:30:17 +01:00
Mrbysco
2ad699c61a Remove unused imports 2024-03-08 00:29:29 +01:00
Mrbysco
0e30bd9974 Merge branch '1.20.4' of https://github.com/Ellpeck/ActuallyAdditions into 1.20.4 2024-03-07 01:56:50 +01:00
Mrbysco
555b1ddffb Back to CustomEnergyStorage 2024-03-07 01:56:39 +01:00
Flanks255
2040c68ed6 Misc recipe stuff, removed some unused items. 2024-03-06 18:38:50 -06:00
Mrbysco
d9961a3926 Fix drill mistake 2024-03-07 01:35:53 +01:00
Mrbysco
24763a46bc Fix ItemEnergy 2024-03-07 00:18:32 +01:00
Mrbysco
7658fdaa4f Initial booklet setup 2024-03-06 00:10:49 +01:00
Mrbysco
971fdd652f Add Coffee Machine JEI category
Create a recipe type replacement for CoffeeIngredient
2024-03-05 21:14:05 +01:00
Mrbysco
87f753a1cc Fix the durability bar on charge-able items 2024-03-05 15:50:07 +01:00
Mrbysco
99f670656c Register the Capabilities to the blockentities and items that have them
Also change the DeferredItem's to return the class of the item
2024-03-04 23:44:24 +01:00
Mrbysco
74688b9596 Remove unused imports 2024-03-04 22:38:59 +01:00
Flanks255
32d4b5a052 more fixes, it compiles 2024-03-04 15:37:11 -06:00
Mrbysco
63fbbb334e Unfinished port to 1.20.4 Neo 2024-03-04 20:21:48 +01:00
Mrbysco
6133488eee Port to 1.20.1 2024-03-03 01:20:53 +01:00
Mrbysco
7c2e42dfcf Port to 1.18 2024-03-02 21:23:08 +01:00
Flanks255
3edef49c04 Some sack fixes, other misc things. 2023-12-20 15:02:25 -06:00
Mrbysco
acef152961 Generate advancements
Still not all, but not sure all of them are still relevant
2023-12-03 15:41:58 +01:00
Flanks255
40f48f0e6c More Cleanup. 2023-12-02 07:49:10 -06:00
Flanks255
d4af87ceb3 Misc fixes 2023-11-26 16:10:19 -06:00
Flanks255
1fb8b80ee4 Cleaning up worms some more. 2023-05-15 19:23:26 -05:00
Flanks255
097803020c Fixed worms. 2023-05-12 21:20:26 -05:00