Skip to content

Commit

Permalink
Added homedecor recipe fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pitriss committed Oct 26, 2013
1 parent 3db1f4e commit 6ce655e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipe_fixes/homedecor_fix/depends.txt
@@ -0,0 +1 @@
homedecor
8 changes: 8 additions & 0 deletions recipe_fixes/homedecor_fix/init.lua
@@ -0,0 +1,8 @@
minetest.register_craft({
output = 'homedecor:air_conditioner',
recipe = {
{'default:glass', 'default:glass', 'default:glass'},
{'homedecor:plastic_sheeting', 'default:coal_lump', 'homedecor:plastic_sheeting'},
{'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting'},
}
})

0 comments on commit 6ce655e

Please sign in to comment.