Skip to content

Commit b46fa72

Browse files
committed
remove mods and update configs and compat
1 parent 4b01877 commit b46fa72

25 files changed

+333
-279
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"version": 8,
3+
"FoodItems": {
4+
"FriedEgg": true,
5+
"BerryPie": true,
6+
"HoneyedApple": false
7+
},
8+
"WateringCan": true,
9+
"RoseGold": true,
10+
"Ropes": true,
11+
"EnchantmentPrecision": true,
12+
"EnchantmentSpeed": false,
13+
"Wrench": false,
14+
"CopperPatina": false,
15+
"AmethystLamp": {
16+
"enabled": false,
17+
"despawnChance": 0.5
18+
},
19+
"Crossbows": true,
20+
"TridentShard": true,
21+
"GlowStick": true,
22+
"GildedNetherite": {
23+
"enabled": false,
24+
"fireResistancePerPiece": 2.5
25+
},
26+
"DepthMeter": {
27+
"enabled": true,
28+
"displayElevationAlways": false
29+
},
30+
"MysteriousBundle": true,
31+
"CompostableRottenFlesh": true,
32+
"MusicDiscs": true,
33+
"NoteBlockAmethystSounds": true,
34+
"ShipwreckSpyglassLoot": true,
35+
"PocketJukebox": true,
36+
"ChickenNugget": true,
37+
"PoweredRailsCopperRecipe": true,
38+
"GlowBerryEatGlow": {
39+
"enabled": true,
40+
"duration": 5
41+
},
42+
"HastePotions": true
43+
}

