Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"mob_sounds": "entity.player.hurt",
"poses": {
"sit": "modfest_plushies:more_than_a_foxbox/bdubs/sit",
"stand": "modfest_plushies:more_than_a_foxbox/bdubs/stand",
"lay": "modfest_plushies:more_than_a_foxbox/bdubs/lay",
"box": "modfest_plushies:more_than_a_foxbox/bdubs/box"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"mob_sounds": {
"sound_id": "modfest_plushies:spamton"
},
"poses": {
"sit": "modfest_plushies:more_than_a_foxbox/spamton",
"stand": "modfest_plushies:more_than_a_foxbox/spamton",
"lay": "modfest_plushies:more_than_a_foxbox/spamton",
"box": "modfest_plushies:more_than_a_foxbox/spamton"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"type": "more_than_a_foxbox:sewing",

"shell": "white_wool",
"filler": "#more_than_a_foxbox:polyfill",
"essence": "diorite",

"result": {
"id": "more_than_a_foxbox:plushie",
"components": {
"more_than_a_foxbox:plushie": {
"variant": "modfest_plushies:bdubs"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "more_than_a_foxbox:sewing",

"shell": "white_wool",
"filler": "#more_than_a_foxbox:polyfill",
"essence": "diorite",
"upgrade": "more_than_a_foxbox:speaker",

"result": {
"id": "more_than_a_foxbox:plushie",
"components": {
"more_than_a_foxbox:plushie": {
"variant": "modfest_plushies:bdubs",
"sound_type": "speaker"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "more_than_a_foxbox:sewing",

"shell": "white_wool",
"filler": "#more_than_a_foxbox:polyfill",
"essence": "diorite",
"upgrade": "more_than_a_foxbox:squeaker",

"result": {
"id": "more_than_a_foxbox:plushie",
"components": {
"more_than_a_foxbox:plushie": {
"variant": "modfest_plushies:bdubs",
"sound_type": "squeaker"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"type": "more_than_a_foxbox:sewing",

"shell": "pink_wool",
"filler": "#more_than_a_foxbox:polyfill",
"essence": "yellow_wool",

"result": {
"id": "more_than_a_foxbox:plushie",
"components": {
"more_than_a_foxbox:plushie": {
"variant": "modfest_plushies:spamton"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "more_than_a_foxbox:sewing",

"shell": "pink_wool",
"filler": "#more_than_a_foxbox:polyfill",
"essence": "yellow_wool",
"upgrade": "more_than_a_foxbox:speaker",

"result": {
"id": "more_than_a_foxbox:plushie",
"components": {
"more_than_a_foxbox:plushie": {
"variant": "modfest_plushies:spamton",
"sound_type": "speaker"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "more_than_a_foxbox:sewing",

"shell": "pink_wool",
"filler": "#more_than_a_foxbox:polyfill",
"essence": "yellow_wool",
"upgrade": "more_than_a_foxbox:squeaker",

"result": {
"id": "more_than_a_foxbox:plushie",
"components": {
"more_than_a_foxbox:plushie": {
"variant": "modfest_plushies:spamton",
"sound_type": "squeaker"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pack": {
"description": "ModFest Plushies",
"pack_format": 80
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "modfest_plushies:more_than_a_foxbox/bdubs/stand"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "modfest_plushies:more_than_a_foxbox/spamton"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"item.more_than_a_foxbox.plushie.modfest_plushies.bdubs": "BDubs Plushie",
"item.more_than_a_foxbox.plushie.modfest_plushies.spamton": "[[BIG SHOT]] Plushie",
"subtitles.modfest_plushies.spamton": "Now's your chance to be a [[BIG SHOT]]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "more_than_a_foxbox:more_than_a_foxbox/player/slim_box",
"ambientocclusion": false,
"textures": {
"skin": "modfest_plushies:item/plushie/bdubs"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "more_than_a_foxbox:more_than_a_foxbox/player/slim_lay",
"ambientocclusion": false,
"textures": {
"skin": "modfest_plushies:item/plushie/bdubs"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "more_than_a_foxbox:more_than_a_foxbox/player/slim_sit",
"ambientocclusion": false,
"textures": {
"skin": "modfest_plushies:item/plushie/bdubs"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "more_than_a_foxbox:more_than_a_foxbox/player/slim_stand",
"ambientocclusion": false,
"textures": {
"skin": "modfest_plushies:item/plushie/bdubs"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"format_version": "1.21.6",
"credit": "Made with Blockbench",
"texture_size": [32, 32],
"textures": {
"0": "modfest_plushies:item/plushie/spamton",
"particle": "modfest_plushies:item/plushie/spamton"
},
"elements": [
{
"from": [1, 0, 8],
"to": [14, 18.5, 8],
"rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 8]},
"faces": {
"north": {"uv": [0, 0, 6.5, 9], "texture": "#0"},
"east": {"uv": [0, 0, 0, 9], "texture": "#0"},
"south": {"uv": [6.5, 0, 13, 9], "texture": "#0"},
"west": {"uv": [6.5, 0, 6.5, 9], "texture": "#0"},
"up": {"uv": [6.5, 0, 0, 0], "texture": "#0"},
"down": {"uv": [13, 0, 6.5, 0], "texture": "#0"}
}
}
],
"display": {
"thirdperson_righthand": {
"translation": [0, 0, -0.1]
},
"thirdperson_lefthand": {
"translation": [0, 0, -0.1]
},
"firstperson_righthand": {
"rotation": [0, -180, 0]
},
"firstperson_lefthand": {
"rotation": [0, -180, 0]
},
"ground": {
"translation": [0, 6, 0]
},
"gui": {
"rotation": [0, -180, 0],
"translation": [0, -0.5, 0],
"scale": [0.8, 0.8, 1]
},
"head": {
"translation": [0, 14.4, 0]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"spamton": {
"subtitle": "subtitles.modfest_plushies.spamton",
"sounds": [
{
"name": "modfest_plushies:nows_your_chance_to_1"
},
{
"name": "modfest_plushies:nows_your_chance_to_2"
},
{
"name": "modfest_plushies:nows_your_chance_to_3"
},
{
"name": "modfest_plushies:nows_your_chance_to_4"
},
{
"name": "modfest_plushies:nows_your_chance_to_5"
}
]
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 @@
{
"pack": {
"description": "ModFest Plushies",
"pack_format": 64
}
}