I dont fckin know
This commit is contained in:
@@ -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": "..."
|
||||
}
|
||||
|
||||
6
src/main/resources/assets/szar/models/item/cndm.json
Normal file
6
src/main/resources/assets/szar/models/item/cndm.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/cndm"
|
||||
}
|
||||
}
|
||||
6
src/main/resources/assets/szar/models/item/latex.json
Normal file
6
src/main/resources/assets/szar/models/item/latex.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/latex"
|
||||
}
|
||||
}
|
||||
@@ -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 |
BIN
src/main/resources/assets/szar/textures/item/cndm.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/cndm.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
src/main/resources/assets/szar/textures/item/latex.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/latex.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 774 B |
BIN
src/main/resources/assets/szar/textures/item/white_liquid.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/white_liquid.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 972 B |
5
src/main/resources/data/szar/damage_type/fck.json
Normal file
5
src/main/resources/data/szar/damage_type/fck.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"message_id": "fck",
|
||||
"exhaustion": 0.1,
|
||||
"scaling": "never"
|
||||
}
|
||||
14
src/main/resources/data/szar/recipes/cndm.json
Normal file
14
src/main/resources/data/szar/recipes/cndm.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "szar:latex"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:blue_dye"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "szar:cndm"
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/szar/recipes/latex.json
Normal file
20
src/main/resources/data/szar/recipes/latex.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user