Zrips / CMI

114 stars 97 forks source link

Custom recipe doesn't work #9071

Open NoltoxGit opened 2 weeks ago

NoltoxGit commented 2 weeks ago

Description of Issue

Hello, I've just created some custom crafts with the customrecipe module, but they don't work after a restart. imageimage

Version Information

CMI: 9.7.5.4 Unknown MySQL
CMILib: 1.5.1.1
Server: Paper 1.20.6-R0.1-SNAPSHOT-
CMI economy: Activée Vault: 1.7.3-CMI CMI Chat: Désactivée
Modules -> 34 enabled 32 disabled: spawnerProximity, cuffed, mirror, tablist, armorEffects, moneyCheque, elytraBoost, elytraLaunch, serverLinks, bossBarCompass, chatBubble, votifier, headDrop, spawnerCharge, namePlates, homeInteractions, hpBossBar, anvilRenameColor, spawners, dynamicSigns, playerChatTag, durabilityLoss, deathMessages, teleportWith, disabledEnchants, worldLimitsElytra, worldLimits, ranks, sitAnimation, silentChest, warmup, totemBehavior

Errors

No response

Relevant Config Sections

https://api.mclo.gs/1/raw/Eu9ch67

Relevant Plugins

No response

Agreements

Zrips commented 2 weeks ago

image Could you try to test this with CMI only in case there is an issue with another plugin overriding default behavior? As it seemingly works correctly with base setup on 1.20.6 paper server, unless you have custom server build which got misreported with /cmi version

NoltoxGit commented 1 week ago

Could you try to test this with CMI only in case there is an issue with another plugin overriding default behavior? As it seemingly works correctly with base setup on 1.20.6 paper server, unless you have custom server build which got misreported with /cmi version

Hello, Sorry for the late reply, but I think I know what the problem is.

It's because the item TADPOLE_BUCKET is different depending on the age of the dummy when it's retrieved. And so what's causing the craft not to work because the “Require exact ingredient” option is buggy, it always stays on Enabled.

So to fix the problem, you'd have to debug this parameter.

( The problem still persists even with the latest version of Paper 1.21.1 at the time of writing.)

NoltoxGit commented 1 week ago

Hello @Zrips, Do you have any news about this bug?