diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-05-07 02:13:39 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-05-07 02:13:39 +0300 |
commit | 1d9bc8af4779cec1d3bb45ee962fcb3194971757 (patch) | |
tree | 66e099df88d6f04fa171862f67d403ca296d6139 /adaptions.lua | |
parent | e1392055961a32003fbec16c5a5081b9c7676e80 (diff) |
Feldweg recipes
Diffstat (limited to 'adaptions.lua')
-rw-r--r-- | adaptions.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/adaptions.lua b/adaptions.lua index 24782cd..5d59e1b 100644 --- a/adaptions.lua +++ b/adaptions.lua @@ -56,7 +56,9 @@ cottages.texture_chest = {"default_chest_top.png", "default_chest_top.png", "def -- the treshing floor produces wheat seeds cottages.craftitem_seed_wheat = "farming:seed_wheat"; +cottages.craftitem_seed_barley = "farming:seed_barley"; cottages.texture_wheat_seed = "farming_wheat_seed.png"; +cottages.texture_barley_seed = "farming_barley_seed.png"; cottages.texture_stick = "default_stick.png"; -- texture for roofs where the tree bark is the main roof texture |