Some recipe changes (#1003)
* misc recipes * add saw to jar lid recipe * revert table salt name changing that didn't work
This commit is contained in:
parent
9c258d452f
commit
165cc8d2cd
4 changed files with 22 additions and 2 deletions
|
|
@ -1,5 +1,14 @@
|
|||
// priority: 0
|
||||
|
||||
const registerHotOrNotRecipes = (event) => {
|
||||
|
||||
|
||||
event.shaped('tfchotornot:tongs/wood', [
|
||||
'AB ',
|
||||
'B ',
|
||||
' '
|
||||
], {
|
||||
A: '#forge:tools/knives',
|
||||
B: '#forge:rods/wooden'
|
||||
}).id('tfchotornot:crafting/tongs/wood')
|
||||
|
||||
}
|
||||
|
|
@ -324,4 +324,13 @@ const registerTFCRecipes = (event) => {
|
|||
.circuit(6)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
});
|
||||
|
||||
// Jar lids
|
||||
|
||||
event.shapeless('8x tfc:jar_lid', [
|
||||
'gtceu:tin_ingot',
|
||||
'#forge:tools/hammers',
|
||||
'#forge:tools/saws'
|
||||
]).id('tfc:shapeless/jar_lid')
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue