fix entity generation for versions below 1.16 (PigZombie missing)

This commit is contained in:
Bixilon 2020-11-19 14:50:28 +01:00
parent be4821daf3
commit 1e9de9cc63
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -749,5 +749,8 @@
}, },
"LightningBolt": { "LightningBolt": {
"extends": "Entity" "extends": "Entity"
},
"PigZombie": {
"extends": "Zombie"
} }
} }