Updated FabricBlockSettings
This commit is contained in:
parent
c3d405e4f4
commit
4e17c87ca4
16 changed files with 33 additions and 53 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
package techreborn.utils;
|
||||
|
||||
import net.fabricmc.fabric.api.block.FabricBlockSettings;
|
||||
import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings;
|
||||
import net.minecraft.block.Block;
|
||||
import net.minecraft.block.Block.Settings;
|
||||
import net.minecraft.block.Material;
|
||||
|
@ -75,7 +75,7 @@ public class InitUtils {
|
|||
settings.noCollision();
|
||||
}
|
||||
|
||||
return settings.build();
|
||||
return settings;
|
||||
}
|
||||
|
||||
public static Settings setupRubberBlockSettings(float hardness, float resistance) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue