Сравнить коммиты

...

2 Коммитов

Автор SHA1 Сообщение Дата
bc6b6326c8 Delete depends.txt, add mod.conf 2022-07-08 18:48:56 +02:00
645ad09de9 Fix deprecated use of use_texture_alpha 2021-03-02 23:01:49 +01:00
3 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@@ -1,2 +0,0 @@
default
dye?

Просмотреть файл

@@ -86,7 +86,7 @@ if minetest.get_modpath("dye") then
paramtype = "light",
sunlight_propagates = true,
is_ground_content = true,
use_texture_alpha = true,
use_texture_alpha = "blend",
groups = {cracky=3},
sounds = default.node_sound_glass_defaults(),
})

5
mod.conf Обычный файл
Просмотреть файл

@@ -0,0 +1,5 @@
name = framedglass
title = Framed Glass
description = Adds Framed Glasses
depends = default
optional_depends = dye