Version 1.0.22
This commit is contained in:
@@ -1,21 +1,27 @@
|
|||||||
|
#A list of class:method strings (render methods) that the dark shader will not be applied to.
|
||||||
|
#Each string consists of the class and the method (or any substring) to block the dark shader.
|
||||||
|
#For example, 'renderHunger' is sufficient to block 'net.minecraftforge.client.gui.overlay.ForgeGui:renderFood' (either will work).
|
||||||
|
METHOD_SHADER_BLACKLIST = ["mezz.jei.common.render.FluidTankRenderer:drawTextureWithMasking", "mezz.jei.library.render.FluidTankRenderer:drawTextureWithMasking", "renderCrosshair", "shadows.packmenu.logo.Logo:draw", "shadows.packmenu.ExtendedMenuScreen:m88315", "shadows.packmenu.buttons.JsonButton:renderImageButton", "m_93080_", "net.minecraft.client.gui.screens.TitleScreen", "renderSky", "m_202423_", "renderHotbar", "m_93009_", "m_193837_", "setupOverlayRenderState", "net.minecraftforge.client.gui.overlay.ForgeGui", "renderFood", "renderExperienceBar", "m_93071_"]
|
||||||
|
#Enabling this config will (every 5 seconds) dump which methods were used to render GUIs that the dark shader was applied to
|
||||||
|
#The dump will consist of a list of class:method strings, e.g. 'net.minecraftforge.client.gui.overlay.ForgeGui:renderFood'
|
||||||
|
#Use this feature to help find the render method strings of GUIs you would like to blacklist.
|
||||||
|
METHOD_SHADER_DUMP = false
|
||||||
|
|
||||||
["Button Position"]
|
["Button Position"]
|
||||||
#Pixels away from the bottom left of the GUI in the x axis
|
#Pixels away from the left of the GUI in the x axis
|
||||||
#Range: > 0
|
#Range: > 0
|
||||||
X = 64
|
X = 64
|
||||||
#Pixels away from the bottom left of the GUI in the y axis
|
#Pixels away from the bottom of the GUI in the y axis
|
||||||
#Range: > 0
|
#Range: > 0
|
||||||
Y = 0
|
Y = 0
|
||||||
NAME = "Dark Mode"
|
|
||||||
|
|
||||||
["Main Menu Button"]
|
["Button Position"."Main Menu Button"]
|
||||||
#Enabled
|
#Enabled
|
||||||
SHOW = false
|
SHOW = true
|
||||||
#Pixels away from the bottom left of the GUI in the x axis
|
#Pixels away from the left of the GUI in the x axis
|
||||||
#Range: > 0
|
#Range: > 0
|
||||||
X = 4
|
MAIN_X = 4
|
||||||
#Pixels away from the bottom left of the GUI in the y axis
|
#Pixels away from the bottom of the GUI in the y axis
|
||||||
#Range: > 0
|
#Range: > 0
|
||||||
Y = 40
|
MAIN_Y = 40
|
||||||
NAME = "Dark Mode"
|
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
// Whether the Sculk Jaw can eat items or not (eating an item will cause it to disappear forever)
|
||||||
|
"sculk_jaw_eats_items": false,
|
||||||
|
"warden_armor": {
|
||||||
|
"warden_armor_toughness": 3.0,
|
||||||
|
"warden_armor_durability": 45,
|
||||||
|
"warden_armor_knockback_resistance": 0.5,
|
||||||
|
// How much strength/armor you get from the Soul Elytra
|
||||||
|
"soul_elytra_armor_modifier": 4.0,
|
||||||
|
},
|
||||||
|
"warden_tools": {
|
||||||
|
"warden_tools_durability": 2464,
|
||||||
|
"warden_tools_damage": 7.0,
|
||||||
|
"warden_tools_speed": 11.0,
|
||||||
|
},
|
||||||
|
"otherside": {
|
||||||
|
"sculk_centipede_spawning": true,
|
||||||
|
// Whether Sculk Blocks can spawn in the Otherside or not (Sculk Sensor, Sculk Vein, and Sculk Catalyst)
|
||||||
|
"sculk_blocks_in_otherside": true,
|
||||||
|
"phantom_spawning": true,
|
||||||
|
"sculk_snapper_spawning": false,
|
||||||
|
"shattered_spawning": true,
|
||||||
|
},
|
||||||
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "1883B79BDB2AAE5D"
|
id: "1883B79BDB2AAE5D"
|
||||||
group: "02FE661031A105D8"
|
group: "02FE661031A105D8"
|
||||||
order_index: 2
|
order_index: 1
|
||||||
filename: "botania"
|
filename: "botania"
|
||||||
title: "Botania"
|
title: "Botania"
|
||||||
icon: "botania:lexicon"
|
icon: "botania:lexicon"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "4351A2B2F092D7AF"
|
id: "4351A2B2F092D7AF"
|
||||||
group: "02FE661031A105D8"
|
group: "02FE661031A105D8"
|
||||||
order_index: 1
|
order_index: 2
|
||||||
filename: "elementalcraft"
|
filename: "elementalcraft"
|
||||||
title: "ElementalCraft"
|
title: "ElementalCraft"
|
||||||
icon: {
|
icon: {
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "5C764279146E5E66"
|
id: "5C764279146E5E66"
|
||||||
group: "6614EE2378B8AFB9"
|
group: "6614EE2378B8AFB9"
|
||||||
order_index: 1
|
order_index: 2
|
||||||
filename: "mystical_ag"
|
filename: "mystical_ag"
|
||||||
title: "Mystical Agriculture"
|
title: "Mystical Agriculture"
|
||||||
icon: "mysticalagriculture:inferium_essence"
|
icon: "mysticalagriculture:inferium_essence"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
id: "26E6ED94168A05C4"
|
id: "26E6ED94168A05C4"
|
||||||
group: "6614EE2378B8AFB9"
|
group: "6614EE2378B8AFB9"
|
||||||
order_index: 2
|
order_index: 3
|
||||||
filename: "productive_bees"
|
filename: "productive_bees"
|
||||||
title: "Productive Bees"
|
title: "Productive Bees"
|
||||||
icon: {
|
icon: {
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -24,7 +24,7 @@
|
|||||||
dev: false
|
dev: false
|
||||||
height: 5.0d
|
height: 5.0d
|
||||||
hover: ["whatthedrunk"]
|
hover: ["whatthedrunk"]
|
||||||
image: "atm:textures/questpics/welcome/whatthedrunk.png"
|
image: "atm:textures/questpics/welcome/whatthedrunk_character.png"
|
||||||
rotation: 0.0d
|
rotation: 0.0d
|
||||||
width: 3.75d
|
width: 3.75d
|
||||||
x: 0.0d
|
x: 0.0d
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
dev: false
|
dev: false
|
||||||
height: 5.0d
|
height: 5.0d
|
||||||
hover: ["EnigmaQuip"]
|
hover: ["EnigmaQuip"]
|
||||||
image: "atm:textures/questpics/welcome/enigmaquip.png"
|
image: "atm:textures/questpics/welcome/enigma_character.png"
|
||||||
rotation: 0.0d
|
rotation: 0.0d
|
||||||
width: 3.75d
|
width: 3.75d
|
||||||
x: 5.0d
|
x: 5.0d
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
dev: false
|
dev: false
|
||||||
height: 5.0d
|
height: 5.0d
|
||||||
hover: ["theVortex"]
|
hover: ["theVortex"]
|
||||||
image: "atm:textures/questpics/welcome/thevortex.png"
|
image: "atm:textures/questpics/welcome/thevortex_character.png"
|
||||||
rotation: 0.0d
|
rotation: 0.0d
|
||||||
width: 3.75d
|
width: 3.75d
|
||||||
x: 10.0d
|
x: 10.0d
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
dev: false
|
dev: false
|
||||||
height: 5.0d
|
height: 5.0d
|
||||||
hover: ["AlfredGG"]
|
hover: ["AlfredGG"]
|
||||||
image: "atm:textures/questpics/welcome/alfred.png"
|
image: "atm:textures/questpics/welcome/alfred_character.png"
|
||||||
rotation: 0.0d
|
rotation: 0.0d
|
||||||
width: 3.75d
|
width: 3.75d
|
||||||
x: 15.0d
|
x: 15.0d
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
dev: false
|
dev: false
|
||||||
height: 5.0d
|
height: 5.0d
|
||||||
hover: ["mitchell52"]
|
hover: ["mitchell52"]
|
||||||
image: "atm:textures/questpics/welcome/mitchell52.png"
|
image: "atm:textures/questpics/welcome/mitchell52_character.png"
|
||||||
rotation: 0.0d
|
rotation: 0.0d
|
||||||
width: 3.75d
|
width: 3.75d
|
||||||
x: -5.0d
|
x: -5.0d
|
||||||
@@ -84,7 +84,7 @@
|
|||||||
dev: false
|
dev: false
|
||||||
height: 5.0d
|
height: 5.0d
|
||||||
hover: ["oly2o6"]
|
hover: ["oly2o6"]
|
||||||
image: "atm:textures/questpics/welcome/oly206.png"
|
image: "atm:textures/questpics/welcome/oly206_character.png"
|
||||||
rotation: 0.0d
|
rotation: 0.0d
|
||||||
width: 3.75d
|
width: 3.75d
|
||||||
x: -15.0d
|
x: -15.0d
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
dev: false
|
dev: false
|
||||||
height: 5.0d
|
height: 5.0d
|
||||||
hover: ["MutantGumdrop"]
|
hover: ["MutantGumdrop"]
|
||||||
image: "atm:textures/questpics/welcome/mutantgumdrop.png"
|
image: "atm:textures/questpics/welcome/mutantgumdrop_character.png"
|
||||||
rotation: 0.0d
|
rotation: 0.0d
|
||||||
width: 3.75d
|
width: 3.75d
|
||||||
x: -10.0d
|
x: -10.0d
|
||||||
|
|||||||
@@ -0,0 +1,97 @@
|
|||||||
|
{
|
||||||
|
id: "67D8094B10FAA687"
|
||||||
|
loot_size: 1
|
||||||
|
order_index: 41
|
||||||
|
rewards: [
|
||||||
|
{ count: 2, item: "evilcraft:dark_gem", random_bonus: 2, weight: 100.0f }
|
||||||
|
{ item: "evilcraft:dark_power_gem", random_bonus: 1, weight: 50.0f }
|
||||||
|
{ item: "evilcraft:hardened_blood", weight: 50.0f }
|
||||||
|
{ count: 2, item: "evilcraft:hardened_blood_shard", random_bonus: 4, weight: 50.0f }
|
||||||
|
{
|
||||||
|
item: {
|
||||||
|
Count: 1b
|
||||||
|
ForgeCaps: {
|
||||||
|
Parent: {
|
||||||
|
Amount: 0
|
||||||
|
FluidName: "minecraft:empty"
|
||||||
|
capacity: 5000
|
||||||
|
}
|
||||||
|
}
|
||||||
|
id: "evilcraft:blood_extractor"
|
||||||
|
tag: {
|
||||||
|
Fluid: {
|
||||||
|
Amount: 0
|
||||||
|
FluidName: "minecraft:empty"
|
||||||
|
}
|
||||||
|
capacity: 5000
|
||||||
|
}
|
||||||
|
}
|
||||||
|
weight: 25.0f
|
||||||
|
}
|
||||||
|
{
|
||||||
|
item: {
|
||||||
|
Count: 1b
|
||||||
|
ForgeCaps: {
|
||||||
|
Parent: {
|
||||||
|
Amount: 0
|
||||||
|
FluidName: "minecraft:empty"
|
||||||
|
capacity: 16000
|
||||||
|
}
|
||||||
|
}
|
||||||
|
id: "evilcraft:dark_tank"
|
||||||
|
tag: {
|
||||||
|
Fluid: {
|
||||||
|
Amount: 0
|
||||||
|
FluidName: "minecraft:empty"
|
||||||
|
}
|
||||||
|
capacity: 16000
|
||||||
|
}
|
||||||
|
}
|
||||||
|
weight: 25.0f
|
||||||
|
}
|
||||||
|
{ item: "evilcraft:blook", random_bonus: 1, weight: 25.0f }
|
||||||
|
{ item: "evilcraft:potentia_sphere", random_bonus: 1, weight: 25.0f }
|
||||||
|
{ count: 2, item: "evilcraft:dark_gem_crushed", random_bonus: 4, weight: 100.0f }
|
||||||
|
{ item: "evilcraft:box_of_eternal_closure", weight: 10.0f }
|
||||||
|
{ item: "evilcraft:bowl_of_promises_dusted", weight: 10.0f }
|
||||||
|
{ count: 5, item: "evilcraft:condensed_blood", random_bonus: 10, weight: 75.0f }
|
||||||
|
{ item: "evilcraft:blood_infusion_core", weight: 10.0f }
|
||||||
|
{ item: "evilcraft:vengeance_essence", weight: 10.0f }
|
||||||
|
{
|
||||||
|
item: {
|
||||||
|
Count: 1b
|
||||||
|
id: "evilcraft:vengeance_pickaxe"
|
||||||
|
tag: {
|
||||||
|
Damage: 0
|
||||||
|
Enchantments: [
|
||||||
|
{
|
||||||
|
id: "evilcraft:vengeance"
|
||||||
|
lvl: 3s
|
||||||
|
}
|
||||||
|
{
|
||||||
|
id: "minecraft:fortune"
|
||||||
|
lvl: 5s
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
weight: 5.0f
|
||||||
|
}
|
||||||
|
{
|
||||||
|
item: {
|
||||||
|
Count: 1b
|
||||||
|
id: "evilcraft:vein_sword"
|
||||||
|
tag: {
|
||||||
|
Damage: 0
|
||||||
|
Enchantments: [{
|
||||||
|
id: "minecraft:looting"
|
||||||
|
lvl: 2s
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
weight: 5.0f
|
||||||
|
}
|
||||||
|
]
|
||||||
|
title: "EvilCraft Basic Reward"
|
||||||
|
use_title: true
|
||||||
|
}
|
||||||
@@ -3,8 +3,8 @@
|
|||||||
"disable": false,
|
"disable": false,
|
||||||
"tier": 6,
|
"tier": 6,
|
||||||
"color": "ffef0e",
|
"color": "ffef0e",
|
||||||
"armorPoints": 150,
|
"armorPoints": 9,
|
||||||
"enchantability": 87,
|
"enchantability": 25,
|
||||||
"craftingMaterial": "tag:forge:ingots/allthemodium",
|
"craftingMaterial": "tag:forge:ingots/allthemodium",
|
||||||
"rarity": 0,
|
"rarity": 0,
|
||||||
"capacity": 72000000,
|
"capacity": 72000000,
|
||||||
@@ -22,4 +22,4 @@
|
|||||||
"knockbackResistance": 0.0,
|
"knockbackResistance": 0.0,
|
||||||
"speedHoverAscend": 0.7,
|
"speedHoverAscend": 0.7,
|
||||||
"curios": true
|
"curios": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"disable": false,
|
"disable": false,
|
||||||
"tier": 8,
|
"tier": 8,
|
||||||
"color": "d152e3",
|
"color": "d152e3",
|
||||||
"armorPoints": 520,
|
"armorPoints": 15,
|
||||||
"enchantability": 420,
|
"enchantability": 25,
|
||||||
"craftingMaterial": "tag:forge:ingots/unobtainium",
|
"craftingMaterial": "tag:forge:ingots/unobtainium",
|
||||||
"rarity": 0,
|
"rarity": 0,
|
||||||
"capacity": 184000000,
|
"capacity": 184000000,
|
||||||
@@ -22,4 +22,4 @@
|
|||||||
"knockbackResistance": 0.0,
|
"knockbackResistance": 0.0,
|
||||||
"speedHoverAscend": 0.9,
|
"speedHoverAscend": 0.9,
|
||||||
"curios": true
|
"curios": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"disable": false,
|
"disable": false,
|
||||||
"tier": 7,
|
"tier": 7,
|
||||||
"color": "26de88",
|
"color": "26de88",
|
||||||
"armorPoints": 320,
|
"armorPoints": 12,
|
||||||
"enchantability": 187,
|
"enchantability": 25,
|
||||||
"craftingMaterial": "tag:forge:ingots/vibranium",
|
"craftingMaterial": "tag:forge:ingots/vibranium",
|
||||||
"rarity": 0,
|
"rarity": 0,
|
||||||
"capacity": 120000000,
|
"capacity": 120000000,
|
||||||
@@ -22,4 +22,4 @@
|
|||||||
"knockbackResistance": 0.0,
|
"knockbackResistance": 0.0,
|
||||||
"speedHoverAscend": 0.8,
|
"speedHoverAscend": 0.8,
|
||||||
"curios": true
|
"curios": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,7 +28,8 @@
|
|||||||
"heat_blocks": {
|
"heat_blocks": {
|
||||||
"powah:blazing_crystal_block": 2800,
|
"powah:blazing_crystal_block": 2800,
|
||||||
"minecraft:magma_block": 800,
|
"minecraft:magma_block": 800,
|
||||||
"minecraft:lava": 1000
|
"minecraft:lava": 1000,
|
||||||
|
"allthemodium:soul_lava": 9000
|
||||||
},
|
},
|
||||||
// Energy produced per fuel tick in the Furnator.
|
// Energy produced per fuel tick in the Furnator.
|
||||||
"energy_per_fuel_tick": 30,
|
"energy_per_fuel_tick": 30,
|
||||||
@@ -149,11 +150,11 @@
|
|||||||
"generation_rates": {
|
"generation_rates": {
|
||||||
"starter": 20,
|
"starter": 20,
|
||||||
"basic": 60,
|
"basic": 60,
|
||||||
"hardened": 100,
|
"hardened": 180,
|
||||||
"blazing": 200,
|
"blazing": 540,
|
||||||
"niotic": 400,
|
"niotic": 1620,
|
||||||
"spirited": 800,
|
"spirited": 5000,
|
||||||
"nitro": 2000
|
"nitro": 20000
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"thermo_generators": {
|
"thermo_generators": {
|
||||||
@@ -378,4 +379,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
#Range: 0 ~ 1000
|
#Range: 0 ~ 1000
|
||||||
heartsPerMilestone = 2
|
heartsPerMilestone = 2
|
||||||
#A list of numbers of unique foods you need to eat to unlock each milestone, in ascending order. Naturally, adding more milestones lets you earn more hearts.
|
#A list of numbers of unique foods you need to eat to unlock each milestone, in ascending order. Naturally, adding more milestones lets you earn more hearts.
|
||||||
milestones = [5, 10, 15, 20, 25]
|
milestones = [5, 10, 20, 40, 80, 120, 160, 200, 240, 280]
|
||||||
|
|
||||||
[filtering]
|
[filtering]
|
||||||
#Foods in this list won't affect the player's health nor show up in the food book.
|
#Foods in this list won't affect the player's health nor show up in the food book.
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
whitelist = []
|
whitelist = []
|
||||||
#The minimum hunger value foods need to provide in order to count for milestones, in half drumsticks.
|
#The minimum hunger value foods need to provide in order to count for milestones, in half drumsticks.
|
||||||
#Range: 0 ~ 1000
|
#Range: 0 ~ 1000
|
||||||
minimumFoodValue = 1
|
minimumFoodValue = 2
|
||||||
|
|
||||||
[miscellaneous]
|
[miscellaneous]
|
||||||
#Whether or not to reset the food list on death, effectively losing all bonus hearts.
|
#Whether or not to reset the food list on death, effectively losing all bonus hearts.
|
||||||
|
|||||||
@@ -8,4 +8,8 @@ ServerEvents.recipes(e=> {
|
|||||||
G: '#forge:gears/vibranium',
|
G: '#forge:gears/vibranium',
|
||||||
R: 'minecraft:redstone'
|
R: 'minecraft:redstone'
|
||||||
}).id('kubejs:industrialforegoings/ore_laser_drill')
|
}).id('kubejs:industrialforegoings/ore_laser_drill')
|
||||||
|
//uneeded gears
|
||||||
|
e.remove({id: 'industrialforegoing:iron_gear'})
|
||||||
|
e.remove({id: 'industrialforegoing:gold_gear'})
|
||||||
|
e.remove({id: 'industrialforegoing:diamond_gear'})
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -19,4 +19,31 @@ ServerEvents.recipes(e => {
|
|||||||
|
|
||||||
// remove combiner recipes for ores
|
// remove combiner recipes for ores
|
||||||
e.remove({ type: 'mekanism:combining', id: /ore/ })
|
e.remove({ type: 'mekanism:combining', id: /ore/ })
|
||||||
|
// Nerf ethylene
|
||||||
|
e.remove({ id: 'mekanism:reaction/substrate/water_hydrogen'})
|
||||||
|
e.custom({
|
||||||
|
"type": "mekanism:reaction",
|
||||||
|
"duration": 100,
|
||||||
|
"fluidInput": {
|
||||||
|
"amount": 10,
|
||||||
|
"tag": "minecraft:water"
|
||||||
|
},
|
||||||
|
"gasInput": {
|
||||||
|
"amount": 100,
|
||||||
|
"gas": "mekanism:hydrogen"
|
||||||
|
},
|
||||||
|
"gasOutput": {
|
||||||
|
"amount": 50,
|
||||||
|
"gas": "mekanism:ethene"
|
||||||
|
},
|
||||||
|
"itemInput": {
|
||||||
|
"amount": 2,
|
||||||
|
"ingredient": {
|
||||||
|
"tag": "forge:fuels/bio"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"itemOutput": {
|
||||||
|
"item": "mekanism:substrate"
|
||||||
|
}
|
||||||
|
}).id('kubejs:mek/ethene')
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -28,6 +28,12 @@ ServerEvents.tags('item', event => {
|
|||||||
event.add('c:blue_sand', '#forge:blue_sand')
|
event.add('c:blue_sand', '#forge:blue_sand')
|
||||||
event.add('c:purple_sand', '#forge:purple_sand')
|
event.add('c:purple_sand', '#forge:purple_sand')
|
||||||
event.add('c:pink_sand', '#forge:pink_sand')
|
event.add('c:pink_sand', '#forge:pink_sand')
|
||||||
|
|
||||||
|
//xycraft RGB glass
|
||||||
|
Color.DYE.keySet().forEach(color => {
|
||||||
|
event.remove(`forge:glass/${color}`, '@xycraft_world')
|
||||||
|
event.remove(`forge:glass/brown`, '@xycraft_world')
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
ServerEvents.tags('block', event => {
|
ServerEvents.tags('block', event => {
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
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 not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 723 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 690 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 49 KiB |
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user