Add new sound properties for Create: Hypertube mod, enhancing audio customization options.

This commit is contained in:
Leonid Pershin
2026-05-12 14:15:13 +03:00
parent 54118cf4a6
commit 138940d4ce
6 changed files with 37 additions and 1 deletions
@@ -0,0 +1,30 @@
#Change these settings to customize the server-side behavior of the mod.
["Travel Settings"]
#How to handle entity travel permissions:
#TAG_ONLY - Use only the 'create_hypertube:traveller_entities' tag from datapacks
#WHITELIST - Only entities in the whitelist can travel (ignores tag)
#BLACKLIST - All entities can travel except those in the blacklist
#TAG_WITH_BLACKLIST - Use tag but exclude entities in the blacklist
#Allowed Values: TAG_ONLY, WHITELIST, BLACKLIST, TAG_WITH_BLACKLIST
entityListMode = "BLACKLIST"
#Entities that CAN travel (only used when mode is WHITELIST).
#Use entity registry names like 'minecraft:villager' or 'create:package'
entityWhitelist = ["minecraft:player", "minecraft:villager", "minecraft:wandering_trader", "create:package"]
#Entities that CANNOT travel (used in BLACKLIST and TAG_WITH_BLACKLIST modes).
#Use entity registry names like 'minecraft:creeper' or 'minecraft:wither'
entityBlacklist = ["minecraft:wither", "minecraft:ender_dragon"]
#Multiplier for the speed of the tubes. Default is 1.0, which is normal speed. (THIS IS HIGHLY EXPERIMENTAL)
# Default: 1.0
# Range: 0.5 ~ 99.0
speedMultiplier = 1.0
#Stress Settings
["Stress Settings"]
#Stress impact of the Hyper Entrance block.
# Default: 4.0
# Range: 0.0 ~ 100.0
entranceStressImpact = 4.0
#Stress impact of the Hyper Accelerator block.
# Default: 4.0
# Range: 0.0 ~ 100.0
acceleratorStressImpact = 4.0
+4
View File
@@ -0,0 +1,4 @@
#Change these settings to customize the client-side behavior of the mod.
[Gameplay]
#Allow first-person view inside the tube. Default is false for better experience.
allowFPVInsideTheTube = false
@@ -1471,6 +1471,8 @@ create\:wrench_rotate=true
create_confectionery\:the_bright_side=true
create_connected\:elevator_music=true
create_connected\:interlude_music=true
create_hypertube\:suction=true
create_hypertube\:traveling=true
create_sa\:cogs_sound=true
create_sa\:steam_noise=true
create_things_and_misc\:announcement_sound=true
File diff suppressed because one or more lines are too long
Binary file not shown.