Skip to content

Commit 4eadf80

Browse files
authoredAug 13, 2019
Sfinv: Add and use a crafting arrow texture instead of using furnace arrow
1 parent e5ebb36 commit 4eadf80

File tree

4 files changed

+41
-1
lines changed

4 files changed

+41
-1
lines changed
 

‎mods/sfinv/README.txt

+5
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ https://forum.minetest.net/viewtopic.php?t=19765
1111
Authors of source code
1212
----------------------
1313
rubenwardy (MIT)
14+
15+
Authors of media
16+
----------------
17+
paramat (CC BY-SA 3.0):
18+
sfinv_crafting_arrow.png - derived from a texture by BlockMen (CC BY-SA 3.0)

‎mods/sfinv/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sfinv.register_page("sfinv:crafting", {
66
return sfinv.make_formspec(player, context, [[
77
list[current_player;craft;1.75,0.5;3,3;]
88
list[current_player;craftpreview;5.75,1.5;1,1;]
9-
image[4.75,1.5;1,1;gui_furnace_arrow_bg.png^[transformR270]
9+
image[4.75,1.5;1,1;sfinv_crafting_arrow.png]
1010
listring[current_player;main]
1111
listring[current_player;craft]
1212
]], true)

‎mods/sfinv/license.txt

+35
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,38 @@ DEALINGS IN THE SOFTWARE.
2222

2323
For more details:
2424
https://opensource.org/licenses/MIT
25+
26+
27+
License of media
28+
----------------
29+
30+
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
31+
Copyright (C) 2019 paramat
32+
33+
You are free to:
34+
Share — copy and redistribute the material in any medium or format.
35+
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
36+
The licensor cannot revoke these freedoms as long as you follow the license terms.
37+
38+
Under the following terms:
39+
40+
Attribution — You must give appropriate credit, provide a link to the license, and
41+
indicate if changes were made. You may do so in any reasonable manner, but not in any way
42+
that suggests the licensor endorses you or your use.
43+
44+
ShareAlike — If you remix, transform, or build upon the material, you must distribute
45+
your contributions under the same license as the original.
46+
47+
No additional restrictions — You may not apply legal terms or technological measures that
48+
legally restrict others from doing anything the license permits.
49+
50+
Notices:
51+
52+
You do not have to comply with the license for elements of the material in the public
53+
domain or where your use is permitted by an applicable exception or limitation.
54+
No warranties are given. The license may not give you all of the permissions necessary
55+
for your intended use. For example, other rights such as publicity, privacy, or moral
56+
rights may limit how you use the material.
57+
58+
For more details:
59+
http://creativecommons.org/licenses/by-sa/3.0/
469 Bytes
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.