File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ __underlined text__,
18
18
:regional_indicator_e: :regional_indicator_m: :regional_indicator_o: :regional_indicator_j: :regional_indicator_i:
19
19
20
20
Make sure to write in understandable British English, Wiki-style.
21
- Refer to your sources of information where possible, preferably to [ wiki.computercraft. cc] ( https://wiki.computercraft .cc ) articles.
21
+ Refer to your sources of information where possible, preferably to [ tweaked. cc] ( https://tweaked .cc ) articles.
22
22
The text must be concise, brief and comfortable to read.
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ Moving will consume 1 fuel unit per block moved.
9
9
** Turtle refueling:**
10
10
You can refuel a turtle by inserting a Minecraft fuel item like lava or coal into its inventory.
11
11
By executing ` turtle.refuel() ` , the Turtle will attempt to refuel by consuming items from the currently selected slot.
12
- * See [ turtle.refuel on wiki.computercraft. cc] ( https://wiki.computercraft. cc/Turtle. refuel ) for more information.*
12
+ * See [ turtle.refuel on tweaked. cc] ( https://tweaked. cc/module/turtle.html#v: refuel ) for more information.*
13
13
14
14
** Turtle fuel checking:**
15
15
You can use ` turtle.getFuelLevel() ` to get the amount of fuel units (block moves) the turtle currently holds.
16
- * See [ turtle.getFuelLevel on wiki.computercraft. cc] ( https://wiki.computercraft. cc/Turtle. getFuelLevel ) for more information.*
16
+ * See [ turtle.getFuelLevel on tweaked. cc] ( https://tweaked. cc/module/turtle.html#v: getFuelLevel ) for more information.*
17
17
18
18
19
19
* Fuel requirement can be turned off in ` config/computercraft.cfg ` by setting ` need_fuel ` to ` false ` .*
You can’t perform that action at this time.
0 commit comments