Closed S-S-X closed 10 months ago
There will be nothing else, this simply stops using undocumented ItemStack() constructor in tests and switches to documented ItemStack(nil).
ItemStack()
ItemStack(nil)
Undocumented one also actually did not work on every engine version, I think it works with latest.
There will be nothing else, this simply stops using undocumented
ItemStack()
constructor in tests and switches to documentedItemStack(nil)
.Undocumented one also actually did not work on every engine version, I think it works with latest.