@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.
- package/dist/index.js +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:
|
|
4650
|
-
blockComponentRegistry.registerCustomComponent("solariscore:
|
|
4649
|
+
blockComponentRegistry.registerCustomComponent("solariscore:particle_emitter", new ParticleEmitterBlockComponent());
|
|
4650
|
+
blockComponentRegistry.registerCustomComponent("solariscore:sapling", new SaplingBlockComponent());
|
|
4651
4651
|
});
|
|
4652
4652
|
}
|
|
4653
4653
|
registryBlockComponents();
|