Add a separate image for a written book.
Since written books are quite different from empty books, the visual clue that they are different items is really needed in-game. I've added a "clasp" or "belt-with-buckle" like element to the png from default_book, keeping them very similar but also immediately recgnizably different. I added the new texture to blockmen's license list since it's obviously derivative of his work. The PNG was run through a minimizer/optimizer to save space.
This commit is contained in:
parent
c66a98bbed
commit
b57ecb94df
@ -148,6 +148,9 @@ BlockMen (CC BY-SA 3.0):
|
|||||||
heart.png
|
heart.png
|
||||||
gui_*.png
|
gui_*.png
|
||||||
|
|
||||||
|
sofar (CC BY-SA 3.0):
|
||||||
|
default_book_written.png, based on default_book.png
|
||||||
|
|
||||||
Neuromancer (CC BY-SA 2.0):
|
Neuromancer (CC BY-SA 2.0):
|
||||||
default_cobble.png, based on texture by Brane praefect
|
default_cobble.png, based on texture by Brane praefect
|
||||||
default_mossycobble.png, based on texture by Brane praefect
|
default_mossycobble.png, based on texture by Brane praefect
|
||||||
|
@ -82,7 +82,7 @@ minetest.register_craftitem("default:book", {
|
|||||||
|
|
||||||
minetest.register_craftitem("default:book_written", {
|
minetest.register_craftitem("default:book_written", {
|
||||||
description = "Book With Text",
|
description = "Book With Text",
|
||||||
inventory_image = "default_book.png",
|
inventory_image = "default_book_written.png",
|
||||||
groups = {book=1, not_in_creative_inventory=1},
|
groups = {book=1, not_in_creative_inventory=1},
|
||||||
stack_max = 1,
|
stack_max = 1,
|
||||||
on_use = book_on_use,
|
on_use = book_on_use,
|
||||||
|
BIN
mods/default/textures/default_book_written.png
Normal file
BIN
mods/default/textures/default_book_written.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 228 B |
Loading…
Reference in New Issue
Block a user