Skip to content

Commit

Permalink
Redo the entire structure of the project to work on 1.21.4 clients
Browse files Browse the repository at this point in the history
  • Loading branch information
29cmb committed Dec 22, 2024
1 parent 1022a44 commit b0d7de0
Show file tree
Hide file tree
Showing 32 changed files with 245 additions and 266 deletions.
6 changes: 6 additions & 0 deletions assets/cmbminigames/items/cosmetic/angelic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:cosmetic/angelic"
}
}
6 changes: 6 additions & 0 deletions assets/cmbminigames/items/cosmetic/bunny.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:cosmetic/bunny"
}
}
6 changes: 6 additions & 0 deletions assets/cmbminigames/items/cosmetic/cat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:cosmetic/cat"
}
}
6 changes: 6 additions & 0 deletions assets/cmbminigames/items/cosmetic/cat_ears.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:cosmetic/cat_ears"
}
}
6 changes: 6 additions & 0 deletions assets/cmbminigames/items/cosmetic/clown.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:cosmetic/clown"
}
}
6 changes: 6 additions & 0 deletions assets/cmbminigames/items/cosmetic/crane_head.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:cosmetic/crane_head"
}
}
6 changes: 6 additions & 0 deletions assets/cmbminigames/items/cosmetic/crt_monitor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:cosmetic/crt_monitor"
}
}
6 changes: 6 additions & 0 deletions assets/cmbminigames/items/cosmetic/demon_horns.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:cosmetic/demon_horns"
}
}
6 changes: 6 additions & 0 deletions assets/cmbminigames/items/cosmetic/gd_head.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:cosmetic/gd_head"
}
}
6 changes: 6 additions & 0 deletions assets/cmbminigames/items/cosmetic/goose.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:cosmetic/goose"
}
}
6 changes: 6 additions & 0 deletions assets/cmbminigames/items/cosmetic/headphones.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:cosmetic/headphones"
}
}
6 changes: 6 additions & 0 deletions assets/cmbminigames/items/cosmetic/oragami_crane.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type": "model",
"model": "cmbminigames:cosmetic/oragami_crane"
}
}
6 changes: 6 additions & 0 deletions assets/cmbminigames/items/cosmetic/shark.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:cosmetic/shark"
}
}
6 changes: 6 additions & 0 deletions assets/cmbminigames/items/cosmetic/sink.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:cosmetic/sink"
}
}
6 changes: 6 additions & 0 deletions assets/cmbminigames/items/cosmetic/ufo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:cosmetic/ufo"
}
}
6 changes: 6 additions & 0 deletions assets/cmbminigames/items/cosmetic/wizard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:cosmetic/wizard"
}
}
6 changes: 6 additions & 0 deletions assets/cmbminigames/items/functional/arrow_slot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:item/arrow_slot"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:item/blue_flag"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:item/inventory"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:item/empty_slot"
}
}
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:item/rocket_launcher"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"model": {
"type":"model",
"model": "cmbminigames:item/star_shower"
}
}
109 changes: 0 additions & 109 deletions assets/cmbminigames/models/cosmetic/swords/generic_sword.json

This file was deleted.

56 changes: 56 additions & 0 deletions assets/cmbminigames/models/item/arrow_slot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"credit": "Made with Blockbench",
"textures": {
"2": "cmbminigames:item/arrow_part"
},
"elements": [
{
"from": [0, 0, -1],
"to": [16, 16, 0],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 7]},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#2"},
"east": {"uv": [0, 0, 16, 1], "texture": "#2"},
"south": {"uv": [0, 0, 16, 16], "texture": "#2"},
"west": {"uv": [0, 0, 0, 0], "texture": "#2"},
"up": {"uv": [0, 0, 0, 0], "texture": "#2"},
"down": {"uv": [0, 0, 0, 0], "texture": "#2"}
}
},
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 23]},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#2"},
"east": {"uv": [0, 0, 16, 1], "texture": "#2"},
"south": {"uv": [0, 0, 16, 1], "texture": "#2"},
"west": {"uv": [0, 0, 16, 1], "texture": "#2"},
"up": {"uv": [0, 0, 0, 0], "texture": "#2"},
"down": {"uv": [0, 0, 16, 16], "texture": "#2"}
}
}
],
"gui_light": "front",
"display": {
"thirdperson_righthand": {
"scale": [0, 0, 0]
},
"thirdperson_lefthand": {
"scale": [0, 0, 0]
},
"firstperson_righthand": {
"scale": [0, 0, 0]
},
"firstperson_lefthand": {
"scale": [0, 0, 0]
},
"ground": {
"scale": [0.3, 0.3, 0.3]
},
"gui": {
"rotation": [-180, -180, 0],
"scale": [1.15, -1.15, -1.15]
}
}
}
Loading

0 comments on commit b0d7de0

Please sign in to comment.