made hopper recipe cheaper
This commit is contained in:
parent
bf7a903f17
commit
1d784aa410
1 changed files with 1 additions and 2 deletions
|
|
@ -547,13 +547,12 @@ const registerMinecraftRecipes = (event) => {
|
|||
//#region Выход: Воронка
|
||||
|
||||
event.shaped('minecraft:hopper', [
|
||||
'A A',
|
||||
'ABA',
|
||||
'ACA',
|
||||
'DAE'
|
||||
], {
|
||||
A: '#forge:plates/wrought_iron',
|
||||
B: '#forge:chests/wooden',
|
||||
C: '#forge:gears/wrought_iron',
|
||||
D: '#forge:tools/wrenches',
|
||||
E: '#forge:tools/hammers',
|
||||
}).id('gtceu:shaped/hopper')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue