Git Product home page Git Product logo

skyblocker's Introduction

Hey!

skyblocker's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

skyblocker's Issues

Hide message options hide messages from players if they match

If I enable the Hide AOTE message option and say by chat something like There are blocks in the way! I don't see my own message, this can be done by any other player and I won't see it, but if someone says something like There are blocks in the way! haha can't read me those who have Hide AOTE message enabled

It also happens with the other options, I think it would be best to implement a Regexp so that it does not detect things like:

[VIP+] Zailer43: No more charges, next one in abc
Guild > [MVP+] 123: health! adsasdasdsad You healed
Party > Test: "There are blocks in the way!" that annoying message
From 777: The ability without always telling me "This ability is on cooldown for 30 seconds" when 10 minutes have passed :(

Causing Item renderer crashes

[20:45:56] [main/FATAL]: Unreported exception thrown!
java.lang.NullPointerException: null
	at Not Enough Crashes deobfuscated stack trace.(1.16.4+build.7) ~[?:?]
	at net.minecraft.client.render.item.ItemRenderer.handler$zjl000$renderItemBar(ItemRenderer:1532) ~[?:?]
	at net.minecraft.client.render.item.ItemRenderer.renderGuiItemOverlay(ItemRenderer) ~[?:?]
	at me.shedaniel.rei.impl.ItemEntryStack.optimisedRenderOverlay(ItemEntryStack.java:373) ~[67ef00c5-a894-4c62-a3f0-6f633d89ccbb.jar:?]
	at me.shedaniel.rei.gui.widget.EntryListWidget.renderEntries(EntryListWidget.java:235) ~[67ef00c5-a894-4c62-a3f0-6f633d89ccbb.jar:?]
	at me.shedaniel.rei.gui.widget.EntryListWidget.lambda$render$5(EntryListWidget.java:307) ~[67ef00c5-a894-4c62-a3f0-6f633d89ccbb.jar:?]
	at java.util.HashMap.forEach(HashMap.java:1289) ~[?:1.8.0_275]
	at me.shedaniel.rei.gui.widget.EntryListWidget.render(EntryListWidget.java:306) ~[67ef00c5-a894-4c62-a3f0-6f633d89ccbb.jar:?]
	at me.shedaniel.rei.gui.ContainerScreenOverlay.renderWidgets(ContainerScreenOverlay.java:648) ~[67ef00c5-a894-4c62-a3f0-6f633d89ccbb.jar:?]
	at me.shedaniel.rei.gui.ContainerScreenOverlay.render(ContainerScreenOverlay.java:555) ~[67ef00c5-a894-4c62-a3f0-6f633d89ccbb.jar:?]
	at me.shedaniel.rei.RoughlyEnoughItemsCore.lambda$registerClothEvents$15(RoughlyEnoughItemsCore.java:539) ~[67ef00c5-a894-4c62-a3f0-6f633d89ccbb.jar:?]
	at net.minecraft.client.gui.screen.Screen.handler$bgd000$onPostDraw(Screen:3112) ~[?:?]
	at net.minecraft.client.gui.screen.Screen.render(Screen:83) ~[?:?]
	at net.minecraft.client.gui.screen.ingame.HandledScreen.render(HandledScreen:106) ~[?:?]
	at net.minecraft.client.gui.screen.ingame.AbstractInventoryScreen.render(AbstractInventoryScreen:43) ~[?:?]
	at net.minecraft.client.gui.screen.ingame.InventoryScreen.render(InventoryScreen:92) ~[?:?]
	at net.minecraft.client.render.GameRenderer.render(GameRenderer:616) ~[?:?]
	at net.minecraft.client.MinecraftClient.render(MinecraftClient:1048) ~[?:?]
	at net.minecraft.client.MinecraftClient.run(MinecraftClient:681) ~[?:?]
	at net.minecraft.client.main.Main.main(Main:215) [intermediary-minecraft-1.16.4-client.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_275]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_275]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_275]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_275]
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226) [fabric-loader-0.11.1.jar:?]
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:139) [fabric-loader-0.11.1.jar:?]
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27) [fabric-loader-0.11.1.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_275]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_275]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_275]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_275]
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?]
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
java.lang.NullPointerException
    at Not Enough Crashes deobfuscated stack trace.(1.16.4+build.7)
    at net.minecraft.client.render.item.ItemRenderer.handler$zjl000$renderItemBar(ItemRenderer:1532)
    at net.minecraft.client.render.item.ItemRenderer.renderGuiItemOverlay(ItemRenderer)
    at me.shedaniel.rei.impl.ItemEntryStack.optimisedRenderOverlay(ItemEntryStack.java:373)
    at me.shedaniel.rei.gui.widget.EntryListWidget.renderEntries(EntryListWidget.java:235)
    at me.shedaniel.rei.gui.widget.EntryListWidget.lambda$render$5(EntryListWidget.java:307)
    at java.util.HashMap.forEach(HashMap.java:1289)
    at me.shedaniel.rei.gui.widget.EntryListWidget.render(EntryListWidget.java:306)
    at me.shedaniel.rei.gui.ContainerScreenOverlay.renderWidgets(ContainerScreenOverlay.java:648)
    at me.shedaniel.rei.gui.ContainerScreenOverlay.render(ContainerScreenOverlay.java:555)
    at me.shedaniel.rei.RoughlyEnoughItemsCore.lambda$registerClothEvents$15(RoughlyEnoughItemsCore.java:539)
    at net.minecraft.client.gui.screen.Screen.handler$bgd000$onPostDraw(Screen:3112)
    at net.minecraft.client.gui.screen.Screen.render(Screen:83)
    at net.minecraft.client.gui.screen.ingame.HandledScreen.render(HandledScreen:106)
    at net.minecraft.client.gui.screen.ingame.AbstractInventoryScreen.render(AbstractInventoryScreen:43)
    at net.minecraft.client.gui.screen.ingame.InventoryScreen.render(InventoryScreen:92)
    at net.minecraft.client.render.GameRenderer.render(GameRenderer:616)
    at net.minecraft.client.MinecraftClient.render(MinecraftClient:1048)
    at net.minecraft.client.MinecraftClient.run(MinecraftClient:681)
    at net.minecraft.client.main.Main.main(Main:215)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
    at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:139)
    at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
    at org.multimc.EntryPoint.listen(EntryPoint.java:143)
    at org.multimc.EntryPoint.main(EntryPoint.java:34)

