Fixes
This commit is contained in:
parent
518e7b3fcf
commit
46ceaee8be
21 changed files with 207 additions and 55 deletions
|
@ -2,6 +2,7 @@ package ru.betterend.util.sdf.primitive;
|
|||
|
||||
import java.util.function.Function;
|
||||
|
||||
import net.minecraft.block.Block;
|
||||
import net.minecraft.block.BlockState;
|
||||
import net.minecraft.util.math.BlockPos;
|
||||
import ru.betterend.util.MHelper;
|
||||
|
@ -17,6 +18,10 @@ public class SDFSphere extends SDFPrimitive {
|
|||
super(state);
|
||||
}
|
||||
|
||||
public SDFSphere(Block block) {
|
||||
super(block);
|
||||
}
|
||||
|
||||
public SDFSphere setRadius(float radius) {
|
||||
this.radius = radius;
|
||||
return this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue