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
|
replay_*.log
|
||||||
*.hprof
|
*.hprof
|
||||||
*.jfr
|
*.jfr
|
||||||
|
/src/blockbench/
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ public class ModBlocks {
|
|||||||
new Block(AbstractBlock.Settings.create()
|
new Block(AbstractBlock.Settings.create()
|
||||||
.strength(4f)
|
.strength(4f)
|
||||||
.requiresTool()
|
.requiresTool()
|
||||||
.sounds(BlockSoundGroup.COPPER)));
|
.sounds(BlockSoundGroup.STONE)));
|
||||||
|
|
||||||
private static Block registerBlock(String name, Block block){
|
private static Block registerBlock(String name, Block block){
|
||||||
registerBlockItem(name, block);
|
registerBlockItem(name, block);
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ public class ModItemGroups {
|
|||||||
public static final ItemGroup ACES_BS = Registry.register(Registries.ITEM_GROUP,
|
public static final ItemGroup ACES_BS = Registry.register(Registries.ITEM_GROUP,
|
||||||
Identifier.of(AcesBS.MOD_ID, "main"),
|
Identifier.of(AcesBS.MOD_ID, "main"),
|
||||||
FabricItemGroup.builder()
|
FabricItemGroup.builder()
|
||||||
.icon(() -> new ItemStack(ModItems.ORACLE_LEMON))
|
.icon(() -> new ItemStack(ModItems.RAW_ENTROPY))
|
||||||
.displayName(Text.translatable("itemgroup.acesbs.main"))
|
.displayName(Text.translatable("itemgroup.acesbs.main"))
|
||||||
.entries((displayContext, entries) -> {
|
.entries((displayContext, entries) -> {
|
||||||
entries.add(ModItems.ORACLE_LEMON);
|
entries.add(ModItems.ORACLE_LEMON);
|
||||||
|
|||||||
Reference in New Issue
Block a user