Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
character_creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Minetest
character_creator
Compare revisions
3fc685c46b9d515fe56dd802a604c43ed87df076 to ea508a27cea63c78bc44fcd20c6b3a5d69ffd39e
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
minetest/character_creator
Select target project
No results found
ea508a27cea63c78bc44fcd20c6b3a5d69ffd39e
Select Git revision
Branches
master
Tags
0.9
1.0
1.1
4 results
Swap
Target
minetest/character_creator
Select target project
minetest/character_creator
1 result
3fc685c46b9d515fe56dd802a604c43ed87df076
Select Git revision
Branches
master
Tags
0.9
1.0
1.1
4 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source
1
set KIF 49,0 as the default tshirt
· ea508a27
Peter Nerlich
authored
May 6, 2021
ea508a27
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
init.lua
+1
-1
1 addition, 1 deletion
init.lua
with
1 addition
and
1 deletion
init.lua
View file @
ea508a27
...
...
@@ -16,7 +16,7 @@ local skin_default = {
hair
=
"Brown Hair"
,
hair_style
=
"Medium Hair"
,
eyes
=
"Blue Eyes"
,
tshirt
=
"KIF 4
8
,0"
,
tshirt
=
"KIF 4
9
,0"
,
pants
=
"Blue Pants"
,
shoes
=
"Leather Shoes"
}
...
...
This diff is collapsed.
Click to expand it.