Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ethereal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Illuna-Minetest
ethereal
Commits
db02d401
Commit
db02d401
authored
8 years ago
by
Milan
Browse files
Options
Downloads
Plain Diff
merge upstream
parents
a0e98c68
18de6a44
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
depends.txt
+1
-0
1 addition, 0 deletions
depends.txt
mapgen.lua
+9
-1
9 additions, 1 deletion
mapgen.lua
plantlife.lua
+2
-2
2 additions, 2 deletions
plantlife.lua
plantpack.lua
+0
-18
0 additions, 18 deletions
plantpack.lua
with
12 additions
and
21 deletions
depends.txt
+
1
−
0
View file @
db02d401
...
...
@@ -4,6 +4,7 @@ stairs
flowers
doors
mobs_slimes
caverealms?
bakedclay?
moreblocks?
intllib?
This diff is collapsed.
Click to expand it.
mapgen.lua
+
9
−
1
View file @
db02d401
...
...
@@ -316,10 +316,16 @@ add_node({"ethereal:dry_dirt"}, 0.006, {"plains"}, 1, 100, {"ethereal:scorched_t
-- dry shrub
add_node
({
"ethereal:dry_dirt"
},
0
.
015
,
{
"plains"
},
1
,
100
,
{
"default:dry_shrub"
},
nil
,
nil
,
nil
,
ethereal
.
plains
)
add_node
({
"default:sand"
},
0
.
015
,
{
"grassy_ocean"
},
1
,
100
,
{
"default:dry_shrub"
},
nil
,
nil
,
nil
,
ethereal
.
grassy
)
add_node
({
"default:desert_sand"
,
"default:desert_stone"
},
0
.
015
,
{
"
desert
"
},
1
,
100
,
{
"default:dry_shrub"
},
nil
,
nil
,
nil
,
ethereal
.
desert
)
add_node
({
"default:desert_sand"
,
"default:desert_stone"
},
0
.
015
,
{
"
caves
"
},
1
,
100
,
{
"default:dry_shrub"
},
nil
,
nil
,
nil
,
ethereal
.
desert
)
add_node
({
"default:sandstone"
},
0
.
015
,
{
"sandstone"
},
1
,
100
,
{
"default:dry_shrub"
},
nil
,
nil
,
nil
,
ethereal
.
sandstone
)
add_node
({
"bakedclay:red"
,
"bakedclay:orange"
},
0
.
015
,
{
"mesa"
},
1
,
100
,
{
"default:dry_shrub"
},
nil
,
nil
,
nil
,
ethereal
.
mesa
)
-- Mystic Plant
add_node
({
"default:desert_stone"
},
0
.
015
,
{
"caves"
},
1
,
100
,
{
"ethereal:mystic_plant"
},
nil
,
nil
,
nil
,
ethereal
.
desert
)
-- Dornbush
add_node
({
"default:sand"
,
"default:desert_sand"
},
0
.
005
,
{
"desert_ocean"
,
"desert"
,
"mesa_ocean"
,
"mesa"
,
"prairie_ocean"
,
"prairie"
,
"sandstone_ocean"
,
"sandstone"
,
"savannah_ocean"
,
"savannah"
,
"fiery_ocean"
},
5
,
120
,
{
"ethereal:dornbush"
},
nil
,
nil
,
nil
,
ethereal
.
desert
)
-- dry grass
add_node
({
"default:dirt_with_dry_grass"
},
0
.
25
,
{
"savannah"
},
1
,
100
,
{
"default:dry_grass_2"
,
"default:dry_grass_3"
,
"default:dry_grass_4"
,
"default:dry_grass_5"
},
nil
,
nil
,
nil
,
ethereal
.
savannah
)
...
...
@@ -350,6 +356,8 @@ add_node({"ethereal:fiery_dirt"}, 0.10, {"fiery"}, 1, 100, {"ethereal:dry_shrub"
-- snowy grass
add_node
({
"ethereal:gray_dirt"
},
0
.
05
,
{
"grayness"
},
1
,
100
,
{
"ethereal:snowygrass"
},
nil
,
nil
,
nil
,
ethereal
.
grayness
)
add_node
({
"ethereal:cold_dirt"
},
0
.
05
,
{
"snowy"
},
1
,
100
,
{
"ethereal:snowygrass"
},
nil
,
nil
,
nil
,
ethereal
.
snowy
)
add_node
({
"default:dirt_with_snow"
},
0
.
05
,
{
"alpine"
},
1
,
100
,
{
"ethereal:snowygrass"
},
nil
,
nil
,
nil
,
ethereal
.
alpine
)
add_node
({
"ethereal:crystalgrass"
},
0
.
05
,
{
"frost"
},
1
,
100
,
{
"ethereal:snowygrass"
},
nil
,
nil
,
nil
,
ethereal
.
frost
)
-- cactus
add_node
({
"default:sandstone"
},
0
.
0025
,
{
"sandstone"
},
1
,
100
,
{
"default:cactus"
},
3
,
nil
,
nil
,
ethereal
.
sandstone
)
...
...
This diff is collapsed.
Click to expand it.
plantlife.lua
+
2
−
2
View file @
db02d401
...
...
@@ -315,9 +315,9 @@ minetest.register_node("ethereal:mystic_plant", {
})
minetest
.
register_node
(
"ethereal:dornbush"
,
{
description
=
"
Testplant
"
,
description
=
"
Dornbush
"
,
drawtype
=
"plantlike"
,
tiles
=
{
"
ethereal_
dornbush.png"
},
tiles
=
{
"dornbush.png"
},
paramtype
=
"light"
,
is_ground_content
=
false
,
buildable_to
=
true
,
...
...
This diff is collapsed.
Click to expand it.
plantpack.lua
+
0
−
18
View file @
db02d401
...
...
@@ -190,21 +190,3 @@ minetest.register_decoration({
biomes
=
{
"clearing"
},
decoration
=
{
"xanadu:poppy"
},
})
minetest
.
register_decoration
({
deco_type
=
"simple"
,
place_on
=
"default:desert_stone"
,
sidelen
=
16
,
fill_ratio
=
0
.
004
,
biomes
=
{
"desert"
},
decoration
=
"ethereal:mystic_plant"
,
})
minetest
.
register_decoration
({
deco_type
=
"simple"
,
place_on
=
{
"default:sand"
},
sidelen
=
16
,
fill_ratio
=
0
.
004
,
biomes
=
{
"desert_ocean"
,
"desert"
},
decoration
=
"ethereal:dornbush"
,
})
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment