Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mobs_animal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
mobs_animal
Commits
7b106ab8
Commit
7b106ab8
authored
8 years ago
by
TenPlus1
Browse files
Options
Downloads
Patches
Plain Diff
Fix shears glitch
parent
f885d07e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sheep.lua
+2
-2
2 additions, 2 deletions
sheep.lua
with
2 additions
and
2 deletions
sheep.lua
+
2
−
2
View file @
7b106ab8
...
...
@@ -90,8 +90,8 @@ for _, col in pairs(all_colours) do
if
itemname
==
"mobs:shears"
then
if
self
.
gotten
~=
false
and
self
.
child
~=
false
and
not
minetest
.
get_modpath
(
"wool"
)
then
or
self
.
child
~=
false
or
not
minetest
.
get_modpath
(
"wool"
)
then
return
end
...
...
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