Added missing TODOs
This commit is contained in:
parent
161c5ef1f3
commit
e7b66af02e
1 changed files with 2 additions and 2 deletions
|
@ -147,12 +147,12 @@ public class BCLBiomeDef {
|
||||||
}
|
}
|
||||||
|
|
||||||
public BCLBiomeDef setSurface(Block block) {
|
public BCLBiomeDef setSurface(Block block) {
|
||||||
|
//TODO: 1.18 add back surface Code
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public BCLBiomeDef setSurface(Block block1, Block block2) {
|
public BCLBiomeDef setSurface(Block block1, Block block2) {
|
||||||
|
//TODO: 1.18 add back surface Code
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue