Dna syringes and stainless steel needle (#1759)

Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Redeix 2025-09-09 00:17:04 -05:00 committed by GitHub
parent 93ef66881e
commit 568db16430
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 181 additions and 7 deletions

View file

@ -64,7 +64,7 @@ const registerSNSRecipes = (event) => {
B: 'sns:leather_strip',
C: 'sns:unfinished_leather_sack',
//D: 'minecraft:name_tag',
E: 'tfc:bone_needle'
E: '#tfc:sewing_needles'
}
)
).id('sns:crafting/leather_sack')
@ -79,7 +79,7 @@ const registerSNSRecipes = (event) => {
B: 'sns:leather_strip',
C: 'sns:unfinished_leather_sack',
D: 'minecraft:name_tag',
E: 'tfc:bone_needle'
E: '#tfc:sewing_needles'
}
)
).id('sns:crafting/leather_sack_coil')*/
@ -94,7 +94,7 @@ const registerSNSRecipes = (event) => {
B: '#forge:leather',
C: 'sns:unfinished_leather_sack',
D: 'minecraft:name_tag',
E: 'tfc:bone_needle'
E: '#tfc:sewing_needles'
}
)
).id('sns:crafting/ore_sack')
@ -121,7 +121,7 @@ const registerSNSRecipes = (event) => {
B: 'sns:reinforced_fabric',
C: 'sns:pack_frame',
D: 'minecraft:name_tag',
E: 'tfc:bone_needle'
E: '#tfc:sewing_needles'
}
)
).id('sns:crafting/frame_pack')