TeamMFR / MineFantasyReforged

GNU General Public License v3.0
18 stars 20 forks source link

[Bug] hammer on anvil or carpenter bench left click hold acts like autoclicker #55

Open leonpano2006 opened 1 year ago

leonpano2006 commented 1 year ago

Is there an existing issue for this?

Observed behaviour

i install keystrocks so is easier to see issue this video should tell issue https://github.com/TeamMFR/MineFantasyReforged/assets/58368166/659edd6d-c968-4f4f-917c-c440b00202c5

Expected behaviour

hold left click should do like one click not like autoclicker

Steps to reproduce

use hammer and hold left click on anvil or carpenter bench then you can haer very fast clicking sound (I'm not so sure how to describe the sound) that on anvil cause big problam it went to left site unwantedly

Crashlog

N/A

Environment (Singleplayer/Server, etc.)

LAN game/Server

Mod version

0.2.0

Forge version

1.12.2 14.23.5.2860

Other mods

crash-2023-05-14_17.24.19-client.txt crash form this pack but is not this issue just for mod list

leonpano2006 commented 1 year ago

update: Bloomery also have same issue

ThatPolishKid99 commented 1 year ago

Hi can you do me a favor and check if this persists if you remove Astral Sorcery?

leonpano2006 commented 1 year ago

ok let me see check and what is passible Astral Sorcery cause this to happen?

ThatPolishKid99 commented 1 year ago

This bug has been reported and tracked on the discord before, to Astral Sorcery. I have no idea what causes it with that mod, I just want to further confirm the issue

leonpano2006 commented 1 year ago

update on singleplayer dont have this issue (with Astral Sorcery) inculdeing open to lan

sorry for asking eta and get banned on discord

leonpano2006 commented 1 year ago

This bug has been reported and tracked on the discord before, to Astral Sorcery. I have no idea what causes it with that mod, I just want to further confirm the issue

ok i confirmed what you said singleplayer (with/without Astral Sorcery)---> no issue server and client have Astral Sorcery ---> have issue server have Astral Sorcery removed but client have it installed ---> have issue both side removed ---> no issue

Pelirow commented 1 year ago

@leonpano2006

In the Astral Sorcery config scroll down until you see the section below:

tileacceleration_blacklist {

The classes for tileentities to be blacklisted from AstralSorcery's tile acceleration mechanics. Fully define a class or a package above it. Separated by '/' [default: [appeng], [raoulvdberge.refinedstorage]]

    S:ClassesOrSuperPackages <
        appeng
        raoulvdberge.refinedstorage
     >

It's after the machinery section of the AS config, try adding: minefantasy.mfr.tile.TileEntityAnvil and if that works, great, report back here. If not, try replacing it with: mfr.tile.TileEntityAnvil

leonpano2006 commented 1 year ago

Ok I will try this at afternoon

leonpano2006 commented 1 year ago

@leonpano2006

In the Astral Sorcery config scroll down until you see the section below:

tileacceleration_blacklist { # The classes for tileentities to be blacklisted from AstralSorcery's tile acceleration mechanics. Fully define a class or a package above it. Separated by '/' [default: [appeng], [raoulvdberge.refinedstorage]] S:ClassesOrSuperPackages < appeng raoulvdberge.refinedstorage >

It's after the machinery section of the AS config, try adding: minefantasy.mfr.tile.TileEntityAnvil and if that works, great, report back here. If not, try replacing it with: mfr.tile.TileEntityAnvil

it does not help