Ore makes the stone sound and the raw entropy is now the tab icon

This commit is contained in:
Vos
2025-05-25 17:53:32 -05:00
parent 0fa4e6e4e5
commit a18fc9bd23
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -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);