uj
This commit is contained in:
@@ -7,5 +7,6 @@
|
||||
"itemgroup.szar_group": "Szar",
|
||||
"block.szar.cannabis": "Cannabis",
|
||||
"item.szar.weed": "Weed",
|
||||
"effect.szar.drog": "Drog"
|
||||
"effect.szar.drog": "Drog",
|
||||
"item.szar.weed_joint": "Weed Joint"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.9.0",
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"0": "szar:item/joint3d",
|
||||
"particle": "szar:item/joint3d"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0, 7],
|
||||
"to": [9, 12, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 12], "texture": "#0"},
|
||||
"east": {"uv": [2, 0, 4, 12], "texture": "#0"},
|
||||
"south": {"uv": [4, 0, 6, 12], "texture": "#0"},
|
||||
"west": {"uv": [6, 0, 8, 12], "texture": "#0"},
|
||||
"up": {"uv": [10, 2, 8, 0], "texture": "#0"},
|
||||
"down": {"uv": [10, 2, 8, 4], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [90, 0, 0],
|
||||
"translation": [-6, -1.5, 0]
|
||||
}
|
||||
}
|
||||
}
|
||||
16
src/main/resources/assets/szar/models/item/weed_joint.json
Normal file
16
src/main/resources/assets/szar/models/item/weed_joint.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/weed_joint"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"predicate": { "held": 1 },
|
||||
"model": "szar:item/weed_join_3d"
|
||||
},
|
||||
{
|
||||
"predicate": { "using": 1 },
|
||||
"model": "szar:item/weed_joint_held"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.9.0",
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"0": "szar:item/joint3d",
|
||||
"particle": "szar:item/joint3d"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [7, 0, 7],
|
||||
"to": [9, 12, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 7]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 12], "texture": "#0"},
|
||||
"east": {"uv": [2, 0, 4, 12], "texture": "#0"},
|
||||
"south": {"uv": [4, 0, 6, 12], "texture": "#0"},
|
||||
"west": {"uv": [6, 0, 8, 12], "texture": "#0"},
|
||||
"up": {"uv": [10, 2, 8, 0], "texture": "#0"},
|
||||
"down": {"uv": [10, 2, 8, 4], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"predicate": {
|
||||
"using": 1
|
||||
},
|
||||
"model": "szar:item/weed_joint_held"
|
||||
}
|
||||
],
|
||||
"display": {}
|
||||
}
|
||||
BIN
src/main/resources/assets/szar/textures/item/joint3d.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/joint3d.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 177 B |
BIN
src/main/resources/assets/szar/textures/item/weed_joint.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/weed_joint.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 344 B |
BIN
src/main/resources/assets/szar/textures/item/weed_joint1.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/weed_joint1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 326 B |
BIN
src/main/resources/assets/szar/textures/mob_effect/drog.png
Normal file
BIN
src/main/resources/assets/szar/textures/mob_effect/drog.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 344 B |
20
src/main/resources/data/szar/recipes/weed_joint.json
Normal file
20
src/main/resources/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
|
||||
}
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
"license": "All-Rights-Reserved",
|
||||
"icon": "assets/szar/icon.png",
|
||||
"environment": "*",
|
||||
"accessWidener" : "szar.accesswidener",
|
||||
"entrypoints": {
|
||||
"fabric-datagen": [
|
||||
"dev.tggamesyt.szar.client.SzarDataGenerator"
|
||||
|
||||
3
src/main/resources/szar.accesswidener
Normal file
3
src/main/resources/szar.accesswidener
Normal file
@@ -0,0 +1,3 @@
|
||||
accessWidener v2 named
|
||||
|
||||
accessible field net/minecraft/client/gui/hud/InGameHud spyglassScale F
|
||||
Reference in New Issue
Block a user