forked from mtcontrib/food
Updated Stuff
This commit is contained in:
parent
5b9e97da2d
commit
97667792fd
15
cakemix.lua
15
cakemix.lua
@ -1,15 +0,0 @@
|
|||||||
-- RUBENFOOD MOD
|
|
||||||
-- A mod written by rubenwardy that adds
|
|
||||||
-- food to the minetest game
|
|
||||||
-- =====================================
|
|
||||||
-- >> rubenfood/cakemix.lua
|
|
||||||
-- adds cake mix
|
|
||||||
-- =====================================
|
|
||||||
-- [regis-food] Apple Juice
|
|
||||||
-- [craft] Cactus Juice
|
|
||||||
-- [regis-food] Cactus Juice
|
|
||||||
-- [craft] Cactus Juice
|
|
||||||
-- =====================================
|
|
||||||
|
|
||||||
---------------Cake Pastry-----------
|
|
||||||
|
|
7
init.lua
7
init.lua
@ -12,10 +12,15 @@
|
|||||||
|
|
||||||
print ("RubenFood: Loading mainframe: [Master]")
|
print ("RubenFood: Loading mainframe: [Master]")
|
||||||
|
|
||||||
dofile(minetest.get_modpath("rubenfood").."/drinks.lua")
|
----------------------Load Files-----------------------------
|
||||||
|
dofile(minetest.get_modpath("rubenfood").."/baking.lua")
|
||||||
dofile(minetest.get_modpath("rubenfood").."/cakes.lua")
|
dofile(minetest.get_modpath("rubenfood").."/cakes.lua")
|
||||||
|
|
||||||
|
dofile(minetest.get_modpath("rubenfood").."/drinks.lua")
|
||||||
dofile(minetest.get_modpath("rubenfood").."/fruits.lua")
|
dofile(minetest.get_modpath("rubenfood").."/fruits.lua")
|
||||||
|
|
||||||
|
dofile(minetest.get_modpath("rubenfood").."/support.lua")
|
||||||
|
|
||||||
----------------------------Cup------------------------------
|
----------------------------Cup------------------------------
|
||||||
minetest.register_craftitem(":rubenfood:cup",{
|
minetest.register_craftitem(":rubenfood:cup",{
|
||||||
description = "Cup",
|
description = "Cup",
|
||||||
|
BIN
textures/animalmaterials_egg.png
Normal file
BIN
textures/animalmaterials_egg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 672 B |
BIN
textures/animalmaterials_glass.png
Normal file
BIN
textures/animalmaterials_glass.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 564 B |
BIN
textures/animalmaterials_milk.png
Normal file
BIN
textures/animalmaterials_milk.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 559 B |
Loading…
Reference in New Issue
Block a user