Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Illuna-Minetest
moreores
Commits
eaac696a
Commit
eaac696a
authored
Sep 11, 2020
by
Milan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix mithril and silver hoe craft - by auouYmous
parent
1a1bc9b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
init.lua
init.lua
+1
-0
No files found.
init.lua
View file @
eaac696a
...
...
@@ -213,6 +213,7 @@ local function add_ore(modname, description, mineral_name, oredef)
if
tool_name
==
"hoe"
and
minetest
.
get_modpath
(
"farming"
)
then
tdef
.
max_uses
=
tooldef
.
uses
tdef
.
description
=
S
(
"@1 Hoe"
,
S
(
description
))
tdef
.
material
=
ingot
farming
.
register_hoe
(
fulltool_name
,
tdef
)
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment