Giter Site home page Giter Site logo

pulverizermod's People

Contributors

pepperoni-jabroni avatar

Watchers

 avatar

pulverizermod's Issues

Incorrect description of pulverizer durability per diamond

Currently, the README.md states:

Each diamond powers the Pulverizer for 512 uses (the same amount as a Diamond Pickaxe has durability).

A diamond pickaxe actually has 1561 โ‰ˆ 3 * 512 durability, so that line should instead state the following (or something similar):

Each diamond powers the Pulverizer for 512 uses (about one third of the durability of a Diamond Pickaxe).

[Bug] Pulverizer durability per diamond is 512 in the config instead of 1561

public int pulverizerDiamondDurability = 512;

According to the readme, "Each diamond powers the Pulverizer for 1561 uses (the same amount as a Diamond Pickaxe has durability)." However, according to the above code, each diamond only powers the Pulverizer for 512 uses by default. Why is there this discrepancy?

Note: The actual value used defaults to 1561 if no config is present, as shown below:

public static int loadPulverizeMaximumFromConfig() {
if (PulverizerMod.CONFIG != null) return PulverizerMod.CONFIG.pulverizerDiamondDurability;
return 1561;
}

Several issues with the mod

Destroyed pulverizer drops nothing, not the item itself, no redstone or anything at all.

Also, I can use iron tools instead of diamonds to power a pulverizer, is this intended? Hopefully, it is.

More Pulverizer Config Options

ENHANCEMENT

Few things I think the Pulverizer could use as far as config files are fuel inputs, what material powers the Pulverizer, and a list of items that can be inputted into the Pulverizer, and what (and how many) of an item will be outputted when something is crushed.

Just a suggestion :)

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.