welcome back stonecutter
This commit is contained in:
parent
86a35b7386
commit
5be2eb1d99
19 changed files with 44 additions and 17 deletions
|
|
@ -1010,4 +1010,22 @@ const registerMinecraftRecipes = (event) => {
|
|||
.itemOutputs('minecraft:shroomlight')
|
||||
.duration(200)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
// Stonecutter
|
||||
|
||||
event.shaped('minecraft:stonecutter',
|
||||
[
|
||||
' E ',
|
||||
'CAC',
|
||||
'BDB'
|
||||
],
|
||||
{
|
||||
A: '#forge:plates/wrought_iron',
|
||||
B: '#tfc:lumber',
|
||||
C: '#forge:plates/brass',
|
||||
D: '#forge:small_gears',
|
||||
E: '#forge:buzz_saw_heads'
|
||||
}).id('tfg:shaped/stonecutter');
|
||||
|
||||
event.stonecutting('minecraft:smooth_quartz', 'minecraft:quartz_block')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue