Open suppergerrie2 opened 1 year ago
Describe the bug Spawner minecarts cannot be created with orbis spawners
To Reproduce Steps to reproduce the behavior:
Expected behavior The spawner should be pushed into the minecart
Screenshots
Environment
Additional context This bug was found on the gamemode 4 server,
728, 76, -423 has the following block data: {SpawnData: {entity: {id: "minecraft:skeleton", HandItems: [{id: "minecraft:bow", Count: 1b}, {}], DeathLootTable: "gm4_orbis:entities/skeleton"}, custom_spawn_rules: {block_light_limit: [0, 7], sky_light_limit: [8, 14]}}, MaxNearbyEntities: 6s, MinSpawnDelay: 200s, y: 76, id: "minecraft:mob_spawner", SpawnPotentials: [{weight: 1, data: {entity: {id: "minecraft:skeleton", HandItems: [{id: "minecraft:bow", Count: 1b}, {}], DeathLootTable: "gm4_orbis:entities/skeleton"}, custom_spawn_rules: {block_light_limit: [0, 7], sky_light_limit: [8, 14]}}}], x: 728, SpawnRange: 4s, MaxSpawnDelay: 800s, RequiredPlayerRange: 16s, SpawnCount: 4s, z: -423, Delay: -1s}
"Orbis spawners have 2 tags in SpawnPotentials[0].data which breaks the spawner minecart check "~ Epyon
Spawner data pulled by me from the current Public Server
It seems like the orbis overhaul dropped the spawner minecart integration tags and functions, adding those back would fix this.
Describe the bug Spawner minecarts cannot be created with orbis spawners
To Reproduce Steps to reproduce the behavior:
Expected behavior The spawner should be pushed into the minecart
Screenshots
Environment
Additional context This bug was found on the gamemode 4 server,
"Orbis spawners have 2 tags in SpawnPotentials[0].data which breaks the spawner minecart check "~ Epyon