changed glowstone dust recipes to need glowstone block instead, so lamps are still relevant until you get to steam power. Also removed eternal candle
This commit is contained in:
parent
24602a46c0
commit
f9db4f8c68
6 changed files with 51 additions and 21 deletions
|
|
@ -348,6 +348,13 @@ const registerMinecraftRecipes = (event) => {
|
|||
C: '#tfc:rock/smooth'
|
||||
}).id('tfg:shaped/comparator_nether_quartz');
|
||||
|
||||
event.replaceInput({id: 'gtceu:shaped/redstone_lamp' }, 'minecraft:glass_pane', '#forge:glass_panes')
|
||||
event.recipes.gtceu.assembler('redstone_lamp')
|
||||
.itemInputs('1x #forge:glass', '1x minecraft:glowstone', '1x #forge:rods/red_alloy')
|
||||
.itemOutputs('minecraft:redstone_lamp')
|
||||
.duration(50)
|
||||
.EUt(7)
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Рамка
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue