Actually implement mod code into server
This commit is contained in:
@@ -25,6 +25,7 @@ export function mod_sources(mods_dir: string): ServerModSource[] {
|
||||
},
|
||||
data: {
|
||||
blocks: mod.blocks.map((b) => b.json),
|
||||
models: mod.models.map((m) => m.json),
|
||||
items: mod.items.map((i) => i.json),
|
||||
recipes: mod.recipes.map((r) => r.json),
|
||||
ores: mod.ores.map((o) => o.json),
|
||||
|
||||
Reference in New Issue
Block a user