blockgame/mods/bg_crafting/api.lua
trans_soup 45f59f5e03 minor refactor of recipe code.
just separated different recipe types into different files.
2023-10-17 14:28:08 +02:00

9 lines
148 B
Lua

blockgame.crafting = blockgame.crafting or {}
local api = blockgame.crafting
api.registered_recipes = {}
load_file("stack")
load_file("pummel")