Skip to content

Commit 74c141b

Browse files
committed
add a 'SuppressWarnings' here to cover for something going away in the 1.13 timeframe but that is still useful at this point
1 parent 286cab6 commit 74c141b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/mcmoddev/orespawn/impl/os3/OreBuilderImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public OreBuilder setOre(Block base, String serializedState) {
6565
return this;
6666
}
6767

68+
@SuppressWarnings("deprecation")
6869
@Override
6970
public OreBuilder setOre(Item base, int metaData) {
7071
this.ore = Block.getBlockFromItem(base).getStateFromMeta(metaData);

0 commit comments

Comments
 (0)