Skip to content

Commit

Permalink
Update sounds to 1.20, a few more sounds for alterius
Browse files Browse the repository at this point in the history
  • Loading branch information
Roadhog360 committed Jul 7, 2023
1 parent 31c9ba7 commit be780af
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ public String getStepResourcePath() {
public static final SoundType soundWetGrass = new CustomSound("wet_grass", true);
// public static final SoundType soundNylium = new CustomSound("nylium");
// public static final SoundType soundHoneyBlock = new CustomSound("honey_block");
// public static final SoundType soundFungus = new CustomSound("fungus");
// public static final SoundType soundShroomlight = new CustomSound("shroomlight");
//public static final SoundType soundShroomlight = new CustomSound("shroomlight");

//Currently prep for Alterius Futurum
public static final SoundType soundAzaleaSapling = new CustomSound("azalea");
Expand All @@ -112,6 +111,11 @@ public String getStepResourcePath() {
public static final SoundType soundMossBlock = new CustomSound("moss");
public static final SoundType soundMossCarpet = new CustomSound("moss_carpet");
public static final SoundType soundStem = new CustomSound("stem");
public static final SoundType soundFungus = new CustomSound("fungus");
public static final SoundType soundNetherWood = new CustomSound("nether_wood");
public static final SoundType soundCherrySapling = new CustomSound("cherry_sapling");
public static final SoundType soundCherryLeaves = new CustomSound("cherry_leaves");
public static final SoundType soundCherryWood = new CustomSound("cherry_wood");

public static class CustomSound extends SoundType {

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ganymedes01/etfuturum/lib/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class Reference {
public static final String CURSEFORGE_URL = "https://www.curseforge.com/minecraft/mc-mods/et-futurum-requiem";
public static final String GITHUB_URL = "https://github.com/Roadhog360/Et-Futurum-Requiem";

public static final String MCAssetVer = "minecraft_1.19.3";
public static final String MCAssetVer = "minecraft_1.20";

public static final String ITEM_BLOCK_TEXTURE_PATH = MOD_ID + ":";
public static final String ARMOUR_TEXTURE_PATH = ITEM_BLOCK_TEXTURE_PATH + "textures/models/armor/";
Expand Down
12 changes: 6 additions & 6 deletions src/main/resources/assets/etfuturum/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"ambient.cave": {
"category": "ambient",
"sounds": [
"minecraft_1.19.3:ambient/cave/cave14",
"minecraft_1.19.3:ambient/cave/cave15",
"minecraft_1.19.3:ambient/cave/cave16",
"minecraft_1.19.3:ambient/cave/cave17",
"minecraft_1.19.3:ambient/cave/cave18",
"minecraft_1.19.3:ambient/cave/cave19"
"minecraft_1.20:ambient/cave/cave14",
"minecraft_1.20:ambient/cave/cave15",
"minecraft_1.20:ambient/cave/cave16",
"minecraft_1.20:ambient/cave/cave17",
"minecraft_1.20:ambient/cave/cave18",
"minecraft_1.20:ambient/cave/cave19"
]
}
}

0 comments on commit be780af

Please sign in to comment.