* new gun enables * new modifiers * lang * adding data loaders * ammo changes * attachments * new guns * remove old * updated create armorer Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * new applied armorer Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * I put the wrong one in Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * py's fixes * adds sandworm mod * Delete tacz/ULVguns.zip Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Add files via upload Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * stuff * more gun stuff * bug fix for alabaster * forgot to remove a log Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Update recipes.alabaster.js Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Update recipes.ammo.js Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * updated alabaster to match chem bath recipes 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>
32 lines
No EOL
881 B
JSON
32 lines
No EOL
881 B
JSON
{
|
|
"_documentation": "https://github.com/Luke100000/ImmersiveOptimization/wiki",
|
|
"enableEntities": true,
|
|
"enableBlockEntities": true,
|
|
"enableDistanceCulling": true,
|
|
"enableTrackingCulling": true,
|
|
"enableViewportCulling": true,
|
|
"minDistance": 6,
|
|
"blocksPerLevel": 64,
|
|
"blocksPerLevelDistanceCulled": 10,
|
|
"blocksPerLevelTrackingCulled": 10,
|
|
"blocksPerLevelViewportCulled": 20,
|
|
"maxLevel": 20,
|
|
"blocksPerLevelBlockEntities": 32,
|
|
"entityTickBudget": 30.0,
|
|
"stressedThreshold": 45,
|
|
"dimensions": {
|
|
"minecraft:overworld": true,
|
|
"minecraft:the_nether": true,
|
|
"minecraft:the_end": true
|
|
},
|
|
"entities": {
|
|
"fromanotherworld:starship": false,
|
|
"minecraft:player": false,
|
|
"minecraft:arrow": false,
|
|
"create": false,
|
|
"minecraft:ender_dragon": false,
|
|
"sandworm_mod": false
|
|
},
|
|
"version": 2,
|
|
"name": "immersive_optimization"
|
|
} |