update fork (again) #8

Merged
chmodsayshello merged 2270 commits from VoxeLibre/VoxeLibre:master into master 2023-01-06 20:13:54 +01:00
2 changed files with 22 additions and 0 deletions
Showing only changes of commit dfd16d1110 - Show all commits

View File

@ -0,0 +1,21 @@
License of Code
----------------
Author: TheRandomLegoBrick
License: GPLv3
See https://www.gnu.org/licenses/gpl-3.0.en.html for further information
License of Media (textures & sounds)
-------------------------------------
Author: TheRandomLegoBrick
Liscense: CC0 1.0 Universal (CC0 1.0)
Files:
mud_footsteps.ogg
mud_place_dug.ogg
mcl_mud_bricks.png
mcl_mud_packed_mud.png
mcl_mud.png
See https://creativecommons.org/publicdomain/zero/1.0/legalcode for further information

View File

@ -39,6 +39,7 @@ minetest.register_node("mcl_mud:mud_bricks", {
_doc_items_hidden = false,
tiles = {"mcl_mud_bricks.png"},
groups = {handy=1, pickaxey=1, building_block=1},
sounds = mcl_sounds.node_sound_stone_defaults(),
_mcl_blast_resistance = 3,
_mcl_hardness = 1.5,
})