This commit is contained in:
nimsolated
2026-03-28 19:42:27 -07:00
parent b8dbadcda0
commit 4b658a0cce
414 changed files with 12957 additions and 234 deletions

View File

@@ -4,7 +4,7 @@ license="MIT License"
[[mods]]
modId="aris_random_additions"
version="2.2.0"
version="2.3.0"
displayName="Ari's Random Additions"
displayURL="https://mcreator.net"
logoFile="logo.png"

View File

@@ -0,0 +1,118 @@
{
"variants": {
"face=floor,facing=east,powered=false": {
"model": "aris_random_additions:block/anaheim_button",
"y": 90
},
"face=floor,facing=west,powered=false": {
"model": "aris_random_additions:block/anaheim_button",
"y": 270
},
"face=floor,facing=south,powered=false": {
"model": "aris_random_additions:block/anaheim_button",
"y": 180
},
"face=floor,facing=north,powered=false": {
"model": "aris_random_additions:block/anaheim_button"
},
"face=wall,facing=east,powered=false": {
"model": "aris_random_additions:block/anaheim_button",
"uvlock": true,
"x": 90,
"y": 90
},
"face=wall,facing=west,powered=false": {
"model": "aris_random_additions:block/anaheim_button",
"uvlock": true,
"x": 90,
"y": 270
},
"face=wall,facing=south,powered=false": {
"model": "aris_random_additions:block/anaheim_button",
"uvlock": true,
"x": 90,
"y": 180
},
"face=wall,facing=north,powered=false": {
"model": "aris_random_additions:block/anaheim_button",
"uvlock": true,
"x": 90
},
"face=ceiling,facing=east,powered=false": {
"model": "aris_random_additions:block/anaheim_button",
"x": 180,
"y": 270
},
"face=ceiling,facing=west,powered=false": {
"model": "aris_random_additions:block/anaheim_button",
"x": 180,
"y": 90
},
"face=ceiling,facing=south,powered=false": {
"model": "aris_random_additions:block/anaheim_button",
"x": 180
},
"face=ceiling,facing=north,powered=false": {
"model": "aris_random_additions:block/anaheim_button",
"x": 180,
"y": 180
},
"face=floor,facing=east,powered=true": {
"model": "aris_random_additions:block/anaheim_button_pressed",
"y": 90
},
"face=floor,facing=west,powered=true": {
"model": "aris_random_additions:block/anaheim_button_pressed",
"y": 270
},
"face=floor,facing=south,powered=true": {
"model": "aris_random_additions:block/anaheim_button_pressed",
"y": 180
},
"face=floor,facing=north,powered=true": {
"model": "aris_random_additions:block/anaheim_button_pressed"
},
"face=wall,facing=east,powered=true": {
"model": "aris_random_additions:block/anaheim_button_pressed",
"uvlock": true,
"x": 90,
"y": 90
},
"face=wall,facing=west,powered=true": {
"model": "aris_random_additions:block/anaheim_button_pressed",
"uvlock": true,
"x": 90,
"y": 270
},
"face=wall,facing=south,powered=true": {
"model": "aris_random_additions:block/anaheim_button_pressed",
"uvlock": true,
"x": 90,
"y": 180
},
"face=wall,facing=north,powered=true": {
"model": "aris_random_additions:block/anaheim_button_pressed",
"uvlock": true,
"x": 90
},
"face=ceiling,facing=east,powered=true": {
"model": "aris_random_additions:block/anaheim_button_pressed",
"x": 180,
"y": 270
},
"face=ceiling,facing=west,powered=true": {
"model": "aris_random_additions:block/anaheim_button_pressed",
"x": 180,
"y": 90
},
"face=ceiling,facing=south,powered=true": {
"model": "aris_random_additions:block/anaheim_button_pressed",
"x": 180
},
"face=ceiling,facing=north,powered=true": {
"model": "aris_random_additions:block/anaheim_button_pressed",
"x": 180,
"y": 180
}
}
}

View File

@@ -0,0 +1,48 @@
{
"multipart": [
{
"apply": {
"model": "aris_random_additions:block/anaheim_fence_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "aris_random_additions:block/anaheim_fence",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "aris_random_additions:block/anaheim_fence",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "aris_random_additions:block/anaheim_fence",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "aris_random_additions:block/anaheim_fence",
"y": 90,
"uvlock": true
}
}
]
}

View File

