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
8ad092a5
Commit
8ad092a5
authored
9 years ago
by
TenPlus1
Browse files
Options
Downloads
Patches
Plain Diff
change fire flower spread rate and texture
parent
ad7b63b8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
flowers.lua
+1
-1
1 addition, 1 deletion
flowers.lua
mapgen_v7n.lua
+2
-2
2 additions, 2 deletions
mapgen_v7n.lua
mapgen_v7n_old.lua
+0
-752
0 additions, 752 deletions
mapgen_v7n_old.lua
textures/ethereal_fire_flower.png
+0
-0
0 additions, 0 deletions
textures/ethereal_fire_flower.png
with
3 additions
and
755 deletions
flowers.lua
+
1
−
1
View file @
8ad092a5
...
...
@@ -54,7 +54,7 @@ minetest.register_abm({
local
fflower
=
minetest
.
find_nodes_in_area_under_air
(
pos0
,
pos1
,
{
"ethereal:fire_flower"
})
if
#
grass
>
5
if
#
grass
>
6
and
#
fflower
<
1
then
grass
=
grass
[
math.random
(
#
grass
)]
...
...
This diff is collapsed.
Click to expand it.
mapgen_v7n.lua
+
2
−
2
View file @
8ad092a5
...
...
@@ -382,7 +382,7 @@ local list = {
}
-- wild red and brown mushrooms
for
_
,
row
in
i
pairs
(
list
)
do
for
_
,
row
in
pairs
(
list
)
do
if
row
[
3
]
==
1
then
minetest
.
register_decoration
({
...
...
@@ -500,7 +500,7 @@ local list = {
{
"grassy_ocean"
,
ethereal
.
grassy
},
}
for
_
,
row
in
i
pairs
(
list
)
do
for
_
,
row
in
pairs
(
list
)
do
if
row
[
2
]
==
1
then
...
...
This diff is collapsed.
Click to expand it.
mapgen_v7n_old.lua
deleted
100644 → 0
+
0
−
752
View file @
ad7b63b8
This diff is collapsed.
Click to expand it.
textures/ethereal_fire_flower.png
+
0
−
0
View replaced file @
ad7b63b8
View file @
8ad092a5
235 B
|
W:
|
H:
203 B
|
W:
|
H:
2-up
Swipe
Onion skin
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