-
Notifications
You must be signed in to change notification settings - Fork 128
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
Conversation
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. |
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". |
Just edit FastPlace instead. |
@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. |
I thought the point of 'slowing down' fast place was to allow it to place at a normal speed when using the timer mod? |
@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. |
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. |
Mkay, well I'll set up the defaults to be identical to the old FastPlace, then move all the settings into FastPlace |
Confirmed everything working? |
@fr1kin yep |
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. |
Okay then, have fun |
* 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]>
* 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]>
PRs fr1kin#127 fr1kin#126 and fr1kin#120 should merge with master to fix jenkins build failing
SlowPlace.