mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
Fix FabricMaterialBuilder.notSolid having the wrong return type (#1308)
Should be backwards compatible.
This commit is contained in:
parent
be996d2566
commit
cd0f1d33c1
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class FabricMaterialBuilder extends Material.Builder {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Material.Builder notSolid() {
|
||||
public FabricMaterialBuilder notSolid() {
|
||||
super.notSolid();
|
||||
return this;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue