fix: Codegens potions and fixes a few minor bugs (#1347)

This commit is contained in:
Kamron Batman 2023-02-24 18:06:59 -08:00 committed by GitHub
parent 42bcf3c95a
commit 8c4aaeeda6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
76 changed files with 1644 additions and 2095 deletions

View file

@ -0,0 +1,11 @@
{
"version": 2,
"type": "Server.Items.BasePotion",
"properties": [
{
"name": "PotionEffect",
"type": "Server.Items.PotionEffect",
"rule": "EnumMigrationRule"
}
]
}