Giter Site home page Giter Site logo

notenoughupdates's Issues

NEU Todo Before 2.0 v2 (Cleanup)

PV Suggestion & Bugs:

  • Add Master mode XP to cata calculator
  • Fix CataXP calculator for normal floors

Other Suggestion & Bugs

  • make bonemerang thingy not work on invisible entities (enderman in dungeons)
  • Add Help Button to /neuec (like in neucustomize)
  • Add Preview of Armor etc in /neuec (with tier selection)
  • Auto complete enchants /neuec: small example here
  • drill parts in the forge show pickaxe cooldown more info here)
  • titanium who is insta mined still alert (more info here)
  • titanium alert appear even if you are in a different location to the commission (idk if already fixed)
  • Treecap/jungle axe cooldown not working when cutting down trees in places with instant mine (private island/park)
    • Bug seems to be caused by the block not being added to the blocksClicked array
    • When clicking fast before chopping the tree it does activate
  • Make scrolling in /neu work (or make it work with arrow keys)
  • Take a look at neucalendar, it disappears sometimes. (restarting fixes the bug)
  • Move the search thing the top left and make a field where you can type
  • Slotbinding - Add something like this for armor to hotbar (other way around the same but for armor slots)
  • when having Titanium Miner x/15, the title with titanium nearby does not pop up

Go through bestower list

Fix golden dragon xp calc

The lvl calculation is off as it limits at 100, with the new golden dragon it should go to 200 max

currently the math for this seems to be
if(level < 100){
normal level progression
} else {
different level progression
}

With the different level progression either being a repeat of the latest level progression or a constant 1.8m xp.
Seeing as I cant find a proper source of this information this issue will be stashed for now.

Correct Keyboard.enableRepeatEvents() calls

Keyboard.enableRepeatEvents(boolean) should not be called at ticks,
but instead be set to true on GuiScreen.initGui() and GuiScreen.onGuiClosed()

Anyways Keyboard.enableRepeatEvent call is also expensive in general

Go through features from #neu-todo-before-2.0

//List is copied from #neu-todo-before-2.0 and might include things that will not be changed/added/fixed or things that are already fixed but not listed

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.