Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
- added extras folder!
- slightly decreased horizontal sleep range to 40.
- updated eternal starlight mod.
- added trims expanded mod.
- tweaked trim recipes, removed all iron smithing template recipes, and gold to diamond smithing recipes.
  • Loading branch information
ConqAra committed Feb 13, 2025
1 parent 1e53d30 commit 83dd825
Show file tree
Hide file tree
Showing 35 changed files with 39 additions and 121 deletions.
2 changes: 1 addition & 1 deletion pack/.minecraft/config/fabric/indigo-renderer.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Indigo properties file
#Wed Feb 12 00:26:07 EST 2025
#Thu Feb 13 05:48:33 EST 2025
always-tesselate-blocks=auto
ambient-occlusion-mode=hybrid
debug-compare-lighting=auto
Expand Down
2 changes: 1 addition & 1 deletion pack/.minecraft/config/indium-renderer.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Indium properties file
#Wed Feb 12 00:26:07 EST 2025
#Thu Feb 13 05:48:33 EST 2025
always-tesselate-blocks=auto
ambient-occlusion-mode=auto
2 changes: 1 addition & 1 deletion pack/.minecraft/config/iris.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Wed Feb 12 00:27:56 EST 2025
#Thu Feb 13 05:48:38 EST 2025
colorSpace=SRGB
disableUpdateMessage=false
enableDebugOptions=false
Expand Down
1 change: 1 addition & 0 deletions pack/.minecraft/config/lambdynlights.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ mode = "fancy"
player = true
pufferfish = true
potion = true
trident = true
villager = true
wolf = true
skeleton_horse = true
Expand Down
2 changes: 1 addition & 1 deletion pack/.minecraft/config/nox.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"endermiteFlowerSpawn": true,
"sleepApplyGlowing": true,
"sleepExtendToSeaLevel": true,
"sleepHorizontalSearchDistance": 50,
"sleepHorizontalSearchDistance": 40,
"sleepMinVerticalSearchDistance": 20,
"creepersPounceAtTarget": true,
"creepersPounceCooldown": 50,
Expand Down
2 changes: 1 addition & 1 deletion pack/.minecraft/config/vmp.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Configuration file for VMP
#Wed Feb 12 00:25:46 EST 2025
#Thu Feb 13 05:48:16 EST 2025
exp_use_optimized_chunk_ticking_iteration=true
optimized_entity_tracking_use_staging_area=true
show_async_loading_messages=false
Expand Down
2 changes: 1 addition & 1 deletion pack/.minecraft/defaultconfigs/nox.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"endermiteFlowerSpawn": true,
"sleepApplyGlowing": true,
"sleepExtendToSeaLevel": true,
"sleepHorizontalSearchDistance": 50,
"sleepHorizontalSearchDistance": 40,
"sleepMinVerticalSearchDistance": 20,
"creepersPounceAtTarget": true,
"creepersPounceCooldown": 50,
Expand Down
Binary file modified pack/.minecraft/mods/BetterCraftables_v2.0.0+mod.jar
Binary file not shown.
Binary file modified pack/.minecraft/mods/betterenchanting-1.3.1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added pack/.minecraft/mods/trims-expanded-1.4.1.jar
Binary file not shown.
18 changes: 16 additions & 2 deletions serverpack/config/c2me.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,28 @@ version = 3
# Available variables: is_windows, is_j9vm, is_client, cpus, mem_gb
#
defaultGlobalExecutorParallelismExpression = "max(1,min(if(is_client,(cpus/2.66+1),(cpus/1.5)),if(is_j9vm,((mem_gb-(if(is_client,0.5,0.2)))/0.2),((mem_gb-(if(is_client,0.8,0.5)))/0.2))))"
# (Default: 10) Configures the parallelism of global executor
# (Default: 7) Configures the parallelism of global executor
globalExecutorParallelism = "default"

[clientSideConfig.modifyMaxVDConfig]
# (Default: true) Enable client-side support for extended render distance protocol (c2me:ext_render_distance_v1)
# This allows requesting render distances higher than 127 chunks from the server
#
# Requires Fabric API (currently available)
#
# Note: The server must advertise support this protocol for this to work
#
enableExtRenderDistanceProtocol = false
# (Default: true) Whether to modify maximum view distance
enabled = false
# (Default: 74) Max render distance allowed in game options
maxViewDistance = "default"

[noTickViewDistance]
# (Default: true) Whether to use compatibility mode to send chunks
# This may fix some mod compatibility issues
compatibilityMode = false
# (Default: 20) No-tick view distance max concurrent chunk loads
# (Default: 14) No-tick view distance max concurrent chunk loads
# Lower this for a better latency and higher this for a faster loading
maxConcurrentChunkLoads = 2
# (Default: false) Whether to ensure correct chunks within normal render distance
Expand Down
2 changes: 1 addition & 1 deletion serverpack/config/emi.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* Whether cheating in items is enabled.
*/
cheat-mode: true;
cheat-mode: false;

