Miroir du dépôt basic_materials.
Go to file
OgelGames e4b766cd5c formatting fixes 2022-03-02 16:56:03 +11:00
.github/workflows github luacheck workflow 2021-11-28 16:14:20 +11:00
locale Italian translation 2021-01-14 06:33:35 +01:00
models Initial commit 2018-10-30 21:22:25 -04:00
sound_api_core@6956e49e77 add hades revisted crafts and update sound api for sounds 2022-02-27 11:24:35 -05:00
textures change recipe for wet cement: flour + dirt + water 2018-11-07 18:22:26 -05:00
.gitmodules remove dep on default and make game agnostic 2022-01-25 21:08:32 -05:00
.luacheckrc remove dep on default and make game agnostic 2022-01-25 21:08:32 -05:00
LICENSE license fixups: use LGPL 3.0 for code, 2018-11-08 19:18:27 -05:00
README.md add README file and documentation 2022-01-29 22:07:53 -05:00
aliases.lua remove dep on default and make game agnostic 2022-01-25 21:08:32 -05:00
craftitems.lua Better compatibility with Hades Revisited. (#11) 2022-03-01 19:03:35 -05:00
crafts.lua formatting fixes 2022-03-02 16:56:03 +11:00
init.lua remove dep on default and make game agnostic 2022-01-25 21:08:32 -05:00
mod.conf Better compatibility with Hades Revisited. (#11) 2022-03-01 19:03:35 -05:00
nodes.lua remove dep on default and make game agnostic 2022-01-25 21:08:32 -05:00

README.md

Basic Materials mod

mod that adds basic material nodes and items

Install

Option 1: use content tab in minetest

  • click the content tab
  • search for basic materials
  • click install on basic materials

Option 2: download from ContentDB

  • click the above link or search for basic materials on ContentDB
  • select the download button on the basic materials page
  • extract the zip downloaded from the previous step
  • place in your mods folder

Option 3: use git

  • git clone https://github.com/mt-mods/basic_materials.git
  • cd basic_materials
  • git submodule init
  • git submodule update

to update please use the following commands starting inside the mod directory

  • git submodule sync
  • git submodule update