Quark Oddities

Quark Oddities

22M Downloads

Dropoff button cannot be disabled

Reloque opened this issue ยท 10 comments

commented
commented

You're making a bug report based on you not understanding how the mod's code works?

wat

commented

[without restarting the game]

commented

._.

commented

That leads me here as the only way to disable it without reloading the game after disabling the feature https://github.com/Vazkii/Quark/blob/master/src/main/java/vazkii/quark/base/handler/DropoffHandler.java#L47

In my SP the client does not (without cheats) have access to that gamerule. So in order to disable this button you would need to disable the game rule and then try pressing the button?

commented

Just turn the feature off in the config.

commented
  1. Open vanilla+quark client with Quark.cfg's "store to chests" set to true
  2. Make new survival world without cheats
  3. open inventory, observe dropoff button
  4. escape->mod options->quark->config->management->"store to chests" = false
  5. close out of options
  6. open inventory, observe dropoff button.

Also works if you replace step 2 with:
2) join multiplayer server with gamerule enabled (as it is by default)

  1. restart client
  2. open world
  3. open inventory, observe the missing button.
commented

@Reloque Rule #1: Check for a config option first.
Rule #2: What harm is there in turning cheats on in SP if you only use them to activate gamerules?

commented

Config hotswapping was added in the latest version.

commented

And... my build is 4 days old. Whoops.