-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forth computer and turtle #1
Comments
I think that is a great addition! I can only imagine the awesomeness of using blueprints for building structures instead on cheating and just loading them with world edit. This being technic I think everything should run off a power source. MV-type preferably to give more purpose to the higher level supply tiers. The turtle could also be made to find it's own charging station if it can be upgraded with an auto-charge plugin. |
There is an inventory in the turtle, and it can even craft things, so I was able to make it replicate (when placed in front of a tree to refuel for the first time). Blueprints, auto-charge plugin, etc. could be programmed in the turtle. |
I can add textures for computerm but my proposition is to split computer the very same way RedPower 2 does: |
Tekkit mod, or a similar mod for Minecraft, has a turtle programmable in minetest. Could you change the model to something other that a turtle? Maybe you could even use a player-like model, make a 60's robot :) EDIT: Also, I have an interactive terminal for digilines at https://github.com/lordcirth/minetest-digipad . |
The Minecraft mod is at computercraft.info They have a fairly large list of features they've put into the things. Stuff like various kinds of sensors and interfaces to work with some kinds of machines. One thing they don't do that's necessary for game balance on the more competitive servers would be to make it take either more time or more power to dig based on the toughness of the block being removed. With the minecraft mod it's just as fast to dig obsidian as sand, which makes it overly easy to tear apart people's fortifications. |
I programmed a computer that can be programmed in forth https://github.com/Novatux/forth_computer and a "turtle", https://github.com/Novatux/turtle which is a robot that can move and break blocks. For now, the turtle has to be programmed using Lua, without loops or things like that, but I think I will change it to be programmable in Forth too. I open this issue to ask you what you think about it (nota: computer can't do IO for now, to be added), and if it should be merged. Moreover, do you think that:
The text was updated successfully, but these errors were encountered: