Matthew Wilbern

Results 46 comments of Matthew Wilbern

If your program requires Open Peripherals, Plethora will not work as a replacement. Plethora provides different peripheral methods, and won't be compatible. It should be easy enough to fix the...

There is already a program which implements this in ROM. `shell.run("go forward 5 left 2 forward 10 right up forward 5 left down left back 5 ...")` However, what the...

After doing some extensive testing, it seems that this may be due to the way Galacticraft handles it's item inputs. Putting two silicon in a hopper above the block seem...

It causes a few problems, however, since it is not really expected behaviour

Could make `turtle.suck(0)` return `true` if items exist in whatever it's trying to pull from, `false` if empty; Much like `turtle.refuel(0)` can be used to determine if an item is...

> > Could make `turtle.suck(0)` return `true` if items exist in whatever it's trying to pull from, `false` if empty; Much like `turtle.refuel(0)` can be used to determine if an...

Ah, the turtle.use request again. It will be denied, [trust me I've asked](https://github.com/SquidDev-CC/CC-Tweaked/issues/125). Although, might I suggest `turtle.dispense()` for buckets and whatnot? `turtle.place` could retain its usage on buckets for...

> Normally I'd say to "just use redstone", However, I do this would be cool, and maybe adding a method to droppers like `dropper.drop()` You can already `.drop()` from any...

> > You can already `.drop()` from any inventory > > Are you not confusing CC:T with plethora? [Generic inventory](https://tweaked.cc/generic_peripheral/inventory.html) does not have `.drop()`. OR did you mean like "you...

This could also be addressed by #125, having the ability to right-click a modem would help as well (and do exactly as is stated here). However, a computer would not...