Skip to content

Commit 2575cdf

Browse files
committed
Lower dig up sounds volume
- Slightly lowered the volume of dig up sounds (first steps for #39) - Cleaned .gitignore
1 parent d748c2f commit 2575cdf

File tree

10 files changed

+115
-351
lines changed

10 files changed

+115
-351
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
run: |
291291
echo "Building summary..."
292292
if [ "${{ job.status }}" == "success" ]; then
293-
cat << EOF >> $GITHUB_STEP_SUMMARY
293+
cat << EOF >> $GITHUB_STEP_SUMMARY
294294
<picture>
295295
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/light-theme/success.svg">
296296
<img alt="✅ Success" src="https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/dark-theme/success.svg">
@@ -304,7 +304,7 @@ jobs:
304304
EOF
305305
306306
else
307-
cat << EOF >> $GITHUB_STEP_SUMMARY
307+
cat << EOF >> $GITHUB_STEP_SUMMARY
308308
<picture>
309309
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/light-theme/error.svg">
310310
<img alt="❌ Error" src="https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/dark-theme/error.svg">

.gitignore

Lines changed: 5 additions & 242 deletions
Original file line numberDiff line numberDiff line change
@@ -1,247 +1,10 @@
1-
# Created by https://www.toptal.com/developers/gitignore/api/java,kotlin,gradle,forgegradle,intellij+all,visualstudiocode,eclipse
2-
# Edit at https://www.toptal.com/developers/gitignore?templates=java,kotlin,gradle,forgegradle,intellij+all,visualstudiocode,eclipse
1+
# Project-specific #
2+
upgrade_save_format
3+
wiki/pages
34

4-
### Eclipse ###
5-
.metadata
6-
bin/
7-
tmp/
8-
*.tmp
9-
*.bak
10-
*.swp
11-
*~.nib
12-
local.properties
13-
.settings/
14-
.loadpath
15-
.recommenders
16-
17-
# External tool builders
18-
.externalToolBuilders/
19-
20-
# Locally stored "Eclipse launch configurations"
21-
*.launch
22-
23-
# PyDev specific (Python IDE for Eclipse)
24-
*.pydevproject
25-
26-
# CDT-specific (C/C++ Development Tooling)
27-
.cproject
28-
29-
# CDT- autotools
30-
.autotools
31-
32-
# Java annotation processor (APT)
33-
.factorypath
34-
35-
# PDT-specific (PHP Development Tools)
36-
.buildpath
37-
38-
# sbteclipse plugin
39-
.target
40-
41-
# Tern plugin
42-
.tern-project
43-
44-
# TeXlipse plugin
45-
.texlipse
46-
47-
# STS (Spring Tool Suite)
48-
.springBeans
49-
50-
# Code Recommenders
51-
.recommenders/
52-
53-
# Annotation Processing
54-
.apt_generated/
55-
.apt_generated_test/
56-
57-
# Scala IDE specific (Scala & Java development for Eclipse)
58-
.cache-main
59-
.scala_dependencies
60-
.worksheet
61-
62-
# Uncomment this line if you wish to ignore the project description file.
63-
# Typically, this file would be tracked if it contains build/dependency configurations:
64-
#.project
65-
66-
### Eclipse Patch ###
67-
# Spring Boot Tooling
68-
.sts4-cache/
69-
70-
### ForgeGradle ###
71-
# Minecraft client/server files
72-
run/
73-
74-
### Intellij+all ###
75-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
76-
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
77-
78-
# User-specific stuff
79-
.idea/**/workspace.xml
80-
.idea/**/tasks.xml
81-
.idea/**/usage.statistics.xml
82-
.idea/**/dictionaries
83-
.idea/**/shelf
84-
85-
# AWS User-specific
86-
.idea/**/aws.xml
87-
88-
# Generated files
89-
.idea/**/contentModel.xml
90-
91-
# Sensitive or high-churn files
92-
.idea/**/dataSources/
93-
.idea/**/dataSources.ids
94-
.idea/**/dataSources.local.xml
95-
.idea/**/sqlDataSources.xml
96-
.idea/**/dynamic.xml
97-
.idea/**/uiDesigner.xml
98-
.idea/**/dbnavigator.xml
99-
100-
# Gradle
101-
.idea/**/gradle.xml
102-
.idea/**/libraries
103-
104-
# Gradle and Maven with auto-import
105-
# When using Gradle or Maven with auto-import, you should exclude module files,
106-
# since they will be recreated, and may cause churn. Uncomment if using
107-
# auto-import.
108-
.idea/artifacts
109-
.idea/compiler.xml
110-
.idea/jarRepositories.xml
111-
.idea/modules.xml
112-
.idea/*.iml
113-
.idea/modules
114-
*.iml
115-
*.ipr
116-
117-
# CMake
118-
cmake-build-*/
119-
120-
# Mongo Explorer plugin
121-
.idea/**/mongoSettings.xml
122-
123-
# File-based project format
124-
*.iws
125-
126-
# IntelliJ
127-
out/
128-
129-
# mpeltonen/sbt-idea plugin
130-
.idea_modules/
131-
132-
# JIRA plugin
133-
atlassian-ide-plugin.xml
134-
135-
# Cursive Clojure plugin
136-
.idea/replstate.xml
137-
138-
# SonarLint plugin
139-
.idea/sonarlint/
140-
141-
# Crashlytics plugin (for Android Studio and IntelliJ)
142-
com_crashlytics_export_strings.xml
143-
crashlytics.properties
144-
crashlytics-build.properties
145-
fabric.properties
146-
147-
# Editor-based Rest Client
148-
.idea/httpRequests
149-
150-
# Android studio 3.1+ serialized cache file
151-
.idea/caches/build_file_checksums.ser
152-
153-
### Intellij+all Patch ###
154-
# Ignore everything but code style settings and run configurations
155-
# that are supposed to be shared within teams.
156-
157-
.idea/*
158-
159-
!.idea/codeStyles
160-
!.idea/runConfigurations
161-
162-
### Java ###
163-
# Compiled class file
164-
*.class
165-
166-
# Log file
167-
*.log
168-
169-
# BlueJ files
170-
*.ctxt
171-
172-
# Mobile Tools for Java (J2ME)
173-
.mtj.tmp/
5+
# VSCode #
6+
.vscode
1747

1758
# Package Files #
1769
*.jar
177-
*.war
178-
*.nar
179-
*.ear
18010
*.zip
181-
*.tar.gz
182-
*.rar
183-
184-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
185-
hs_err_pid*
186-
replay_pid*
187-
188-
### Kotlin ###
189-
# Compiled class file
190-
191-
# Log file
192-
193-
# BlueJ files
194-
195-
# Mobile Tools for Java (J2ME)
196-
197-
# Package Files #
198-
199-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
200-
201-
### VisualStudioCode ###
202-
.vscode/*
203-
!.vscode/settings.json
204-
!.vscode/tasks.json
205-
!.vscode/launch.json
206-
!.vscode/extensions.json
207-
!.vscode/*.code-snippets
208-
209-
# Local History for Visual Studio Code
210-
.history/
211-
212-
# Built Visual Studio Code Extensions
213-
*.vsix
214-
215-
### VisualStudioCode Patch ###
216-
# Ignore all local history of files
217-
.history
218-
.ionide
219-
220-
### Gradle ###
221-
.gradle
222-
**/build/
223-
!src/**/build/
224-
225-
# Ignore Gradle GUI config
226-
gradle-app.setting
227-
228-
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
229-
!gradle-wrapper.jar
230-
231-
# Avoid ignore Gradle wrappper properties
232-
!gradle-wrapper.properties
233-
234-
# Cache of project
235-
.gradletasknamecache
236-
237-
# Eclipse Gradle plugin generated files
238-
# Eclipse Core
239-
.project
240-
# JDT-specific (Eclipse Java Development Tools)
241-
.classpath
242-
243-
### Gradle Patch ###
244-
# Java heap dump
245-
*.hprof
246-
247-
# End of https://www.toptal.com/developers/gitignore/api/java,kotlin,gradle,forgegradle,intellij+all,visualstudiocode,eclipse

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
- **Added support for Minecraft 1.21.6** ☁️
22
- Fixed 1.21.5 NeoForge crash when installed alongside MidnightLib
3+
- Slightly lowered the volume of dig up sounds ([#39](https://github.com/Tschipcraft/spawnanimations/issues/39))

META-INF/neoforge.mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ features={ java_version = "[21,)" }
3535
modId="midnightlib"
3636
type="optional"
3737
versionRange="[1.0.0,)"
38-
ordering="NONE"
38+
ordering="AFTER"
3939
side="BOTH"
4040
referralUrl="https://modrinth.com/mod/codAaoxh/versions?l=neoforge"
4141
reason="Global settings across all worlds"
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
## by Tschipcraft
22

33
# Sand
4-
execute if block ~ ~ ~ #minecraft:sand run playsound minecraft:block.sand.break block @a ~ ~ ~ 1 0.6
5-
execute if block ~ ~ ~ sandstone run playsound minecraft:block.stone.break block @a ~ ~ ~ 1 0.6
4+
execute if block ~ ~ ~ #minecraft:sand run playsound minecraft:block.sand.break hostile @a ~ ~ ~ 0.85 0.6
5+
execute if block ~ ~ ~ sandstone run playsound minecraft:block.stone.break hostile @a ~ ~ ~ 0.85 0.6
66
# Dirt
7-
execute if block ~ ~ ~ #minecraft:bamboo_plantable_on unless block ~ ~ ~ #minecraft:sand unless block ~ ~0.2 ~ minecraft:snow run playsound minecraft:block.gravel.break block @a ~ ~ ~ 1 0.6
7+
execute if block ~ ~ ~ #minecraft:bamboo_plantable_on unless block ~ ~ ~ #minecraft:sand unless block ~ ~0.2 ~ minecraft:snow run playsound minecraft:block.gravel.break hostile @a ~ ~ ~ 0.85 0.6
88
# Wood
9-
execute if block ~ ~ ~ #minecraft:planks run playsound minecraft:block.wood.break block @a ~ ~ ~ 1 0.6
10-
execute if block ~ ~ ~ #minecraft:logs run playsound minecraft:block.wood.break block @a ~ ~ ~ 1 0.6
9+
execute if block ~ ~ ~ #minecraft:planks run playsound minecraft:block.wood.break hostile @a ~ ~ ~ 0.85 0.6
10+
execute if block ~ ~ ~ #minecraft:logs run playsound minecraft:block.wood.break hostile @a ~ ~ ~ 0.85 0.6
1111
# Leaves
12-
execute if block ~ ~ ~ #minecraft:leaves run playsound minecraft:block.grass.break block @a ~ ~ ~ 1 0.6
12+
execute if block ~ ~ ~ #minecraft:leaves run playsound minecraft:block.grass.break hostile @a ~ ~ ~ 0.85 0.6
1313
# Stone
14-
execute if block ~ ~ ~ #minecraft:base_stone_overworld run playsound minecraft:block.stone.break block @a ~ ~ ~ 1 0.6
15-
execute if block ~ ~ ~ #minecraft:stone_bricks run playsound minecraft:block.stone.break block @a ~ ~ ~ 1 0.6
16-
execute if block ~ ~ ~ minecraft:cobblestone run playsound minecraft:block.stone.break block @a ~ ~ ~ 1 0.6
14+
execute if block ~ ~ ~ #minecraft:base_stone_overworld run playsound minecraft:block.stone.break hostile @a ~ ~ ~ 0.85 0.6
15+
execute if block ~ ~ ~ #minecraft:stone_bricks run playsound minecraft:block.stone.break hostile @a ~ ~ ~ 0.85 0.6
16+
execute if block ~ ~ ~ minecraft:cobblestone run playsound minecraft:block.stone.break hostile @a ~ ~ ~ 0.85 0.6
1717
# Other
18-
execute if block ~ ~ ~ minecraft:hay_block run playsound minecraft:block.grass.break block @a ~ ~ ~ 1 0.6
19-
execute if block ~ ~ ~ #minecraft:wool run playsound minecraft:block.wool.break block @a ~ ~ ~ 1 0.6
20-
execute if block ~ ~0.2 ~ minecraft:snow run playsound minecraft:block.snow.break block @a ~ ~ ~ 1 0.6
21-
execute if block ~ ~ ~ #minecraft:ice run playsound minecraft:block.glass.break block @a ~ ~ ~ 1 0.7
22-
execute if block ~ ~ ~ minecraft:obsidian run playsound minecraft:block.stone.break block @a ~ ~ ~ 1 0.4
23-
execute if block ~ ~ ~ minecraft:slime_block run playsound minecraft:block.slime_block.break block @a ~ ~ ~ 1 0.4
18+
execute if block ~ ~ ~ minecraft:hay_block run playsound minecraft:block.grass.break hostile @a ~ ~ ~ 0.85 0.6
19+
execute if block ~ ~ ~ #minecraft:wool run playsound minecraft:block.wool.break hostile @a ~ ~ ~ 0.85 0.6
20+
execute if block ~ ~0.2 ~ minecraft:snow run playsound minecraft:block.snow.break hostile @a ~ ~ ~ 0.85 0.6
21+
execute if block ~ ~ ~ #minecraft:ice run playsound minecraft:block.glass.break hostile @a ~ ~ ~ 0.85 0.7
22+
execute if block ~ ~ ~ minecraft:obsidian run playsound minecraft:block.stone.break hostile @a ~ ~ ~ 0.85 0.4
23+
execute if block ~ ~ ~ minecraft:slime_block run playsound minecraft:block.slime_block.break hostile @a ~ ~ ~ 0.85 0.4
2424

2525
# End
26-
execute if block ~ ~ ~ minecraft:end_stone run playsound minecraft:block.stone.break block @a ~ ~ ~ 1 0.6
26+
execute if block ~ ~ ~ minecraft:end_stone run playsound minecraft:block.stone.break hostile @a ~ ~ ~ 0.85 0.6
2727

2828
# Nether
29-
execute if block ~ ~ ~ #minecraft:base_stone_nether run playsound minecraft:block.netherrack.break block @a ~ ~ ~ 1 0.6
30-
execute if block ~ ~ ~ #minecraft:nylium run playsound minecraft:block.wart_block.break block @a ~ ~ ~ 1 0.6
31-
execute if block ~ ~ ~ minecraft:nether_bricks run playsound minecraft:block.nether_bricks.break block @a ~ ~ ~ 1 0.6
32-
execute if block ~ ~ ~ #minecraft:soul_fire_base_blocks run playsound minecraft:block.soul_sand.break block @a ~ ~ ~ 1 0.6
29+
execute if block ~ ~ ~ #minecraft:base_stone_nether run playsound minecraft:block.netherrack.break hostile @a ~ ~ ~ 0.85 0.6
30+
execute if block ~ ~ ~ #minecraft:nylium run playsound minecraft:block.wart_block.break hostile @a ~ ~ ~ 0.85 0.6
31+
execute if block ~ ~ ~ minecraft:nether_bricks run playsound minecraft:block.nether_bricks.break hostile @a ~ ~ ~ 0.85 0.6
32+
execute if block ~ ~ ~ #minecraft:soul_fire_base_blocks run playsound minecraft:block.soul_sand.break hostile @a ~ ~ ~ 0.85 0.6
3333

3434
# Containers
35-
execute if block ~ ~ ~ minecraft:chest run playsound minecraft:block.wood.break block @a ~ ~ ~ 1 0.6
36-
execute if block ~ ~ ~ minecraft:trapped_chest run playsound minecraft:block.wood.break block @a ~ ~ ~ 1 0.6
37-
execute if block ~ ~ ~ minecraft:ender_chest run playsound minecraft:block.ender_chest.open block @a ~ ~ ~ 1 0.4
38-
execute if block ~ ~ ~ minecraft:hopper run playsound minecraft:block.metal.break block @a ~ ~ ~ 1 0.6
39-
execute if block ~ ~ ~ minecraft:beacon run playsound minecraft:block.glass.break block @a ~ ~ ~ 1 0.4
35+
execute if block ~ ~ ~ minecraft:chest run playsound minecraft:block.wood.break hostile @a ~ ~ ~ 0.85 0.6
36+
execute if block ~ ~ ~ minecraft:trapped_chest run playsound minecraft:block.wood.break hostile @a ~ ~ ~ 0.85 0.6
37+
execute if block ~ ~ ~ minecraft:ender_chest run playsound minecraft:block.ender_chest.open hostile @a ~ ~ ~ 0.85 0.4
38+
execute if block ~ ~ ~ minecraft:hopper run playsound minecraft:block.metal.break hostile @a ~ ~ ~ 0.85 0.6
39+
execute if block ~ ~ ~ minecraft:beacon run playsound minecraft:block.glass.break hostile @a ~ ~ ~ 0.85 0.4
4040

4141

42-
execute if block ~ ~ ~ minecraft:lava run playsound minecraft:block.lava.pop block @a ~ ~ ~ 1 0.6
42+
execute if block ~ ~ ~ minecraft:lava run playsound minecraft:block.lava.pop hostile @a ~ ~ ~ 0.85 0.6

0 commit comments

Comments
 (0)