Ore makes the stone sound and the raw entropy is now the tab icon
This commit is contained in:
@@ -38,3 +38,4 @@ hs_err_*.log
|
||||
replay_*.log
|
||||
*.hprof
|
||||
*.jfr
|
||||
/src/blockbench/
|
||||
|
||||
@@ -21,7 +21,7 @@ public class ModBlocks {
|
||||
new Block(AbstractBlock.Settings.create()
|
||||
.strength(4f)
|
||||
.requiresTool()
|
||||
.sounds(BlockSoundGroup.COPPER)));
|
||||
.sounds(BlockSoundGroup.STONE)));
|
||||
|
||||
private static Block registerBlock(String name, Block block){
|
||||
registerBlockItem(name, block);
|
||||
|
||||
@@ -14,7 +14,7 @@ public class ModItemGroups {
|
||||
public static final ItemGroup ACES_BS = Registry.register(Registries.ITEM_GROUP,
|
||||
Identifier.of(AcesBS.MOD_ID, "main"),
|
||||
FabricItemGroup.builder()
|
||||
.icon(() -> new ItemStack(ModItems.ORACLE_LEMON))
|
||||
.icon(() -> new ItemStack(ModItems.RAW_ENTROPY))
|
||||
.displayName(Text.translatable("itemgroup.acesbs.main"))
|
||||
.entries((displayContext, entries) -> {
|
||||
entries.add(ModItems.ORACLE_LEMON);
|
||||
|
||||
Reference in New Issue
Block a user