Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Sep 9, 2024
2 parents 31167e0 + 98b1c1f commit b80e44f
Show file tree
Hide file tree
Showing 19 changed files with 86 additions and 19 deletions.
13 changes: 11 additions & 2 deletions assets/minecraft/font/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,16 @@
{
"file":"sparklypower:gui/27_slots_guis.png",
"chars":[
"\ue256\ue279"
"\ue256\ue291"
],
"height":87,
"ascent":23,
"type":"bitmap"
},
{
"file":"sparklypower:gui/27_slots_guis.png",
"chars":[
"\ue256\ue291"
],
"height":87,
"ascent":23,
Expand Down Expand Up @@ -165,7 +174,7 @@
{
"file":"sparklypower:font/sparkly_emojis_16.png",
"chars":[
"\ue283\ue284\ue285\ue286\ue287\ue288\ue289"
"\ue283\ue284\ue285\ue286\ue287\ue288\ue289\ue290"
],
"height":8,
"ascent":7,
Expand Down
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/custom/plushies/lightt2148.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/custom/plushies/normal",
"textures": {
"0": "item/plushies/lightt2148"
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/custom/plushies/otnt_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/custom/plushies/normal",
"textures": {
"0": "item/plushies/otnt_"
}
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/custom/plushies/pansoka.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/custom/plushies/slim",
"textures": {
"0": "item/plushies/pansoka"
}
}
29 changes: 14 additions & 15 deletions assets/minecraft/models/item/custom/plushies/slim.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"credit": "Made with Blockbench",
"textures": {
"1": "item/plushies/ynilzinha_"
},
"elements": [
{
Expand Down Expand Up @@ -50,12 +49,12 @@
"to": [4.32641, 10.35608, 11.69469],
"rotation": {"angle": -22.5, "axis": "z", "origin": [3.80874, 5.8854, 11.8344]},
"faces": {
"north": {"uv": [9, 13, 10, 16], "texture": "#0"},
"north": {"uv": [9, 13, 9.75, 16], "texture": "#0"},
"east": {"uv": [8, 13, 9, 16], "texture": "#0"},
"south": {"uv": [11, 13, 12, 16], "texture": "#0"},
"west": {"uv": [10, 13, 11, 16], "texture": "#0"},
"up": {"uv": [9, 12, 10, 13], "texture": "#0"},
"down": {"uv": [10, 12, 11, 13], "texture": "#0"}
"south": {"uv": [10.75, 13, 11.5, 16], "texture": "#0"},
"west": {"uv": [9.75, 13, 10.75, 16], "texture": "#0"},
"up": {"uv": [9, 12, 9.75, 13], "texture": "#0"},
"down": {"uv": [9.75, 12, 10.5, 13], "texture": "#0"}
}
},
{
Expand All @@ -64,12 +63,12 @@
"to": [13.90207, 10.35608, 11.69469],
"rotation": {"angle": 22.5, "axis": "z", "origin": [12.19126, 5.8854, 11.8344]},
"faces": {
"north": {"uv": [12, 8, 11, 5], "rotation": 180, "texture": "#0"},
"north": {"uv": [11.75, 8, 11, 5], "rotation": 180, "texture": "#0"},
"east": {"uv": [10, 5, 11, 8], "texture": "#0"},
"south": {"uv": [14, 5, 13, 8], "texture": "#0"},
"west": {"uv": [13, 5, 12, 8], "texture": "#0"},
"up": {"uv": [12, 5, 11, 4], "texture": "#0"},
"down": {"uv": [13, 5, 12, 4], "texture": "#0"}
"south": {"uv": [13.5, 5, 12.75, 8], "texture": "#0"},
"west": {"uv": [12.75, 5, 11.75, 8], "texture": "#0"},
"up": {"uv": [11.75, 5, 11, 4], "texture": "#0"},
"down": {"uv": [12.5, 5, 11.75, 4], "texture": "#0"}
}
},
{
Expand Down Expand Up @@ -133,10 +132,10 @@
"to": [4.52641, 11.35608, 11.89469],
"rotation": {"angle": -22.5, "axis": "z", "origin": [3.80874, 5.8854, 11.8344]},
"faces": {
"north": {"uv": [13, 13, 14, 15.75], "texture": "#0"},
"north": {"uv": [13, 13, 13.75, 15.75], "texture": "#0"},
"east": {"uv": [12, 13, 13, 15.75], "texture": "#0"},
"south": {"uv": [15, 13, 16, 15.75], "texture": "#0"},
"west": {"uv": [14, 13, 15, 15.75], "texture": "#0"},
"south": {"uv": [14.75, 13, 15.5, 15.75], "texture": "#0"},
"west": {"uv": [13.75, 13, 14.75, 15.75], "texture": "#0"},
"up": {"uv": [13, 12, 14, 13], "texture": "#0"},
"down": {"uv": [14, 12, 15, 13], "texture": "#0"}
}
Expand Down Expand Up @@ -234,4 +233,4 @@
"children": [7, 8, 9, 10, 11, 12]
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/custom/plushies/slim",
"textures": {
"0": "item/plushies/thecauagames"
}
}
9 changes: 8 additions & 1 deletion assets/minecraft/models/item/paper.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,13 @@
{ "predicate": { "custom_model_data": 200 }, "model": "sparklypower:item/backpack/backpack_sticker_rarity_rare" },
{ "predicate": { "custom_model_data": 201 }, "model": "sparklypower:item/backpack/backpack_sticker_rarity_epic" },
{ "predicate": { "custom_model_data": 202 }, "model": "sparklypower:item/backpack/backpack_sticker_rarity_legendary" },
{ "predicate": { "custom_model_data": 203 }, "model": "sparklypower:item/backpack/backpack_sticker_rarity_special" }
{ "predicate": { "custom_model_data": 203 }, "model": "sparklypower:item/backpack/backpack_sticker_rarity_special" },
{ "predicate": { "custom_model_data": 204 }, "model": "sparklypower:item/fancy_menu/loja_cash/button_30days" },
{ "predicate": { "custom_model_data": 205 }, "model": "sparklypower:item/fancy_menu/loja_cash/button_90days" },
{ "predicate": { "custom_model_data": 206 }, "model": "sparklypower:item/fancy_menu/loja_cash/button_180days" },
{ "predicate": { "custom_model_data": 207 }, "model": "sparklypower:item/plushies/standing/thecauagames" },
{ "predicate": { "custom_model_data": 208 }, "model": "sparklypower:item/plushies/standing/lightt2148" },
{ "predicate": { "custom_model_data": 209 }, "model": "sparklypower:item/plushies/standing/pansoka" },
{ "predicate": { "custom_model_data": 210 }, "model": "sparklypower:item/plushies/standing/otnt_" }
]
}
4 changes: 4 additions & 0 deletions assets/minecraft/models/item/wooden_hoe.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
{ "predicate": { "custom_model_data": 13 }, "model": "item/custom/plushies/d_elet" },
{ "predicate": { "custom_model_data": 14 }, "model": "item/custom/plushies/theboy" },
{ "predicate": { "custom_model_data": 15 }, "model": "item/custom/plushies/00arthurr" },
{ "predicate": { "custom_model_data": 16 }, "model": "item/custom/plushies/thecauagames" },
{ "predicate": { "custom_model_data": 17 }, "model": "item/custom/plushies/lightt2148" },
{ "predicate": { "custom_model_data": 18 }, "model": "item/custom/plushies/pansoka" },
{ "predicate": { "custom_model_data": 19 }, "model": "item/custom/plushies/otnt_" },
{ "predicate": {"damaged": 1, "damage": 0}, "model": "item/wooden_hoe"}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/item/plushies/otnt_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "sparklypower:item/plushies/standing/normal",
"textures": {
"0": "item/plushies/lightt2148"
}
}
6 changes: 6 additions & 0 deletions assets/sparklypower/models/item/plushies/standing/otnt_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "sparklypower:item/plushies/standing/normal",
"textures": {
"0": "item/plushies/otnt_"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "sparklypower:item/plushies/standing/slim",
"textures": {
"0": "item/plushies/pansoka"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "sparklypower:item/plushies/standing/slim",
"textures": {
"0": "item/plushies/thecauagames"
}
}
Binary file modified assets/sparklypower/textures/font/sparkly_emojis_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/sparklypower/textures/gui/27_slots_guis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 9,
"pack_format": 32,
"description": "§6✪ §4§lSparkly§b§lPower §cʕ•ᴥ•ʔ §e✌ §eIP: §bmc.sparklypower.net"
}
}

0 comments on commit b80e44f

Please sign in to comment.