pack/1.20.1/config/yosbr/config/additional-additions.json

Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 215 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,215 @@
1+
{
2+
"settings": {
3+
"//settings": "General Settings",
4+
"//maxDistance": "Maximum distance from where Blocks and Entities can be picked up",
5+
"maxDistance": 2.5,
6+
"//maxEntityWidth": "Max width of entities that can be picked up in survival mode",
7+
"maxEntityWidth": 1.5,
8+
"//maxEntityHeight": "Max height of entities that can be picked up in survival mode",
9+
"maxEntityHeight": 2.5,
10+
"//blockSlownessMultiplier": "Slowness multiplier for blocks",
11+
"blockSlownessMultiplier": 1.0,
12+
"//entitySlownessMultiplier": "Slowness multiplier for entities",
13+
"entitySlownessMultiplier": 1.0,
14+
"//maxEntityStackLimit": "Maximum stack limit for entities",
15+
"maxEntityStackLimit": 10,
16+
"//heavyTiles": "More complex Tile Entities slow down the player more",
17+
"heavyTiles": true,
18+
"//pickupAllBlocks": "Allow all blocks to be picked up, not just Tile Entites. White/Blacklist will still be respected.",
19+
"pickupAllBlocks": false,
20+
"//slownessInCreative": "Whether Blocks and Entities slow the creative player down when carried",
21+
"slownessInCreative": true,
22+
"//pickupHostileMobs": "Whether hostile mobs should be able to picked up in survival mode",
23+
"pickupHostileMobs": false,
24+
"//heavyEntities": "Larger Entities slow down the player more",
25+
"heavyEntities": true,
26+
"//allowBabies": "Allow babies to be carried even when adult mob is blacklisted (or not whitelisted)",
27+
"allowBabies": false,
28+
"//useWhitelistBlocks": "Use Whitelist instead of Blacklist for Blocks",
29+
"useWhitelistBlocks": false,
30+
"//useWhitelistEntities": "Use Whitelist instead of Blacklist for Entities",
31+
"useWhitelistEntities": false,
32+
"//useWhitelistStacking": "Use Whitelist instead of Blacklist for Stacking",
33+
"useWhitelistStacking": false,
34+
"//hitWhileCarrying": "Whether the player can hit blocks and entities while carrying or not",
35+
"hitWhileCarrying": false,
36+
"//dropCarriedWhenHit": "Whether the player drops the carried object when hit or not",
37+
"dropCarriedWhenHit": false,
38+
"//useScripts": "Use custom Pickup Scripts. Having this set to false, will not allow you to run scripts, but will increase your performance",
39+
"useScripts": false,
40+
"//stackableEntities": "Allows entities to be stacked on top of each other",
41+
"stackableEntities": true,
42+
"//entitySizeMattersStacking": "Whether entities' size matters when stacking or not. This means that larger entities cannot be stacked on smaller ones",
43+
"entitySizeMattersStacking": true,
44+
"//placementStateExceptions": "Usually all the block state information is retained when placing a block that was picked up. But some information is changed to a modified property, like rotation or orientation. In this list, add additional properties that should NOT be saved and instead be updated when placed. Format: modid:block[propertyname]. Note: You don't need to add an entry for every subtype of a same block. For example, we only add an entry for one type of slab, but the change is applied to all slabs.",
45+
"placementStateExceptions": [
46+
"minecraft:chest[type]",
47+
"minecraft:stone_button[face]",
48+
"minecraft:vine[north,east,south,west,up]",
49+
"minecraft:creeper_head[rotation]",
50+
"minecraft:glow_lichen[north,east,south,west,up,down]",
51+
"minecraft:oak_sign[rotation]",
52+
"minecraft:oak_trapdoor[half]"
53+
],
54+
"//pickupPlayers": "Whether Players can be picked up. Creative players can't be picked up in Survival Mode",
55+
"pickupPlayers": true,
56+
"//pickupUnbreakableBlocks": "Whether players in Survival Mode can pick up unbreakable blocks. Creative players always can.",
57+
"pickupUnbreakableBlocks": false
58+
},
59+
"whitelist": {
60+
"//whitelist": "Whitelist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config",
61+
"//allowedEntities": "Entities that CAN be picked up (useWhitelistEntities must be true)",
62+
"allowedEntities": [],
63+
"//allowedBlocks": "Blocks that CAN be picked up (useWhitelistBlocks must be true)",
64+
"allowedBlocks": [],
65+
"//allowedStacking": "Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true)",
66+
"allowedStacking": []
67+
},
68+
"blacklist": {
69+
"//blacklist": "Blacklist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config",
70+
"//forbiddenTiles": "Blocks that cannot be picked up",
71+
"forbiddenTiles": [
72+
"#forge:immovable",
73+
"#forge:relocation_not_supported",
74+
"minecraft:end_portal",
75+
"minecraft:piston_head",
76+
"minecraft:end_gateway",
77+
"minecraft:tall_grass",
78+
"minecraft:large_fern",
79+
"minecraft:peony",
80+
"minecraft:rose_bush",
81+
"minecraft:lilac",
82+
"minecraft:sunflower",
83+
"minecraft:*_bed",
84+
"minecraft:*_door",
85+
"minecraft:big_dripleaf_stem",
86+
"minecraft:waterlily",
87+
"minecraft:cake",
88+
"minecraft:nether_portal",
89+
"minecraft:tall_seagrass",
90+
"animania:block_trough",
91+
"animania:block_invisiblock",
92+
"colossalchests:*",
93+
"ic2:*",
94+
"bigreactors:*",
95+
"forestry:*",
96+
"tconstruct:*",
97+
"rustic:*",
98+
"botania:*",
99+
"astralsorcery:*",
100+
"quark:colored_bed_*",
101+
"immersiveengineering:*",
102+
"embers:block_furnace",
103+
"embers:ember_bore",
104+
"embers:ember_activator",
105+
"embers:mixer",
106+
"embers:heat_coil",
107+
"embers:large_tank",
108+
"embers:crystal_cell",
109+
"embers:alchemy_pedestal",
110+
"embers:boiler",
111+
"embers:combustor",
112+
"embers:catalzyer",
113+
"embers:field_chart",
114+
"embers:inferno_forge",
115+
"storagedrawers:framingtable",
116+
"skyresources:*",
117+
"lootbags:*",
118+
"exsartagine:*",
119+
"aquamunda:tank",
120+
"opencomputers:*",
121+
"malisisdoors:*",
122+
"industrialforegoing:*",
123+
"minecolonies:*",
124+
"thaumcraft:pillar*",
125+
"thaumcraft:infernal_furnace",
126+
"thaumcraft:placeholder*",
127+
"thaumcraft:infusion_matrix",
128+
"thaumcraft:golem_builder",
129+
"thaumcraft:thaumatorium*",
130+
"magneticraft:oil_heater",
131+
"magneticraft:solar_panel",
132+
"magneticraft:steam_engine",
133+
"magneticraft:shelving_unit",
134+
"magneticraft:grinder",
135+
"magneticraft:sieve",
136+
"magneticraft:solar_tower",
137+
"magneticraft:solar_mirror",
138+
"magneticraft:container",
139+
"magneticraft:pumpjack",
140+
"magneticraft:solar_panel",
141+
"magneticraft:refinery",
142+
"magneticraft:oil_heater",
143+
"magneticraft:hydraulic_press",
144+
"magneticraft:multiblock_gap",
145+
"refinedstorage:*",
146+
"mcmultipart:*",
147+
"enderstorage:*",
148+
"betterstorage:*",
149+
"practicallogistics2:*",
150+
"wearablebackpacks:*",
151+
"rftools:screen",
152+
"rftools:creative_screen",
153+
"create:*",
154+
"magic_doorknob:*",
155+
"iceandfire:*",
156+
"ftbquests:*",
157+
"waystones:*",
158+
"contact:*",
159+
"framedblocks:*",
160+
"securitycraft:*",
161+
"forgemultipartcbe:*",
162+
"integrateddynamics:cable",
163+
"mekanismgenerators:wind_generator",
164+
"cookingforblockheads:cabinet",
165+
"cookingforblockheads:corner",
166+
"cookingforblockheads:counter",
167+
"cookingforblockheads:oven",
168+
"cookingforblockheads:toaster",
169+
"cookingforblockheads:milk_jar",
170+
"cookingforblockheads:cow_jar",
171+
"cookingforblockheads:fruit_basket",
172+
"cookingforblockheads:cooking_table",
173+
"cookingforblockheads:fridge",
174+
"cookingforblockheads:sink",
175+
"powah:*",
176+
"myloot:*"
177+
],
178+
"//forbiddenEntities": "Entities that cannot be picked up",
179+
"forbiddenEntities": [
180+
"minecraft:end_crystal",
181+
"minecraft:ender_dragon",
182+
"minecraft:ghast",
183+
"minecraft:shulker",
184+
"minecraft:leash_knot",
185+
"minecraft:armor_stand",
186+
"minecraft:item_frame",
187+
"minecraft:painting",
188+
"minecraft:shulker_bullet",
189+
"animania:hamster",
190+
"animania:ferret*",
191+
"animania:hedgehog*",
192+
"animania:cart",
193+
"animania:wagon",
194+
"mynko:*",
195+
"pixelmon:*",
196+
"mocreatures:*",
197+
"quark:totem",
198+
"vehicle:*",
199+
"securitycraft:*",
200+
"taterzens:npc",
201+
"easy_npc:*"
202+
],
203+
"//forbiddenStacking": "Entities that cannot have other entities stacked on top of them",
204+
"forbiddenStacking": [
205+
"minecraft:horse"
206+
]
207+
},
208+
"customPickupConditions": {
209+
"//customPickupConditions": "Custom Pickup Conditions. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Custom-Pickup-Condition-Config",
210+
"//customPickupConditionsBlocks": "Custom Pickup Conditions for Blocks",
211+
"customPickupConditionsBlocks": [],
212+
"//customPickupConditionsEntities": "Custom Pickup Conditions for Entities",
213+
"customPickupConditionsEntities": []
214+
}
215+
}

