Go to file
wzy2006 29aff92ee8 add crafttable for woodcutter 2020-04-23 21:47:24 +08:00
jobs add crafttable for woodcutter 2020-04-23 21:47:24 +08:00
textures Bed Texture...... 2020-04-23 15:36:05 +08:00
.gitignore just for me so the git ignores my development files 2018-02-01 18:42:20 +01:00
.luacheckrc last change didn't work 2018-05-17 16:57:48 +02:00
.travis.yml small code beautification 2018-04-20 17:57:27 +02:00
LICENSE Initial commit 2017-05-01 17:24:32 +02:00
README.MD add crafttable for woodcutter 2020-04-23 21:47:24 +08:00
api.MD add crafttable for woodcutter 2020-04-23 21:47:24 +08:00
api.lua add crafttable for woodcutter 2020-04-23 21:47:24 +08:00
async_actions.lua add crafttable for woodcutter 2020-04-23 21:47:24 +08:00
commanding_sceptre.lua add crafttable for woodcutter 2020-04-23 21:47:24 +08:00
depends.txt Add files via upload 2017-06-03 16:55:25 +02:00
deprecated.lua add crafttable for woodcutter 2020-04-23 21:47:24 +08:00
description.txt update description.txt 2018-04-29 09:49:14 +02:00
forms.lua add crafttable for woodcutter 2020-04-23 21:47:24 +08:00
homes.lua add crafttable for woodcutter 2020-04-23 21:47:24 +08:00
init.lua add crafttable for woodcutter 2020-04-23 21:47:24 +08:00
mod.conf add crafttable for woodcutter 2020-04-23 21:47:24 +08:00
pathfinder.lua add crafttable for woodcutter 2020-04-23 21:47:24 +08:00
register.lua add crafttable for woodcutter 2020-04-23 21:47:24 +08:00
screenshot.2.png added screenshots 2018-05-22 13:53:53 +02:00
screenshot.3.png added screenshots 2018-05-22 13:53:53 +02:00
screenshot.png added screenshots 2018-05-22 13:53:53 +02:00

README.MD

minetest mod smart_villages Build Status

This mod adds Villagers performing work. The plan is to make villagers build up their own villages.

smart_villages forum page

Planned Features:

  • Villagers
    • trading and building up an economy
    • building their houses
    • working / doing their jobs
  • Jobs: builder, miner, farmer and many more

this version: no crafting recipes yet (you will have to use creative) features:

  • home markers to save the position of the door and the bed
    • some jobs will let the villagers return home at night
    • at home the villagers will go to bed
  • spawn-eggs for villagers
    • female and male
    • just for a nicer look
  • jobs:
    • woodcutter/lumberjack (cutting trees and planting saplings, not night active)
    • plant collector (collecting all sort of fauna to produce dyes etc.)
  • testing jobs:
    • snowclearer (clearing snow away, not night active)
    • player follower (following any player, night active)
    • torcher (following player and placing torches in the dark, night active)

for developining jobs read (api.MD)