added shapeless recipes for matches #1449
This commit is contained in:
parent
050ac49fd9
commit
54d44ea0a4
1 changed files with 11 additions and 0 deletions
|
|
@ -1273,4 +1273,15 @@ const registerGTCEURecipes = (event) => {
|
|||
.circuit(0)
|
||||
.duration(50)
|
||||
.EUt(2)
|
||||
|
||||
// Matches
|
||||
|
||||
event.shapeless('4x gtceu:matches', ['#forge:dusts/phosphorus', 'tfc:glue', '4x #forge:bolts/wood'])
|
||||
.id('tfg:shapeless/phosphorus_matches')
|
||||
|
||||
event.shapeless('4x gtceu:matches', ['#forge:dusts/tricalcium_phosphate', 'tfc:glue', '4x #forge:bolts/wood'])
|
||||
.id('tfg:shapeless/tricalcium_phosphate_matches')
|
||||
|
||||
event.shapeless(Item.of('gtceu:matchbox', '{usesLeft:8}'), ['minecraft:paper', '8x gtceu:matches'])
|
||||
.id('tfg:shapeless/matchbox')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue