We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i wanna get hopper item (like it in hotbar), but returned a hopper outside texture. because of textureContent.json have 2 name: hopper/
name: hopper
The text was updated successfully, but these errors were encountered:
i tried use this indexer.js
module.exports.buildIndexFromArray = function (array, fieldToIndex) { if (array === undefined) { return undefined } return array.reduce(function (index, element) { if (!index.hasOwnProperty(element[fieldToIndex])) { index[element[fieldToIndex]] = element } return index }, {}) }
and work good for me
Sorry, something went wrong.
No branches or pull requests
i wanna get hopper item (like it in hotbar), but returned a hopper outside texture. because of textureContent.json have 2
name: hopper
/The text was updated successfully, but these errors were encountered: