qscbm187531
qscbm187531
加了外置登陆之后,正版登录就这样了
Extract the generic part. Modify something.
Fix #185 . Use JavaScript. This is the least I can think of to change the way. Also, the lower indentation has been modified by the way. Original: > [image](https://github.com/GeyserMC/GeyserWiki/assets/95963344/433f8894-85a8-40b9-bbfb-4c92979e6158)...

## Description Fix #4212 This issue explains why to change. **or move `equalsItemMeta` check to `if (id != null && id.equals(possibleItemId)) { `?** ## Proposed changes - remove `equalsItemMeta` check...
### ❗ Checklist - [X] I am using the official english version of Slimefun and did not modify the jar. - [X] I am using an up to date "DEV"...
### 问题描述 rt,正常挖掘 ### 问题复现率 必现 ### 复现步骤 直接挖 至少挖原版方块是这样的 ### 服务端类型 Paper ### Minecraft 版本 1.20.x ### Slimefun 版本 14602eb-Insider ### 其他插件信息 _No response_ ### 补充信息 _No response_
### 问题描述 rt,一挖就错 ``` java.lang.NoSuchMethodError: 'void org.bukkit.event.block.BlockExplodeEvent.(org.bukkit.block.Block, java.util.List, float)' at Slimefun4-dev-RC-7-g14602eb-8067.jar/io.github.thebusybiscuit.slimefun4.implementation.items.tools.ExplosiveTool.breakBlocks(ExplosiveTool.java:82) ~[Slimefun4-dev-RC-7-g14602eb-8067.jar:?] at Slimefun4-dev-RC-7-g14602eb-8067.jar/io.github.thebusybiscuit.slimefun4.implementation.items.tools.ExplosiveTool.lambda$getItemHandler$0(ExplosiveTool.java:71) ~[Slimefun4-dev-RC-7-g14602eb-8067.jar:?] at Slimefun4-dev-RC-7-g14602eb-8067.jar/io.github.thebusybiscuit.slimefun4.implementation.listeners.BlockListener.lambda$callToolHandler$2(BlockListener.java:249) ~[Slimefun4-dev-RC-7-g14602eb-8067.jar:?] at Slimefun4-dev-RC-7-g14602eb-8067.jar/io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem.callItemHandler(SlimefunItem.java:1003) ~[Slimefun4-dev-RC-7-g14602eb-8067.jar:?] at Slimefun4-dev-RC-7-g14602eb-8067.jar/io.github.thebusybiscuit.slimefun4.implementation.listeners.BlockListener.callToolHandler(BlockListener.java:249) ~[Slimefun4-dev-RC-7-g14602eb-8067.jar:?] at Slimefun4-dev-RC-7-g14602eb-8067.jar/io.github.thebusybiscuit.slimefun4.implementation.listeners.BlockListener.onBlockBreak(BlockListener.java:198) ~[Slimefun4-dev-RC-7-g14602eb-8067.jar:?] at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor20.execute(Unknown Source)...