@@ -0,0 +1,80 @@
{
"variants": {
"facing=south,in_wall=false,open=false": {
"model": "aris_random_additions:block/anaheim_fence_gate",
"uvlock": true
},
"facing=west,in_wall=false,open=false": {
"model": "aris_random_additions:block/anaheim_fence_gate",
"uvlock": true,
"y": 90
},
"facing=north,in_wall=false,open=false": {
"model": "aris_random_additions:block/anaheim_fence_gate",
"uvlock": true,
"y": 180
},
"facing=east,in_wall=false,open=false": {
"model": "aris_random_additions:block/anaheim_fence_gate",
"uvlock": true,
"y": 270
},
"facing=south,in_wall=false,open=true": {
"model": "aris_random_additions:block/anaheim_fence_gate_open",
"uvlock": true
},
"facing=west,in_wall=false,open=true": {
"model": "aris_random_additions:block/anaheim_fence_gate_open",
"uvlock": true,
"y": 90
},
"facing=north,in_wall=false,open=true": {
"model": "aris_random_additions:block/anaheim_fence_gate_open",
"uvlock": true,
"y": 180
},
"facing=east,in_wall=false,open=true": {
"model": "aris_random_additions:block/anaheim_fence_gate_open",
"uvlock": true,
"y": 270
},
"facing=south,in_wall=true,open=false": {
"model": "aris_random_additions:block/anaheim_fence_gate_wall",
"uvlock": true
},
"facing=west,in_wall=true,open=false": {
"model": "aris_random_additions:block/anaheim_fence_gate_wall",
"uvlock": true,
"y": 90
},
"facing=north,in_wall=true,open=false": {
"model": "aris_random_additions:block/anaheim_fence_gate_wall",
"uvlock": true,
"y": 180
},
"facing=east,in_wall=true,open=false": {
"model": "aris_random_additions:block/anaheim_fence_gate_wall",
"uvlock": true,
"y": 270
},
"facing=south,in_wall=true,open=true": {
"model": "aris_random_additions:block/anaheim_fence_gate_wall_open",
"uvlock": true
},
"facing=west,in_wall=true,open=true": {
"model": "aris_random_additions:block/anaheim_fence_gate_wall_open",
"uvlock": true,
"y": 90
},
"facing=north,in_wall=true,open=true": {
"model": "aris_random_additions:block/anaheim_fence_gate_wall_open",
"uvlock": true,
"y": 180
},
"facing=east,in_wall=true,open=true": {
"model": "aris_random_additions:block/anaheim_fence_gate_wall_open",
"uvlock": true,
"y": 270
}
}
}

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "aris_random_additions:block/anaheim_leaves"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "aris_random_additions:block/anaheim_log",
"x": 90,
"y": 90
},
"axis=y": {
"model": "aris_random_additions:block/anaheim_log"
},
"axis=z": {
"model": "aris_random_additions:block/anaheim_log",
"x": 90
}
}
}

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "aris_random_additions:block/anaheim_planks"
}
}
}

View File

@@ -0,0 +1,10 @@
{
"variants": {
"powered=false": {
"model": "aris_random_additions:block/anaheim_pressure_plate"
},
"powered=true": {
"model": "aris_random_additions:block/anaheim_pressure_plate_down"
}
}
}

View File

@@ -0,0 +1,13 @@
{
"variants": {
"type=bottom": {
"model": "aris_random_additions:block/anaheim_slab"
},
"type=top": {
"model": "aris_random_additions:block/anaheim_slab_top"
},
"type=double": {
"model": "aris_random_additions:block/anaheim_slab_full"
}
}
}

View File

@@ -0,0 +1,209 @@
{
"variants": {
"facing=east,half=bottom,shape=straight": {
"model": "aris_random_additions:block/anaheim_stairs"
},
"facing=west,half=bottom,shape=straight": {
"model": "aris_random_additions:block/anaheim_stairs",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "aris_random_additions:block/anaheim_stairs",
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "aris_random_additions:block/anaheim_stairs",
"y": 270,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "aris_random_additions:block/anaheim_stairs_inner"
},
"facing=west,half=bottom,shape=inner_right": {
"model": "aris_random_additions:block/anaheim_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "aris_random_additions:block/anaheim_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "aris_random_additions:block/anaheim_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "aris_random_additions:block/anaheim_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_left": {
"model": "aris_random_additions:block/anaheim_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "aris_random_additions:block/anaheim_stairs_inner"
},
"facing=north,half=bottom,shape=inner_left": {
"model": "aris_random_additions:block/anaheim_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "aris_random_additions:block/anaheim_stairs",
"x": 180,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "aris_random_additions:block/anaheim_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "aris_random_additions:block/anaheim_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=top,shape=straight": {
"model": "aris_random_additions:block/anaheim_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "aris_random_additions:block/anaheim_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "aris_random_additions:block/anaheim_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "aris_random_additions:block/anaheim_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "aris_random_additions:block/anaheim_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "aris_random_additions:block/anaheim_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "aris_random_additions:block/anaheim_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "aris_random_additions:block/anaheim_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=top,shape=outer_left": {
"model": "aris_random_additions:block/anaheim_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "aris_random_additions:block/anaheim_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "aris_random_additions:block/anaheim_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "aris_random_additions:block/anaheim_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "aris_random_additions:block/anaheim_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "aris_random_additions:block/anaheim_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "aris_random_additions:block/anaheim_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "aris_random_additions:block/anaheim_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=top,shape=inner_left": {
"model": "aris_random_additions:block/anaheim_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "aris_random_additions:block/anaheim_stairs_outer"
},
"facing=west,half=bottom,shape=outer_right": {
"model": "aris_random_additions:block/anaheim_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "aris_random_additions:block/anaheim_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "aris_random_additions:block/anaheim_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "aris_random_additions:block/anaheim_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_left": {
"model": "aris_random_additions:block/anaheim_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "aris_random_additions:block/anaheim_stairs_outer"
},
"facing=north,half=bottom,shape=outer_left": {
"model": "aris_random_additions:block/anaheim_stairs_outer",
"y": 180,
"uvlock": true
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"axis=x": {
"model": "aris_random_additions:block/anaheim_wood",
"x": 90,
"y": 90
},
"axis=y": {
"model": "aris_random_additions:block/anaheim_wood"
},
"axis=z": {
"model": "aris_random_additions:block/anaheim_wood",
"x": 90
}
}
}

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "aris_random_additions:block/black_iron_block"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"variants": {
"blockstate=0": {
"model": "aris_random_additions:block/nether_power_generator"
},
"blockstate=1": {
"model": "aris_random_additions:block/nether_power_generator_filled_block_states_blockstate_0"
},
"blockstate=2": {
"model": "aris_random_additions:block/nether_power_generator_filled_block_states_blockstate_1"
},
"blockstate=3": {
"model": "aris_random_additions:block/nether_power_generator_filled_block_states_blockstate_2"
}
}
}

