Skip to content

Commit

Permalink
Creative Fluid & Chemical Tank
Browse files Browse the repository at this point in the history
  • Loading branch information
Satherov authored Feb 4, 2025
1 parent e49281b commit e25527f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions kubejs/server_scripts/modpack/atm_star_creative.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,32 @@ ServerEvents.recipes(allthemods => {

//Mekanism

allthemods.recipes.kubejs.shaped('mekanism:creative_chemical_tank',
[
'TUT',
'USU',
'TUT'
],
{
T: 'mekanism:ultimate_chemical_tank',
U: 'allthemodium:unobtainium_ingot',
S: 'allthetweaks:atm_star_block',
}
).id('allthemods:mekanism/creative_chemical_tank')

allthemods.recipes.kubejs.shaped('mekanism:creative_fluid_tank',
[
'TUT',
'USU',
'TUT'
],
{
T: 'mekanism:ultimate_fluid_tank',
U: 'allthemodium:unobtainium_ingot',
S: 'allthetweaks:atm_star_block',
}
).id('allthemods:mekanism/creative_fluid_tank')

allthemods.recipes.kubejs.shaped('mekanism:creative_energy_cube',
[
'ATA',
Expand Down

0 comments on commit e25527f

Please sign in to comment.