mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-20 20:21:28 -04:00
Fix FabricMaterialBuilder#notSolid returning the wrong builder type (#533)
This commit is contained in:
parent
f8935a2594
commit
1fe2961f4b
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