Create

Create

86M Downloads

I might have found a sequenced assembly recipe bug

RealAntEngineer opened this issue ยท 1 comments

commented

Description

It seems that using forge:intersection ingredient type prevent using transtional item for sequenced assembly recipe. I need that to work for the mod I am making so if you can indicate what can cause that and how to solve it I would be able to use the incompete version of my items. I am putting 2 test recipe one who works and the othere that don't to prove my point.

tested with forge 1.19.2-43.2.8 and create 0.5.1.g-54
demo_bug_1.json
demo_bug_2.json

Game Log

https://mclo.gs/sT0AZKJ

Debug Information

Client Info
Create:
	Mod Version: 0.5.1g
	Forge Version: 43.2.8
	Minecraft Version: 1.19.2

Graphics:
	Flywheel Version: 0.6.10-19
	Flywheel Backend: INSTANCING
	OpenGL Renderer: Intel(R) UHD Graphics 620
	OpenGL Version: 3.2.0 - Build 31.0.101.2125
	Graphics Mode: Graphics

System Information:
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 17.0.7, Eclipse Adoptium
	JVM Flags: 1 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
	Memory: 1660823576 bytes (1583 MiB) / 2854223872 bytes (2722 MiB) up to 4244635648 bytes (4048 MiB)
	Total Memory: 14620295168 bytes (13937 MiB) / 16976748544 bytes (16183 MiB)
	CPU: Intel(R) Core(TM) i5-8365U CPU @ 1.60GHz @ 1.90 GHz; 4 cores / 8 threads on 1 socket(s)
	Graphics card #0: Intel(R) UHD Graphics 620 (Intel Corporation (0x8086)); 1024.00 MB of VRAM

Other Mods:
	Creating Space: 1.7.1.test_recipe_1
	Curios API: 1.19.2-5.1.4.0
	Just Enough Items: 11.6.0.1015
Server Info
Create:
	Mod Version: 0.5.1g
	Forge Version: 43.2.8
	Minecraft Version: 1.19.2

System Information:
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 17.0.7, Eclipse Adoptium
	JVM Flags: 1 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
	Memory: 1660823576 bytes (1583 MiB) / 2854223872 bytes (2722 MiB) up to 4244635648 bytes (4048 MiB)
	Total Memory: 14620295168 bytes (13937 MiB) / 16976748544 bytes (16183 MiB)
	CPU: Intel(R) Core(TM) i5-8365U CPU @ 1.60GHz @ 1.90 GHz; 4 cores / 8 threads on 1 socket(s)
	Graphics card #0: Intel(R) UHD Graphics 620 (Intel Corporation (0x8086)); 1024.00 MB of VRAM

Other Mods:
	Creating Space: 1.7.1.test_recipe_1
	Curios API: 1.19.2-5.1.4.0
	Just Enough Items: 11.6.0.1015
commented

there is no point to the log in this case, from what I have read of the code I think it has to do with one of the SequencedAssemblyRecipe::getRecipe method