Skip to content

Commit

Permalink
refactor: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed May 21, 2024
1 parent ffb3532 commit 079379a
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions src/main/java/net/zepalesque/zenith/api/WoodSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,6 @@ protected DeferredBlock<RotatedPillarBlock> generateLog(DeferredRegister.Blocks
));
}

protected MapColor getPrimaryColor() {
return this.colorPrimary;
}

protected MapColor getSecondaryColor() {
return this.colorSecondary;
}





@Override
public void blockGen(BlockStateProvider data) {
data.logBlock(this.log.get());
Expand All @@ -76,5 +64,11 @@ public void langGen(LanguageProvider data) {
data.addBlock(log, DataGenUtil.getNameLocalized(log, BuiltInRegistries.BLOCK));
}

protected MapColor getPrimaryColor() {
return this.colorPrimary;
}

protected MapColor getSecondaryColor() {
return this.colorSecondary;
}
}

0 comments on commit 079379a

Please sign in to comment.