diff --git a/kubejs/server_scripts/species/recipes.js b/kubejs/server_scripts/species/recipes.js index 6b4a2181c..83badb722 100644 --- a/kubejs/server_scripts/species/recipes.js +++ b/kubejs/server_scripts/species/recipes.js @@ -83,4 +83,25 @@ function registerSpeciesRecipes(event) { .itemOutputs('4x tfg:wraptor_sugar') .duration(200) .EUt(GTValues.VA[GTValues.MV]) + + event.shaped('species:ricoshield', [ + 'ABA', + 'ACA', + 'ADA' + ], { + A: '#forge:double_plates/copper', + B: 'create:precision_mechanism', + C: 'species:kinetic_core', + D: '#tfc:shields' + }).id('tfg:shaped/ricoshield') + + event.shaped('species:deflector_dummy', [ + 'A', + 'B', + 'C' + ], { + A: 'vintageimprovements:redstone_module', + B: 'species:kinetic_core', + C: 'tacz:target' + }).id('tfg:shaped/deflector_dummy') } \ No newline at end of file diff --git a/kubejs/startup_scripts/species/constants.js b/kubejs/startup_scripts/species/constants.js index d37c205d2..29bcbbfe2 100644 --- a/kubejs/startup_scripts/species/constants.js +++ b/kubejs/startup_scripts/species/constants.js @@ -3,9 +3,6 @@ global.SPECIES_DISABLED_BLOCKS = [ 'species:red_suspicious_sand', - 'species:bone_bark', - 'species:bone_vertebra', - 'species:bone_spike', 'species:alphacene_moss_carpet', 'species:alphacene_grass_block', 'species:cruncher_pellet', @@ -15,7 +12,6 @@ global.SPECIES_DISABLED_BLOCKS = [ global.SPECIES_DISABLED_ITEMS = [ 'species:deepfish_bucket', - 'species:bone_spike', 'species:ancient_pinecone', 'species:cruncher_egg', 'species:ichor_bottle', @@ -27,11 +23,9 @@ global.SPECIES_DISABLED_ITEMS = [ 'species:bewereager_head', 'species:quake_head', 'species:ghoul_head', - 'species:deflector_dummy', 'species:wicked_mask', 'species:wicked_swapper', 'species:spectralibur', - 'species:ricoshield', 'species:smoke_bomb', 'species:wicked_dope', 'species:monster_meal', @@ -40,5 +34,6 @@ global.SPECIES_DISABLED_ITEMS = [ 'species:broken_links', 'species:werefang', 'species:wicked_wax', - 'species:kinetic_core' + 'species:springling_egg', + 'species:petrified_egg' ]; \ No newline at end of file