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

Chisel bypasses FTB claims #178

Open
TDanks2000 opened this issue Feb 19, 2024 · 1 comment
Open

Chisel bypasses FTB claims #178

TDanks2000 opened this issue Feb 19, 2024 · 1 comment

Comments

@TDanks2000
Copy link

TDanks2000 commented Feb 19, 2024

1: make a chisel from chisel and bits
2: goto a claimed area you are not a member of
3: use a chisel on their land

using modpack: BCG+
mod version: 2.7.3
mc version: 1.20.1

@jmadarg
Copy link

jmadarg commented Mar 2, 2024

Indeed, the Chisel is completely capable of bypass FTB Chunks claimd. A message from another mod dev we asked for help:

"The reason why the claim mods (FLAN, GOML, FTB) fail to integrate with bits & chisels is because the chiseling interaction logic happens client-side. It is obviously impossible for a server side mod to prevent client code from running. Additionally this poses a massive security concern as a hacked client can send requests to chisel blocks anywhere in the world while bypassing the break tick cooldown.

A proper solution would be to eliminate client-side logic from the mod and move those relevant calculations on the server instead. With that it should possible to remove "FlanIsStupid" and "GomlIsVeryStupid" and allow other mods to behave properly with item/block interactions."

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

2 participants