We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Spawner data pulled by me from the current Public Server
Sorry, something went wrong.
It seems like the orbis overhaul dropped the spawner minecart integration tags and functions, adding those back would fix this.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: