GregTech CE Unofficial

GregTech CE Unofficial

412k Downloads

CT error: Property "circuit" cannot be applied to recipe type AssemblerRecipeBuilder

DjArt opened this issue ยท 1 comments

commented

GregTech CEu Version

2.6.2-beta

Modpack Used

No response

Addons Installed

CraftTweaker2 1.12-4.1.20.689

Environment

Singleplayer

New Worlds

Yes

Cross-Mod Interaction

Yes

Expected Behavior

CT fall down and recipes doesn't apply.

Actual Behavior

All recipes applied.

Steps to Reproduce

CT script:

assembler.recipeBuilder()
	.inputs(<ore:plateWood>, <ore:foilTin> * 4)
	.fluidInputs(<liquid:glue> * 100)
	.outputs(<forestry:chipsets>)
	.duration(200)
	.EUt(7)
	.property("circuit", 1)
	.buildAndRegister();

Additional Information

Error:
image
PS:
Without circuit property all works fine.

commented

.property("circuit", 1") is no longer supported. Do .circuit(1).