fix: fixes the id for farmable cabbage (#2227)

This commit is contained in:
Bohica 2025-07-02 15:04:48 -07:00 committed by GitHub
parent c6b5dba83b
commit 35faba5087
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ public partial class FarmableCabbage : FarmableCrop
{
}
public static int GetCropID() => 3254;
public static int GetCropID() => 0x0C7B;
public override Item GetCropObject() =>
new Cabbage