Added dry ice support for lunchboxes (#1262)
* - Lots of ui updates. And a couple fixes. * - New button textures. - Fixed campfire loot table. - Made anvil rod recipes easier. - Added assembler recipes for multiblock tank parts. * - Added assembler recipes for multiblock tank parts. * - Updated Changelog * - Some more UI tweaks. - Added modern-markings mod with integration. * - Updated stromatolite textures - Added some more WIP venus foliage * - Moved some blocks over from tfg-core. * - Updated textures for tier-1 rocket and food oven. * - Updated textures for more ad-astra stuff + new panorama * - Biodiesel stuff * - Quests re-ordering and some new ones * - Hide wild crops from emi * - Hide wild crops from emi * - Moon rabbit meat * - Moon rabbit meat * - Moon rabbit meat textures and casings for tom * - models * - oops * - rocket * - ooops * - Added dry ice support for lunchboxes * - Fixed soybean oil quest * - Added dry ice block * - Assets for dry ice block --------- Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
3dffb8e93e
commit
7c0c3cd341
8 changed files with 45 additions and 6 deletions
|
|
@ -260,7 +260,20 @@ function registerTFGMiscellaneousRecipes(event) {
|
|||
|
||||
event.shapeless('4x firmalife:ice_shavings', ['#forge:dusts/ice', '#forge:tools/hammers'])
|
||||
|
||||
event.recipes.gtceu.mixer('tfg:ice_slush_from_dry_ice')
|
||||
.itemInputs('1x tfg:dry_ice')
|
||||
.inputFluids( JsonIO.of({ amount: 8000, value: { tag: "tfc:water" }}))
|
||||
.outputFluids(Fluid.of('gtceu:ice', 8000))
|
||||
.duration(80)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
// Cooling water
|
||||
event.recipes.tfc.barrel_sealed(250)
|
||||
.inputItem('1x tfg:dry_ice')
|
||||
.inputFluid(Fluid.of('minecraft:water', 5000))
|
||||
.outputFluid(Fluid.of('gtceu:ice', 5000))
|
||||
.id('tfg:barrel/cooling_water_0')
|
||||
|
||||
event.recipes.tfc.barrel_sealed(1000)
|
||||
.inputItem('1x #forge:dusts/ice')
|
||||
.inputFluid(Fluid.of('minecraft:water', 144))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue