Dna syringes and stainless steel needle (#1759)
Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
93ef66881e
commit
568db16430
16 changed files with 181 additions and 7 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue