Add different image for written books
This commit is contained in:
parent
40ada9f1c2
commit
07092f84a7
@ -4,6 +4,7 @@ This mod is part of Minetest NeXt
|
|||||||
License of source code:
|
License of source code:
|
||||||
-----------------------
|
-----------------------
|
||||||
Copyright (C) 2011-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
|
Copyright (C) 2011-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
|
||||||
|
Copyright (C) 2014-2015 BlockMen <blockmen2015@gmail.com>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -130,6 +131,7 @@ BlockMen (CC BY-SA 3.0):
|
|||||||
default_diamond.png
|
default_diamond.png
|
||||||
default_diamond_block.png
|
default_diamond_block.png
|
||||||
default_book.png
|
default_book.png
|
||||||
|
default_book_written.png
|
||||||
default_tool_*.png
|
default_tool_*.png
|
||||||
default_lava_source_animated.png
|
default_lava_source_animated.png
|
||||||
default_lava_flowing_animated.png
|
default_lava_flowing_animated.png
|
||||||
|
@ -67,8 +67,8 @@ 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, fuel=2},
|
groups = {book=1, not_in_creative_inventory=1, fuel=2},
|
||||||
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: 484 B |
Loading…
x
Reference in New Issue
Block a user