Dirtcraft

Description

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"}
   }
})

Reviews

Review

Do you recommend this mod?

Releases

All releases

Threads

New thread

Thread Last Reply

No threads found

Information

Provides

dirtcraft

Dependencies

Required
default
Optional
ethereal

Information

Type
Mod
Technical Name
dirtcraft
Languages
English
License
MIT
Maintenance State
Unknown
Added
2021-09-04 14:11 UTC
Maintainers
dayer4b

Used By