update license.txt
This commit is contained in:
parent
eda6829a44
commit
25947e0fcd
@ -3,7 +3,6 @@ local S = ethereal.intllib
|
||||
|
||||
|
||||
-- Crystal Spike (Hurts if you touch it)
|
||||
-- thanks to ZonerDarkRevention for his DokuCraft DeviantArt crystal texture
|
||||
minetest.register_node("ethereal:crystal_spike", {
|
||||
description = S("Crystal Spike"),
|
||||
drawtype = "plantlike",
|
||||
|
@ -504,7 +504,7 @@ minetest.register_craft({
|
||||
cooktime = 8
|
||||
})
|
||||
|
||||
-- Sashimi (Thanks to Natalia Grosner for letting me use the sashimi image)
|
||||
-- Sashimi
|
||||
minetest.register_craftitem("ethereal:sashimi", {
|
||||
description = S("Sashimi"),
|
||||
inventory_image = "ethereal_sashimi.png",
|
||||
|
1
food.lua
1
food.lua
@ -247,7 +247,6 @@ minetest.register_node("ethereal:golden_apple", {
|
||||
})
|
||||
|
||||
-- Hearty Stew (Heals 5 hearts)
|
||||
-- thanks to ZonerDarkRevention for his DokuCraft DeviantArt bowl texture)
|
||||
minetest.register_craftitem("ethereal:hearty_stew", {
|
||||
description = S("Hearty Stew"),
|
||||
inventory_image = "ethereal_hearty_stew.png",
|
||||
|
2
init.lua
2
init.lua
@ -7,7 +7,7 @@
|
||||
]]
|
||||
|
||||
|
||||
ethereal = {version = "20221128"}
|
||||
ethereal = {version = "20221230"}
|
||||
|
||||
|
||||
local function setting(stype, name, default)
|
||||
|
55
license.txt
55
license.txt
@ -20,6 +20,61 @@ 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.
|
||||
|
||||
Textures by TenPlus1 (CC0) unless listed below...
|
||||
|
||||
Based on candle textures and coloured by wRothbard (CC0):
|
||||
ethereal_candle_black*.png
|
||||
ethereal_candle_blue*.png
|
||||
ethereal_candle_cyan*.png
|
||||
ethereal_candle_dark_green*.png
|
||||
ethereal_candle_dark_grey*.png
|
||||
ethereal_candle_green*.png
|
||||
ethereal_candle_grey*.png
|
||||
ethereal_candle_magenta*.png
|
||||
ethereal_candle_orange*.png
|
||||
ethereal_candle_pink*.png
|
||||
ethereal_candle_red*.png
|
||||
ethereal_candle_violet*.png
|
||||
ethereal_candle_yellow*.png
|
||||
|
||||
Based on default tools in Minetest (CC BY-SA 3.0):
|
||||
ethereal_crystal_pick.png
|
||||
ethereal_crystal_shovel.png
|
||||
ethereal_crystal_axe.png
|
||||
ethereal_crystal_sword.png
|
||||
|
||||
Based on texture by ElementW (CC BY-SA 3.0):
|
||||
bucket_cactus.png
|
||||
|
||||
Based on tree textures by ElementW (CC BY-SA 3.0):
|
||||
ethereal_yellow_tree.png
|
||||
ethereal_yellow_tree_top.png
|
||||
ethereal_frost_tree.png
|
||||
ethereal_frost_tree_top.png
|
||||
ethereal_scorched_tree.png
|
||||
ethereal_scorched_tree_top.png
|
||||
|
||||
Based on wood texture by BlockMen (CC BY-SA 3.0):
|
||||
ethereal_yellow_wood.png
|
||||
ethereal_frost_wood.png
|
||||
|
||||
Based on bottle texture by Thomas-S (CC BY-SA 3.0):
|
||||
ethereal_flight_potion.png
|
||||
ethereal_firethorn_jelly.png
|
||||
|
||||
Textures based on default_grass.png and default_grass_side.png by TumeniNodes (CC BY-SA 3.0)
|
||||
ethereal_grass_*.png [Edited by TenPlus1]
|
||||
ethereal_crystal_moss.png
|
||||
ethereal_mushroom_moss.png
|
||||
ethereal_fiery_moss.png
|
||||
ethereal_gray_moss.png
|
||||
ethereal_green_moss.png
|
||||
|
||||
Texture by ZonerDarkRevention (CC0)
|
||||
ethereal_crystal_spike.png [edited by TenPlus1]
|
||||
ethereal_bowl.png [edited by TenPlus1]
|
||||
ethereal_hearty_stew.png
|
||||
|
||||
Textures by VanessaE (CC-BY-SA 4.0)
|
||||
moretrees_*.png
|
||||
ethereal_banana_wood.png (edited)
|
||||
|
Loading…
x
Reference in New Issue
Block a user