mirror of
https://github.com/dragonruler1000/hdm-mod.git
synced 2025-06-29 16:39:32 -05:00
Adding achevements and trying to get subtle knife to place a block.
This commit is contained in:
parent
170d0dbdef
commit
c7269ce21c
6 changed files with 51 additions and 4 deletions
|
@ -18,8 +18,7 @@ import java.util.function.Supplier;
|
|||
import java.util.function.ToIntFunction;
|
||||
|
||||
public class ModBlocks {
|
||||
// Dust Light Level
|
||||
public static ToIntFunction<BlockState> dustLightLevel = BlockState -> 10;
|
||||
public static ToIntFunction<BlockState> dustLightLevel = BlockState -> 10; // Dust Light Level
|
||||
public static final DeferredRegister<Block> BLOCKS = DeferredRegister.create(ForgeRegistries.BLOCKS, Hdm_mod.MOD_ID);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue