minesochism/sandstone.config.ts

14 lines
330 B
TypeScript
Raw Permalink Normal View History

2021-12-10 00:25:30 +01:00
import type {SandstoneConfig} from 'sandstone'
export default {
name: 'minesochism',
description: ['A ', {text: 'Sandstone', color: 'gold'}, ' data pack.'],
formatVersion: 7,
namespace: 'minesochism',
packUid: '-RjTD73q',
saveOptions: {path: './build'},
onConflict: {
default: 'warn',
},
} as SandstoneConfig