CraftTweaker

CraftTweaker

186M Downloads

Composter interaction

L9Tigrotto opened this issue · 0 comments

commented

Issue description

I am encountering an issue where my CraftTweaker script to set a composter value for an item executes without errors but does not work in-game.

Observed Behavior:

  • The log output confirms that the diamond item’s composter value is set to 0.85.
  • Despite this, I cannot interact with the composter using diamonds.
  • JEI does not show any composter recipe for diamonds either.

Script used

Script (test.zs):

zenscript import crafttweaker.api.misc.Composter;  composter.setValue(<item:minecraft:diamond>, 0.85);

The crafttweaker.log file

https://pastebin.com/FxxmE0Hf

Minecraft version

1.21.1

Modloader

NeoForge

Modloader version

21.1.115

CraftTweaker version

21.0.19

The latest.log file

https://pastebin.com/2EU2J8BG