RTG Module
From Feed The Beast Wiki
This article is a stub. You can help the wiki by expanding it. |
RTG Module | |
---|---|
| |
Name | RTG Module |
Source Mod | Unknown |
ID Name | Unknown |
Type | Module |
Stackable | Unknown |
The RTG-Module is used to refuel a Turtle with Uranium Ore.
Code[edit]
To refuel the turtle with uranium ore you have to enter this code:
m = peripheral.wrap("right")
m.refuel()
Warning: This commands are for the lua interface. To open this interface type "lua" or put it in a program.
Recipe[edit]
Usage[edit]
RTG Module has no known uses in crafting.
|