Code Monkey home page Code Monkey logo

Comments (1)

Stereowalker avatar Stereowalker commented on August 27, 2024 1

If you want the lucky tier to appear less often, you should reduce the weight of the lucky tier.

The "weight" system takes into account every possible tier an item can get and gets their weights. Theoretically, since you added the fishing rod to the common tier, the total weight would bump from 3 to 11. A random number is generated between 0 and 10 and if it lands between 0 and 2, you get the lucky tier as it has a weight of 3. One of 3 things must have happened in your case. (1) you were lucky and kept rolling 0,1,2 or (2) there is something fundamentally flawed with the way the item picker is picking the the fishing rod as it's the only one using an "id" while the others use "tag", or (3) you used a "tag" for the fishing rod "verifier" rather than an "id".

Lastly, you are indeed right about a lack of negative tiers for tools. I haven't really gotten around to working on that as I was busy coming up with tiers for bows. But you should be able to simply create a datapack and distribute it. I'm fairly certain that java players know how to use them given how more commonplace they are now.

Thanks for the feedback. It was a real eye opener.

from tiered.

Related Issues (20)

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.