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

SlowPlace, fixes #105 #127

Closed
wants to merge 4 commits into from
Closed

SlowPlace, fixes #105 #127

wants to merge 4 commits into from

Conversation

LoganDark
Copy link
Contributor

SlowPlace.

  • Timer sync - the most important feature. Prevents timer from speeding up your block placement.
  • Factor - control the speed of block placement. This is a multiplier. 2 makes you place blocks 2x slower, 0.5x makes you place it 2x faster, and 0 is the same as FastPlace.
  • Single - what was outlined in my issue SlowPlace (hack suggestion) #105. Only allows placing one block per click, no matter how much your hold it down.

@LoganDark
Copy link
Contributor Author

Yes, that is what inspired the name. FastPlace makes you place blocks very fast, SlowPlace is meant to slow things down when you're using Timer if you don't need to spam blocks.

@VADemon
Copy link
Contributor

VADemon commented Aug 24, 2019

Yes this is great, but there will be a conflict when both mods are enabled.
Maybe: Temp. disable FastPlace when this is enabled and auto-disable itself when its detected FastPlace was turned on? ↖ fr1kin?

@LoganDark
Copy link
Contributor Author

LoganDark commented Aug 24, 2019

Yes this is great, but there will be a conflict when both mods are enabled.

I could just remove FastPlace, rename this to Place, and then you could set the factor to 0 for the exact same FastPlace behavior.

That's not an ideal solution though in my opinion and I'd prefer to just say "the user can deal with it, they won't throw any exceptions".

@fr1kin
Copy link
Owner

fr1kin commented Aug 24, 2019

Just edit FastPlace instead.

@LoganDark
Copy link
Contributor Author

@fr1kin FastPlace wouldn't be a good name for it anymore though. I thought Place would serve both purposes, if you REALLY want me to combine the two.

@fr1kin
Copy link
Owner

fr1kin commented Aug 25, 2019

I thought the point of 'slowing down' fast place was to allow it to place at a normal speed when using the timer mod?

@LoganDark
Copy link
Contributor Author

LoganDark commented Aug 25, 2019

@fr1kin Yes, the purpose of this mod is to keep block placement at a sane speed even with Timer on. FastPlace's purpose is to place blocks as fast as possible no matter what.

This mod allows me to use levers with timer on. :>

I can still combine the two into a single mod but I don't think it will have the name FastPlace.

@fr1kin
Copy link
Owner

fr1kin commented Aug 25, 2019

I think it should remain named FastPlace so that it remains grouped with FastBreak. I know it wont make sense, but the slowness features main use is to sync with the timer.

@LoganDark
Copy link
Contributor Author

Mkay, well I'll set up the defaults to be identical to the old FastPlace, then move all the settings into FastPlace

@fr1kin
Copy link
Owner

fr1kin commented Aug 25, 2019

Confirmed everything working?

@LoganDark
Copy link
Contributor Author

@fr1kin yep

@fr1kin
Copy link
Owner

fr1kin commented Aug 29, 2019

Just an update. I am putting PRs on hold until I get my cleanup branch merged with master. I am debating whether I should re-add spotless or not and I'll probably decide what I'll do this weekend.

@LoganDark
Copy link
Contributor Author

Okay then, have fun

fr1kin added a commit that referenced this pull request Sep 4, 2019
PRs #127 #126 and #120 should merge with master to fix jenkins build failing
kittokin added a commit to kittokin/ForgeHax that referenced this pull request Jan 12, 2020
* delete spotless

* remove plugin

* Update URL to build badge

