Matti Ruohonen

Results 697 comments of Matti Ruohonen

@Caelitrum To clarify, the **server** has CarpetExtra 1.4.69 or later, and it also has the `accurateBlockPlacement` rule enabled? Those are a requirement for not making ghost blocks in 1.18.2+ on...

@Caelitrum You enable the rule by running the command: ``` /carpet accurateBlockPlacement true ``` or rather this, assuming you want it to also persist after a server restart: ``` /carpet...

That error message is rather self-explanatory. The Mod Menu maven server is currently down. So either wait for it to come back, or temporarily comment out the Mod Menu dependency...

Actually I guess it still wouldn't compile due to that one class that references Mod Menu code, unless you also comment out most of this class: https://github.com/maruohon/tweakeroo/blob/fabric_1.17_temp_features/src/main/java/fi/dy/masa/tweakeroo/compat/modmenu/ModMenuImpl.java

``` [01:10:28] [main/FATAL] [mixin]: Mixin prepare failed preparing MixinGuiScreen in mixins.minihud.json: org.spongepowered.asm.mixin.transformer.throwables.MixinTargetAlreadyLoadedException Critical problem: mixins.minihud.json:MixinGuiScreen target net.minecraft.client.gui.GuiScreen was loaded too early. org.spongepowered.asm.mixin.transformer.throwables.MixinTargetAlreadyLoadedException: Critical problem: mixins.minihud.json:MixinGuiScreen target net.minecraft.client.gui.GuiScreen was loaded too...

What MC version and platform are you playing on? This doesn't seem to happen to me in my test instance. But try setting the `Cancel further processing` setting to `false`...

What other mods do you have that deal with keybinds in some way? Have you tried with just malilib + Tweakeroo if it still happens?

For me both the numpad (tried `KP_4`) and the mouse back key (`MOUSE_4`) and forward key (`MOUSE_5`) on a Logitech G400 work correctly. None of the keys I've tried have...

It probably needs this commit to fix it: https://github.com/maruohon/malilib/commit/0a19043e918c1b91946a50e3297cdb4380890075 I guess I'll need to release a new version with the fix? Are you able to test cherry-picking this commit to...

How do you use that thing? When I'm just grabbing that item from the creative inventory and whacking some creepers and cows with it, they just drop the normal vanilla...