19 lines
No EOL
430 B
JavaScript
19 lines
No EOL
430 B
JavaScript
|
|
// ServerEvents.recipes(event => {
|
|
|
|
// event.shaped(Item.of('gtceu:kinetic_box'), [
|
|
// ' V ',
|
|
// 'GCG',
|
|
// ' V '
|
|
// ], {
|
|
// G: 'gtceu:iron_gear',
|
|
// V: 'gtceu:lv_voltage_coil',
|
|
// C: 'gtceu:steel_machine_casing'
|
|
// });
|
|
|
|
// event.recipes.gtceu.kinetic_box('lv_stress')
|
|
// .outputStress(1024)
|
|
// .EUt(32)
|
|
// .rpm(32);
|
|
|
|
// });
|