22 lines
485 B
Lua
22 lines
485 B
Lua
|
-- RUBENFOOD MOD
|
||
|
-- A mod written by rubenwardy that adds
|
||
|
-- food to the minetest game
|
||
|
-- ======================================
|
||
|
-- >> rubenfood/support.lua
|
||
|
-- adds support for other mods
|
||
|
-- adds items and aliases that are needed
|
||
|
-- ======================================
|
||
|
-- [regis-item] Flour
|
||
|
-- [regis-item] Milk
|
||
|
-- [regis-item] Egg
|
||
|
-- [regis-food] Cheese
|
||
|
-- [craft] Cheese
|
||
|
-- [regis-item] Butter
|
||
|
-- [craft] Butter
|
||
|
-- ======================================
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|