Adaptation lib and mods

Description

Minetest mod: adaptation_modpack 🔗

This modpack can be used by other mods which wants to be adapted to more than one minetest game. Main mod is adaptation_lib, which define adaptation API. See API.md for details. Other mods primary add items to a database grouped by generic keys.

So, you can use provided API functions to easier finding aviable items, which you need to use by the key.

Example of get informations about carbon steel if aviable and normal steel if carbon steel is not aviable:

metal_ingot = adaptation_lib.get_item({"ingot_carbon_steel", "ingot_steel"})

Source code: 🔗

Copyright (c) 2022 SFENCE MIT - check LICENSE file

How to use: 🔗

Add adaptation_lib and other adaptation_* mods to your mod dependence list. Use adaptation_lib functions to translate keys to item data.

Reviews

Review

Do you recommend this mod?

  • No reviews, yet.

Releases

1.0.3

Download

Luanti 5.0+

2025-05-25 06:28 UTC

1.0.3 🔗

  • Correct typo in adaptation_animal/animal.lua
  • Add missing commas to moretrees/shared.lua
  • README update.
  • Make adaptation_clothing_machines loadable.
  • Some improvments.

1.0.2

Download

Luanti 5.0+

2022-12-07 20:13 UTC

1.0.2 🔗

No release notes

1.0.1

Download

Luanti 5.0+

2022-10-25 17:07 UTC

1.0.1 🔗

No release notes

1.0.0

Download

Luanti 5.0+

2022-10-17 16:37 UTC

1.0.0 🔗

No release notes

All releases

Information

Provides

adaptation_animal adaptation_animalia adaptation_basic_materials adaptation_biofuel adaptation_clothing_machines adaptation_cool_trees adaptation_elepower adaptation_exile adaptation_extraores adaptation_farlands_reloaded adaptation_farming_redo adaptation_hades_extensionmods adaptation_hades_revisited adaptation_ksurvive2 adaptation_lib adaptation_mesecons adaptation_mineclone adaptation_minetest_game adaptation_moreores adaptation_moretrees adaptation_petz adaptation_pipeworks adaptation_plantlife adaptation_power_generators adaptation_repixture adaptation_rubber adaptation_techage adaptation_technic adaptation_xocean

Dependencies

Required
No required dependencies
Optional
3dmushrooms animalia baldcypress bamboo basic_materials biofuel birch bucket bushes bushes_classic cavestuff cherrytree clementinetree clothing_machines default dryplants dye ebony elepower_dynamics farming ferns fl_bones fl_bucket fl_core fl_dyes fl_glass fl_liquids fl_ores fl_player fl_stairs fl_stone fl_trees fl_wool hades_animalia hades_animals hades_baldcypress hades_bamboo hades_biofuel hades_birch hades_bucket hades_cherrytree hades_clementinetree hades_core hades_ebony hades_extrafarming hades_extraores hades_farming hades_hollytree hades_larch hades_lemontree hades_mahogany hades_maple hades_mesecons_materials hades_moretrees hades_oak hades_palm hades_petz hades_player hades_plumtree hades_pomegranate hades_sounds hades_stairs hades_technic hades_vessels hades_vines hades_willow hades_xocean hollytree ks_flora ks_terrain larch lemontree mahogany maple mcl_buckets mcl_copper mcl_core mcl_dye mcl_formspec mcl_player mcl_rubber mcl_stairs mcl_torches mcl_wool mesecons_materials mesecons_torch mobs_animal molehills moreores moretrees nature_classic nodes_nature oak palm petz pipeworks pl_seaweed pl_sunflowers pl_waterlilies player_api plumtree poisonivy pomegranate power_generators rp_default rp_player techage technic trunks vessels vines willow woodsoils wool xocean youngtrees

Information

Type
Mod
Technical Name
adaptation_modpack
Languages
English
License
MIT
Maintenance State
Actively Developed
Added
2022-10-17 16:36 UTC
Maintainers
SFENCE

Used By