1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00

Change config related to the testing user

This commit is contained in:
Citali 2020-04-20 22:13:43 +02:00
parent de8d181dcc
commit 7ebce19d3c
Signed by: Citali
GPG Key ID: CD1CD4279A473F9C
3 changed files with 16 additions and 15 deletions

1
.gitignore vendored
View File

@ -6,4 +6,5 @@ saves/
# files
.curseclient
minecraftinstance.json
options.txt
realms_persistence.json

View File

@ -4,30 +4,30 @@
#General
[entity.general]
#Allow AI tasks to be removed from entities at runtime. If this is disable no per mob or per mob type removes will run.
allow_remove_calls = true
#Allows repeat remove calls to bubble to the top of the list to improve performance of repeat mob spawning.
enable_call_bubbling = true
#Allow AI tasks to be removed from entities at runtime. If this is disable no per mob or per mob type removes will run.
allow_remove_calls = true
#Entity Mob
[entity.mob]
#Remove the look at goal (player or attack target) AI task. This will cause AIs to not face targets or walking directions.
remove_look_goal = false
#Remove the look at random position AI task. This will cause AIs to feel a little lifeless as they do not animate head movement while idle.
remove_look_random = false
#Replaces the default look controller with a version featuring cached tan math improving performance. Only works on vanilla style mobs, if a mod overrides the look controller it will skip.
replace_look_controller = true
#Remove the look at random position AI task. This will cause AIs to feel a little lifeless as they do not animate head movement while idle.
remove_look_random = false
#Entity Fish
[entity.fish]
#Remove the fish's AI task to follow a leader fish to act as a group of fish.
remove_follow_leader = false
#Remove the fish's random swimming pathfinder. This will cause fish to stay in position more often.
remove_swim = false
#Remove the fish's panic pathfinder. This will cause fish to not run away.
remove_panic = false
#Remove the fish's AI task to avoid players.
remove_avoid_player = false
#Remove the fish's AI task to follow a leader fish to act as a group of fish.
remove_follow_leader = false
#Remove the fish's AI task to puff up when entities are nearby
remove_puff = false

View File

@ -1,18 +1,18 @@
#World generation related options.
[overworld]
#The size of generated biomes.
#Allowed Values: TINY, SMALL, MEDIUM, LARGE, HUGE
biome_size = "MEDIUM"
#The size of generated rivers.
#Allowed Values: TINY, SMALL, MEDIUM, LARGE, HUGE
river_size = "MEDIUM"
#Type of temperature zones to use during biome placement.
#Allowed Values: LATITUDE, SMALL_ZONES, MEDIUM_ZONES, LARGE_ZONES, RANDOM
temperature_variation_scheme = "MEDIUM_ZONES"
#Type of rainfall zones to use during biome placement.
#Allowed Values: SMALL_ZONES, MEDIUM_ZONES, LARGE_ZONES, RANDOM
rainfall_variation_scheme = "MEDIUM_ZONES"
#Enhance vanilla biomes by adding additional decoration.
enhance_vanilla_biomes = true
#The size of generated biomes.
#Allowed Values: TINY, SMALL, MEDIUM, LARGE, HUGE
biome_size = "MEDIUM"
#Type of temperature zones to use during biome placement.
#Allowed Values: LATITUDE, SMALL_ZONES, MEDIUM_ZONES, LARGE_ZONES, RANDOM
temperature_variation_scheme = "MEDIUM_ZONES"
#The size of generated rivers.
#Allowed Values: TINY, SMALL, MEDIUM, LARGE, HUGE
river_size = "MEDIUM"