Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐛]: same recipe #665

Open
1 task done
pickle780 opened this issue Jan 3, 2025 · 2 comments
Open
1 task done

[🐛]: same recipe #665

pickle780 opened this issue Jan 3, 2025 · 2 comments
Labels
1. Type: Bug Inconsistencies or issues which will cause a problem for users. 2. Status: Unverified Bug unverified.

Comments

@pickle780
Copy link

Was this bug reported before?

  • No, it was not.

Version modpack used

0.7.14

Environment

Mohist Server

New Worlds

Yes

Please provide a link to your latest.log, if relevant.

.

Expected Behavior

//#region Бронзовая печь
e.remove({ id: 'gtceu:shaped/steam_furnace_bronze' })
e.shaped('gtceu:lp_steam_furnace', [
    'ACA',
    'ABA',
    'AAA' 
], {
    A: 'gtceu:bronze_small_fluid_pipe',
    B: 'gtceu:bronze_brick_casing',
    C: '#forge:double_sheets/any_bronze',
}).id('tfg:shaped/steam_furnace_bronze')
//#endregion

//#region Бронзовый сплавщик
e.remove({ id: 'gtceu:shaped/steam_alloy_smelter_bronze' })
e.shaped('gtceu:lp_steam_alloy_smelter', [
    'AAA',
    'ABA',
    'ACA' 
], {
    A: 'gtceu:bronze_small_fluid_pipe',
    B: 'gtceu:bronze_brick_casing',
    C: '#forge:double_sheets/any_bronze',
}).id('tfg:shaped/steam_alloy_smelter_bronze')
//#endregion

Actual Behavior

//#region Бронзовая печь
e.remove({ id: 'gtceu:shaped/steam_furnace_bronze' })
e.shaped('gtceu:lp_steam_furnace', [
    'AAA',
    'ABA',
    'ACA' 
], {
    A: 'gtceu:bronze_small_fluid_pipe',
    B: 'gtceu:bronze_brick_casing',
    C: '#forge:double_sheets/any_bronze',
}).id('tfg:shaped/steam_furnace_bronze')
//#endregion

//#region Бронзовый сплавщик
e.remove({ id: 'gtceu:shaped/steam_alloy_smelter_bronze' })
e.shaped('gtceu:lp_steam_alloy_smelter', [
    'AAA',
    'ABA',
    'ACA' 
], {
    A: 'gtceu:bronze_small_fluid_pipe',
    B: 'gtceu:bronze_brick_casing',
    C: '#forge:double_sheets/any_bronze',
}).id('tfg:shaped/steam_alloy_smelter_bronze')
//#endregion

Steps to Reproduce

.

Additional Information

These recipes are same.

@pickle780 pickle780 added 1. Type: Bug Inconsistencies or issues which will cause a problem for users. 2. Status: Unverified Bug unverified. labels Jan 3, 2025
@Pyritie
Copy link
Contributor

Pyritie commented Jan 5, 2025

You can fix this yourself through github's website and make a pull request!

@SverhRazum-Nah
Copy link
Contributor

Fixed in #651

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. Type: Bug Inconsistencies or issues which will cause a problem for users. 2. Status: Unverified Bug unverified.
Projects
None yet
Development

No branches or pull requests

3 participants