species stuff

This commit is contained in:
Pyritie 2025-09-22 19:14:56 +01:00
parent ceee16aac2
commit 97ef042261
2 changed files with 23 additions and 7 deletions

View file

@ -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')
}

View file

@ -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'
];