Basic crops system
This commit is contained in:
@@ -190,6 +190,7 @@ async function build_mods(mods: LoadedMod[], atlas: AtlasListing) {
|
||||
|
||||
const data: ModData = {
|
||||
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