From 0096b3f265b0a47fcfef37d70bf380fec04b21a6 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Wed, 19 Feb 2020 12:54:15 -0500 Subject: [PATCH] bring up to date with Bucket_Game --- patches/mods-stopgap/nftools_legacy/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/mods-stopgap/nftools_legacy/init.lua b/patches/mods-stopgap/nftools_legacy/init.lua index ed624c2..9e2cb2e 100644 --- a/patches/mods-stopgap/nftools_legacy/init.lua +++ b/patches/mods-stopgap/nftools_legacy/init.lua @@ -6,7 +6,7 @@ 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") +-- 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")