advancements and kebab
This commit is contained in:
@@ -152,5 +152,35 @@
|
||||
"block.szar.backrooms_light": "Light",
|
||||
"entity.szar.smiler": "Smiler",
|
||||
"item.szar.beer": "Beer",
|
||||
"effect.szar.drunk": "Drunk"
|
||||
"effect.szar.drunk": "Drunk",
|
||||
|
||||
"item.szar.kebab": "Kebab",
|
||||
"death.attack.fart": "%1$s was farted on by %2$s",
|
||||
|
||||
"advancement.szar.high.title": "Did I always have no hands?",
|
||||
"advancement.szar.high.description": "Get high using weed.",
|
||||
|
||||
"advancement.szar.arrested.title": "Officer, I swear I didn't do anything!",
|
||||
"advancement.szar.arrested.description": "Get arrested",
|
||||
|
||||
"advancement.szar.files.title": "I wonder if I'm in the files..",
|
||||
"advancement.szar.files.description": "Read the Epstein files.",
|
||||
|
||||
"advancement.szar.nyan.title": "You are starting to annoy me!",
|
||||
"advancement.szar.nyan.description": "Get near a Nyan Cat",
|
||||
|
||||
"advancement.szar.oi.title": "DO THE THING",
|
||||
"advancement.szar.oi.description": "Play Firtana's sound",
|
||||
|
||||
"advancement.szar.crazy.title": "Crazy",
|
||||
"advancement.szar.crazy.description": "Play a crazy music disc from the Szar Mod",
|
||||
|
||||
"advancement.szar.gamble.title": "Let's go gambling!",
|
||||
"advancement.szar.gamble.description": "Gamble in a gambling machine.",
|
||||
|
||||
"advancement.szar.april.title": "I think you were used to be the other way, no?",
|
||||
"advancement.szar.april.description": "Play the game on April 1st",
|
||||
|
||||
"advancement.szar.dontknow.title": "I think she doesn't know",
|
||||
"advancement.szar.dontknow.description": "Ask a question from Merl"
|
||||
}
|
||||
|
||||
6
src/main/resources/assets/szar/models/item/april.json
Normal file
6
src/main/resources/assets/szar/models/item/april.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/april"
|
||||
}
|
||||
}
|
||||
6
src/main/resources/assets/szar/models/item/kebab.json
Normal file
6
src/main/resources/assets/szar/models/item/kebab.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/kebab"
|
||||
}
|
||||
}
|
||||
@@ -226,5 +226,21 @@
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"fart1": {
|
||||
"sounds": [
|
||||
{
|
||||
"name": "szar:fart1",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"fart": {
|
||||
"sounds": [
|
||||
{
|
||||
"name": "szar:fart",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
BIN
src/main/resources/assets/szar/sounds/fart.ogg
Normal file
BIN
src/main/resources/assets/szar/sounds/fart.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/szar/sounds/fart1.ogg
Normal file
BIN
src/main/resources/assets/szar/sounds/fart1.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/szar/textures/item/april.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/april.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 160 KiB |
BIN
src/main/resources/assets/szar/textures/item/kebab.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/kebab.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
15
src/main/resources/data/szar/advancements/april.json
Normal file
15
src/main/resources/data/szar/advancements/april.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "szar:april"
|
||||
},
|
||||
"title": {"translate": "advancement.szar.april.title"},
|
||||
"description": {"translate": "advancement.szar.april.description"},
|
||||
"show_toast": false
|
||||
},
|
||||
"criteria": {
|
||||
"used_item": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
}
|
||||
}
|
||||
15
src/main/resources/data/szar/advancements/arrested.json
Normal file
15
src/main/resources/data/szar/advancements/arrested.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "szar:police_handcuff"
|
||||
},
|
||||
"title": {"translate": "advancement.szar.arrested.title"},
|
||||
"description": {"translate": "advancement.szar.arrested.description"},
|
||||
"show_toast": false
|
||||
},
|
||||
"criteria": {
|
||||
"used_item": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
}
|
||||
}
|
||||
15
src/main/resources/data/szar/advancements/crazy.json
Normal file
15
src/main/resources/data/szar/advancements/crazy.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "szar:baiter"
|
||||
},
|
||||
"title": {"translate": "advancement.szar.crazy.title"},
|
||||
"description": {"translate": "advancement.szar.crazy.description"},
|
||||
"show_toast": true
|
||||
},
|
||||
"criteria": {
|
||||
"used_item": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
}
|
||||
}
|
||||
15
src/main/resources/data/szar/advancements/dontknow.json
Normal file
15
src/main/resources/data/szar/advancements/dontknow.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "szar:merl_spawn_egg"
|
||||
},
|
||||
"title": {"translate": "advancement.szar.dontknow.title"},
|
||||
"description": {"translate": "advancement.szar.dontknow.description"},
|
||||
"show_toast": false
|
||||
},
|
||||
"criteria": {
|
||||
"used_item": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
}
|
||||
}
|
||||
15
src/main/resources/data/szar/advancements/files.json
Normal file
15
src/main/resources/data/szar/advancements/files.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "szar:epstein_files"
|
||||
},
|
||||
"title": {"translate": "advancement.szar.files.title"},
|
||||
"description": {"translate": "advancement.szar.files.description"},
|
||||
"show_toast": true
|
||||
},
|
||||
"criteria": {
|
||||
"used_item": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
}
|
||||
}
|
||||
15
src/main/resources/data/szar/advancements/gamble.json
Normal file
15
src/main/resources/data/szar/advancements/gamble.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "szar:slot_machine"
|
||||
},
|
||||
"title": {"translate": "advancement.szar.gamble.title"},
|
||||
"description": {"translate": "advancement.szar.gamble.description"},
|
||||
"show_toast": true
|
||||
},
|
||||
"criteria": {
|
||||
"used_item": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
}
|
||||
}
|
||||
15
src/main/resources/data/szar/advancements/high.json
Normal file
15
src/main/resources/data/szar/advancements/high.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "szar:weed_joint"
|
||||
},
|
||||
"title": {"translate": "advancement.szar.high.title"},
|
||||
"description": {"translate": "advancement.szar.high.description"},
|
||||
"show_toast": true
|
||||
},
|
||||
"criteria": {
|
||||
"used_item": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
}
|
||||
}
|
||||
15
src/main/resources/data/szar/advancements/nyan.json
Normal file
15
src/main/resources/data/szar/advancements/nyan.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "szar:pop_tart"
|
||||
},
|
||||
"title": {"translate": "advancement.szar.nyan.title"},
|
||||
"description": {"translate": "advancement.szar.nyan.description"},
|
||||
"show_toast": true
|
||||
},
|
||||
"criteria": {
|
||||
"used_item": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
}
|
||||
}
|
||||
15
src/main/resources/data/szar/advancements/oi.json
Normal file
15
src/main/resources/data/szar/advancements/oi.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "szar:firtana"
|
||||
},
|
||||
"title": {"translate": "advancement.szar.oi.title"},
|
||||
"description": {"translate": "advancement.szar.oi.description"},
|
||||
"show_toast": false
|
||||
},
|
||||
"criteria": {
|
||||
"used_item": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
}
|
||||
}
|
||||
5
src/main/resources/data/szar/damage_type/fart.json
Normal file
5
src/main/resources/data/szar/damage_type/fart.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"message_id": "fart",
|
||||
"scaling": "never",
|
||||
"exhaustion": 0.0
|
||||
}
|
||||
23
src/main/resources/data/szar/recipes/kebab.json
Normal file
23
src/main/resources/data/szar/recipes/kebab.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" KB",
|
||||
" BK",
|
||||
"S "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"B": {
|
||||
"tag": "szar:cooked_meat"
|
||||
},
|
||||
"K": {
|
||||
"item": "minecraft:kelp"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:kebab",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
12
src/main/resources/data/szar/tags/items/cooked_meat.json
Normal file
12
src/main/resources/data/szar/tags/items/cooked_meat.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:cooked_beef",
|
||||
"minecraft:cooked_porkchop",
|
||||
"minecraft:cooked_chicken",
|
||||
"minecraft:cooked_mutton",
|
||||
"minecraft:cooked_rabbit",
|
||||
"minecraft:cooked_cod",
|
||||
"minecraft:cooked_salmon"
|
||||
]
|
||||
}
|
||||
@@ -6,6 +6,7 @@
|
||||
"mixins": [
|
||||
"CraftingScreenHandlerMixin",
|
||||
"CraftingScreenHandlerMixin2",
|
||||
"JukeboxMixin",
|
||||
"LevelSummaryMixin",
|
||||
"LivingEntityFallDamageMixin",
|
||||
"NoClipMixin",
|
||||
|
||||
Reference in New Issue
Block a user