Jonathan Coates

Results 486 comments of Jonathan Coates

> Turtles don't see cable modems as peripherals at all Wired modems shouldn't be able to attach to turtles at all, as turtles aren't a full block, so I don't...

One thing I overlooked here is that there's no `ITUrtleAccess` when the turtle is in item form. This means using `deserializeFromStack` to get upgrade data from the item wouldn't be...

> > BTW I played around with a wrapped barrel yesterday, but pushItem just returned a number without moving anything? > > A ex nehilo barrel? I think you have...

I had a go at implementing this back in November when this issue was created using the `onEntitySwing` hook. However, it's very much not ideal. To quote my commit message:...

IIRC that only applies when right clicking a block. Though yes, I guess you could hook into that and Forge's clicking on entities and air hooks.

It's probably a sensible idea, but I have no clue how to do it without causing problems for existing programs. That said, would contend that pasting large blocks of code...

Worth noting they're actually a 5.3 feature. We'll get to them eventually. Maybe.

This stack pool is per-`LuaClosure`, so this should be safe under LuaJ's guarantees - `LuaClosure`s shouldn't be shared across `Global` instances or called from multiple threads at once.

@Wojbie, that fix is included in #331. I'd be happy to cherry pick it out if really needed, but seeing as #331 provides other valuable bug fixes, I'm not sure...

> I see this has a merge conflict now, is it worth fixing? (aka: does this (or toad's version) stand any chance @SquidDev?) Sorry, meant to reply to this, but...