View File

@@ -0,0 +1,19 @@
{
"variants": {
"facing=north": {
"model": "aris_random_additions:block/star_assembly_table"
},
"facing=east": {
"model": "aris_random_additions:block/star_assembly_table",
"y": 90
},
"facing=south": {
"model": "aris_random_additions:block/star_assembly_table",
"y": 180
},
"facing=west": {
"model": "aris_random_additions:block/star_assembly_table",
"y": 270
}
}
}

View File

@@ -1,7 +1,8 @@
{
"advancements.condensed_netherrack_advancement.descr": "Condense Netherrack for the first time",
"item.nims_random_bullshit.magic_dust": "Magic Dust",
"block.aris_random_additions.anaheim_slab": "Anaheim Slab",
"block.nims_random_bullshit.penta_condensed_netherrack": "Penta-condensed Netherrack",
"item.nims_random_bullshit.magic_dust": "Magic Dust",
"item.nims_random_bullshit.orichalcum_armor_boots": "Orichalcum Boots",
"block.nims_random_bullshit.magma_brick_button": "Magma Brick Button",
"painting.nims_random_bullshit.shit_painting.title": "Shit Painting",
@@ -11,19 +12,25 @@
"block.aris_random_additions.broken_glass": "Broken Glass",
"item.aris_random_additions.ghoul_spawn_egg": "Ghoul Spawn Egg",
"item.aris_random_additions.endite_armor_boots": "Endite Boots",
"block.aris_random_additions.star_assembly_table": "Star Assembly Table",
"gui.aris_random_additions.turd_gui.label_uh_ohh_stinky": "UH OHH!!! STINKY!!! UH OHH!!! STINKY!!! UH OHH!!! STINKY!!! UH OHH!!! STINKY!!! ",
"block.aris_random_additions.anaheim_button": "Anaheim Button",
"item.aris_random_additions.bedrock_shard": "Bedrock Shard",
"advancements.grave_digger_advancement.title": "We Must Dig!",
"item.aris_random_additions.bedrock_upgrade_template": "Bedrock Upgrade Template",
"item.aris_random_additions.endite_ingot": "Endite",
"block.nims_random_bullshit.orichalcum_block": "Block of Orichalcum",
"block.nims_random_bullshit.rubber_slab": "Rubber Slab",
"gui.aris_random_additions.star_assembly_table_gui.label_star_assembly_table": "Star Assembly Table",
"item.nims_random_bullshit.bedrock_upgrade_template": "Bedrock Upgrade Template",
"block.aris_random_additions.magma_brick_pressure_plate": "Beans and Cheese Pressure Plate",
"advancements.orichalcum_set_advancement.descr": "Wear a full armor set of Orichalcum.",
"block.nims_random_bullshit.orichalcum_ore": "Orichalcum Ore",
"block.aris_random_additions.condensed_condensed_netherrack": "Condensed Condensed Netherrack",
"advancements.black_iron_advancement.title": "\"Black\" Iron Ingot",
"advancements.quadra_condensed_netherrack_advancement.descr": "Craft Quadra-Condensed Netherrack",
"advancements.orange_sweetened_carbonated_water_can_advancement.descr": "Drink an Orange Soda",
"advancements.black_iron_apple_advancement.descr": "Eat a Black Iron Apple",
"item.aris_random_additions.endite_pickaxe": "Endite Pickaxe",
"advancements.endite_scythe_advancement.title": "Endbringer\u0027s Sharpest Tool",
"painting.aris_random_additions.turd_painting.author": "Ari/nim",
@@ -37,23 +44,30 @@
"item.aris_random_additions.wand_of_draining": "Wand Of Draining",
"block.aris_random_additions.endite_block": "Block of Endite",
"enchantment.aris_random_additions.passive_income_enchantment": "Passive Income",
"gui.aris_random_additions.nether_power_generator_gui.label_nether_power_generator": "Nether Power Generator",
"item.aris_random_additions.sand_dust": "Sand Dust",
"block.aris_random_additions.orichalcum_block": "Block of Orichalcum",
"item.aris_random_additions.orange_sweetened_carbonated_water_can": "Canned Orange Soda",
"gui.nims_random_bullshit.mailbox_gui.outbox_y_coord": "0",
"gui.aris_random_additions.nether_power_generator_gui.button_refill": "Refill",
"item.aris_random_additions.power_star": "Power Star",
"advancements.bedrock_eater_advancement.title": "Somehow, Being Made Of Bedrock Makes It More Replinishing. Yeah. I don\u0027t know.",
"advancements.nether_power_generator_advancement.title": "Brought To You By \"The Nether™\"",
"enchantment.nims_random_bullshit.ruining_enchantment": "Ruining",
"advancements.endite_advancement.descr": "Obtain Endite",
"advancements.netherrack_juice_advancement.descr": "Obtain Netherrack Juice",
"block.nims_random_bullshit.condensed_condensed_netherrack": "Condensed Condensed Netherrack",
"block.nims_random_bullshit.quadra_condensed_netherrack": "Quadra-condensed Netherrack",
"advancements.condensed_condensed_netherrack_advancement.descr": "Craft Condensed Condensed Netherrack",
"block.aris_random_additions.orange_wood_wood": "OrangeWood Wood",
"advancements.orichalcum_katana_advancement.descr": "Obtain an Orichalcum Katana",
"gui.nims_random_bullshit.bedrockifier_gui.button_empty": "-\u003e",
"advancements.netherite_apple_advancement.descr": "Eat a Netherite Apple",
"block.nims_random_bullshit.hexa_condensed_netherrack": "Hexa-condensed Netherrack",
"enchantment.nims_random_bullshit.sundering_enchantment": "Sundering",
"block.aris_random_additions.magma_brick_slabs": "Beans and Cheese Slab",
"block.aris_random_additions.black_iron_block": "Black Iron Block",
"block.aris_random_additions.anaheim_planks": "Anaheim Planks",
"item.aris_random_additions.gold_token": "Gold Token",
"advancements.orichalcum_apple_advancement.descr": "Eat an Orichalcum Apple",
"item.nims_random_bullshit.sand_dust": "Sand Dust",
@@ -72,27 +86,32 @@
"item.aris_random_additions.orichalcum_armor_helmet.description_0": "Set Bonus: Speed, Jump Boost",
"item.aris_random_additions.socket": "Socket",
"block.nims_random_bullshit.rubber_pressure_plate": "Rubber Pressure Plate",
"item.aris_random_additions.black_iron_upgrade_smithing_template": "Black Iron Upgrade Template",
"block.aris_random_additions.redstone_brick_walls": "Redstone Brick Wall",
"item.nims_random_bullshit.orichalcum_armor_leggings": "Orichalcum Leggings",
"block.nims_random_bullshit.condensed_netherrack": "Condensed Netherrack",
"block.aris_random_additions.magma_brick_stairs": "Beans and Cheese Stairs",
"item.aris_random_additions.netherite_apple": "Netherite Apple",
"block.nims_random_bullshit.magma_brick_slabs": "Magma Brick Slab",
"block.aris_random_additions.orichalcum_deepslate_ore": "Orichalcum Deepslate Ore",
"item.nims_random_bullshit.pocket_lightning": "Pocket Lightning",
"item.aris_random_additions.water_can": "Canned Water",
"block.aris_random_additions.redstone_brick_stairs": "Redstone Brick Stairs",
"item.aris_random_additions.orichalcum_shovel": "Orichalcum Shovel",
"advancements.black_iron_advancement.descr": "Obtain Black Iron Ingot",
"item.nims_random_bullshit.star_wand": "Star Wand",
"item.nims_random_bullshit.orichalcum_axe": "Orichalcum Axe",
"enchantment.nims_random_bullshit.passive_income_enchantment": "Passive Income",
"block.aris_random_additions.magma_brick_button": "Beans and Cheese Button",
"item.aris_random_additions.can_lid": "Can Lid",
"advancements.turtle_apple_advancement.title": "You\u0027re A Monster!",
"block.aris_random_additions.orange_wood_log": "OrangeWood Log",
"item.aris_random_additions.bean": "Bean",
"block.aris_random_additions.orange_wood_fence_gate": "OrangeWood Fence Gate",
"item.aris_random_additions.mint_leaves": "Mint Leaves",
"block.nims_random_bullshit.broken_glass": "Broken Glass",
"block.nims_random_bullshit.redstone_brick_walls": "Redstone Brick Wall",
"advancements.blaze_apple_advancement.title": "That Burns... Or Does It?",
"item.aris_random_additions.tux_spawn_egg": "Tux Spawn Egg",
"block.aris_random_additions.orange_wood_planks": "OrangeWood Planks",
"advancements.grave_digger_advancement.descr": "Obtain Gravedigger",
@@ -114,10 +133,14 @@
"advancements.void_apple_advancement.descr": "Eat a Void Apple",
"item.nims_random_bullshit.snow_golem_question_mark": "Snow Golem...?",
"item.aris_random_additions.gravedigger.description_0": "Right-Click on soul sand or soul soil to use them, summoning a ghoul that attacks hostile mobs.",
"advancements.bedrock_advancement.descr": "Obtain Bedrock",
"advancements.bedrock_advancement.descr": "Obtain Bedrock via sacrificing valuable time of your life",
"item.aris_random_additions.gravedigger.description_1": "We must dig!",
"gui.aris_random_additions.star_assembly_table_gui.button_assemble": "Assemble",
"item.nims_random_bullshit.orichalcum_shovel": "Orichalcum Shovel",
"advancements.penta_condensed_netherrack_advancement.descr": "Craft Penta-Condensed Netherrack",
"advancements.hexa_condensed_netherrack_advancement.title": "Besides... Something Tells Me I Need To Do This 8 More Times...",
"block.nims_random_bullshit.redstone_brick_stairs": "Redstone Brick Stairs",
"advancements.taste_the_rainbow_advancement.descr": "Drink a Canned Taste The Rainbow",
"block.aris_random_additions.magma_brick_walls": "Beans and Cheese Wall",
"item.nims_random_bullshit.cheese": "Cheese",
"item.aris_random_additions.snow_golem_question_mark": "Snow Golem...?",
@@ -126,7 +149,9 @@
"enchantment.aris_random_additions.sundering_enchantment": "Sundering",
"item.aris_random_additions.endite_shovel": "Endite Shovel",
"item.aris_random_additions.endite_scythe.description_0": "Inflicts \"The End Of Your Misery\" effect on-hit, which detonates after 4 seconds to do 33% missing health magic damage.",
"block.aris_random_additions.nether_power_generator": "Nether Power Generator",
"item.aris_random_additions.netherrackite_pickaxe": "Netherrackite Pickaxe",
"block.aris_random_additions.anaheim_log": "Anaheim Log",
"item.aris_random_additions.netherrack_juice_bucket": "Netherrack Juice Bucket",
"item.nims_random_bullshit.netherrackite_pickaxe.description_0": "Non-condensed netherracks broken by this pickaxe drop themselves an additional time.",
"advancements.sweetened_carbonated_water_can_advancement.descr": "Drink a Canned Soda",
@@ -141,6 +166,8 @@
"advancements.star_wand_advancement.descr": "Use a Star Wand",
"item.aris_random_additions.netherrackite_pickaxe.description_0": "Non-condensed netherracks broken by this pickaxe drop themselves an additional time.",
"advancements.end_portal_frame_advancement.descr": "Craft an End Portal Frame",
"item.aris_random_additions.right_piece_of_nether_star": "Right Piece Of Nether Star",
"advancements.condensed_condensed_condensed_netherrack_advancement.title": "You Ask Yourself, \"What Is The Point Of This?\" Yet, You Continue To Do \"This\".",
"advancements.endite_set_advancement.descr": "Wear a full armor set of Endite.",
"item.aris_random_additions.mint_sweetened_carbonated_water_can": "Canned Mint Soda",
"advancements.welcome_advancement.title": "Arira!",
@@ -148,18 +175,26 @@
"item.aris_random_additions.magic_egg": "Magic Egg",
"entity.nims_random_bullshit.ghoul": "Ghoul",
"enchantment.aris_random_additions.life_mending_enchantment": "Life Mending",
"block.aris_random_additions.anaheim_fence": "Anaheim Fence",
"block.aris_random_additions.redstone_brick_slabs": "Redstone Brick Slab",
"item.aris_random_additions.orichalcum_apple": "Orichalcum Apple",
"item.aris_random_additions.top_piece_of_nether_star": "Top Piece Of Nether Star",
"advancements.star_advancement.descr": "Obtain a Star",
"block.aris_random_additions.anaheim_stairs": "Anaheim Stairs",
"item.aris_random_additions.turtle_apple": "Turtle Apple",
"item.nims_random_bullshit.bedrock_pickaxe": "Bedrock Pickaxe",
"item.aris_random_additions.endite_armor_chestplate.description_0": "Set Bonus: Resistance, Regeneration, Strength",
"block.nims_random_bullshit.magma_brick_stairs": "Magma Brick Stairs",
"item.aris_random_additions.black_iron_apple.description_0": "When consumed: Grants 1 permanent bonus Armor and 0.67 permanent bonus Armor Toughness.",
"gui.aris_random_additions.bedrockifier_gui.button_empty": "-\u003e",
"advancements.bedrock_apple_advancement.descr": "Eat a Bedrock Apple",
"advancements.bedrock_shard_advancement.descr": "Obtain Bedrock Shard",
"advancements.bedrock_shard_advancement.descr": "Obtain Bedrock Shard via mining Bedrock with a non-silk-touch Bedrock Pickaxe",
"block.aris_random_additions.quadra_condensed_netherrack": "Quadra-condensed Netherrack",
"block.aris_random_additions.orange_wood_slab": "OrangeWood Slab",
"gui.aris_random_additions.nether_power_generator_gui.button_drain": "Drain",
"advancements.black_iron_apple_advancement.title": "Who Thought This Was A Good Idea???",
"item.aris_random_additions.orichalcum_katana": "Orichalcum Katana",
"advancements.blaze_apple_advancement.descr": "Eat a Blaze Apple",
"item.aris_random_additions.orichalcum_armor_boots": "Orichalcum Heels",
"item.aris_random_additions.endite_upgrade_smithing_template": "Endite Upgrade Template",
"item.aris_random_additions.bedrock_eater": "Bedrock Eater",
@@ -176,9 +211,11 @@
"effect.aris_random_additions.stinky_effect": "Stinky",
"advancements.endite_hoe_advancement.descr": "Craft an Endite Hoe",
"advancements.void_star_advancement.descr": "Craft a Void Star",
"item.aris_random_additions.left_piece_of_nether_star": "Left Piece Of Nether Star",
"item.aris_random_additions.orichalcum_armor_helmet": "Orichalcum Helmet",
"enchantment.aris_random_additions.ruining_enchantment": "Ruining",
"block.aris_random_additions.ore_miner": "Ore Miner",
"advancements.star_assembly_table_advancement.descr": "Succesfully assemble a Nether Star in the Star Assembly Table",
"block.aris_random_additions.condensed_netherrack": "Condensed Netherrack",
"item.aris_random_additions.orichalcum_katana.description_0": "Right-Click: empower the blade, making your next attack cause bleeding DoT effect to the target for a duration.",
"item.aris_random_additions.empty_can": "Empty Can",
@@ -187,6 +224,7 @@
"item.aris_random_additions.golden_berries": "Golden Berries",
"item.nims_random_bullshit.lapis_lazuli_nugget": "Lapis Lazuli Nugget",
"block.aris_random_additions.orange_wood_leaves": "OrangeWood Leaves",
"item.aris_random_additions.blaze_apple": "Blaze Apple",
"item.aris_random_additions.star": "Star",
"item.nims_random_bullshit.bedrock_sword": "Bedrock Sword",
"item.aris_random_additions.sweetened_carbonated_water_can": "Canned Soda",
@@ -196,9 +234,12 @@
"item.nims_random_bullshit.gravedigger": "Gravedigger",
"item.aris_random_additions.pocket_lightning": "Pocket Lightning",
"advancements.sweetened_carbonated_water_can_advancement.title": "Now That\u0027s The Good Stuff!",
"advancements.nether_power_generator_advancement.descr": "Craft a Nether Power Generator",
"item.aris_random_additions.night_vision_goggles_helmet": "Night Vision Goggles",
"advancements.orichalcum_katana_advancement.title": "As Fierce As The Color",
"item.aris_random_additions.cheese": "Cheese",
"block.aris_random_additions.anaheim_fence_gate": "Anaheim Fence Gate",
"advancements.condensed_condensed_netherrack_advancement.title": "But For What Reason?",
"item.aris_random_additions.orichalcum_sword": "Orichalcum Sword",
"advancements.end_portal_frame_advancement.title": "You Shouldn\u0027t Have This...",
"item.aris_random_additions.wand_of_resizing.description_0": "DISCLAIMER: Does not work with Origins that periodically reset your scale!",
@@ -214,13 +255,17 @@
"block.aris_random_additions.orange_wood_fence": "OrangeWood Fence",
"advancements.magic_egg_advancement.descr": "Obtain a Magic Egg",
"advancements.orange_sweetened_carbonated_water_can_advancement.title": "A Fantastic Beverage!",
"advancements.quadra_condensed_netherrack_advancement.title": "I Mean. Surely This Will Lead To Something?",
"item.aris_random_additions.orichalcum_apple.description_0": "When consumed: Grants 1 permanent bonus attack damage.",
"block.aris_random_additions.mint_plant": "Mint Plant",
"block.aris_random_additions.anaheim_leaves": "Anaheim Leaves",
"advancements.endite_advancement.title": "Purple Butter",
"advancements.taste_the_rainbow_advancement.title": "TASTE THE RAINBOW!!!!!!!!!",
"advancements.bedrock_eater_advancement.descr": "Eat a block with the Bedrock Eater",
"entity.aris_random_additions.ari": "Ari",
"item.nims_random_bullshit.night_vision_goggles_helmet": "Night Vision Goggles",
"advancements.power_star_advancement.descr": "Craft a Power Star",
"advancements.hexa_condensed_netherrack_advancement.descr": "Craft Hexa-Condensed Netherrack",
"block.aris_random_additions.orichalcum_ore": "Orichalcum Ore",
"item.aris_random_additions.orichalcum_axe": "Orichalcum Axe",
"item.aris_random_additions.endite_hoe": "Endite Hoe",
@@ -232,9 +277,13 @@
"item.aris_random_additions.void_apple.description_0": "When consumed: Grants 2 permanent bonus max health.",
"advancements.star_advancement.title": "A Star Meant To Be",
"effect.aris_random_additions.bleed_effect": "Bleeding",
"gui.aris_random_additions.nether_power_generator_gui.label_netherrack_juice_tank_currmax": "Tank: curr/max",
"item.aris_random_additions.taste_the_rainbow_water_can": "Canned Taste The Rainbow",
"painting.nims_random_bullshit.shit_painting.author": "nim",
"gui.nims_random_bullshit.mailbox_gui.outbox_x_coord": "0",
"block.aris_random_additions.anaheim_wood": "Anaheim Wood",
"block.nims_random_bullshit.rubber_fence": "Rubber Fence",
"advancements.star_assembly_table_advancement.title": "Star Shaper",
"advancements.turd_advancement.descr": "Turd",
"advancements.condensed_netherrack_advancement.title": "Rackin\u0027 Em Up!",
"death.attack.bleed_damage_type.player": "%1$s bled to death whilst trying to escape %2$s",
@@ -262,17 +311,20 @@
"item.nims_random_bullshit.orichalcum_pickaxe": "Orichalcum Pickaxe",
"item.aris_random_additions.magic_dust": "Magic Dust",
"block.nims_random_bullshit.magma_brick_pressure_plate": "Magma Brick Pressure Plate",
"advancements.endite_set_advancement.title": "Cover Me In Endermite",
"advancements.bedrock_shard_advancement.title": "Unobtainium",
"advancements.endite_set_advancement.title": "Cover Me In Shulker Shells",
"advancements.bedrock_shard_advancement.title": "A Shard That Weighs As Much As 531,441 Netherracks",
"item.aris_random_additions.endite_armor_boots.description_0": "Set Bonus: Resistance, Regeneration, Strength",
"advancements.soda_machine_advancement.title": "It Doesn\u0027t Even Need To Be Restocked! It Just Dispenses Soda Out Of Thin Air!",
"fluid.nims_random_bullshit.netherrack_juice": "Netherrack Juice",
"item.nims_random_bullshit.wand_of_resizing.description_0": "DISCLAIMER: Does not work with Origins that periodically reset your scale!",
"gui.nims_random_bullshit.mailbox_gui.outbox_z_coord": "0",
"item.aris_random_additions.chorus_eye": "Eye of Chorus",
"block.aris_random_additions.anaheim_pressure_plate": "Anaheim Pressure Plate",
"enchantment.aris_random_additions.sweet_blade_enchantment": "Sweet Blade",
"item.aris_random_additions.turd": "Turd",
"advancements.netherite_apple_advancement.title": "Eating Ancient History",
"item.aris_random_additions.pocket_lightning.description_0": "Spawns lightning wherever it lands.",
"item.aris_random_additions.netherite_apple.description_0": "When consumed: Grants 0.05 permanent bonus Knockback Resistance.",
"item.nims_random_bullshit.netherrackite_pickaxe": "Netherrackite Pickaxe",
"item.aris_random_additions.endite_armor_helmet.description_0": "Set Bonus: Resistance, Regeneration, Strength",
"block.aris_random_additions.orange_wood_stairs": "OrangeWood Stairs",
@@ -285,6 +337,7 @@
"fluid.aris_random_additions.netherrack_juice": "Netherrack Juice",
"block.nims_random_bullshit.rubber_button": "Rubber Button",
"item.aris_random_additions.mint": "mint",
"item.aris_random_additions.blaze_apple.description_0": "When consumed: Grants permanent Fire Resistance.",
"block.aris_random_additions.orange_wood_button": "OrangeWood Button",
"item.nims_random_bullshit.magic_egg": "Magic Egg",
"block.aris_random_additions.redstone_bricks": "Redstone Bricks",
@@ -292,11 +345,13 @@
"item.aris_random_additions.lapis_lazuli_nugget": "Lapis Lazuli Nugget",
"advancements.void_apple_advancement.title": "It Certainly Is DeVOID Of Taste",
"item.aris_random_additions.endite_armor_leggings": "Endite Leggings",
"advancements.bedrock_advancement.title": "Unobtainium Block",
"advancements.bedrock_advancement.title": "The Voices Are Gone. But This Is Just The Beginning.",
"advancements.condensed_condensed_condensed_netherrack_advancement.descr": "Craft Condensed Condensed Condensed Netherrack",
"item.nims_random_bullshit.star": "Star",
"gui.nims_random_bullshit.shit_gui.label_uh_ohh_stinky": "UH OHH!!! STINKY!!! UH OHH!!! STINKY!!! UH OHH!!! STINKY!!! UH OHH!!! STINKY!!! ",
"block.nims_random_bullshit.magma_bricks": "Magma Bricks",
"gui.nims_random_bullshit.bedrockifier_gui.label_bedrockifier": "Bedrockifier",
"advancements.turtle_apple_advancement.descr": "Eat a Turtle Apple",
"item.aris_random_additions.endite_armor_chestplate": "Endite Chestplate",
"item.nims_random_bullshit.shit": "Shit",
"advancements.block_eater_advancement.title": "Eat The Blocks",
@@ -305,6 +360,10 @@
"item.aris_random_additions.wither_question_mark": "Wither...?",
"item.aris_random_additions.endite_armor_leggings.description_0": "Set Bonus: Resistance, Regeneration, Strength",
"advancements.netherrack_juice_advancement.title": "Smells Kinda Funny",
"item.aris_random_additions.turtle_apple.description_0": "When consumed: Grants permanent Water Breathing.",
"block.nims_random_bullshit.redstone_brick_slabs": "Redstone Brick Slab",
"block.aris_random_additions.netherrack_juice": "Netherrack Juice"
"item.aris_random_additions.bottom_piece_of_nether_star": "Bottom Piece Of Nether Star",
"block.aris_random_additions.netherrack_juice": "Netherrack Juice",
"item.aris_random_additions.black_iron_apple": "Black Iron Apple",
"advancements.penta_condensed_netherrack_advancement.title": "Otherwise, There Would Be No Point To Keep Rackin\u0027!"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/button",
"textures": {
"particle": "aris_random_additions:block/anaheim_planks",
"texture": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/button_inventory",
"textures": {
"particle": "aris_random_additions:block/anaheim_planks",
"texture": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/button_pressed",
"textures": {
"particle": "aris_random_additions:block/anaheim_planks",
"texture": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/fence_side",
"textures": {
"texture": "aris_random_additions:block/anaheim_planks",
"particle": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/template_fence_gate",
"textures": {
"particle": "aris_random_additions:block/anaheim_planks",
"texture": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/template_fence_gate_open",
"textures": {
"particle": "aris_random_additions:block/anaheim_planks",
"texture": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/template_fence_gate_wall",
"textures": {
"particle": "aris_random_additions:block/anaheim_planks",
"texture": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/template_fence_gate_wall_open",
"textures": {
"particle": "aris_random_additions:block/anaheim_planks",
"texture": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/fence_inventory",
"textures": {
"texture": "aris_random_additions:block/anaheim_planks",
"particle": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/fence_post",
"textures": {
"texture": "aris_random_additions:block/anaheim_planks",
"particle": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_all",
"textures": {
"all": "aris_random_additions:block/anaheim_leaves",
"particle": "aris_random_additions:block/anaheim_leaves"
}
}

View File

@@ -0,0 +1,13 @@
{
"parent": "block/cube",
"textures": {
"down": "aris_random_additions:block/anaheim_log_top",
"up": "aris_random_additions:block/anaheim_log_top",
"north": "aris_random_additions:block/anaheim_log_side",
"east": "aris_random_additions:block/anaheim_log_side",
"south": "aris_random_additions:block/anaheim_log_side",
"west": "aris_random_additions:block/anaheim_log_side",
"particle": "aris_random_additions:block/anaheim_log_top"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "aris_random_additions:block/anaheim_planks",
"particle": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/pressure_plate_up",
"textures": {
"particle": "aris_random_additions:block/anaheim_planks",
"texture": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/pressure_plate_down",
"textures": {
"particle": "aris_random_additions:block/anaheim_planks",
"texture": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/slab",
"textures": {
"particle": "aris_random_additions:block/anaheim_planks",
"bottom": "aris_random_additions:block/anaheim_planks",
"top": "aris_random_additions:block/anaheim_planks",
"side": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/cube_bottom_top",
"textures": {
"particle": "aris_random_additions:block/anaheim_planks",
"bottom": "aris_random_additions:block/anaheim_planks",
"top": "aris_random_additions:block/anaheim_planks",
"side": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/slab_top",
"textures": {
"particle": "aris_random_additions:block/anaheim_planks",
"bottom": "aris_random_additions:block/anaheim_planks",
"top": "aris_random_additions:block/anaheim_planks",
"side": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/stairs",
"textures": {
"particle": "aris_random_additions:block/anaheim_planks",
"bottom": "aris_random_additions:block/anaheim_planks",
"top": "aris_random_additions:block/anaheim_planks",
"side": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/inner_stairs",
"textures": {
"particle": "aris_random_additions:block/anaheim_planks",
"bottom": "aris_random_additions:block/anaheim_planks",
"top": "aris_random_additions:block/anaheim_planks",
"side": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/outer_stairs",
"textures": {
"particle": "aris_random_additions:block/anaheim_planks",
"bottom": "aris_random_additions:block/anaheim_planks",
"top": "aris_random_additions:block/anaheim_planks",
"side": "aris_random_additions:block/anaheim_planks"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "aris_random_additions:block/anaheim_log_side",
"particle": "aris_random_additions:block/anaheim_log_side"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "aris_random_additions:block/black_iron_block",
"particle": "aris_random_additions:block/black_iron_block"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,13 @@
{
"parent": "block/cube",
"textures": {
"down": "aris_random_additions:block/black_iron_block",
"up": "aris_random_additions:block/black_iron_block",
"north": "aris_random_additions:block/nether_power_generator_side",
"east": "aris_random_additions:block/nether_power_generator_side",
"south": "aris_random_additions:block/nether_power_generator_side",
"west": "aris_random_additions:block/nether_power_generator_side",
"particle": "aris_random_additions:block/black_iron_block"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,13 @@
{
"parent": "block/cube",
"textures": {
"down": "aris_random_additions:block/black_iron_block",
"up": "aris_random_additions:block/black_iron_block",
"north": "aris_random_additions:block/nether_power_generator_side_filled1",
"east": "aris_random_additions:block/nether_power_generator_side_filled1",
"south": "aris_random_additions:block/nether_power_generator_side_filled1",
"west": "aris_random_additions:block/nether_power_generator_side_filled1",
"particle": "aris_random_additions:block/black_iron_block"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,13 @@
{
"parent": "block/cube",
"textures": {
"down": "aris_random_additions:block/black_iron_block",
"up": "aris_random_additions:block/black_iron_block",
"north": "aris_random_additions:block/nether_power_generator_side_filled2",
"east": "aris_random_additions:block/nether_power_generator_side_filled2",
"south": "aris_random_additions:block/nether_power_generator_side_filled2",
"west": "aris_random_additions:block/nether_power_generator_side_filled2",
"particle": "aris_random_additions:block/black_iron_block"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,13 @@
{
"parent": "block/cube",
"textures": {
"down": "aris_random_additions:block/black_iron_block",
"up": "aris_random_additions:block/black_iron_block",
"north": "aris_random_additions:block/nether_power_generator_side_filled3",
"east": "aris_random_additions:block/nether_power_generator_side_filled3",
"south": "aris_random_additions:block/nether_power_generator_side_filled3",
"west": "aris_random_additions:block/nether_power_generator_side_filled3",
"particle": "aris_random_additions:block/black_iron_block"
},
"render_type": "solid"
}

View File

@@ -0,0 +1,11 @@
{
"parent": "aris_random_additions:custom/starassemblytable",
"textures": {
"all": "aris_random_additions:block/beacon",
"particle": "aris_random_additions:block/beacon",
"0": "aris_random_additions:block/hexa-condensed_netherrack",
"1": "aris_random_additions:block/black_iron_block",
"2": "aris_random_additions:block/beacon"
},
"render_type": "solid"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 B

After

Width:  |  Height:  |  Size: 394 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

After

Width:  |  Height:  |  Size: 601 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 B

After

Width:  |  Height:  |  Size: 649 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 B

After

Width:  |  Height:  |  Size: 678 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 504 B

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 436 B

After

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 B

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 B

After

Width:  |  Height:  |  Size: 277 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 B

After

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 773 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 222 B

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 432 B

After

Width:  |  Height:  |  Size: 618 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 B

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 B

After

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 B

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

After

Width:  |  Height:  |  Size: 443 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

After

Width:  |  Height:  |  Size: 419 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

After

Width:  |  Height:  |  Size: 430 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

After

Width:  |  Height:  |  Size: 430 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 B

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 398 B

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 B

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 B

After

Width:  |  Height:  |  Size: 430 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 B

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 282 B

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

After

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 B

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 B

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 B

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 B

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 B

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 B

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 B

After

Width:  |  Height:  |  Size: 295 B

Some files were not shown because too many files have changed in this diff Show More