wrong sand tag
This commit is contained in:
parent
6045020d87
commit
a74ff52e38
2 changed files with 5 additions and 2 deletions
3
kubejs/assets/forge/models/tag/item/sand.json
Normal file
3
kubejs/assets/forge/models/tag/item/sand.json
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"parent": "tfc:item/sand/yellow"
|
||||||
|
}
|
||||||
|
|
@ -150,7 +150,7 @@ function registerTFGClayRecipes(event) {
|
||||||
'BBB'
|
'BBB'
|
||||||
], {
|
], {
|
||||||
A: 'minecraft:clay_ball',
|
A: 'minecraft:clay_ball',
|
||||||
B: '#minecraft:sand',
|
B: '#forge:sand',
|
||||||
C: 'gtceu:brick_wooden_form'
|
C: 'gtceu:brick_wooden_form'
|
||||||
}).replaceIngredient('gtceu:brick_wooden_form', 'gtceu:brick_wooden_form').id('gtceu:shaped/compressed_coke_clay')
|
}).replaceIngredient('gtceu:brick_wooden_form', 'gtceu:brick_wooden_form').id('gtceu:shaped/compressed_coke_clay')
|
||||||
|
|
||||||
|
|
@ -160,7 +160,7 @@ function registerTFGClayRecipes(event) {
|
||||||
.id('tfg:heating/coke_oven_bricks')
|
.id('tfg:heating/coke_oven_bricks')
|
||||||
|
|
||||||
event.recipes.gtceu.alloy_smelter('gtceu:coke_oven_brick')
|
event.recipes.gtceu.alloy_smelter('gtceu:coke_oven_brick')
|
||||||
.itemInputs('3x #minecraft:sand', '2x minecraft:clay_ball')
|
.itemInputs('3x #forge:sand', '2x minecraft:clay_ball')
|
||||||
.itemOutputs('gtceu:coke_oven_brick')
|
.itemOutputs('gtceu:coke_oven_brick')
|
||||||
.duration(7.5 * 20)
|
.duration(7.5 * 20)
|
||||||
.EUt(GTValues.VA[GTValues.ULV])
|
.EUt(GTValues.VA[GTValues.ULV])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue