diff options
author | Maciej Kasatkin <mk@realbadangel.pl> | 2012-09-22 04:44:14 +0200 |
---|---|---|
committer | Maciej Kasatkin <mk@realbadangel.pl> | 2012-09-22 04:44:14 +0200 |
commit | d87ac822519055e0f76d4d652b583f1d1714eceb (patch) | |
tree | 901ac29657e93672fd853f16f4513bd42687b3fa /grinder.lua | |
parent | 0d3127e184c094292bacc3dbf1d415fc1751718e (diff) |
added missing grinder recipe for chromium
Diffstat (limited to 'grinder.lua')
-rw-r--r-- | grinder.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grinder.lua b/grinder.lua index 4e664bb..24360c9 100644 --- a/grinder.lua +++ b/grinder.lua @@ -20,6 +20,7 @@ register_grinder_recipe("moreores:tin_lump","technic:tin_dust 2") register_grinder_recipe("moreores:silver_lump","technic:silver_dust 2") register_grinder_recipe("moreores:gold_lump","technic:gold_dust 2") register_grinder_recipe("moreores:mithril_lump","technic:mithril_dust 2") +register_grinder_recipe("technic:chromium_lump","technic:chromium_dust 2") minetest.register_craftitem( "technic:coal_dust", { |