fixed alabaster
This commit is contained in:
parent
bbdeb9ba12
commit
0e151376ea
3 changed files with 6 additions and 4 deletions
|
|
@ -24,6 +24,7 @@
|
|||
- Added recipes for redyeing/bleaching shipping containers (#1631) @Pyritie
|
||||
- Adjusted recipes for ME Interface and Pattern Provider for consistency (#1569) @TomPlop
|
||||
- Changed the cost of the ME Quantum Tunnel (#1569) @TomPlop
|
||||
- Alabaster is now renewable via rock breaker @gustovafing
|
||||
### Bug fixes
|
||||
- Fixed moon mob spawning light levels, so now they need a light level of 0 instead of 11 (#1587) @NINAustinFett
|
||||
- Fixed wrong output amount of mortaring soybean paste (#1607) @TomPlop
|
||||
|
|
|
|||
|
|
@ -150,6 +150,7 @@ function removeTFCRecipes(event) {
|
|||
event.remove({ id: 'tfc:crafting/vanilla/redstone/minecart' })
|
||||
event.remove({ id: 'tfc:crafting/cake' })
|
||||
event.remove({ id: 'tfc:crafting/pumpkin_chunks' })
|
||||
event.remove({ id: 'tfc:crafting/alabaster_brick' })
|
||||
|
||||
event.remove({ id: /^tfc:crafting\/dough\/.*/ })
|
||||
|
||||
|
|
|
|||
|
|
@ -797,15 +797,15 @@ function registerTFGRockRecipes(event) {
|
|||
|
||||
//#region Alabaster
|
||||
|
||||
event.recipes.gtceu.rock_breaker("tfg:alabaster")
|
||||
event.recipes.gtceu.rock_breaker("tfg:alabaster")
|
||||
.notConsumable("tfc:alabaster/raw")
|
||||
.itemOutputs("tfc:alabaster/raw")
|
||||
.duration(16)
|
||||
.EUt(7)
|
||||
|
||||
event.recipes.gtceu.cutter("tfg:raw_alabaster_to_bricks")
|
||||
.inputItems("tfc:alabaster/raw")
|
||||
.outputItems("tfc:alabaster_brick", 4)
|
||||
event.recipes.gtceu.cutter("tfg:raw_alabaster_to_bricks")
|
||||
.itemInputs("tfc:alabaster/raw")
|
||||
.itemOutputs("4x tfc:alabaster_brick")
|
||||
.duration(40)
|
||||
.EUt(2)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue