Name: nftools Source: Fork of upstream mod - Do not replace License: See "LICENSE" ---------------------------------------------------------------------- 1. "nftools" is a fork of a deceased mod, name and author unknown, that was licensed originally under WTFPL. As the original mod was licensed under WTFPL, attribution isn't re- quired, though we'll offer it if the mod can be identified. ---------------------------------------------------------------------- 2. "nftools" adds new minerals and tools. New tools include: * Battle Axe (low level weapon, does knockback occasionally) * Mace (high level weapon) * Scythe Poikilos has made changes designed to make "nftools" complement "birthstones". His changes include: * Changed alexandrite (overlap with birthstones): to bismuth (it already looked somewhat like bismuth) * Changed amethyst (modified texture until looked like black opal): to black opal. * Changed aquamarine: to turquoise * Use standard texture naming conventions (change nftools_*ore.png to nftools_mineral_*.png, nftools:*_ore to nftools:stone_with_*, nftools:amber to nftools:stone_with_amber) * The old minerals, converted (* = requires EnlivenMinetest/patches/mods-stopgap/nftools_legacy now): - * `minetest.register_alias("nftools:alexandrite_ore", "nftools:stone_with_bismuth")` - * `minetest.register_alias("nftools:alexandrite", "nftools:bismuth")` - `minetest.register_alias("nftools:amber", "nftools:stone_with_amber") -- merged with Bucket_Game` (formerly called amber but dropped chip; use conventions instead) - * `minetest.register_alias("nftools:aquamarine_ore", "nftools:stone_with_turquoise")` - * `minetest.register_alias("nftools:aquamarine", "nftools:turquoise")` - `minetest.register_alias("nftools:amethyst_ore", "nftools:stone_with_blackopal") -- merged with Bucket_Game` - * `minetest.register_alias("nftools:amethyst", "nftools:blackopal")` Other changes: * Battle Axe, Mace, and Scythe textures * Tint of amber nodes is now amber (with yellow highlights) instead of yellow. Blending is improved, and texture is 16% transparent. * Bismuth texture is more angular to look even more like bismuth * Improve ore textures (nftools_mineral_*.png) * Fixed issue where aquamarine ore drops ore * Removed all smelting except for Bismuth * Register each craftitem before referencing it as a drop * Add missing recipe for quartz crystals node (displayable quartz)