mirror of
https://github.com/rubenwardy/food.git
synced 2024-11-04 17:30:23 +01:00
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
|
||
|
-- ======================================
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|