pack/1.20.1/config/yosbr/config/fabrication/features.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
;
305305
;
306306
; Demonstration video: https://unascribed.com/fabrication/books_show_enchants.mp4
307-
books_show_enchants=unset
307+
books_show_enchants=false
308308

309309
; Server & Client (Client Optional)
310310
;
@@ -693,7 +693,7 @@
693693
;
694694
;
695695
; Demonstration video: https://unascribed.com/fabrication/campfires_place_unlit.mp4
696-
campfires_place_unlit=unset
696+
campfires_place_unlit=false
697697

698698
; Server Only
699699
;
@@ -778,7 +778,7 @@
778778
; falling.
779779
;
780780
; Demonstration video: https://unascribed.com/fabrication/feather_falling_no_trample.mp4
781-
feather_falling_no_trample=unset
781+
feather_falling_no_trample=false
782782

783783
; Server Only
784784
;
@@ -1708,7 +1708,7 @@
17081708
;
17091709
;
17101710
; Demonstration video: https://unascribed.com/fabrication/infinity_crossbows.mp4
1711-
infinity_crossbows=unset
1711+
infinity_crossbows=true
17121712

17131713
; Server Only
17141714
;
@@ -1993,7 +1993,7 @@
19931993
;
19941994
;
19951995
; Demonstration video: https://unascribed.com/fabrication/repelling_void.mp4
1996-
repelling_void=unset
1996+
repelling_void=true
19971997

19981998
; Client Only
19991999
;
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[[key_bindings]]
2+
name = "key.plasmovoice.proximity.ptt"
3+
any_context = true
4+
category = "hidden"
5+
16
[[key_bindings.keys]]
2-
code = 86
7+
code = 280
38
type = "KEYSYM"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[voice.proximity]
2+
distances = [8, 16, 32]
3+
default_distance = 32

pack/1.20.1/config/yosbr/options.txt

Lines changed: 1 addition & 2 deletions
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","Rainbow Resources","file/Fast Better Grass.zip"]
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"]
1010
incompatibleResourcePacks:[]
1111
tutorialStep:none
1212
skipMultiplayerWarning:true
@@ -20,6 +20,5 @@ key_key.emotecraft.fastchoose:key.keyboard.h
2020
key_[Fabrication] Toggle Stance:key.keyboard.right.shift
2121
key_[Fabrication] Crawl:key.keyboard.c
2222
key_[Fabrication] Toggle/Hold Sprint:key.keyboard.right.control
23-
key_key.plasmovoice.settings:key.keyboard.k
2423
key_key.saveToolbarActivator:key.keyboard.o
2524
key_key.loadToolbarActivator:key.keyboard.unknown

0 commit comments

Comments
 (0)