mirror of
https://github.com/architectury/architectury-api.git
synced 2026-04-01 21:17:45 -05:00
Fix some events
This commit is contained in:
@@ -71,7 +71,7 @@ public interface PlayerEvent {
|
||||
}
|
||||
|
||||
interface CraftItem {
|
||||
void craft(Player player, ItemStack smelted, Container inventory);
|
||||
void craft(Player player, ItemStack constructed, Container inventory);
|
||||
}
|
||||
|
||||
interface SmeltItem {
|
||||
|
||||
Reference in New Issue
Block a user