Added a few new mods and a few updates.
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
|
||||
#Better Fishtanks Mod Configuration
|
||||
[general]
|
||||
#Require food for fish survival
|
||||
requireFood = true
|
||||
#Defines how water is displayed in Fish Tank UI
|
||||
#PERCENT: Shows as percentage (0-100%)
|
||||
#BUCKETS: Shows as whole buckets (B)
|
||||
#MILLIBUCKETS: Shows as millibuckets (mB)
|
||||
#Allowed Values: PERCENT, BUCKETS, MILLIBUCKETS
|
||||
waterDisplayUnit = "PERCENT"
|
||||
#BETA MODE Set to true to use the new entity-based water rendering system.
|
||||
#Set to false to use the vanilla waterlogging system.
|
||||
useEntityWaterRendering = false
|
||||
#Automatically deactivates fishtanks and aquariums from other mods by removing their crafting recipes.
|
||||
#Set to false to keep fishtanks and aquariums from other mods craftable.
|
||||
removeOtherModFishtanks = true
|
||||
#Keywords used to detect fishtank/aquarium items from other mods.
|
||||
#An item is deactivated if its registry path contains one of these keywords (own mod and vanilla are never affected).
|
||||
otherModFishtankKeywords = ["fishtank", "fish_tank", "aquarium", "fishbowl", "fish_bowl"]
|
||||
|
||||
[mob]
|
||||
#Set to true to allow Drowned to be captured with the Fish Bag.
|
||||
allowDrownedCapture = false
|
||||
#Set to true to allow Guardians and Elder Guardians to be captured with the Fish Bag.
|
||||
allowGuardianCapture = false
|
||||
#Set to true to allow whales to be captured with the Fish Bag.
|
||||
#WARNING: Large fish like whales may eat smaller fish in the same tank!
|
||||
allowWhaleCapture = false
|
||||
#Set to false to prevent fish from hunting or hurting each other inside the fishtank.
|
||||
allowFishHunting = true
|
||||
#Set to false to prevent pufferfish from blowing up while in a fishtank.
|
||||
allowPufferfishPuffing = true
|
||||
#List of custom entity types or tags that can be caught with the Fish Bag.
|
||||
#Format for entities: "modid:entity_id" (e.g., "minecraft:cow")
|
||||
#Format for tags: "#modid:tag_id" (e.g., "#minecraft:fishes")
|
||||
customCatchableEntities = ["example:dummy_entity"]
|
||||
#List of custom entities that can be caught with the Fish Bag by their string name.
|
||||
#Format: string name of the entity or part of it (e.g., "shark", "turtle")
|
||||
#Will match if the registry name or display name contains this string.
|
||||
customCatchableEntitiesByString = ["dummy_shark"]
|
||||
#List of entities that should NOT be added to the Fishtank or be collectable with the Fishbag, even if they are in the catchable list.
|
||||
#Format: string name of the entity or part of it (e.g., "shark", "turtle")
|
||||
#This acts as a temporary blacklist for the current session.
|
||||
blacklistedEntitiesByName = []
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
#Controls the velocity applied to players and entities launched from cannons.
|
||||
#Changing this value may cause launched TNT or other entities to become lost or behave incorrectly.
|
||||
#Be careful with values above 2.0, as they may launch players into unloaded terrain or an unrecoverable void.
|
||||
#Range: 0.0 ~ 10.0
|
||||
launch_velocity_factor = 1.25
|
||||
|
||||
@@ -124,6 +124,17 @@
|
||||
shyre = true
|
||||
stranglewood = true
|
||||
|
||||
[types.wood_type.born_in_chaos_v1]
|
||||
scorched = true
|
||||
|
||||
[types.wood_type.astral_dimension]
|
||||
luminous = true
|
||||
tormented = true
|
||||
soggy = true
|
||||
wisteria = true
|
||||
sick = true
|
||||
soul = true
|
||||
|
||||
[types.leaves_type]
|
||||
|
||||
[types.leaves_type.tconstruct]
|
||||
@@ -270,6 +281,13 @@
|
||||
shyre = true
|
||||
vein = true
|
||||
|
||||
[types.leaves_type.astral_dimension]
|
||||
fiery = true
|
||||
soggy = true
|
||||
wisteria = true
|
||||
fiery_birch = true
|
||||
soul = true
|
||||
|
||||
#Disables specific entries
|
||||
[entries]
|
||||
|
||||
|
||||
@@ -0,0 +1,61 @@
|
||||
|
||||
[texture_selection]
|
||||
|
||||
#Enabled textures (client-only). Keys are full ResourceLocations.
|
||||
[texture_selection.enabledTextures]
|
||||
"face_of_horror:textures/entity/jumpscare/face9.png" = false
|
||||
"face_of_horror:textures/entity/jumpscare/face4.png" = true
|
||||
"face_of_horror:textures/entity/jumpscare/face2.png" = true
|
||||
"face_of_horror:external/clob01.png" = true
|
||||
"face_of_horror:textures/entity/jumpscare/face6.png" = false
|
||||
"face_of_horror:textures/entity/jumpscare/face8.png" = false
|
||||
"face_of_horror:external/morg01.png" = true
|
||||
"face_of_horror:textures/entity/jumpscare/face11.png" = true
|
||||
"face_of_horror:textures/entity/jumpscare/face3.png" = true
|
||||
"face_of_horror:external/ad01.png" = true
|
||||
"face_of_horror:textures/entity/jumpscare/face1.png" = true
|
||||
"face_of_horror:textures/entity/jumpscare/face10.png" = true
|
||||
"face_of_horror:textures/entity/jumpscare/face5.png" = false
|
||||
"face_of_horror:textures/entity/jumpscare/face7.png" = false
|
||||
"face_of_horror:external/morg02.png" = true
|
||||
|
||||
[sound_selection]
|
||||
|
||||
#Enabled sound entries (client-only). Keys are generated ResourceLocations.
|
||||
[sound_selection.enabledSounds]
|
||||
"face_of_horror:ambience-02" = true
|
||||
"face_of_horror:ambience-01" = true
|
||||
"face_of_horror:look-at-me-01" = true
|
||||
"face_of_horror:look-at-me-02" = true
|
||||
"face_of_horror:ambience-08" = true
|
||||
"face_of_horror:look-at-me-03" = true
|
||||
"face_of_horror:ambience-07" = true
|
||||
"face_of_horror:look-at-me-04" = true
|
||||
"face_of_horror:ambience-06" = true
|
||||
"face_of_horror:look-at-me-05" = true
|
||||
"face_of_horror:ambience-05" = true
|
||||
"face_of_horror:look-at-me-06" = true
|
||||
"face_of_horror:ambience-04" = true
|
||||
"face_of_horror:look-at-me-07" = true
|
||||
"face_of_horror:ambience-03" = true
|
||||
"face_of_horror:look-at-me-08" = true
|
||||
"face_of_horror:giggle-06" = true
|
||||
"face_of_horror:giggle-05" = true
|
||||
"face_of_horror:giggle-04" = true
|
||||
"face_of_horror:i-can-see-you-04" = true
|
||||
"face_of_horror:giggle-03" = true
|
||||
"face_of_horror:i-can-see-you-03" = true
|
||||
"face_of_horror:giggle-02" = true
|
||||
"face_of_horror:i-can-see-you-02" = true
|
||||
"face_of_horror:giggle-01" = true
|
||||
"face_of_horror:i-can-see-you-01" = true
|
||||
"face_of_horror:i-can-see-you-08" = true
|
||||
"face_of_horror:death-04" = true
|
||||
"face_of_horror:i-can-see-you-07" = true
|
||||
"face_of_horror:death-03" = true
|
||||
"face_of_horror:i-can-see-you-06" = true
|
||||
"face_of_horror:death-02" = true
|
||||
"face_of_horror:i-can-see-you-05" = true
|
||||
"face_of_horror:death-01" = true
|
||||
"face_of_horror:i-can-see-you-09" = true
|
||||
|
||||
@@ -35,7 +35,6 @@ XP Tome
|
||||
[Let's Do] Beachparty
|
||||
[Let's Do] BloomingNature
|
||||
[Let's Do] Brewery
|
||||
[Let's Do] Camping
|
||||
[Let's Do] Candlelight
|
||||
[Let's Do] Farm & Charm
|
||||
[Let's Do] Furniture
|
||||
@@ -94,7 +93,6 @@ ProjectRed Integration
|
||||
ProjectRed Transmission
|
||||
The Midnight
|
||||
The Undergarden
|
||||
goat_man
|
||||
I Wanna Skate
|
||||
Just Outdoor Stuffs
|
||||
Measurements
|
||||
@@ -151,3 +149,8 @@ Aesthetic Stairs
|
||||
More Slabs Stairs & Walls
|
||||
VinURL
|
||||
Crafting Station
|
||||
Camping
|
||||
Chargers
|
||||
Astral Dimension
|
||||
Better Fishtanks
|
||||
Born in Chaos
|
||||
|
||||
@@ -183,6 +183,11 @@
|
||||
# Default Value: true
|
||||
SearchModIds = true
|
||||
|
||||
# Description: Search mod aliases in addition to mod names.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
SearchModAliases = true
|
||||
|
||||
# Description: Search by the shorthand first letters of a mod's name.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
|
||||
@@ -202,3 +202,7 @@ aoa3:imbuing
|
||||
aoa3:infusion
|
||||
aoa3:upgrade_kit
|
||||
aoa3:whitewashing
|
||||
betterfishtanks:aquarist_deco_crafting
|
||||
betterfishtanks:aquarist_egg_crafting
|
||||
betterfishtanks:aquarist_egg_obtaining
|
||||
betterfishtanks:aquarist_food_crafting
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
Face of Horror custom face textures
|
||||
=================================
|
||||
|
||||
Add custom jumpscare face textures to this folder.
|
||||
|
||||
Requirements:
|
||||
- Use .png files only. **IMPORTANT**
|
||||
- Put the files directly in this folder.
|
||||
- Use square images when possible (not exclusive), for example 256x256 or 512x512.
|
||||
- Transparent PNGs are recommended.
|
||||
- File names can use letters, numbers, spaces, dots, underscores, and dashes.
|
||||
|
||||
After adding, changing, or removing textures while Minecraft is running:
|
||||
- Press F3+T to reload resources, or
|
||||
- Open the Face of Horror client config and save it.
|
||||
|
||||
Newly discovered textures are enabled by default in the Textures config section.
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 215 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 160 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 308 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 231 KiB |
@@ -0,0 +1,13 @@
|
||||
Face of Horror custom sounds
|
||||
==========================
|
||||
|
||||
Add .ogg files to any sound folder, preferably single channel (Mono):
|
||||
- ambience: can play as a periodic ambient sound
|
||||
- face_sounds: can play from a spawned face
|
||||
- death: can play when a face dies or with a jumpscare screamer type.
|
||||
|
||||
Open the Face of Horror client config to enable or disable individual files.
|
||||
Newly discovered files are enabled by default. Press F3+T after adding,
|
||||
changing, or removing files while Minecraft is running.
|
||||
|
||||
Subfolders are supported. Other audio formats are ignored.
|
||||
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user