Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display bug about the "prevent_default" post action #71

Closed
1 task done
openforge233 opened this issue Feb 5, 2024 · 0 comments
Closed
1 task done

Display bug about the "prevent_default" post action #71

openforge233 opened this issue Feb 5, 2024 · 0 comments

Comments

@openforge233
Copy link

openforge233 commented Feb 5, 2024

Mod loader

Fabric

Minecraft version

1.20.1

Mod version

5.1.8

Modloader version

Fabric 0.15.6 +fabric-api-0.91.0

Modpack info

No response

If bug:

  • Can you reproduce this issue with relevant mods only?

If bug: The latest.log file

No response

Issue description

{ "type": "lychee:block_interacting", "item_in": { "item": "createaddition:biomass_pellet" }, "block_in": "minecraft:mud", "post":[ { "type": "prevent_default", "contextual": { "type": "chance", "chance": 0.5 } }, { "type": "drop_item", "item": "minecraft:clay" }, { "type": "place", "block": "air" } ] }
The code works and the biomass_pellet will be consumed correctly,but it is shown to be not in REI.
代码可以正常工作,生物质颗粒确实会有一定概率消耗。但是在REI中,它仍被显示为"不会被消耗"。我在整合包中向玩家解释为这是神的谎言。
0TP{QYI5(~N 4(AAL1_ X
QZ W(0XB2IJZXQAA3X7 LA

@Snownee Snownee closed this as completed in 6f964a9 Feb 6, 2024
Snownee added a commit that referenced this issue Mar 19, 2024
SettingDust pushed a commit to SettingDust/Lychee that referenced this issue Mar 26, 2024
…are conditions in the action (close Snownee#71)

Signed-off-by: SettingDust <settingdust@gmail.com>
SettingDust added a commit to SettingDust/Lychee that referenced this issue Mar 26, 2024
SettingDust added a commit to SettingDust/Lychee that referenced this issue Mar 27, 2024
SettingDust added a commit to SettingDust/Lychee that referenced this issue Mar 27, 2024
Snownee pushed a commit that referenced this issue Mar 29, 2024
* improve: show the conditions for catalysts (#71)

* fix: move `loadCatalystsInfo` to `PostActionRenderer` for avoiding load client class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant