8 lines
253 B
JavaScript
8 lines
253 B
JavaScript
import { CanopyExtension } from './lib/canopy/CanopyExtension';
|
|
|
|
export const extension = new CanopyExtension({
|
|
author: 'ForestOfLight',
|
|
name: 'Construct',
|
|
description: 'Make building structures in survival easier!',
|
|
version: '1.0.0'
|
|
}); |