
Display bug about the "prevent_default" post action
openforge233 opened this issue · 0 comments
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中,它仍被显示为"不会被消耗"。我在整合包中向玩家解释为这是神的谎言。