// priority: 0 "use strict"; function registerValkyrienSailsRecipes(event) { event.remove({ mod: 'vs_sails' }) event.shaped('8x vs_sails:sail_block', [ ' C ', 'CTC', ' C ' ], { C: '#forge:cloth', T: '#minecraft:trapdoors' }).id('neuralgia:sail_block') event.shaped('vs_sails:dedication_bottle', [ ' C ', 'CBC', ' C ' ], { C: '#forge:cloth', B: '#tfc:glass_bottles' }).id('neuralgia:dedication_bottle') event.shaped('4x vs_sails:buoy_block', [ 'LHL', 'H H', 'LHL' ], { H: 'firmaciv:large_waterproof_hide', L: '#tfc:lumber' }).id('neuralgia:buoy_block') // HELM event.shaped('vs_sails:oak_helm', [ 'L L', ' L ', 'LLL' ], { L: '#tfc:lumber', C: 'gtceu:small_wood_gear' }).id('neuralgia:oak_helm') event.shaped('vs_sails:oak_helm_wheel', [ 'SLS', 'LCL', 'SLS' ], { C: 'gtceu:wood_gear', L: '#tfc:lumber', S: '#forge:rods/wooden' }).id('neuralgia:oak_helm_wheel') }