Skip to content

VorTechnix/dirtcraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dirtcraft

ContentDB ContentDB

This minetest mod provides recipes for crafting dirt by automatic means. This was specifically written with the intention to support the ethereal mod.

In order to avoid possible conflicts with the recipes produced, they are shaped with the "other_ingredient" being placed above good ole "default:dirt".

minetest.register_craft({
   output = dirt_name,
   recipe = {
      {other_ingredient},
      {"default:dirt"}
   }
})

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 100.0%