fix: fixes the id for farmable cabbage (#2227)
This commit is contained in:
parent
c6b5dba83b
commit
35faba5087
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue