Нот энаут апдейт скайблок

NotEnoughUpdates (NEU) — Skyblock Mod — RELEASE

Moulberry

Active Member

Hi everyone, I’m Moulberry. NotEnoughUpdates is a mod that has been in development for about 5 months.
Starting as a simple recipe viewer, the mod has expanded to include a number of unique features for SkyBlock.

EDIT 10/22/20: I’m way too lazy to keep updating this thing. Just look at the releases page on github and my youtube channel for updates. And if you want to get notifications make sure to join the discord. Ok bye.

——————————————————————-
EDIT v1.1:
Version 1.1 is here!
This version brings a number of improvements and bug fixes to previous features of the mod

New in 1.1:
— Rearrange the GUI
— Set custom enchant colours with /neuec
— View player profiles using /neuprofile or /pv (name)
——————————————————————-

Below is a list of all the (major) features:
— Skyblock Item List & Recipe Viewer
— Item Prices (Avg/Lowest BIN)
— QuickCommands™
— Custom Auction House (/neuah)
— Item Collection Log (/neucl)
— Dungeon Chest Profit Checker
— Custom Enchant Colours
— Skyblock Profile Viewer
— Much more to come!

This forum post would be far too long if I went in to detail of how each of those features worked, so if you want a more detailed explanation please refer to the release video below.

Читайте также:  Тюнер cherub как настроить по нему гитару

Источник

Нот энаут апдейт скайблок

Moulberry released this Nov 22, 2020

  • Added /neucalendar — view all skyblock events, favourite them, etc.
  • Added event timer in inventory (shows which crops are upcoming in jacobs farming contest as well)
  • Added notification when a skyblock event starts
  • Add notification 5m before a skyblock event starts (time can be changed in /neusettings)
  • Can filter event timer & starting notification using neucalendar, including filtering specific crops in jacobs farming contest
  • Sneak-right-click to trade now works on other players’ islands
  • Auction/items now show the average lowest bin price (over the last 3 days) instead of the current lowest bin. To see the current lowest bin, activate «advanced price info»

NOTE: In order to show crop types for the farming event, you need to have seen actual event inside hypixel’s calendar at least once

New config options

  • Show event timer in inventory
  • Show event notification
  • Event notification before time
  • Dungeon profit in lore now won’t show «item is rare» as often
  • Dungeon profit in lore now uses the average lowest bin over the last 3 days for more accurate pricing
  • Dungeon map now rotates more smoothly
  • Dungeon map now has sliders for map size & room size
  • Fixed dungeon map crashing caused by Hypixel adding too many players to the map (now a cap of 6)
  • Backpack preview in /pv & trade window now work with latest sba beta
  • Fixed NEU capes bugging when going past 50k blocks out
  • Grouped items in the itempane are now ordered properly

Источник

Hypixel Skyblock Mod Release — «Not Enough Updates» — Skyblock Item Information and Recipe Viewer

Moulberry

Active Member

GamingDevil

Forum Expert

Anatomics

Active Member

FormidableGamer

Member

100Hursky

Member

Moulberry

Active Member

Update: For anyone that might want to have a look at the source code, I have created a github repository: https://github.com/Moulberry/NotEnoughUpdates

Apologies if there is a lack of proper documentation in certain parts, the project ended up being much larger than I anticipated.
Generally speaking, the NEUIO class handles dealing with github (used for storing the item json files remotely).
The NEUManager class handles with loading/processing/searching functionality relating to items.
The NEUOverlay class contains mostly GUI display stuff.
The NotEnoughUpdates class is the main mod class with some miscellaneous event listeners.
The LerpingFloat/Integer classes are used for smooth scrolling/transitions in the GUI.
And obviously everything in the itemeditor package relates to the itemeditor. A class worth mentioning from there is the GuiElementTextField which expands upon Minecraft’s default GuiTextField and adds some functionality such as visually displaying colour codes and enabling multiline text boxes.

If anyone wants to have a chat with the me about the code or wants to suggest some features, hit me up on discord.

