New cake textures
18
README.txt
@ -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
|
||||
|
4
init.lua
@ -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
After Width: | Height: | Size: 235 B |
Before Width: | Height: | Size: 760 B After Width: | Height: | Size: 439 B |
Before Width: | Height: | Size: 359 B |
Before Width: | Height: | Size: 559 B After Width: | Height: | Size: 352 B |
Before Width: | Height: | Size: 559 B After Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 760 B After Width: | Height: | Size: 351 B |