You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"//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.",
"//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",
0 commit comments