Commit graph

5406 commits

Author SHA1 Message Date
BoogieMonster1O1
ff56edb2c3
Fix fluid rendering in GUI. Thanks to BoogieMonster1O1 2022-02-25 22:09:53 +03:00
drcrazy
0ece1d570c IndGrinder recipes for Iridium ore 2022-02-20 12:39:25 +03:00
ErrorSys
774f7709ef
Change Primary output to Raw Iridium. Thanks to ErrorSys.
Changes primary output to 2x raw iridium as other recipes that use mercury with this machine generally have a greater output than just with water.
Makes more sense to have the raw ore as the output from this machine instead of an ingot, which you would usually get from a furnace of some type.
2022-02-20 12:35:19 +03:00
AngelBottomless
1a4895e525
Fixes Invalid recipe lag by caching validity of recipe. Thanks to aria1th.
reduces 5mspt -> 0.01mspt
2022-02-20 12:26:07 +03:00
drcrazy
df8706381b Fix coolant cells recipe 2022-02-18 23:28:22 +03:00
Ayutac
92f98a5c56
Fixes #2783 (#2791). Thanks to Ayutac
* Fixes #2783 hopefully

Needs to be tested still. Goal: changed blasting to use half as much as time as regular furnace for same item.

* Fixed bug in commit thanks to ErrorSys

forgot that order of optional arguments is important and that int can be cast to float automatically
2022-02-18 13:57:01 +03:00
Ayutac
3b6e1d1d89
Removed empty line in crafting recipe. Thanks to Ayutac 2022-02-18 13:55:28 +03:00
ErrorSys
7b6c117f7a
Fixes deepslate ores having the same hardness values as their stone variants. They shouldn't be the same. Thanks to ErrorSys 2022-02-18 13:53:48 +03:00
Ayutac
805b5418db
Removed empty line from crafting recipe. Thanks to Ayutac. 2022-02-18 13:53:17 +03:00
Ayutac
eadd16c4be
Added 2 canning machine recipes for coolant cells. Thanks to Ayutac
Hopefully this can ease the construction of those.
2022-02-18 13:52:39 +03:00
Ayutac
07f8722d83
rebalanced tank capacities. Thanks to Ayutac.
I increased the capacity of tanks to be even remotely considered an alternative to storage units with cells. I kept the values conservative since increasing is always an option, but decreasing might cause item loss.

Changes:
Basic Tank: 35 -> 128 (about 3.5 times)
Advanced Tank: 200 -> 512 (about 2.5 times)
Industrial Tank: 500 -> 1024 (about 2 times)

I oriented myself at the storage unit steps, which are quadrupled with each tier until advanced, then doubled to industrial.

