uj
This commit is contained in:
15
build/resources/main/data/szar/advancements/nwordpass.json
Normal file
15
build/resources/main/data/szar/advancements/nwordpass.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "szar:nwordpass"
|
||||
},
|
||||
"title": "Nig-",
|
||||
"description": "Get an N-word pass",
|
||||
"show_toast": true
|
||||
},
|
||||
"criteria": {
|
||||
"used_item": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "szar:cannabis"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:any_of",
|
||||
"terms": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"items": ["minecraft:shears"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": { "min": 1 }
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:random_chance",
|
||||
"chance": 0.5
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
20
build/resources/main/data/szar/recipes/fasz.json
Normal file
20
build/resources/main/data/szar/recipes/fasz.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" M ",
|
||||
" B ",
|
||||
"B B"
|
||||
],
|
||||
"key": {
|
||||
"M": {
|
||||
"item": "minecraft:milk_bucket"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:beef"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:fasz",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
9
build/resources/main/data/szar/recipes/weed.json
Normal file
9
build/resources/main/data/szar/recipes/weed.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredient": {
|
||||
"item": "szar:cannabis"
|
||||
},
|
||||
"result": "szar:weed",
|
||||
"experience": 0.67,
|
||||
"cookingtime": 100
|
||||
}
|
||||
20
build/resources/main/data/szar/recipes/weed_joint.json
Normal file
20
build/resources/main/data/szar/recipes/weed_joint.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"WP ",
|
||||
"PWP",
|
||||
" PW"
|
||||
],
|
||||
"key": {
|
||||
"W": {
|
||||
"item": "szar:weed"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:weed_joint",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user