Miroir du dépôt basic_materials.
Go to file
wsor4035 8631a2670b
Hades branch improvements (#12)
* Add hades_bucket to crafts. Fix some bugs.

* Fix dependencies and recipes. Disable silicon if hades_materials is aviable.

* Remove unused dependence.

* Clear original recipe for palstic base from hades_materials. Prevent dual plastic cook recipe.

* Use register_alias_force.

* Fix spaces vs tabs.

Co-authored-by: wsor4035 <24964441+wsor4035@users.noreply.github.com>

* formatting fixes

Co-authored-by: sfence <sfence.software@gmail.com>
Co-authored-by: OgelGames <olliverdc28@gmail.com>
2022-03-02 01:07:14 -05: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 (#10) 2022-02-27 17:43:13 -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 Hades branch improvements (#12) 2022-03-02 01:07:14 -05:00
crafts.lua Hades branch improvements (#12) 2022-03-02 01:07:14 -05:00
init.lua remove dep on default and make game agnostic 2022-01-25 21:08:32 -05:00
mod.conf Hades branch improvements (#12) 2022-03-02 01:07:14 -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