Skip to content

Commit

Permalink
Use correct list syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Oct 19, 2023
1 parent 209bc43 commit a2b624b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft/entity/mob/breedable/mooshroom.nbtdoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ compound Mooshroom extends super::Breedable {
/// The type of the mooshroom
Type: Type,
/// The effects that the mooshroom gives to suspicious stew
stew_effects: SuspiciousEffect[]
stew_effects: [SuspiciousEffect]
}

enum(string) Type {
Expand Down

0 comments on commit a2b624b

Please sign in to comment.