Merge pull request #4 from Pitriss/master

Pulling updates
master
fairiestoy 2013-10-27 20:10:54 -07:00
commit d79b495a9c
4 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ technic.config.loaded = {}
technic.config.default = {
enable_mining_drill = "true",
enable_mining_laser = "true",
enable_flashlight = "true",
enable_flashlight = "false",
enable_item_drop = "true",
enable_item_pickup = "true",
enable_rubber_tree_generation = "true",

View File

@ -2,7 +2,7 @@ minetest.register_craft({
output = 'technic:wind_mill_frame 5',
recipe = {
{'default:steel_ingot', '', 'default:steel_ingot'},
{'', 'default:steel_ingot', ''},
{'', 'default:glass', ''},
{'default:steel_ingot', '', 'default:steel_ingot'},
}
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 575 B