[cube][0.11.1] Shift-clicking munition into car
[cube][0.11.1] Shift-clicking munition into car
I can't shift-click ammunition (like cannon shells) from my inventory into the car inventory. I think the game wants to place it into a non-existent ammuntion slot and then aborts.
Re: [0.11.1] Shift-clicking munition into car
I thought you used ctrl-click?
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: [0.11.1] Shift-clicking munition into car
Shift click = clicked stackxnmo wrote:I thought you used ctrl-click?
CTRL click = all items of type clicked
LMB with the click = ALL in the stack/type
RMB with the click = HALF in the stack/type
Re: [cube][0.11.1] Shift-clicking munition into car
This is weird. I was specifically programming this thing and it works for me now... Can you describe the exact scenario?Nova wrote:I can't shift-click ammunition (like cannon shells) from my inventory into the car inventory. I think the game wants to place it into a non-existent ammuntion slot and then aborts.
What works for me:
1) Make new game
2) Obtain tank (/c game.players[1].insert{name="tank", count=1}), place it
3) Enter the tank
4) Obtain ammo (/c game.player.insert{name="cannon-shell", count=1000})
5) Open inventory (e)
6) Shift-click the ammo in inventory.
Re: [cube][0.11.1] Shift-clicking munition into car
Ok, so this was already solved by slpwnd.... :-)