Skip to content

Commit

Permalink
Update hoc22.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
neonerz committed Apr 26, 2022
1 parent bfe775c commit fd631b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hoc22.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// enums
enum Weight {
//% blockIdentity="mobs.animal" block="chicken"
//% block="chicken"
//% jres alias=CHICKEN
Chicken = 10,
//% blockIdentity="mobs.animal" block="cow"
//% block="cow"
//% jres alias=COW
Cow = 11,
//% blockIdentity="mobs.animal" block="sheep"
//% block="sheep"
//% jres alias=SHEEP
Sheep = 13
}
Expand Down

0 comments on commit fd631b3

Please sign in to comment.