work
This commit is contained in:
parent
d793be5f81
commit
2012904ccf
5 changed files with 89 additions and 28 deletions
|
|
@ -1034,12 +1034,6 @@ const registerMinecraftRecipes = (event) => {
|
|||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Плот с сундуком
|
||||
|
||||
event.remove({ id: 'minecraft:bamboo_chest_raft' })
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Бамбуковые доски
|
||||
|
||||
event.shapeless('2x minecraft:bamboo_planks', [
|
||||
|
|
@ -1049,6 +1043,12 @@ const registerMinecraftRecipes = (event) => {
|
|||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Плот с сундуком
|
||||
|
||||
event.remove({ id: 'minecraft:bamboo_chest_raft' })
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Красители
|
||||
|
||||
// White
|
||||
|
|
@ -1629,6 +1629,14 @@ const registerMinecraftRecipes = (event) => {
|
|||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Сухая губка
|
||||
|
||||
event.recipes.tfc.heating('minecraft:wet_sponge', 790)
|
||||
.resultItem('minecraft:sponge')
|
||||
.id('tfg:minecraft/heating/sponge')
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Выход: Прожаренный фрукт хоруса
|
||||
|
||||
event.remove({ id: 'minecraft:popped_chorus_fruit' })
|
||||
|
|
@ -2447,8 +2455,12 @@ const registerMinecraftRecipes = (event) => {
|
|||
|
||||
event.remove({ id: `minecraft:dye_${dye}_carpet` })
|
||||
|
||||
if (dye != 'white')
|
||||
{
|
||||
event.shapeless(`2x minecraft:${dye}_carpet`, [
|
||||
'#tfc:saws',
|
||||
`minecraft:${dye}_wool`
|
||||
]).id(`minecraft:${dye}_carpet`)
|
||||
|
||||
if (dye != 'white') {
|
||||
event.recipes.gtceu.chemical_bath(`tfg:${dye}_carpet`)
|
||||
.itemInputs(`minecraft:white_carpet`)
|
||||
.inputFluids(Fluid.of(`gtceu:${dye}_dye`, 72))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue