![]() |
VOOZH | about |
The Armor Trim lore "Applies to: " and "Ingredients: " are now hard coded, sorry i cant point out since when this has happened.
I saw that there was spelling mistake (British English) should use american english per style guide.
@MinecraftExp123 Some interaction/usage methods have these three possible returns: Fail, pass and success.
To understand what each return value means, I would have to analyze the code more thoroughly, and I don't have it right now. But in my tests, success means creating a usage animation and eventually triggering some advancements.
In the case of armor stand, in three situations, the interaction may return "fail" and terminate the method right there. However, at the end of the method, the interaction returns success. Perhaps it should be written "if it does not fail, it returns success."
I intend to document what each of these returns means when writing the documentation for the Item class. Aloi4 (talk) 05:58, 24 January 2026 (UTC)