Before Width: | Height: | Size: 186 B After Width: | Height: | Size: 186 B |
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 137 B After Width: | Height: | Size: 137 B |
Before Width: | Height: | Size: 148 B After Width: | Height: | Size: 148 B |
@ -0,0 +1,21 @@ |
|||||
|
# MIT License |
||||
|
Copyright 2019 Poikilos (Jake Gustafson) |
||||
|
|
||||
|
Permission is hereby granted, free of charge, to any person obtaining a |
||||
|
copy of this software and associated documentation files (the |
||||
|
"Software"), to deal in the Software without restriction, including |
||||
|
without limitation the rights to use, copy, modify, merge, publish, |
||||
|
distribute, sublicense, and/or sell copies of the Software, and to |
||||
|
permit persons to whom the Software is furnished to do so, subject to |
||||
|
the following conditions: |
||||
|
|
||||
|
The above copyright notice and this permission notice shall be included |
||||
|
in all copies or substantial portions of the Software. |
||||
|
|
||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
||||
|
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
||||
|
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
||||
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
||||
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
||||
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
@ -0,0 +1,11 @@ |
|||||
|
Bucket_Game mod: animal_materials_legacy |
||||
|
========================= |
||||
|
This mod provides a transition from old versions of animal_materials. |
||||
|
|
||||
|
Authors of source code |
||||
|
---------------------- |
||||
|
poikilos (github.com/poikilos) |
||||
|
|
||||
|
Authors of media (textures) |
||||
|
--------------------------- |
||||
|
(no media) |
@ -0,0 +1 @@ |
|||||
|
animal_materials |
@ -0,0 +1,6 @@ |
|||||
|
-- NOTE: register_alias is not needed for mobs, since alias_mob calls that |
||||
|
-- minetest.register_alias(name, convert_to) |
||||
|
-- "This means that if the engine finds nodes with the name name in the world the node with the name convert_to is used instead. " |
||||
|
-- <https://dev.minetest.net/minetest.register_alias> |
||||
|
minetest.register_alias("animal_materials:deer_horns", "animal_materials:antlers") |
||||
|
|
@ -0,0 +1,21 @@ |
|||||
|
# MIT License |
||||
|
Copyright 2019 Poikilos (Jake Gustafson) |
||||
|
|
||||
|
Permission is hereby granted, free of charge, to any person obtaining a |
||||
|
copy of this software and associated documentation files (the |
||||
|
"Software"), to deal in the Software without restriction, including |
||||
|
without limitation the rights to use, copy, modify, merge, publish, |
||||
|
distribute, sublicense, and/or sell copies of the Software, and to |
||||
|
permit persons to whom the Software is furnished to do so, subject to |
||||
|
the following conditions: |
||||
|
|
||||
|
The above copyright notice and this permission notice shall be included |
||||
|
in all copies or substantial portions of the Software. |
||||
|
|
||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
||||
|
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
||||
|
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
||||
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
||||
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
||||
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
@ -0,0 +1,11 @@ |
|||||
|
Bucket_Game mod: nftools_legacy |
||||
|
========================= |
||||
|
This mod provides a transition from old versions of nftools. |
||||
|
|
||||
|
Authors of source code |
||||
|
---------------------- |
||||
|
poikilos (github.com/poikilos) |
||||
|
|
||||
|
Authors of media (textures) |
||||
|
--------------------------- |
||||
|
(no media) |
@ -0,0 +1 @@ |
|||||
|
nftools |
@ -0,0 +1,16 @@ |
|||||
|
-- NOTE: register_alias is not needed for mobs, since alias_mob calls that |
||||
|
-- minetest.register_alias(name, convert_to) |
||||
|
-- "This means that if the engine finds nodes with the name name in the world the node with the name convert_to is used instead. " |
||||
|
-- <https://dev.minetest.net/minetest.register_alias> |
||||
|
|
||||
|
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") |
||||
|
-- (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") |
||||
|
minetest.register_alias("nftools:amethyst", "nftools:blackopal") |