blob: 2ad07aad89751bde5ada9e9b9c6af075e268827a (
plain)
1
2
3
4
5
6
|
package at.hannibal2.skyhanni.events
import at.hannibal2.skyhanni.features.garden.CropType
import net.minecraft.item.ItemStack
class GardenToolChangeEvent(val crop: CropType?, val toolItem: ItemStack?) : LorenzEvent()
|