(Also, for anyone wondering where all the items are stored, here you go: https://github.com/Moulberry/NotEnoughUpdates-REPO)

Rxtrn

Well-Known Member

I have recently created a mod akin to Not Enough Items, but for skyblock, called «NotEnoughUpdates.» The mod has all the features you would expect from the traditional NEI mod and more.

View attachment 1578150
Features:
— Search bar for looking up specific items.
— Hover over items to see name/lore/etc.
— Left click to view recipe.
— Right click to view additional information (wiki page).
— Double click search bar to search for your specific items in chests.
— Item editor to allow community contributions to the mod (wiki pages, items, etc.)

Download
For convenience, here is the link to the 1.0-BETA version of the mod: https://github.com/Moulberry/MBModReleases/raw/master/NotEnoughUpdates-1.0-BETA.jar
HOWEVER, for the most up-to-date version of the mod, please go to the «mod-updates» channel on my discord (https://discord.gg/BA3RXj6) or check my youtube channel («Moulberry»).

Showcase Video
Here is a video showcasing the various features of the mod:

Issues with the mod
This is a BETA release for the mod. It is very likely that there are incompatibility issues that I haven’t tested. If you encounter a bug with the mod, please join my discord and send a message in the «mod-suggestions» channel: https://discord.gg/BA3RXj6.

Suggestions
I have plans to introduce more customisation options and generally implement more features. If you have any suggestions or experience with this kind of project, please send a message in the «mod-suggestions» channel (https://discord.gg/BA3RXj6) or send me a private message (Moulberry#1583).

How does it work?
As you might expect, there is no way to programmatically obtain the information for all of skyblock’s items (unless, of course, the devs would be so inclined). As such, I have designed the mod to download the item information from an online repository. The issue is that every item essentially needs to be manually submitted to this repository, and with the ever-changing nature of this game (not to mention the rarity of some items), I can’t do this alone — I need YOUR help.

Community contribution
This mod relies on community contribution to keep the information up-to-date. In the showcase video I highlight how to use the item editor to upload a submission to the online repository. Keep in mind that I have to manually review every submission, so please (pretty please) don’t submit fake, misleading or otherwise useless information to the system. It wastes my time, it wastes your time and it ruins the point of this project.

BUT IDGAF I NEED TO SEARCH MY ****ING CHESTS I THINK THE LAST TIME I SORTED MY CHESTS WERE 5 MONTHS AGO

Источник

Hypixel Skyblock Mod Release — «Not Enough Updates» — Skyblock Item Information and Recipe Viewer

Moulberry

Active Member

[x-post from the Skyblock forum section, this may be out-of-date]

[EDIT: For anyone wondering about where you can find the code, here is my reply to a comment:
Thanks.
I just created a github repo: https://github.com/Moulberry/NotEnoughUpdates/

Apologies if there is a lack of proper documentation in certain parts, the project ended up being much larger than I anticipated.
Generally speaking, the NEUIO class handles dealing with github (used for storing the item json files remotely).
The NEUManager class handles with loading/processing/searching functionality relating to items.
The NEUOverlay class contains mostly GUI display stuff.
The NotEnoughUpdates class is the main mod class with some miscellaneous event listeners.
The LerpingFloat/Integer classes are used for smooth scrolling/transitions in the GUI.
And obviously everything in the itemeditor package relates to the itemeditor. A class worth mentioning from there is the GuiElementTextField which expands upon Minecraft’s default GuiTextField and adds some functionality such as visually displaying colour codes and enabling multiline text boxes.

If anyone wants to have a chat with the me about the code or wants to suggest some features, hit me up on discord.

(Also, for anyone wondering where all the items are stored, here you go: https://github.com/Moulberry/NotEnoughUpdates-REPO)]

I have recently created a mod akin to Not Enough Items, but for skyblock, called «NotEnoughUpdates.» The mod has all the features you would expect from the traditional NEI mod and more.

View attachment 1578150
Features:
— Search bar for looking up specific items.
— Hover over items to see name/lore/etc.
— Left click to view recipe.
— Right click to view additional information (wiki page).
— Double click search bar to search for your specific items in chests.
— Item editor to allow community contributions to the mod (wiki pages, items, etc.)

Download
For convenience, here is the link to the 1.0-BETA version of the mod: https://github.com/Moulberry/MBModReleases/raw/master/NotEnoughUpdates-1.0-BETA.jar
HOWEVER, for the most up-to-date version of the mod, please go to the «mod-updates» channel on my discord (https://discord.gg/BA3RXj6) or check my youtube channel («Moulberry»).

Showcase Video
Here is a video showcasing the various features of the mod:

Issues with the mod
This is a BETA release for the mod. It is very likely that there are incompatibility issues that I haven’t tested. If you encounter a bug with the mod, please join my discord and send a message in the «mod-suggestions» channel: https://discord.gg/BA3RXj6.

Suggestions
I have plans to introduce more customisation options and generally implement more features. If you have any suggestions or experience with this kind of project, please send a message in the «mod-suggestions» channel (https://discord.gg/BA3RXj6) or send me a private message (Moulberry#1583).

How does it work?
As you might expect, there is no way to programmatically obtain the information for all of skyblock’s items (unless, of course, the devs would be so inclined). As such, I have designed the mod to download the item information from an online repository. The issue is that every item essentially needs to be manually submitted to this repository, and with the ever-changing nature of this game (not to mention the rarity of some items), I can’t do this alone — I need YOUR help.

Community contribution
This mod relies on community contribution to keep the information up-to-date. In the showcase video I highlight how to use the item editor to upload a submission to the online repository. Keep in mind that I have to manually review every submission, so please (pretty please) don’t submit fake, misleading or otherwise useless information to the system. It wastes my time, it wastes your time and it ruins the point of this project.

Источник

Not Enough Items (NEI) — НЕИ, крафты [1.12.2] [1.11.2] [1.10.2] [1.9.4] [1.8] [1.7.10]

Мод NotEnoughItems — он же НЕИ, это мод который показывает крафты блоков и предметов как из игры, так и из модов, по сути тот же TooManyItems который был популярен на более старых версиях, и JEI который популярен на более новых версиях игры.

С помощью этого мода можно посмотреть крафт любой вещи в игре (и даже вещей из модов) на клавишу R, предварительно наведя на неё курсор. (но вы можете настроить эту клавишу в настройках)

Мод так же показывает очень удобный список всех блоков и предметов справа любого инвентаря, а слева вы можете быстро переключить режим игры, включить день или ночь, выключить и выключить дождь. Мод может показать где используется этот предмет для крафта на U, наведя курсор на предмет. Ещё есть чаровальня, открываемая на клавишу X, наведя курсор на зачаровываемый предмет (кирка, меч, броня и т.д.).

Источник

Оцените статью