Pushing recent 0.9 alpha feedback (#877)
Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> Co-authored-by: Redeix <59435925+Redeix@users.noreply.github.com>
This commit is contained in:
parent
fe127e7fd3
commit
b9f3c51407
57 changed files with 2270 additions and 1406 deletions
|
|
@ -227,6 +227,15 @@ const registerMinecraftRecipes = (event) => {
|
|||
.resultItem('minecraft:sponge')
|
||||
.id('tfg:minecraft/heating/sponge')
|
||||
|
||||
event.recipes.gtceu.chemical_reactor('minecraft:gtceu/chemical_reactor/sponge')
|
||||
.itemInputs(ChemicalHelper.get(TagPrefix.dust, GTMaterials.SodiumBisulfate, 1))
|
||||
.inputFluids(Fluid.of('gtceu:polyethylene', 144), Fluid.of('minecraft:water', 250))
|
||||
.itemOutputs('2x minecraft:sponge')
|
||||
.outputFluids(Fluid.of('gtceu:sodium_persulfate', 35))
|
||||
.duration(80)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Тонированное стекло
|
||||
|
|
@ -866,6 +875,14 @@ const registerMinecraftRecipes = (event) => {
|
|||
|
||||
generateCutterRecipe(event, '#forge:double_plates/wrought_iron', 'minecraft:iron_door', 400, GTValues.VA[GTValues.LV], 'iron_door')
|
||||
|
||||
event.shaped('4x minecraft:ladder', [
|
||||
'A A',
|
||||
'AAA',
|
||||
'A A'
|
||||
], {
|
||||
A: '#forge:rods/wooden'
|
||||
}).id('gtceu:shaped/ladder')
|
||||
|
||||
// #endregion
|
||||
|
||||
// #region Calcite
|
||||
|
|
|
|||
|
|
@ -911,6 +911,9 @@ function removeMinecraftRecipes(event) {
|
|||
event.remove({ id: 'minecraft:warped_hyphae' })
|
||||
event.remove({ id: 'minecraft:stripped_crimson_hyphae' })
|
||||
event.remove({ id: 'minecraft:crimson_hyphae' })
|
||||
|
||||
event.remove({ id: 'minecraft:arrow' })
|
||||
event.remove({ output: 'minecraft:tipped_arrow' })
|
||||
|
||||
//#endregion
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,6 @@ const registerMinecraftItemTags = (event) => {
|
|||
event.add('tfc:rock/raw', 'minecraft:blackstone')
|
||||
event.add('tfc:rock/raw', 'minecraft:dripstone_block')
|
||||
|
||||
event.add('forge:cloth', 'minecraft:phantom_membrane')
|
||||
event.add('tfc:sewing_dark_cloth', 'minecraft:phantom_membrane')
|
||||
|
||||
event.remove('forge:gems', 'minecraft:charcoal')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue