-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a59780
commit 14788fb
Showing
11 changed files
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#![warn(dead_code)] | ||
|
||
use crate::inventory::Inventory; | ||
use ferrumc_macros::{Inventory, inventory_type}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#![warn(dead_code)] | ||
|
||
use ferrumc_macros::{Inventory, inventory_type}; | ||
|
||
use crate::inventory::Inventory; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#![warn(dead_code)] | ||
use crate::inventory::Inventory; | ||
use ferrumc_macros::{Inventory, inventory_type}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#![warn(dead_code)] | ||
|
||
use ferrumc_macros::{Inventory, inventory_type}; | ||
|
||
use crate::inventory::Inventory; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#![warn(dead_code)] | ||
|
||
use crate::inventory::Inventory; | ||
use ferrumc_macros::{Inventory, inventory_type}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#![warn(dead_code)] | ||
|
||
use crate::inventory::Inventory; | ||
use ferrumc_macros::{Inventory, inventory_type}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#![warn(dead_code)] | ||
|
||
use crate::inventory::Inventory; | ||
use ferrumc_macros::{Inventory, inventory_type}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
mod anvil; | ||
pub mod anvil; | ||
pub mod beacon; | ||
mod cartography; | ||
pub mod cartography; | ||
pub mod enchanting; | ||
mod furnace; | ||
mod grindstone; | ||
mod loom; | ||
pub mod furnace; | ||
pub mod grindstone; | ||
pub mod loom; | ||
pub mod player; | ||
mod smithing_table; | ||
mod stonecutter; | ||
pub mod smithing_table; | ||
pub mod stonecutter; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#![warn(dead_code)] | ||
|
||
use crate::inventory::Inventory; | ||
use ferrumc_macros::{Inventory, inventory_type}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#![warn(dead_code)] | ||
|
||
use crate::inventory::Inventory; | ||
use ferrumc_macros::{Inventory, inventory_type}; | ||
|
||
|