weed
This commit is contained in:
6
src/main/resources/assets/szar/blockstates/cannabis.json
Normal file
6
src/main/resources/assets/szar/blockstates/cannabis.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"variants": {
|
||||
"half=lower": { "model": "szar:block/cannabis_bottom" },
|
||||
"half=upper": { "model": "szar:block/cannabis" }
|
||||
}
|
||||
}
|
||||
@@ -2,5 +2,10 @@
|
||||
"block.szar.cigany": "Cigány Block",
|
||||
"block.szar.fasz": "Fasz",
|
||||
"item.szar.nwordpass": "N-Word Pass",
|
||||
"entity.szar.nigger": "Nigger"
|
||||
"entity.szar.nigger": "Nigger",
|
||||
"item.szar.nigger_spawn_egg":"Nigger Spawn Egg",
|
||||
"itemgroup.szar_group": "Szar",
|
||||
"block.szar.cannabis": "Cannabis",
|
||||
"item.szar.weed": "Weed",
|
||||
"effect.szar.drog": "Drog"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/cross",
|
||||
"textures": {
|
||||
"cross": "szar:block/cannabis"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/cross",
|
||||
"textures": {
|
||||
"cross": "szar:block/cannabis_bottom"
|
||||
}
|
||||
}
|
||||
6
src/main/resources/assets/szar/models/item/cannabis.json
Normal file
6
src/main/resources/assets/szar/models/item/cannabis.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:block/cannabis"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:item/template_spawn_egg"
|
||||
}
|
||||
6
src/main/resources/assets/szar/models/item/weed.json
Normal file
6
src/main/resources/assets/szar/models/item/weed.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/weed"
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/szar/textures/block/cannabis.png
Normal file
BIN
src/main/resources/assets/szar/textures/block/cannabis.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 453 B |
Binary file not shown.
|
After Width: | Height: | Size: 508 B |
BIN
src/main/resources/assets/szar/textures/item/weed.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/weed.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 295 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
9
src/main/resources/data/szar/recipes/weed.json
Normal file
9
src/main/resources/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
|
||||
}
|
||||
Reference in New Issue
Block a user