Skip to content
New issue

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

Spawner is not pushed into spawner minecart #837

Open
suppergerrie2 opened this issue Jan 4, 2023 · 2 comments
Open

Spawner is not pushed into spawner minecart #837

suppergerrie2 opened this issue Jan 4, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@suppergerrie2
Copy link
Contributor

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 suppergerrie2 added the bug Something isn't working label Jan 4, 2023
@EpyonProjects
Copy link
Member

Spawner data pulled by me from the current Public Server

@suppergerrie2
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants