ThePansmith / Monifactory

A Modern Remaster of Nomifactory
GNU Lesser General Public License v3.0
166 stars 81 forks source link

Recipe Issues #29

Open ThePansmith opened 5 months ago

ThePansmith commented 5 months ago

Missing Recipes, etc Easier to keep them all in a single chain. If it's GTM related, report it to them.

ThePansmith commented 5 months ago

Nuclear isotopes of uranium and thorium currently cannot be made

Caldar commented 5 months ago

The recipe for Radium Salt to Radon is missing. This breaks quest progression if you are going by the quest book.

Caldar commented 5 months ago

The Fluid Tag Filter is uncraftable. It is required for the filter quest completion.

JuiceyBeans commented 5 months ago
Caldar commented 5 months ago

The monipenny recipe for cocoa beans has the same recipe as mangrove propagule and are unable to be purchased.

4dam3k commented 5 months ago

Mana Infused Metal ingot: Mana Infused Metal Dust requires Primal mana dust to craft and you can just smelt it in furnace to get ingot but there is also Blast furnace recipe which still takes mana infused metal dust as well primal mana (fluid) image image

4dam3k commented 5 months ago

image image I think these recipes require lil bit of balancing Assembler recipe should take 2 fine wires and give 2 res instead of 4->2

4dam3k commented 5 months ago

The recipe the read text is talking about is missing

image image

Caldar commented 5 months ago

The enderio fluid tank was given a recipe that allows you to craft it by itself to void the contents. The pressurized fluid tank should have the same recipe.

Sammy-Jpeg commented 5 months ago

image invalid glass pane tag

LetterN commented 5 months ago

image invalid glass pane tag

already fixed

LetterN commented 5 months ago

https://github.com/ThePansmith/Monifactory/issues/29#issuecomment-2067780423

annealed copper does 4x, recipe same as in nomifactory so this is intentional

JuiceyBeans commented 5 months ago

Going forth, might be worth making task lists for each problem so that in the future, we know which ones are still pending and which ones are fixed

Caldar commented 5 months ago

Alloy Blast Smelter requires Osmium wires. NomiCEu had aluminum wires. Why would a mid game machine require wires you can’t make until LuV?

ThePansmith commented 5 months ago

Going forth, might be worth making task lists for each problem so that in the future, we know which ones are still pending and which ones are fixed

I've been reacting to the ones that have been fixed.

Caldar commented 5 months ago

With the addition of the flux capacitor recently, half the Iron Jetpack series is uncraftable because it has the same recipe as leadstone energy cell.

Edit: Apparently if you use a regular crafting table you get a button to pick which item you want.

WithersChat commented 5 months ago

#29 (comment)

annealed copper does 4x, recipe same as in nomifactory so this is intentional

I'd legit double the output in both NGL. Original Nomi got you 12 resistors per batch, but CEu nerfed it.

Caldar commented 5 months ago

This is meant to be a modern parity of CEu, or at least it was.

heisluft commented 5 months ago

image Said Reactor recipe does not exist.

4dam3k commented 5 months ago

I think both should be using the same plate image

IamNotBrianZ commented 4 months ago

Fission Reactor Casing is 8 times more expensive in Monifactory recipe in Moni: 螢幕擷取畫面 2024-05-05 212321

recipe in NomiCEU: 螢幕擷取畫面 2024-05-05 211829

When i am trying to craft 400 casings, ae2 told me i need 12k tungsten...

Askedis commented 4 months ago

Gas collector air in void dimension appears to be broken Air Collector (Gas collector with power, in void dim, circuit 1, and does nothing)

Which is strange since the recipe is in EMI. Or am I missing something?

4dam3k commented 4 months ago

image

I don't think it was supposed to be giving 8mb for free

Levlion2 commented 4 months ago

image in nomifactory ceu it also gives 1008mb (also in technological journey, im assuming it could be due to chemistry or something lol)

minecrafterseppe commented 4 months ago

image

fireclay dust has no recipy to turn into fireclay brick and there is no recipy to craft fireclay brick blocks

FooterManDev commented 4 months ago

image Empty fluid input recipe for Steam, I think this is supposed to be Water? Actually, there seem to be multiple recipes missing liquid, likely also Water. image

esmenard commented 4 months ago

Some more broken recipes : Lava to Obsidian with the Fluid Solidifier and Glass to Glass Dust with the Macerator 2024-05-18_12 51 52 2024-05-18_13 51 00

Also Rubber Slabs need to be added to the slabs tag 2024-05-18_22 46 17

minecrafterseppe commented 4 months ago

another recipy i know of out my head thats bugged is tempered glass in arc furnace

it works it just doesent show u need glass

also copper ore types in macerator eg steam macerator doesent double

esmenard commented 4 months ago

Some more broken recipes :

Monimoney into Cow Eggs (it shows on EMI but doesn't show the output when putting the items in a crafting table) 2024-05-20_19 21 32 2024-05-20_19 21 35

Water doesn't appear on Concrete recipes 2024-05-20_19 28 01 2024-05-20_19 28 03

heisluft commented 4 months ago

2 things I noticed:

esmenard commented 4 months ago

Iron Ingot smelting into Wrought Iron Ingot and the Alloy Smelter recipes for Steel Ingot seem to have been removed in 0.3.0

esmenard commented 4 months ago

Recipe to get Emerald Ore from coins appears on EMI but doesn't work 2024-06-01_12 07 03 2024-06-01_12 06 36

dnapper commented 3 months ago

LuV Motor is missing the Niobium-Titanium cables since 0.5.0 or 0.5.4 (not sure which) and won't craft.

image

IamNotBrianZ commented 3 months ago

Currently, there are 2 recipe to smelt mana infused metal (furnace and EBF)

And the EBF one is the correct one

I tried to remove the recipe, but there's no way to simply remove it.

Furnace 螢幕擷取畫面 2024-06-05 135316

EBF 螢幕擷取畫面 2024-06-05 135335

Preladon commented 3 months ago

Not sure if this is the place for harder mode specific recipe feedback, but the two logs to sticks recipe remains in harder mode, and gives 16 sticks, whereas crafting one log into sticks twice would only give four sticks.

kalsandbrook commented 3 months ago

Conflict with Create: The Rose Quartz (Redstone + Quartz) recipe conflicts with the Mixer recipe for AE2.

kubejs/server_scripts/mods/optionalCompats/create.js

        event.recipes.gtceu.mixer("kubejs:rose_quartz")
            .itemInputs('8x minecraft:redstone', 'minecraft:quartz')
            .itemOutputs('create:rose_quartz')
            .duration(200)
            .EUt(16)

kubejs/server_scripts/mods/AE2.js

    event.recipes.gtceu.mixer('fluix')
        .itemInputs('gtceu:charged_certus_quartz_gem', 'minecraft:redstone', 'minecraft:quartz')
        .inputFluids(Fluid.of('minecraft:water', 100))
        .itemOutputs('2x gtceu:fluix_gem')
        .duration(20)
        .EUt(7)
Midius commented 3 months ago

There is a cutter recipe for minecraft:glass -> gtceu:glass_plate which conflicts with the cutter recipe minecraft:glass -> minecraft:glass_pane

I didn't find where the first recipe is coming from, so it could be a GTM issue.

hgjensen commented 2 months ago

Assembler recipe for ExtendedAE "Drive Upgrade" is not working. image

SparkedTheorem commented 2 months ago

Assembler recipe for ExtendedAE "Drive Upgrade" is not working. image

Found the issue, there seems to be a recipe conflict due to lack of circuit numbers. Have just PR'd addition of circuit numbers to both recipes so that there is no more recipe conflict.

br00klynagent47 commented 2 months ago

There doesn't seem to be a recycling recipe for cut copper stairs, which can be obtained through lost cities structures.

ThePansmith commented 2 months ago

There doesn't seem to be a recycling recipe for cut copper stairs, which can be obtained through lost cities structures.

report that to gtm

ApatheticLlama commented 1 month ago

image image

Conflicting monipenny recipes for rubberwood saplings and cocoa beans

Edguardia commented 1 month ago

No recipe to make rubber bars pre machines, so you cant make a rubber soft mallet and have to make a wooden one

IamNotBrianZ commented 1 month ago

An unintentional recipe loop Causes ae2 not able to craft hadal warp engine This recipe unlock after hyperbolic microverse projector

螢幕擷取畫面 2024-08-08 000327 recipe loop (Tier nine mm)

螢幕擷取畫面 2024-08-08 000448 the problematic recipe that causes this issue

maxinglo commented 1 month ago

Pulsating Mesh is necessary for Photovoltaic Cell IV, but can not craft in Hard Mode. image

Zenthae commented 1 month ago

Dyson Sphere recipes are broken ? or maybe, we are missing quests to explain how it works image

ThePansmith commented 1 month ago

Dyson Sphere recipes are broken ? or maybe, we are missing quests to explain how it works

GCYr Multi, has been broken for a while now. I am just going to hide it for now.

purebluez commented 1 month ago

Recipe conflict with the Circuit 8 recipes of Iron Furnaces image image i tried crafting the copper furnace and the assembler consumed the ingredients for the iron furnace, leaving 4 copper plates left over. iron plates are also used in the silver furnace recipe but just 2 instead of 4 plates. playing on alpha 0.7.0 btw

jaaaco-j commented 1 month ago

2024-08-12_20 49 06 on hardmode its still the normal brick + clay recipe, no concrete or gypsum update recipe or update description on the quest

2024-08-12_20 47 29 Plant ball into slime does not exist as well

Casmin7 commented 1 month ago

Hev suit from nuclearcraft has an impossible to craft recipe. Normal mode