Commit graph

3038 commits

Author SHA1 Message Date
Mrbysco 83828a6def Re-enable the text rendering on the energy display
Make getOverlayText return a Component instead of Component -> getString -> Component.literal
2024-03-09 16:33:31 +01:00
Mrbysco f1c7b2491e Change the overlay checked so overlays aren't rendered over the hotbar 2024-03-09 16:31:10 +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
Mrbysco 4b55999af3 Remove WIP from Powered Furnace name 2024-03-09 15:46:20 +01:00
Mrbysco 323c07568d Use the level and pos variable 2024-03-09 15:44:35 +01:00
Mrbysco 73f7af4dbf Fix the position of the auto split button in the Powered Furnace UI 2024-03-09 15:34:50 +01:00
Mrbysco bbf42da613 Remove todo from Powered Furnace light level code (it works) 2024-03-09 15:16:38 +01:00
Mrbysco 817797ad3a Re-enable rendering of the GreenHouse glass and add culling 2024-03-09 02:33:07 +01:00
Flanks255 63719ef06f bumped version 2024-03-08 18:34:58 -06: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
Flanks255 1183a169d8 Fiddle fiddle 2024-03-08 17:54:09 -06:00
Mrbysco f8cc525237 Order the codec properly please ;) 2024-03-09 00:37:34 +01:00
Mrbysco b261d92bcd Fix Liquid Fuel recipe codec 2024-03-09 00:34:53 +01:00
Mrbysco f2596f974a Feed the blockpos when opening a menu 2024-03-09 00:23:20 +01:00
Mrbysco 82aaacf1d9 Make canPlayerUse consistently use this.getBlockPos() 2024-03-09 00:23:01 +01:00
Flanks255 06ef7146e0 Fixed recipes, removed some wip entries. 2024-03-08 17:08:14 -06:00
Mrbysco 231656eddb Merge branch '1.20.4' of https://github.com/Ellpeck/ActuallyAdditions into 1.20.4 2024-03-09 00:04:00 +01:00
Mrbysco ed8ea0e616 Override stack sensitive isCorrectToolForDrops so it's aware of the current power 2024-03-09 00:03:51 +01:00
Flanks255 908a57b5e1 Fixed AIOT sprites 2024-03-08 17:00:38 -06:00
Flanks255 a622e497b3 Removed recipes for things that dont work yet. 2024-03-08 16:52:25 -06:00
Flanks255 1e32301013 Fixed missing recipes.
Fixed missing lang entries.
2024-03-08 16:41:51 -06:00
Flanks255 c29830adc3 Added cooking rice dough to bread. 2024-03-08 16:11:40 -06: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 8b5b073850 Fix missing argument in translation key 2024-03-08 00:34:35 +01:00
Mrbysco 2ad699c61a Remove unused imports 2024-03-08 00:29:29 +01:00
Mrbysco 9ec20f4895 Actually use the particle event to register the particles 2024-03-08 00:29:17 +01:00
Mrbysco fc7032fa4d Switch over from SmallerButton to vanilla's button 2024-03-08 00:21:39 +01:00
Flanks255 85a8ade648 annoyance fix. 2024-03-06 20:04:28 -06:00
Flanks255 8f73813a45 More recipe stuff, crystal block compress/decompress recipes. 2024-03-06 19:30:59 -06:00
Mrbysco 983cc04875 Jade 2024-03-07 02:27:32 +01:00
Mrbysco 91d9009f14 Update FermentingRecipe.java 2024-03-07 02:24:26 +01:00
Mrbysco cf3ddec55b Update UpdateChecker.java 2024-03-07 02:08:17 +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 fc101a90df Merge remote-tracking branch 'origin/1.20.4' into 1.20.4 2024-03-06 18:45:01 -06:00
Michael Hillcox e22b1615a7 fix: incorrect config spam 2024-03-07 00:40:03 +00:00
Mrbysco 6da50dfa60 Fix drill gui title 2024-03-07 01:39:34 +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
Michael Hillcox 4ef880aa15 feat: improved build tool setup 2024-03-07 00:24:42 +00:00
Mrbysco 3ce53350bf Generate item model for Crate Keeper using old texture 2024-03-07 00:42:39 +01:00
Mrbysco c1ee118eda Fix batbox rendering 2024-03-07 00:35:55 +01:00
Mrbysco 24763a46bc Fix ItemEnergy 2024-03-07 00:18:32 +01:00
Flanks255 38f4824757 Sack finished i think? for now... 2024-03-06 12:59:34 -06:00