Remove fetchur solver.

I don't want hypixel to become more mindless than it already is
and I would like it if you put a fetchur solver free version or better, 
completely removed the fetchur solver, besides, this is a borderline
cheat and hypixel might end up banning many players who use your mod.

Screen goes black

Don't know if its a skyblocker issue or a different mod issue,
My screen turned black (first screenshot) after i did /warp and closed out of the warp menu

screenshots:
image
image
image
image
This is after the bug happened
NOT my texture pack
I restarted my game and it looked fine
image
image
image
As a test, I press E and close out, no black screen.
image
I test by doing /warp and closing out the /warp menu
image
There's no black screen, so so far i don't know how to replicate the bug.
However, if it happens again I'll come back here.
i unfortunately don't have the log right now, but if it happens again I'll send it here

[Bug] Mod does not activate when going to skyblock

Expected behavior

After entering skyblock the first thing I would see would be the health bar and mana, and don't spam me the cooldown of the abilitys

Current behavior

Only he works the menu to configure the mod, but nothing works

missing many basic features a skyblock mod should have

I'm not sure if this is the right place to put this in, but I figured it was a "issue," so I'll put it here

some of the features I'd like to see would be blaze puzzle solver, and MAYBE some terminal ones, but mainly blaze, it's an annoying puzzle which is 10x easier with mods

Defense not updated when equipping mastiff armor

Now on the new all-in-one bar if you equip any piece or all the mastiff armor does not change the defense when it should be 0

PS: In the settings it says Health & Mana Bars and not Health, Mana, Defense & XP Bars or something

lock slot doesnt work

im using multimc.
mods:
phospor
lithium
sodiam
modmenu
logicalzoom
fullbright

i made sure the mod works and the key for locking slots is a free key.
i hover over slots in my inv and click the button and nothing happens
pretty sure this also happened when i used default launcher

Missing Experimentation Table solver

idk is this a issues or not but missing a experimentation table solver is very inconvenient cuz it give you a lot of enchanting exp and some good book if you can have a lot of super click which provided by doing puzzle so please add the experimentation table solver

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.