@orusteam/solariscore 2.5.10 → 2.5.11

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4646,8 +4646,8 @@ function registryBlockComponents() {
4646
4646
  blockComponentRegistry.registerCustomComponent("solariscore:egg", new EggBlockComponent());
4647
4647
  blockComponentRegistry.registerCustomComponent("solariscore:grass", new GrassBlockComponent());
4648
4648
  blockComponentRegistry.registerCustomComponent("solariscore:leaves", new LeavesBlockComponent());
4649
- blockComponentRegistry.registerCustomComponent("solariscore:grass", new ParticleEmitterBlockComponent());
4650
- blockComponentRegistry.registerCustomComponent("solariscore:grass", new SaplingBlockComponent());
4649
+ blockComponentRegistry.registerCustomComponent("solariscore:particle_emitter", new ParticleEmitterBlockComponent());
4650
+ blockComponentRegistry.registerCustomComponent("solariscore:sapling", new SaplingBlockComponent());
4651
4651
  });
4652
4652
  }
4653
4653
  registryBlockComponents();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orusteam/solariscore",
3
- "version": "2.5.10",
3
+ "version": "2.5.11",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",