I dont fckin know

This commit is contained in:
2026-02-26 18:44:01 +01:00
parent 00ba9dc23b
commit 3a78b7dc37
15 changed files with 210 additions and 27 deletions

View File

@@ -73,5 +73,9 @@
"item.szar.merl_spawn_egg": "Merl Spawn Egg",
"effect.szar.pregnant": "Pregnant",
"entity.szar.kid": "Kid",
"block.szar.obelisk_core": "Towers Core Block"
"block.szar.obelisk_core": "Towers Core Block",
"item.szar.cndm": "Condom",
"item.szar.latex": "Latex",
"death.attack.fck": "%1$s got fucked too hard by %2$s",
"item.szar.white_liquid": "..."
}

View File

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

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 774 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 972 B

View File

@@ -0,0 +1,5 @@
{
"message_id": "fck",
"exhaustion": 0.1,
"scaling": "never"
}

View File

@@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "szar:latex"
},
{
"item": "minecraft:blue_dye"
}
],
"result": {
"item": "szar:cndm"
}
}

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
"SLS",
"SSS"
],
"key": {
"S": {
"item": "minecraft:sugar"
},
"L": {
"item": "minecraft:slime_ball"
}
},
"result": {
"item": "szar:latex",
"count": 1
}
}