diff options
| author | mat <github@matdoes.dev> | 2022-06-16 20:48:01 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-16 20:48:01 -0500 |
| commit | 4f89f70091962c967a7022e6f293f11a446abc3c (patch) | |
| tree | 9b18ee8cfa160e59cff0ba319e91fdce83e7d3ff /azalea-block/src | |
| parent | 5d5441427f21733046a8f4e5671276408f32c27f (diff) | |
| download | azalea-drasl-4f89f70091962c967a7022e6f293f11a446abc3c.tar.xz | |
type -> kind
Diffstat (limited to 'azalea-block/src')
| -rw-r--r-- | azalea-block/src/blocks.rs | 6 | ||||
| -rw-r--r-- | azalea-block/src/lib.rs | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/azalea-block/src/blocks.rs b/azalea-block/src/blocks.rs index 77fb8276..b8d204fd 100644 --- a/azalea-block/src/blocks.rs +++ b/azalea-block/src/blocks.rs @@ -272,7 +272,7 @@ make_block_states! { Upper, Lower, }, - "type" => PistonType { + "kind" => PistonType { Normal, Sticky, }, @@ -333,7 +333,7 @@ make_block_states! { OuterLeft, OuterRight, }, - "type" => ChestType { + "kind" => ChestType { Single, Left, Right, @@ -936,7 +936,7 @@ make_block_states! { _14, _15, }, - "type" => Type { + "kind" => Type { Top, Bottom, Double, diff --git a/azalea-block/src/lib.rs b/azalea-block/src/lib.rs index 459b486e..01c86b11 100644 --- a/azalea-block/src/lib.rs +++ b/azalea-block/src/lib.rs @@ -3,3 +3,4 @@ mod blocks; pub use behavior::BlockBehavior; pub use blocks::*; + |
