Skip to content

Commit

Permalink
Update blocks and items for 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
StackDoubleFlow committed Apr 10, 2024
1 parent 1f33340 commit e8358ef
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 247 deletions.
4 changes: 2 additions & 2 deletions crates/blocks/src/block_entities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ impl ContainerType {
pub fn window_type(self) -> u8 {
// https://wiki.vg/Inventory
match self {
ContainerType::Furnace => 13,
ContainerType::Furnace => 14,
ContainerType::Barrel => 2,
ContainerType::Hopper => 15,
ContainerType::Hopper => 16,
}
}
}
Expand Down
Loading

0 comments on commit e8358ef

Please sign in to comment.