Skip to content

Commit

Permalink
Merge pull request #26 from fishyWET/master
Browse files Browse the repository at this point in the history
Fixed UFO fuel
  • Loading branch information
davisonio committed Jun 3, 2014
2 parents c8d1c83 + f4804f1 commit f6eea41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mods/ufos/furnace.lua
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

ufos.fuel = "default:lunarium_lump"
ufos.fuel = "moontest:lunarium_lump"
ufos.fuel_time = 10

ufos.furnace_inactive_formspec =
"size[8,5.5]"..
"list[current_name;fuel;3.5,0;1,1;]"..
"list[current_player;main;0,1.5;8,4;]"..
"label[4.5,0;Fuel needed: "..ufos.fuel.."]"..
"label[0,1;Press run (E) inside your UFO.]"..
"label[4,1;You need to park it next to this.]"
"label[4.5,0;Fuel: "..ufos.fuel.."]"..
"label[0,1;Press E (run) inside your UFO.]"..
"label[4,1;Park UFO a block away from this.]"


minetest.register_node("ufos:furnace", {
Expand Down

0 comments on commit f6eea41

Please sign in to comment.