Skip to content

Commit bcf9c92

Browse files
committed
Massive update I should have broke up into smaller commits
1 parent 37bcd31 commit bcf9c92

File tree

68 files changed

+587
-321
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+587
-321
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"replace": false,
3+
"default_origin": "newheights:default"
4+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"enabled": false
3+
}
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"title": {
3+
"center": true,
4+
"object_center": true,
5+
"pos": [
6+
0,
7+
8
8+
],
9+
"text": "This is the Title"
10+
},
11+
"close": {
12+
"center": true,
13+
"object_center": true,
14+
"pos": [
15+
0,
16+
50
17+
],
18+
"text": "screen.welcomescreen.close"
19+
},
20+
"text_1": {
21+
"center": true,
22+
"object_center": true,
23+
"pos": [
24+
0,
25+
-40
26+
],
27+
"text": [
28+
"FIrst line XXXXXXXXXXXXXXXXXXXXXX",
29+
"jo second line",
30+
"Another line lul",
31+
"okay"
32+
]
33+
},
34+
"image_1": {
35+
"center": true,
36+
"object_center": true,
37+
"pos": [
38+
60,
39+
0
40+
],
41+
"size": [
42+
28,
43+
29
44+
],
45+
"id": "minecraft:textures/gui/advancements/tabs.png"
46+
},
47+
"button_1": {
48+
"center": true,
49+
"object_center": true,
50+
"pos": [
51+
0,
52+
10
53+
],
54+
"size": [
55+
50,
56+
20
57+
],
58+
"text": "Wiki",
59+
"link": "https://globox1997.github.io/wiki/"
60+
},
61+
"commands": [
62+
"give @s minecraft:stick"
63+
],
64+
"background": {
65+
"center": false,
66+
"object_center": true,
67+
"id": "minecraft:textures/gui/options_background.png",
68+
"size": [
69+
0,
70+
0
71+
]
72+
}
73+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"pack": {
3+
"description": "The default data for Minecraft",
4+
"pack_format": 15
5+
}
6+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "Vanilla Loot Chests"
2+
filename = "VanillaLootChests.zip"
3+
side = "client"
4+
5+
[download]
6+
url = "https://cdn.modrinth.com/data/uonOJKhA/versions/QKwrDO6o/VanillaLootChests.zip"
7+
hash-format = "sha1"
8+
hash = "a8eeb7e179872ff42326af7dbeb297cce160a660"
9+
10+
[update]
11+
[update.modrinth]
12+
mod-id = "uonOJKhA"
13+
version = "QKwrDO6o"
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"main": {
3+
"graves": true,
4+
"graveCoordinates": true,
5+
"retrievalType": "BOTH",
6+
"dropType": "EQUIP",
7+
"sneakSwapsDropType": true
8+
},
9+
"experience": {
10+
"expStorageType": "VANILLA",
11+
"percentage": 100,
12+
"percentageType": "POINTS",
13+
"cap": 100,
14+
"capType": "POINTS"
15+
},
16+
"sink": {
17+
"sinkInAir": true,
18+
"sinkInWater": true,
19+
"sinkInLava": false
20+
},
21+
"decay": {
22+
"decayEnabled": true,
23+
"decayModifier": 80,
24+
"decayBreaksItems": true,
25+
"decayRobbing": "WEATHERED"
26+
},
27+
"server": {
28+
"graveRobbing": true,
29+
"storedGravesAmount": 15,
30+
"destructiveDeleteCommand": false,
31+
"OPOverrideLevel": 4,
32+
"clientOptions": []
33+
}
34+
}

pack/1.20.1/config/yosbr/options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ darkMojangStudiosBackground:true
66
simulationDistance:5
77
guiScale:3
88
maxFps:260
9-
resourcePacks:["vanilla","fabric","continuity:glass_pane_culling_fix","continuity:default","file/SodiumTranslations.zip","file/AllFoxesNeedThighHighs.zip","file/VanillaLootChests.zip","Rainbow Resources","file/Fast Better Grass.zip"]
9+
resourcePacks:["vanilla","fabric","continuity:glass_pane_culling_fix","continuity:default"]
1010
incompatibleResourcePacks:[]
1111
tutorialStep:none
1212
skipMultiplayerWarning:true

0 commit comments

Comments
 (0)