GM4_Datapacks
GM4_Datapacks copied to clipboard
Spawner is not pushed into spawner minecart
Describe the bug Spawner minecarts cannot be created with orbis spawners
To Reproduce Steps to reproduce the behavior:
- Find an orbis spawner
- Place a rail under the orbis spawner, a piston pushing down on top of the spawner, a redstone block on top of the piston, and a minecart on the rail.
- Look at nothing happening
Expected behavior The spawner should be pushed into the minecart
Screenshots
Environment
- Minecraft version: 1.19.2
- Server version: 1.19.2
- Installed Datapacks: All of the modules on the GM4 public server
- Installed Mods: N/A (all of the plugins GM4 public server uses)
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.