diff options
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 | 
