Skip to content

Commit

Permalink
run spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Oct 6, 2024
1 parent f35b6e7 commit b5cd9c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ protected void configure(RegistryWrapper.WrapperLookup registries) {
generateDyedTags();

generateStorageTags();

generateLogTags();

generateHeadTags();
Expand Down Expand Up @@ -498,7 +498,7 @@ private void generateStorageTags() {
getOrCreateTagBuilder(ConventionalBlockTags.STORAGE_BLOCKS_WHEAT)
.add(Blocks.HAY_BLOCK);
}

private void generateLogTags() {
getOrCreateTagBuilder(ConventionalBlockTags.STRIPPED_LOGS)
.add(Blocks.STRIPPED_ACACIA_LOG)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private void copyItemTags() {
copy(ConventionalBlockTags.STORAGE_BLOCKS_REDSTONE, ConventionalItemTags.STORAGE_BLOCKS_REDSTONE);
copy(ConventionalBlockTags.STORAGE_BLOCKS_SLIME, ConventionalItemTags.STORAGE_BLOCKS_SLIME);
copy(ConventionalBlockTags.STORAGE_BLOCKS_WHEAT, ConventionalItemTags.STORAGE_BLOCKS_WHEAT);

copy(ConventionalBlockTags.STRIPPED_LOGS, ConventionalItemTags.STRIPPED_LOGS);
copy(ConventionalBlockTags.STRIPPED_WOODS, ConventionalItemTags.STRIPPED_WOODS);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private ConventionalBlockTags() {
// Logs
public static final TagKey<Block> STRIPPED_LOGS = register("stripped_logs");
public static final TagKey<Block> STRIPPED_WOODS = register("stripped_woods");

// Misc
public static final TagKey<Block> PLAYER_WORKSTATIONS_CRAFTING_TABLES = register("player_workstations/crafting_tables");
public static final TagKey<Block> PLAYER_WORKSTATIONS_FURNACES = register("player_workstations/furnaces");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ private ConventionalItemTags() {
// Logs
public static final TagKey<Item> STRIPPED_LOGS = register("stripped_logs");
public static final TagKey<Item> STRIPPED_WOODS = register("stripped_woods");

// Crops
/**
* For raw materials harvested from growable plants. Crop items can be edible like carrots or non-edible like
Expand Down

0 comments on commit b5cd9c0

Please sign in to comment.