mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-30 03:26:07 -05:00
Fix FabricMaterialBuilder#notSolid returning the wrong builder type (#533)
This commit is contained in:
parent
83200dc6f5
commit
1e6eeb5830
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class FabricMaterialBuilder extends Material.Builder {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Material.Builder notSolid() {
|
public FabricMaterialBuilder notSolid() {
|
||||||
super.notSolid();
|
super.notSolid();
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue