@orusteam/solariscore 2.5.10 → 2.5.12

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.
package/dist/index.d.ts CHANGED
@@ -2,5 +2,4 @@ export * from "./block/components";
2
2
  export * from "./item/components";
3
3
  export * from "./misc/DynamicDatabase";
4
4
  export * from "./utils";
5
- import "./registry/index";
6
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,SAAS,CAAC;AACxB,OAAO,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,SAAS,CAAC"}
package/dist/index.js CHANGED
@@ -4636,21 +4636,6 @@ function getDynamicDatabase(provider, dataId) {
4636
4636
  }
4637
4637
  throw new Error("Inst\xE2ncia de DynamicDatabase n\xE3o encontrada para o provedor fornecido.");
4638
4638
  }
4639
-
4640
- // src/registry/BlockComponentRegistry.ts
4641
- import { system as system6 } from "@minecraft/server";
4642
- function registryBlockComponents() {
4643
- system6.beforeEvents.startup.subscribe(({ blockComponentRegistry }) => {
4644
- blockComponentRegistry.registerCustomComponent("solariscore:crop", new CropBlockComponent());
4645
- blockComponentRegistry.registerCustomComponent("solariscore:door", new DoorBlockComponent());
4646
- blockComponentRegistry.registerCustomComponent("solariscore:egg", new EggBlockComponent());
4647
- blockComponentRegistry.registerCustomComponent("solariscore:grass", new GrassBlockComponent());
4648
- blockComponentRegistry.registerCustomComponent("solariscore:leaves", new LeavesBlockComponent());
4649
- blockComponentRegistry.registerCustomComponent("solariscore:grass", new ParticleEmitterBlockComponent());
4650
- blockComponentRegistry.registerCustomComponent("solariscore:grass", new SaplingBlockComponent());
4651
- });
4652
- }
4653
- registryBlockComponents();
4654
4639
  export {
4655
4640
  BlockBuilder,
4656
4641
  BlockUtil,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orusteam/solariscore",
3
- "version": "2.5.10",
3
+ "version": "2.5.12",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",