Recipes for certus/nether quartz cutting knives.
This commit is contained in:
parent
868defd38f
commit
eb5a0e5c15
2 changed files with 21 additions and 1 deletions
|
|
@ -24,6 +24,27 @@ const registerAE2Recipes = (event) => {
|
|||
|
||||
//#endregion
|
||||
|
||||
// Cutting knives (for renaming things)
|
||||
event.shaped('ae2:certus_quartz_cutting_knife', [
|
||||
' A',
|
||||
'BA ',
|
||||
'CCB',
|
||||
], {
|
||||
A: '#forge:rods/aluminium',
|
||||
B: '#forge:plates/steel',
|
||||
C: '#forge:exquisite_gems/certus_quartz',
|
||||
}).id('tfg:crafting/certus_quartz_cutting_knife')
|
||||
|
||||
event.shaped('ae2:nether_quartz_cutting_knife', [
|
||||
' A',
|
||||
'BA ',
|
||||
'CCB',
|
||||
], {
|
||||
A: '#forge:rods/aluminium',
|
||||
B: '#forge:plates/steel',
|
||||
C: '#forge:exquisite_gems/nether_quartz',
|
||||
}).id('tfg:crafting/nether_quartz_cutting_knife')
|
||||
|
||||
// Network tool
|
||||
event.shaped('ae2:network_tool', [
|
||||
'AB',
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ global.AE2_DISABLED_ITEMS = [
|
|||
'ae2:fluix_pickaxe',
|
||||
'ae2:entropy_manipulator',
|
||||
'ae2:charged_staff',
|
||||
'#ae2:knife',
|
||||
'ae2:name_press',
|
||||
|
||||
// Блоки
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue