Feature/tier2 rocket bugfixes (#1422)
* stuff for rocket * worm * Assets * bugfix #1420 * bugfix for #1421 * rocket recipes * color adjust fluix material * startup rocket stuff * everything disabling the stuff until ev * Delete options.txt Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Update main_startup_script.js Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Delete kubejs/startup_scripts/tfg/elements.js Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Update CHANGELOG.md Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * shhhhh Signed-off-by: Pyritie <pyritie@gmail.com> --------- Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> Signed-off-by: Pyritie <pyritie@gmail.com> Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
c57f1a6ce6
commit
96d24e7b14
27 changed files with 2873 additions and 2668 deletions
31
config/sandwormmod-common.toml
Normal file
31
config/sandwormmod-common.toml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
|
||||
["Desert Behemoths: Sandworms! Config"]
|
||||
#Value at which sandworm will spawn. Higher values mean the worm will take longer to spawn. Default 4000.
|
||||
#Range: 1000 ~ 100000
|
||||
"Max Wormsign" = 4000
|
||||
#Seconds after leaving a worm's range until another one can spawn. Default 120.
|
||||
#Range: 10 ~ 216000
|
||||
"Respawn Duration" = 120
|
||||
#Time til despawn in seconds when not targeting a survival player. Default 3 minutes.
|
||||
#Range: 30 ~ 216000
|
||||
"Despawn Duration" = 180
|
||||
#Number of explosions the worm's head can handle before dropping a tooth and running away. Default 3
|
||||
#Range: 1 ~ 100
|
||||
Health = 3
|
||||
#Value the damage dealt by the worm is scaled by. Default 1.0.
|
||||
#Range: 0.01 ~ 100.0
|
||||
"Damage Multiplier" = 1.0
|
||||
#Multiplier for damage dealt by the head of the worm compared to a body segment. Default 2.0 (head deals double damage).
|
||||
#Range: 0.01 ~ 100.0
|
||||
"Head Multiplier" = 2.0
|
||||
#By default, the sandworm can spawn in any biome golden rabbits spawn in. This option enables or disables that.
|
||||
#To add additional biomes the sandworm can spawn in, create a datapack that edits the sandworm_mod:can_spawn_sandworms biome tag.
|
||||
#Specifically, create can_spawn_sandworms.json in data->sandworm_mod->tags->worldgen->biome.
|
||||
#Bellow is an example json file that allows sandworms to spawn in jungles:
|
||||
#{
|
||||
# "values": [
|
||||
# "minecraft:jungle"
|
||||
# ]
|
||||
#}
|
||||
"Default Spawning" = false
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue