This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
GopherAtl's profile picture

[1.4] Drop() to furnace goes to output

Started by GopherAtl, 19 August 2012 - 12:17 AM
GopherAtl #1
Posted 19 August 2012 - 02:17 AM
Objects should not be placeable in the furnace' output slot except by the furnace itself. Pretty irrelevant right now, but I call this a bug because, when you eventually add support for minecraft 1.3, it will be exploitable for free experience, since the player is given xp for taking items out of a furnace. Objects should either go to the furnace (using the same rules as double-click - fuel to bottom slot, other to top slot), or it should simply drop the items into the world rather than putting them in the furnace at all. Haven't tested it, but the same may apply to brewing stations.
Noodle #2
Posted 19 August 2012 - 05:14 AM
1.41 or 1.4?
I don't think turtles can drop stuff in brewing stations?
Turtles can't place in the output slot?
immibis #3
Posted 19 August 2012 - 01:22 PM
1.41 or 1.4?
Both.
I don't think turtles can drop stuff in brewing stations?
Yes, they can. Did you even try it?
Turtles can't place in the output slot?
Yes, they can. Did you even try it?
Noodle #4
Posted 19 August 2012 - 05:08 PM
1.41 or 1.4?
Both.
I don't think turtles can drop stuff in brewing stations?
Yes, they can. Did you even try it?
Turtles can't place in the output slot?
Yes, they can. Did you even try it?
They shouldn't be able to place in the output slot..
I think it should remain with the ability to place in the brewing stations and furnaces.. Its like buildcraft or any pipes.
GopherAtl #5
Posted 20 August 2012 - 11:21 AM
yeah, an ammendment on this, at the time I was unaware of dropUp and dropDown, so I was refering to using drop() when facing the side of the furnace. DropUp from below and DropDown from abvoe load the top and bottom slots, as desired and expected.

Also, the topic should be Drop() to furnace, not place. Fixing.