New cake textures

This commit is contained in:
MrIbby 2016-02-20 14:31:52 -08:00
parent e584a2d53c
commit 736c299c4b
8 changed files with 10 additions and 12 deletions

View File

@ -25,18 +25,14 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
License of textures:
--------------------
Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
http://creativecommons.org/licenses/by-sa/4.0/
Authors of textures:
--------------------
rubenwardy (CC-BY-SA):
Authors and licenses of textures:
---------------------------------
TenPlus1 (WTFPL):
cake.png
cake_bottom.png, derivative
cake_entity.png
cake_inner.png, derivative
cake_side.png, derivative
cake_sugar.png
cake_top.png, derivative
rubenwardy (CC-BY-SA):
cake_sugar.png

View File

@ -34,6 +34,8 @@ for i, size in ipairs(sizes) do
drop = drop,
drawtype = "nodebox",
tiles = tiles,
inventory_image = "cake.png",
wield_image = "cake.png",
paramtype = "light",
is_ground_content = false,
groups = {crumbly=3},
@ -90,7 +92,7 @@ minetest.register_craft({
minetest.register_entity("cake:cake_entity", {
physical = false,
timer = 0,
textures = {"cake_entity.png"},
textures = {"cake.png"},
lastpos = {},
collisionbox = {0,0,0,0,0,0},
on_step = function(self, dtime)

BIN
textures/cake.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 760 B

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 559 B

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 559 B

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 760 B

After

Width:  |  Height:  |  Size: 351 B