There was an error while loading. Please reload this page.
2 parents c42dbe8 + 5883b5b commit 2f89bf8Copy full SHA for 2f89bf8
10 files changed
libcraft/Cargo.toml
@@ -6,4 +6,5 @@ members = [
6
"crates/generators",
7
"crates/items",
8
"crates/macros",
9
+ "crates/particles",
10
]
libcraft/crates/core/src/lib.rs
@@ -7,7 +7,6 @@ mod enchantment;
mod entity;
mod gamemode;
mod gamerules;
-mod particle;
11
mod positions;
12
13
pub use biome::Biome;
@@ -16,7 +15,6 @@ pub use enchantment::{Enchantment, EnchantmentKind};
16
15
pub use entity::EntityKind;
17
pub use gamemode::Gamemode;
18
pub use gamerules::GameRules;
19
-pub use particle::Particle;
20
pub use positions::{
21
vec3, Aabb, BlockPosition, ChunkPosition, Mat4f, Position, Vec2d, Vec2f, Vec2i, Vec3d, Vec3f,
22
Vec3i, Vec4d, Vec4f, Vec4i,
0 commit comments