While I was at it, I changed everything to powers of 2 with the shift operator (so other code readers aren't too confused about seemingly arbitrary values) and added explaining comments.
2022-02-18 13:49:39 +03:00
ErrorSys
19b44c200a
Added properties for individual metal blocks for hardness. Thanks to ErrorSys.
Added properties for individual machine casings so that they are easier to break with a pickaxe.
2022-02-18 13:47:10 +03:00
Ayutac
8888f1d698 Corrected Toast icons for blast furnace and assembling machine
Just like in last commit, assembling machine one is a bit hacky (we add dummy classes), but better than putting an if into RebornRecipe and faster+safer than correcting the differences between assembly_machine and assembling_machine in the code.
2022-02-11 22:08:26 +01:00
Ayutac
d200f931f3 Corrected Toast icons for fusion computer and centrifuge
Centrifuge one is a bit hacky (we add dummy classes), but better than putting an if into RebornRecipe and faster+safer than correcting the differences between centrifuge and industrial_centrifuge in the code.
2022-02-11 21:40:39 +01:00
Ayutac
3101b9a5b6 Forgot toast for rubber planks 2022-02-11 21:25:58 +01:00
Ayutac
922880bf64 Toast-related bug fixes. 2022-02-11 21:00:25 +01:00
Ayutac
4d78b616d5 Added some toasts for rolling machine
not for the vanilla items, those are probably cursed or something
2022-02-11 18:37:41 +01:00
Ayutac
04290d2182 Added toasts for fusion reactor 2022-02-11 18:32:26 +01:00
Ayutac
8a4e0397f4 Added missing fluid recipes to centrifuge 2022-02-11 18:26:58 +01:00
Ayutac
0e18f11dea Corrected recipe name 2022-02-11 18:26:39 +01:00
Ayutac
7d9b82c5e2 Added toasts for dist. tower, s.c.m. and wire mill 2022-02-11 18:19:15 +01:00
Ayutac
6cf95524aa Added toasts for silicon plate in blast furnace 2022-02-11 18:10:12 +01:00
Ayutac
f5e3b8ea91 Added centrifuge recipe advancements. Centrifuge doesn't have correct symbol displayed in toast
Excluding calciumcarbonate_cell, deuterium_cell, helium_cell, hydrogen_cell, lava_cell, sulfur_cell
2022-02-11 18:07:20 +01:00
Ayutac
5c8d405a25 Added toasts for fluids in chem. reactor 2022-02-11 18:05:05 +01:00
Ayutac
5f48f56615 Added toasts for helium via vacuum_freezer 2022-02-11 17:49:06 +01:00
Ayutac
26d35a8981 Added toasts for crafting_table/unit/tank 2022-02-11 17:44:02 +01:00
Ayutac
a6c04dc6a2 Added toasts for crafting_table/unit/storage 2022-02-11 17:38:17 +01:00
Ayutac
559f32200e Added non-datagen toasts for crafting_table/storage_block 2022-02-11 17:28:18 +01:00
Ayutac
1b578c096c Added some non-datagen toasts for crafting_table/ingot
Iridium Alloy and the two easy versions of mixed metal ingot. I don't want to do all mixed metal manually D:
2022-02-11 17:21:17 +01:00
Ayutac
c3b928eb04 Added non-datagen toasts for crafting_table/dust 2022-02-11 17:14:31 +01:00
Ayutac
33a3b5213f Added toasts for crafting_table/armor 2022-02-11 17:08:20 +01:00
Ayutac
3db7afef40 Added toasts for crafting_table/battery 2022-02-11 16:55:35 +01:00
Ayutac
97177000b0 Added toasts for crafting_table/misc_block 2022-02-11 15:02:07 +01:00
Ayutac
cea01d6075 Added toasts for crafting_table/parts 2022-02-11 14:33:49 +01:00
Ayutac
ee17fe58d8 Added ind sawmill datagen 2022-02-10 20:21:07 +01:00
Ayutac
c928c2b790 Added simple ind grinder toasts
simple means if there are recipes for something with water/mercury/sodiumpersulfate only the first occurring one is made a toast for.
2022-02-10 15:58:46 +01:00
Ayutac
02b3f30aa1 Added non-datagen grinder toasts 2022-02-10 11:23:23 +01:00
Ayutac
4bc6841eae Gave datagen/content a marker to be filtered out if not needed 2022-02-10 10:58:38 +01:00
Ayutac
d0482c1ffd Corrected grinder recipe name 2022-02-10 09:32:11 +01:00
Ayutac
009fff88e5 Simplified calcite related recipes 2022-02-10 09:04:35 +01:00
Ayutac
16a9b84ac7 Corrected recipe name 2022-02-10 08:56:52 +01:00
Ayutac
c2fa34c92b Added toast for new vacuum freezer recipe 2022-02-10 08:50:28 +01:00
Ayutac
1017ea672c Added non-datagen compressor toasts 2022-02-10 08:48:49 +01:00
Ayutac
97005e318c renamed 2 compressor recipes to fit rest 2022-02-10 08:35:44 +01:00
Ayutac
df2fb48c86 forgot to delete a duplicate 2022-02-10 08:21:12 +01:00
Ayutac
145ba48e27 Put the default toast additions into a proper place. 2022-02-10 08:10:56 +01:00
xanthian
b4adfd652c Update tungsten_ingot.json
correct tag to prevent being unlocked erroneously
2022-02-09 21:12:00 +01:00
Ayutac
4bbace58bc Added byg compatibility recipe advancements 2022-02-09 20:49:26 +01:00
Ayutac
290dde38de Some bug fixes to the new toasts 2022-02-09 20:47:40 +01:00
Ayutac
5a03882e9b Added Industrial Blast Furnace recipe advancements
Excluding getting Silicon Plate recipe by silicon fluid.
2022-02-09 20:47:12 +01:00