This commit is contained in:
2026-03-11 18:17:01 +01:00
parent d0d2183c77
commit ce206409a5
43 changed files with 718 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

@@ -88,5 +88,29 @@
"item.szar.hello.desc": "Alex Savage - OMFG - Hello (Dark Remix)",
"death.attack.plane_crash": "%1$s crashed their plane",
"death.attack.plane_crash.player": "%1$s was killed when %2$s crashed their plane"
"death.attack.plane_crash.player": "%1$s was killed when %2$s crashed their plane",
"painting.szar.nyansniffer.title": "Nyan Sniffer",
"painting.szar.nyansniffer.author": "Unknown (Szar Mod)",
"painting.szar.matrix.title": "Matrix",
"painting.szar.matrix.author": "Unknown (Szar Mod)",
"painting.szar.frogs.title": "Frogs",
"painting.szar.frogs.author": "Minecraft Live (Szar Mod)",
"painting.szar.bounce.title": "Bounce",
"painting.szar.bounce.author": "Unknown (Szar Mod)",
"painting.szar.block_wave.title": "Block Wave",
"painting.szar.block_wave.author": "Unknown (Szar Mod)",
"painting.szar.bloc.title": "Bloc",
"painting.szar.bloc.author": "Unknown (Szar Mod)",
"painting.szar.axolotl.title": "Axolotl",
"painting.szar.axolotl.author": "Unknown (Szar Mod)",
"painting.szar.chicken_jokey.title": "Chicken Jokey",
"painting.szar.chicken_jokey.author": "Unknown (Szar Mod)"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 650 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 650 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 650 B

View File

@@ -19,6 +19,9 @@
],
"main": [
"dev.tggamesyt.szar.Szar"
],
"modmenu": [
"dev.tggamesyt.szar.client.ModMenuIntegration"
]
},
"mixins": [
@@ -32,5 +35,9 @@
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
},
"suggests": {
"modmenu": "*",
"cloth-config": "*"
}
}

View File

@@ -0,0 +1,7 @@
{
"block.szar.fasz": "?",
"item.szar.epstein_files": "?",
"item.szar.cndm": "?",
"death.attack.fck": "%1$s was killed by %2$s",
"item.szar.white_liquid": "?"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "szar:block/questionmark"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "szar:item/questionmark"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "szar:item/questionmark"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "szar:item/questionmark"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "szar:item/questionmark"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "szar:item/questionmark"
}
}

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "Szar built-in resource pack"
}
}

View File

@@ -0,0 +1,25 @@
{
"block.szar.cigany": "? Block",
"item.szar.nwordpass": "?",
"entity.szar.nigger": "Monkey",
"item.szar.nigger_spawn_egg":"Monkey Spawn Egg",
"item.szar.gypsy_spawn_egg":"Burglar Spawn Egg",
"item.szar.niggerite_ingot": "Monkey Ingot",
"block.szar.niggerite_block": "Monkey Block",
"item.szar.niggerite_sword": "Monkey Sword",
"item.szar.niggerite_axe": "Monkey Axe",
"item.szar.niggerite_pickaxe": "Monkey Pickaxe",
"item.szar.niggerite_shovel": "Monkey Shovel",
"item.szar.niggerite_hoe": "Monkey Hoe",
"item.szar.niggerite_chestplate": "Monkey Chestplate",
"item.szar.niggerite_leggings": "Monkey Leggings",
"item.szar.niggerite_boots": "Monkey Boots",
"item.szar.niggerite_helmet": "Monkey Helmet",
"entity.szar.islam_terrorist": "Creeper Player",
"item.szar.terrorist_spawn_egg": "Creeper Player Spawn Egg",
"entity.szar.gypsy": "Burglar",
"item.szar.epstein_files": "?",
"entity.szar.epstein": "Old Man",
"item.szar.epstein_spawn_egg": "Old Man Spawn Egg"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "szar:block/questionmark"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "szar:item/questionmark"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "szar:item/questionmark"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "Szar built-in resource pack"
}
}