added missing cobblestone recipes to the rock breaker
This commit is contained in:
parent
d3b3feed73
commit
061a6d2a06
1 changed files with 35 additions and 0 deletions
|
|
@ -657,6 +657,13 @@ function registerTFGRockRecipes(event) {
|
|||
.EUt(7)
|
||||
.dimension('ad_astra:moon')
|
||||
|
||||
event.recipes.gtceu.rock_breaker('tfg:moon_cobblestone')
|
||||
.notConsumable('ad_astra:moon_cobblestone')
|
||||
.itemOutputs('ad_astra:moon_cobblestone')
|
||||
.duration(16)
|
||||
.EUt(7)
|
||||
.dimension('ad_astra:moon')
|
||||
|
||||
event.recipes.gtceu.rock_breaker('tfg:moon_deepslate')
|
||||
.notConsumable('ad_astra:moon_deepslate')
|
||||
.itemOutputs('ad_astra:moon_deepslate')
|
||||
|
|
@ -671,12 +678,26 @@ function registerTFGRockRecipes(event) {
|
|||
.EUt(7)
|
||||
.dimension('ad_astra:moon')
|
||||
|
||||
event.recipes.gtceu.rock_breaker('tfg:glacio_cobblestone')
|
||||
.notConsumable('ad_astra:glacio_cobblestone')
|
||||
.itemOutputs('ad_astra:glacio_cobblestone')
|
||||
.duration(16)
|
||||
.EUt(7)
|
||||
.dimension('ad_astra:moon')
|
||||
|
||||
event.recipes.gtceu.rock_breaker('tfg:mars_stone')
|
||||
.notConsumable('ad_astra:mars_stone')
|
||||
.itemOutputs('ad_astra:mars_stone')
|
||||
.duration(16)
|
||||
.EUt(7)
|
||||
.dimension('ad_astra:mars')
|
||||
|
||||
event.recipes.gtceu.rock_breaker('tfg:mars_cobblestone')
|
||||
.notConsumable('ad_astra:mars_cobblestone')
|
||||
.itemOutputs('ad_astra:mars_cobblestone')
|
||||
.duration(16)
|
||||
.EUt(7)
|
||||
.dimension('ad_astra:mars')
|
||||
|
||||
event.recipes.gtceu.rock_breaker('tfg:venus_stone')
|
||||
.notConsumable('ad_astra:venus_stone')
|
||||
|
|
@ -685,6 +706,13 @@ function registerTFGRockRecipes(event) {
|
|||
.EUt(7)
|
||||
.dimension('ad_astra:mars')
|
||||
|
||||
event.recipes.gtceu.rock_breaker('tfg:venus_cobblestone')
|
||||
.notConsumable('ad_astra:venus_cobblestone')
|
||||
.itemOutputs('ad_astra:venus_cobblestone')
|
||||
.duration(16)
|
||||
.EUt(7)
|
||||
.dimension('ad_astra:mars')
|
||||
|
||||
event.recipes.gtceu.rock_breaker('tfg:red_granite')
|
||||
.notConsumable('gtceu:red_granite')
|
||||
.itemOutputs('gtceu:red_granite')
|
||||
|
|
@ -705,6 +733,13 @@ function registerTFGRockRecipes(event) {
|
|||
.duration(16)
|
||||
.EUt(7)
|
||||
.dimension('ad_astra:mercury')
|
||||
|
||||
event.recipes.gtceu.rock_breaker('tfg:mercury_cobblestone')
|
||||
.notConsumable('ad_astra:mercury_cobblestone')
|
||||
.itemOutputs('ad_astra:mercury_cobblestone')
|
||||
.duration(16)
|
||||
.EUt(7)
|
||||
.dimension('ad_astra:mercury')
|
||||
// #endregion
|
||||
|
||||
// #region sandstone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue