From c3082c88fec6cf89d5b81d1018d243bb8c41cceb Mon Sep 17 00:00:00 2001 From: DonBatman Date: Mon, 7 Mar 2016 06:51:02 -0800 Subject: [PATCH] Added description.txt and mod.conf --- description.txt | 1 + machines.lua | 2 +- mod.conf | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 description.txt create mode 100644 mod.conf diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..5651819 --- /dev/null +++ b/description.txt @@ -0,0 +1 @@ +Crown molding and baseboards of different styles. diff --git a/machines.lua b/machines.lua index e409157..b7c99c8 100644 --- a/machines.lua +++ b/machines.lua @@ -643,7 +643,7 @@ minetest.register_craft({ recipe = { {'default:steelblock', 'default:steelblock', 'default:steelblock'}, {'default:steelblock', 'default:steel_ingot', 'default:steelblock'}, - {'default:steelblock', "default:steelblock", 'default:steelblock'}, + {'default:steelblock', "default:steelblock", 'default:steelblock'}, }, }) diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..418f7d0 --- /dev/null +++ b/mod.conf @@ -0,0 +1 @@ +name = mymillwork