Enable music again
This commit is contained in:
parent
d597f839b9
commit
7ff8273922
3 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.9.4
|
||||||
|
Date: 17.01.2025
|
||||||
|
Changes:
|
||||||
|
- Enable music for Lignumis again
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.9.3
|
Version: 0.9.3
|
||||||
Date: 17.01.2025
|
Date: 17.01.2025
|
||||||
Changes:
|
Changes:
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"base",
|
"base",
|
||||||
"space-age >= 2.0.28",
|
"space-age >= 2.0.28",
|
||||||
"PlanetsLib >= 1.1.20",
|
"PlanetsLib >= 1.1.26",
|
||||||
"astroponics >= 1.2.0",
|
"astroponics >= 1.2.0",
|
||||||
"cf-lib >= 0.0.2",
|
"cf-lib >= 0.0.2",
|
||||||
"mf-core >= 1.0.3",
|
"mf-core >= 1.0.3",
|
||||||
|
|
|
@ -107,7 +107,8 @@ PlanetsLib:extend({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
--PlanetsLib.borrow_music(data.raw.planet["nauvis"], data.raw.planet["lignumis"])
|
|
||||||
|
PlanetsLib.borrow_music(data.raw.planet["nauvis"], data.raw.planet["lignumis"])
|
||||||
|
|
||||||
data:extend({
|
data:extend({
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue