mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Merge pull request 'add dependency for mcl_weather to mcl_burning to hopefully avoid crashes' (#2516) from SumianVoice/MineClone2_c:mcl_burning_depend into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/2516 Reviewed-by: cora <cora@noreply.git.minetest.land>
This commit is contained in:
commit
c8012ccffd
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
name = mcl_burning
|
name = mcl_burning
|
||||||
description = Burning Objects for MineClone2
|
description = Burning Objects for MineClone2
|
||||||
author = Fleckenstein
|
author = Fleckenstein
|
||||||
|
depends = mcl_weather
|
Loading…
Reference in a new issue