EngineHub / CraftBook

🔧 Machines, ICs, PLCs, and more!
https://enginehub.org/craftbook/
GNU General Public License v3.0
300 stars 163 forks source link

ItemSpawner IC works wrongly. #638

Closed LadyCailinBot closed 4 years ago

LadyCailinBot commented 11 years ago

CRAFTBOOK-2697 - Reported by Zeluboba

Hello, ItemSpanwer IC doesn't spawn items corretly if there is a block over it. Spawning was perfect in older versions like 1.3.2, block was spawning on block, that is over IC block. I want ti to spawn over that block. Best regards.

LadyCailinBot commented 11 years ago

Comment by me4502

So where does it spawn now?

LadyCailinBot commented 11 years ago

Comment by Zeluboba

It doesn't spawn at all at old 'spawners'. If there's free spot, it spawns few blocks near it.

LadyCailinBot commented 11 years ago

Comment by me4502

I think I've fixed this issue, but I'm not sure exactly what the issue is. So I assume I've fixed it.

LadyCailinBot commented 10 years ago

Comment by Zeluboba

Seems like no. It should be above cobble.

LadyCailinBot commented 10 years ago

Comment by me4502

The problem appears to be the way mc places items. I'll look into its current function and see if it's searching above blocks first.

LadyCailinBot commented 10 years ago

Comment by Zeluboba

Got some stacktraces, i think when i was doing that.

LadyCailinBot commented 10 years ago

Comment by me4502

They're unrelated, I'll look into this issue tonight

LadyCailinBot commented 10 years ago

Comment by me4502

After looking at this, it appears it should be working correctly. How far below the surface is the IC? It will only check 10 blocks up.

LadyCailinBot commented 10 years ago

Comment by Zeluboba

The block under cobble is sign.

LadyCailinBot commented 10 years ago

Comment by me4502

Odd, what version of CraftBook are you using?

LadyCailinBot commented 10 years ago

Comment by Zeluboba

1.6.4.-R2.0

LadyCailinBot commented 10 years ago

Comment by me4502

I meant of craftbook, but I presume you're using a 1.6.4 version in that case. The issue may still exist in that version

LadyCailinBot commented 10 years ago

Comment by Zeluboba

Oups, sorry, read 'craftbukkit'. 3.7-SNAPSHOT:3353-b49ea1a,master Okay.

LadyCailinBot commented 10 years ago

Comment by me4502

That's quite an old version, it was most likely fixed since then