* Fix build badge hyperlink (fr1kin#54)

* Update URL to build badge

* Fix the hyperlink in the build badge

* Make safewalk much safer

* Add collisions to AntiFire

* Add hook for tab overlay

* RenderTabNameEvent

* update gitignore

* I forgot what I changed but I want to stop stashing this change everytime I pull

* book files should be UTF-8 encoded now

* Make Packetlogger UTF8 and fix Payloadlogger (fr1kin#65)

* PacketLogger: force UTF-8

* PayloadLogger: Fix disconnect caused by buffer read

* Add big download button in README.md (fr1kin#67)

* Updated InstantMessage, Added lag-watch, Rewrite of FancyChat (fr1kin#39)

* Add NAME, SRVNAME and IP to InstantMessage

* Added lag stopwatch to Tickrate/ActivemodList, Privated fields

* IM: Use .replace instead .replaceAll regex version

* Rewrite of FancyChat, added 1337 5p34k mode

* QuickFix: FancyChat - off by 1... twice

* Finish rewrite of FancyChat, added config for custom commands

* FancyChat: remove my charArr stupidity

* Readme update (fr1kin#70)

* Updated matrix badge

* changed download badge

now points to latest successful build page

* make readme noob friendly

* explained the build issue and how to fix

* Fix NPE in LogoutSpot, add @nullable to getWorld

* Run docker image as jenkins user (fr1kin#80)

* Run docker image as jenkins user

* create gradle folder with proper permissions so that docker
does not create one owned by root automatically

* the finisher is not the identity function

* added forward, vclip commands + bug fixes to regular clip command

* attempt to solve a concurrent modification exception shown in issue fr1kin#81

* stop using date object to format time since it is capped to 24hrs

* fix timer not being updated when timer is enabled

* NoSoundLagMod

* Added a mod and updated existing one so I can enable/disable baritone when the player needs to eat.

don't do so many retries

temporary fix to fr1kin#82

added better way to handle toggling player flight without interfering between mods

added way to control baritone without implementing the api (probably will be changed in the future)

added manual delete mod

* poz brain

* swapped descriptions for on and off

* macro improvements

* QoL changes (fr1kin#85)

* ActiveMods: hide list when Chat/F3

* AutoRespawn: add delay for JourneyMap and print info to chat

* HorseStats: Add sprint modifier (booster), reset onDisable

* minor code fix in PR

* Update FPSLock and Fullbright with support for default value, FPSLock fix (fr1kin#73)

* AdD "WAVE" and "RANDOMCASE" truE MEmE tExT. THIS comMiT MeSSage WAS BROUGht TO YoU by FAnCYcHAT (fr1kin#87)

* Added download badge for 1.12.2 and 1.13.2

* do failsafe check inside main tick hook

* fixed crash on startup

* Add RiderDesync mod

* Add MatrixNotification mod

* Add .say (-f) command (fr1kin#86)

* Add .say (-f) command
Stop evaluating child arguments starting with cmdprefix

* Undo changes to command (reverts to 187f286)

* ChatCmdService now ignores ignored packets

* Noweather: show suppressed weather in hud (fr1kin#88)

* Noweather: show suppressed weather in hud

* NoWeather: Suppressed status fix

* NoWeather: remove comment

* Aimbot: allow cooldown over 100% (fr1kin#89)

* Add Clear chat command (fr1kin#96)

* Add Clear chat command

* Use clear chat as scheduled task

* improve compass

* Fix Setting clamp (min max values)

* .say & .clear addition (fr1kin#100)

* .clear: dont clear input history by default

* .say: add option to send message via localPlayer

* Add tps-sync to Timer (fr1kin#99)

* Add tps-sync to Timer

* change name and fix bug

Changed name to tps-sync and fixed bug where disabling tps-sync wouldn't update timer to the set speed. Not sure if this is the best way to do it, but it works.

* Chatbot: Add option to reset sequential index on disable (fr1kin#98)

* Chatbot: Add option to reset sequential index on disable

* Add dash to command!

* Add NoRender (fr1kin#103)

Add NoRender

* Allow custom step height for StepMod

* Check if world is remote so event isn't fired for single player entity tick

* fix: check the entities world object, and see if it is remote.
for some reason this wasn't causing any problems, but it should have 🤔

* should be checking if remote is true, not false

* Add unstep, fixes fr1kin#114 (fr1kin#118)

* Support developing using IDEA on non-Windows (fr1kin#117), re-add gradle wrapper

* Preserve flight in creative mode, fixes fr1kin#121 (fr1kin#122)

* Add VanillaFly (fr1kin#124)

* CoordsFinder (fr1kin#125)

* GUI tooltips fr1kin#128 (fr1kin#129)

* Cleanup (Implements fr1kin#116) (fr1kin#130)

PRs fr1kin#127 fr1kin#126 and fr1kin#120 should merge with master to fix jenkins build failing

* SchematicHelper mod

* move in clickgui (fr1kin#137)

* add antihunger (fr1kin#139)

* add entitystep (fr1kin#138)

* reformatted code with line continuation

* important performance optimization

* Added Menu Patch to Auto Totem (fr1kin#142)

* NoRotate won't get you stuck anymore

* YawLock won't spazout anymore

* Some precision improvements

* fix fr1kin#146

* need more final

* chat filter mod

* Activemods: add align and offset options (fr1kin#150)

* HudMods, CoordsHUD, hud mods text scaling (fr1kin#151)

* ClickGui: update scaledRes on change

* Added CoordsHUD, multiline text render, HudMods and activemods cleanup

* Fix PrinterBypass (fr1kin#155)

* Fix PrinterBypass

* Fix log spam when using SchematicHelper without Schematica

* Allow PositionRotationManager to be disabled

* Add enabled checks to the event listeners

* Allow AutoHotbarReplenish to work with a gui open

* rename

* 😎

* Add RegionBorder mod

* Add ChunkBorder mod (fr1kin#163)

Co-authored-by: babbaj <[email protected]>
Co-authored-by: Tristan <[email protected]>
Co-authored-by: Matthew C <[email protected]>
Co-authored-by: VADemon <[email protected]>
Co-authored-by: thelampgod <[email protected]>
Co-authored-by: LoganDark <[email protected]>
Co-authored-by: Thomas Lane <[email protected]>
Co-authored-by: IronException <[email protected]>
@fr1kin fr1kin closed this Apr 26, 2020
kittokin added a commit to kittokin/ForgeHax that referenced this pull request May 5, 2020
* delete spotless

* remove plugin

* Update URL to build badge

* Fix build badge hyperlink (fr1kin#54)

* Update URL to build badge

* Fix the hyperlink in the build badge

* Make safewalk much safer

* Add collisions to AntiFire

* Add hook for tab overlay

* RenderTabNameEvent

* update gitignore

* I forgot what I changed but I want to stop stashing this change everytime I pull

* book files should be UTF-8 encoded now

* Make Packetlogger UTF8 and fix Payloadlogger (fr1kin#65)

* PacketLogger: force UTF-8

* PayloadLogger: Fix disconnect caused by buffer read

* Add big download button in README.md (fr1kin#67)

* Updated InstantMessage, Added lag-watch, Rewrite of FancyChat (fr1kin#39)

* Add NAME, SRVNAME and IP to InstantMessage

* Added lag stopwatch to Tickrate/ActivemodList, Privated fields

* IM: Use .replace instead .replaceAll regex version

* Rewrite of FancyChat, added 1337 5p34k mode

* QuickFix: FancyChat - off by 1... twice

* Finish rewrite of FancyChat, added config for custom commands

* FancyChat: remove my charArr stupidity

* Readme update (fr1kin#70)

* Updated matrix badge

* changed download badge

now points to latest successful build page

* make readme noob friendly

* explained the build issue and how to fix

* Fix NPE in LogoutSpot, add @nullable to getWorld

* Run docker image as jenkins user (fr1kin#80)

* Run docker image as jenkins user

* create gradle folder with proper permissions so that docker
does not create one owned by root automatically

* the finisher is not the identity function

* added forward, vclip commands + bug fixes to regular clip command

* attempt to solve a concurrent modification exception shown in issue fr1kin#81

* stop using date object to format time since it is capped to 24hrs

* fix timer not being updated when timer is enabled

* NoSoundLagMod

* Added a mod and updated existing one so I can enable/disable baritone when the player needs to eat.

don't do so many retries

temporary fix to fr1kin#82

added better way to handle toggling player flight without interfering between mods

added way to control baritone without implementing the api (probably will be changed in the future)

added manual delete mod

* poz brain

* swapped descriptions for on and off

* macro improvements

* QoL changes (fr1kin#85)

* ActiveMods: hide list when Chat/F3

* AutoRespawn: add delay for JourneyMap and print info to chat

* HorseStats: Add sprint modifier (booster), reset onDisable

* minor code fix in PR

* Update FPSLock and Fullbright with support for default value, FPSLock fix (fr1kin#73)

* AdD "WAVE" and "RANDOMCASE" truE MEmE tExT. THIS comMiT MeSSage WAS BROUGht TO YoU by FAnCYcHAT (fr1kin#87)

* Added download badge for 1.12.2 and 1.13.2

* do failsafe check inside main tick hook

* fixed crash on startup

* Add RiderDesync mod

* Add MatrixNotification mod

* Add .say (-f) command (fr1kin#86)

* Add .say (-f) command
Stop evaluating child arguments starting with cmdprefix

* Undo changes to command (reverts to 187f286)

* ChatCmdService now ignores ignored packets

* Noweather: show suppressed weather in hud (fr1kin#88)

* Noweather: show suppressed weather in hud

* NoWeather: Suppressed status fix

* NoWeather: remove comment

* Aimbot: allow cooldown over 100% (fr1kin#89)

* Add Clear chat command (fr1kin#96)

* Add Clear chat command

* Use clear chat as scheduled task

* improve compass

* Fix Setting clamp (min max values)

* .say & .clear addition (fr1kin#100)

* .clear: dont clear input history by default

* .say: add option to send message via localPlayer

* Add tps-sync to Timer (fr1kin#99)

* Add tps-sync to Timer

* change name and fix bug

Changed name to tps-sync and fixed bug where disabling tps-sync wouldn't update timer to the set speed. Not sure if this is the best way to do it, but it works.

* Chatbot: Add option to reset sequential index on disable (fr1kin#98)

* Chatbot: Add option to reset sequential index on disable

* Add dash to command!

* Add NoRender (fr1kin#103)

Add NoRender

* Allow custom step height for StepMod

* Check if world is remote so event isn't fired for single player entity tick

* fix: check the entities world object, and see if it is remote.
for some reason this wasn't causing any problems, but it should have 🤔

* should be checking if remote is true, not false

* Add unstep, fixes fr1kin#114 (fr1kin#118)

* Support developing using IDEA on non-Windows (fr1kin#117), re-add gradle wrapper

* Preserve flight in creative mode, fixes fr1kin#121 (fr1kin#122)

* Add VanillaFly (fr1kin#124)

* CoordsFinder (fr1kin#125)

* GUI tooltips fr1kin#128 (fr1kin#129)

* Cleanup (Implements fr1kin#116) (fr1kin#130)

PRs fr1kin#127 fr1kin#126 and fr1kin#120 should merge with master to fix jenkins build failing

* SchematicHelper mod

* move in clickgui (fr1kin#137)

* add antihunger (fr1kin#139)

* add entitystep (fr1kin#138)

* reformatted code with line continuation

* important performance optimization

* Added Menu Patch to Auto Totem (fr1kin#142)

* NoRotate won't get you stuck anymore

* YawLock won't spazout anymore

* Some precision improvements

* fix fr1kin#146

* need more final

* chat filter mod

* Activemods: add align and offset options (fr1kin#150)

* HudMods, CoordsHUD, hud mods text scaling (fr1kin#151)

* ClickGui: update scaledRes on change

* Added CoordsHUD, multiline text render, HudMods and activemods cleanup

* Fix PrinterBypass (fr1kin#155)

* Fix PrinterBypass

* Fix log spam when using SchematicHelper without Schematica

* Allow PositionRotationManager to be disabled

* Add enabled checks to the event listeners

* Allow AutoHotbarReplenish to work with a gui open

* rename

* 😎

* Add RegionBorder mod

* Add ChunkBorder mod (fr1kin#163)

* Add Resource annotation to transformer for better Mixin compatibility (fr1kin#166)

Mixin checks all transformers for this annotation and marks them as legacy transformers.
Might help fix some problems I've been having with mixin.

Co-authored-by: babbaj <[email protected]>
Co-authored-by: Tristan Gosselin-Hane <[email protected]>
Co-authored-by: fr1kin <[email protected]>
Co-authored-by: VADemon <[email protected]>
Co-authored-by: thelampgod <[email protected]>
Co-authored-by: LoganDark <[email protected]>
Co-authored-by: Thomas Lane <[email protected]>
Co-authored-by: IronException <[email protected]>
realfraze pushed a commit to tonio-cartonio/thax-public that referenced this pull request Mar 11, 2022
PRs fr1kin#127 fr1kin#126 and fr1kin#120 should merge with master to fix jenkins build failing
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

Successfully merging this pull request may close these issues.

3 participants