mirror of
https://gitlab.bixilon.de/bixilon/pixlyzer.git
synced 2025-09-25 05:01:50 -04:00
fix entity loot tables
This commit is contained in:
parent
e2ef8e3643
commit
0cab95f87a
@ -43,7 +43,7 @@ object EntityGenerator : Generator(
|
||||
entityData.addProperty("can_spawn_far_from_player", it as Boolean)
|
||||
}
|
||||
|
||||
entityType.lootTableId.let {
|
||||
entityType.getLootTableId().let {
|
||||
entityData.addProperty("loot_table", it.toString())
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user