13 lines
330 B
TypeScript
13 lines
330 B
TypeScript
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
|