GM4_Datapacks icon indicating copy to clipboard operation
GM4_Datapacks copied to clipboard

Spawner is not pushed into spawner minecart

Open suppergerrie2 opened this issue 2 years ago • 2 comments

Describe the bug Spawner minecarts cannot be created with orbis spawners

To Reproduce Steps to reproduce the behavior:

  1. Find an orbis spawner
  2. 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.
  3. Look at nothing happening

Expected behavior The spawner should be pushed into the minecart

Screenshots image

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

suppergerrie2 avatar Jan 04 '23 19:01 suppergerrie2

Spawner data pulled by me from the current Public Server

EpyonProjects avatar Jan 04 '23 19:01 EpyonProjects

It seems like the orbis overhaul dropped the spawner minecart integration tags and functions, adding those back would fix this.

suppergerrie2 avatar Jan 07 '23 14:01 suppergerrie2