Skip to content

Task/misc#962

Open
SchnTgaiSpock wants to merge 8 commits intopylonmc:masterfrom
SchnTgaiSpock:task/misc
Open

Task/misc#962
SchnTgaiSpock wants to merge 8 commits intopylonmc:masterfrom
SchnTgaiSpock:task/misc

Conversation

@SchnTgaiSpock
Copy link
Copy Markdown
Contributor

@SchnTgaiSpock SchnTgaiSpock commented Apr 20, 2026

Closes #771
Closes #842
Closes #849
Closes #933
Closes #944

Copy link
Copy Markdown
Member

@Seggan Seggan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Smelting a steel chestplate does not actually seem to work

Comment thread src/main/resources/lang/en.yml
@SchnTgaiSpock
Copy link
Copy Markdown
Contributor Author

Smelting a steel chestplate does not actually seem to work

whoops didnt realize blasting recipes werent automatically copied to the furnace too lol

on another note i found out they dont smelt if they are damaged at all since its matched with ExactChoice and also f**king mojang wont let me extend RecipeChoice (like whats even the point of using java then)

so i think the only option i have left is to manually listen to presmelt/smelt events? unless someone has a better option

@Seggan
Copy link
Copy Markdown
Member

Seggan commented Apr 22, 2026

The easiest would ofc be to implement an exact match recipe for every single durability but that'd make Pylon load like 100x slower. Idk if its possible with the events, feel free to try.

@JustAHuman-xD
Copy link
Copy Markdown
Contributor

I imagine we could combine approaches event listening w/ recipe handling. Allowing for material choice but it supports ItemTypeWrapper so other components can be ignored

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants