Affected Product(s)
SpongeVanilla
Version
26.1.2-19.0.0-RC2596
Operating System
Windows
Java Version
openjdk version "25.0.1" 2025-10-21
Plugins/Mods
Describe the bug
Using ItemStack#of during recipe registration throws exception which makes it impossible to register any recipe.
Code to reproduce:
@Listener
public void registerRecipies(final RegisterRegistryValueEvent.EngineScoped<Server> event) {
event.registry(RegistryTypes.RECIPE, step -> {
ItemStack.of(ItemTypes.COBBLESTONE);
});
}
Link to logs
https://gist.github.com/MrHell228/45c78000c731419ce82e8a8bd441c2d2
Affected Product(s)
SpongeVanilla
Version
26.1.2-19.0.0-RC2596
Operating System
Windows
Java Version
openjdk version "25.0.1" 2025-10-21
Plugins/Mods
Describe the bug
Using
ItemStack#ofduring recipe registration throws exception which makes it impossible to register any recipe.Code to reproduce:
Link to logs
https://gist.github.com/MrHell228/45c78000c731419ce82e8a8bd441c2d2