Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
minetest_game
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
Zadrog Pzvotrügen
minetest_game
Commits
7f44a49d
Commit
7f44a49d
authored
10 years ago
by
BlockMen
Browse files
Options
Downloads
Patches
Plain Diff
Use new optional framed glasslike drawtype
parent
5047540d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
mods/default/README.txt
+1
-0
1 addition, 0 deletions
mods/default/README.txt
mods/default/nodes.lua
+2
-2
2 additions, 2 deletions
mods/default/nodes.lua
mods/default/textures/default_glass_detail.png
+0
-0
0 additions, 0 deletions
mods/default/textures/default_glass_detail.png
with
3 additions
and
2 deletions
mods/default/README.txt
+
1
−
0
View file @
7f44a49d
...
...
@@ -70,6 +70,7 @@ Calinou (CC BY-SA):
default_papyrus.png
default_copper_lump.png
default_mineral_copper.png
default_glass_detail.png
MirceaKitsune (WTFPL):
character.x
...
...
This diff is collapsed.
Click to expand it.
mods/default/nodes.lua
+
2
−
2
View file @
7f44a49d
...
...
@@ -446,8 +446,8 @@ minetest.register_node("default:bookshelf", {
minetest
.
register_node
(
"default:glass"
,
{
description
=
"Glass"
,
drawtype
=
"glasslike"
,
tiles
=
{
"default_glass.png"
},
drawtype
=
"glasslike
_framed_optional
"
,
tiles
=
{
"default_glass.png"
,
"default_glass_detail.png"
},
inventory_image
=
minetest
.
inventorycube
(
"default_glass.png"
),
paramtype
=
"light"
,
sunlight_propagates
=
true
,
...
...
This diff is collapsed.
Click to expand it.
mods/default/textures/default_glass_detail.png
0 → 100644
+
0
−
0
View file @
7f44a49d
183 B
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