Skip to content

Commit

Permalink
Update pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Martmists-GH committed Jan 6, 2020
1 parent 48a3521 commit 78b91e8
Show file tree
Hide file tree
Showing 22 changed files with 80 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .minecraft/config/autoswitch.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#AutoSwitch Configuration File
#See https://github.com/dexman545/Fabric-Autoswitch/wiki/Configuration for more details
#Sat Jan 04 21:03:54 CET 2020
#Mon Jan 06 17:50:52 CET 2020
toolPriorityOrder=shears > swords > fortPicks > silkPicks > picks > silkAxes > fortAxes > axes > silkShovels > shovels > banes > smites > sharps > tridents > impalingTridents
displayToggleMsg=true
switchForBlocks=true
Expand Down
2 changes: 1 addition & 1 deletion .minecraft/config/craftpresence.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Sat Jan 04 21:03:29 CET 2020
#Mon Jan 06 17:50:35 CET 2020
Enable_Commands=true
Player_Health_Placeholder=Health\: &current&/&max&
Detect_MultiMC_Instance=true
Expand Down
2 changes: 1 addition & 1 deletion .minecraft/config/creativebuttonmover.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Allows you to move the creative page buttons added by fabric-api. See mod menu entry for a way to move these in-game.
#Sat Jan 04 21:03:53 CET 2020
#Mon Jan 06 17:50:51 CET 2020
x=170
y=4
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"ram_fe:world_load"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
carpet setDefault commandCameramode false
carpet setDefault commandDistance false
carpet setDefault commandDraw false
carpet setDefault commandInfo false
carpet setDefault commandLog false
carpet setDefault commandPerimeterInfo false
carpet setDefault commandPing false
carpet setDefault commandPlayer false
carpet setDefault commandScript false
carpet setDefault commandSpawn false
carpet setDefault commandTick false
carpet setDefault commandTrackAI false
carpet commandCameramode false
carpet commandDistance false
carpet commandDraw false
carpet commandInfo false
carpet commandLog false
carpet commandPerimeterInfo false
carpet commandPing false
carpet commandPlayer false
carpet commandScript false
carpet commandSpawn false
carpet commandTick false
carpet commandTrackAI false
2 changes: 1 addition & 1 deletion .minecraft/config/fabric/indigo-renderer.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Indigo properties file
#Sat Jan 04 21:03:28 CET 2020
#Mon Jan 06 17:50:34 CET 2020
always-tesselate-blocks=auto
ambient-occlusion-mode=hybrid
fix-smooth-lighting-offset=auto
Expand Down
6 changes: 6 additions & 0 deletions .minecraft/config/lithium.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This is the configuration file for Lithium.
#
# You can find information on editing this file and all the available options here:
# https://github.com/jellysquid3/Lithium/wiki/Configuration-File
#
# By default, this file will be empty except for this notice.
12 changes: 12 additions & 0 deletions .minecraft/config/snowdrift.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
// The chance for a snow layer to attempt to appear at a random position in a chunk every tick. 200 is 1/200 chance, or about once every 10 seconds. 20 is about every second.
"increaseChancePerChunk": 200,
// The chance for a snow layer to attempt to disappear at a random position in a chunk every tick. 400 is 1/400 chance, or about once every 20 seconds. 20 is about every second.
"decreaseChancePerChunk": 400,
// Number of snow layers to keep during snow decay.
"layersToKeep": 1,
// Maximum amount of snow layers that is allowed to accumulate at one spot. 8 is the same as a single block.
"maxLayers": 8,
// Amount of snow blocks around a position that must be at least the same level of snow in order for snow to pile up.
"smoothingRequirement": 2
}
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 removed .minecraft/mods/lithium-mc1.15.1-fabric-0.2.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Mod Guides",
"description": "Here you can learn more about mods with no in-game documentation",
"icon": "minecraft:bedrock"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Requiem",
"icon": "minecraft:rotten_flesh",
"category": "modguides",
"pages": [
{
"type": "text",
"text": "TODO"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Suludom",
"icon": "suludom:tool_table",
"category": "modguides",
"pages": [
{
"type": "text",
"text": "TODO"
}
]
}
4 changes: 2 additions & 2 deletions instance.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ OverrideWindow=false
ShowConsole=true
ShowConsoleOnError=true
iconKey=ramfe
lastLaunchTime=1578168188730
lastLaunchTime=1578329415061
name=v0.0.2
notes=
totalTimePlayed=88580
totalTimePlayed=90815

0 comments on commit 78b91e8

Please sign in to comment.