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 net.minecraft.util.math.MathHelper;
|
||||
|
@ -20,6 +21,10 @@ public class SDFCapedCone extends SDFPrimitive {
|
|||
super(state);
|
||||
}
|
||||
|
||||
public SDFCapedCone(Block block) {
|
||||
super(block);
|
||||
}
|
||||
|
||||
public SDFCapedCone setRadius1(float radius) {
|
||||
this.radius1 = radius;
|
||||
return this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue