create-mcbepack 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -151,7 +151,7 @@ export function generateFileList(config) {
151
151
  modules: [
152
152
  {
153
153
  type: "resources",
154
- uuid: config.uuids.resource,
154
+ uuid: crypto.randomUUID(),
155
155
  version: [1, 0, 0],
156
156
  },
157
157
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mcbepack",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "main": "out/index.js",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -53,5 +53,5 @@ BEHAVIOR_PATH="development_behavior_packs"
53
53
 
54
54
  To learn more about MCBEPACK, take a look at the following resources:
55
55
 
56
- - [MCBEPACK Documentation](https://docs.mbext.online/mcbepack) - learn about MCBEPACK features and API
57
- - [MCBEPACK GitHub Repository](https://github.com/bugphxne/create-mcbepack) - your feedback and contributions are welcome!
56
+ - [MCBEPACK Documentation](https://mcbepack.roverdosh.studio) - learn about MCBEPACK features and API
57
+ - [MCBEPACK GitHub Repository](https://github.com/posroe/create-mcbepack) - your feedback and contributions are welcome!