/**
* How much EMI should use tooltips and popups to show controls and information.
Expand Down
2 changes: 1 addition & 1 deletion serverpack/config/fabric/indigo-renderer.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Indigo properties file
#Wed Feb 12 00:26:07 EST 2025
#Thu Feb 13 05:48:33 EST 2025
always-tesselate-blocks=auto
ambient-occlusion-mode=hybrid
debug-compare-lighting=auto
Expand Down
2 changes: 1 addition & 1 deletion serverpack/config/indium-renderer.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Indium properties file
#Wed Feb 12 00:26:07 EST 2025
#Thu Feb 13 05:48:33 EST 2025
always-tesselate-blocks=auto
ambient-occlusion-mode=auto
16 changes: 8 additions & 8 deletions serverpack/config/inventory_tabs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,16 @@ blockRaycastTimeout = 0
# Non-registry Tab Providers like player_inventory and vehicle_inventory can't be disabled here
#
[registryProviderDefaults]
"inventory_tabs:vehicle_inventory" = true
"inventory_tabs:block_shulker_box" = true
"inventory_tabs:block_ender_chest" = true
"inventory_tabs:item_unique" = true
"inventory_tabs:block_chest" = true
"inventory_tabs:block_unique" = true
"inventory_tabs:block_simple_storage" = true
"inventory_tabs:block_simple" = true
"inventory_tabs:player_inventory" = true
"inventory_tabs:entity_sneak" = true
"inventory_tabs:entity_simple" = true
"inventory_tabs:item_unique" = true
"inventory_tabs:item_sneak" = true
"inventory_tabs:block_chest" = true
"inventory_tabs:item_simple" = true
"inventory_tabs:entity_simple" = true
"inventory_tabs:block_shulker_box" = true
"inventory_tabs:block_simple_storage" = true
"inventory_tabs:block_unique" = true
"inventory_tabs:player_inventory" = true
"inventory_tabs:vehicle_inventory" = true
2 changes: 1 addition & 1 deletion serverpack/config/iris.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Wed Feb 12 00:27:56 EST 2025
#Thu Feb 13 05:48:38 EST 2025
colorSpace=SRGB
disableUpdateMessage=false
enableDebugOptions=false
Expand Down
1 change: 0 additions & 1 deletion serverpack/config/jade/server-plugin-overrides.json

This file was deleted.

1 change: 1 addition & 0 deletions serverpack/config/lambdynlights.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ mode = "fancy"
player = true
pufferfish = true
potion = true
trident = true
villager = true
wolf = true
skeleton_horse = true
Expand Down
2 changes: 1 addition & 1 deletion serverpack/config/nox.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"endermiteFlowerSpawn": true,
"sleepApplyGlowing": true,
"sleepExtendToSeaLevel": true,
"sleepHorizontalSearchDistance": 50,
"sleepHorizontalSearchDistance": 40,
"sleepMinVerticalSearchDistance": 20,
"creepersPounceAtTarget": true,
"creepersPounceCooldown": 50,
Expand Down
91 changes: 0 additions & 91 deletions serverpack/config/shulkerboxtooltip.json5

This file was deleted.

6 changes: 0 additions & 6 deletions serverpack/config/slumber.properties

This file was deleted.

2 changes: 1 addition & 1 deletion serverpack/config/vmp.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Configuration file for VMP
#Wed Feb 12 00:25:46 EST 2025
#Thu Feb 13 05:48:16 EST 2025
exp_use_optimized_chunk_ticking_iteration=true
optimized_entity_tracking_use_staging_area=true
show_async_loading_messages=false
Expand Down
2 changes: 1 addition & 1 deletion serverpack/defaultconfigs/nox.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"endermiteFlowerSpawn": true,
"sleepApplyGlowing": true,
"sleepExtendToSeaLevel": true,
"sleepHorizontalSearchDistance": 50,
"sleepHorizontalSearchDistance": 40,
"sleepMinVerticalSearchDistance": 20,
"creepersPounceAtTarget": true,
"creepersPounceCooldown": 50,
Expand Down
Binary file modified serverpack/mods/BetterCraftables_v2.0.0+mod.jar
Binary file not shown.
Binary file modified serverpack/mods/betterenchanting-1.3.1.jar
Binary file not shown.
Binary file not shown.
Binary file added serverpack/mods/trims-expanded-1.4.1.jar
Binary file not shown.

0 comments on commit 83dd825

Please sign in to comment.