Skip to content

Commit

Permalink
Merged minigames resources
Browse files Browse the repository at this point in the history
  • Loading branch information
VForiel committed Oct 8, 2023
1 parent 3b89b1e commit d491087
Show file tree
Hide file tree
Showing 27 changed files with 127 additions and 5 deletions.
17 changes: 17 additions & 0 deletions assets/dropper/sounds.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"theme-1": {
"sounds": [
"dropper/theme-1"
]
},
"theme-2": {
"sounds": [
"dropper/theme-2"
]
},
"theme-3": {
"sounds": [
"dropper/theme-3"
]
}
}
7 changes: 7 additions & 0 deletions assets/jump/sounds.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"theme": {
"sounds": [
"jump/theme"
]
}
}
7 changes: 7 additions & 0 deletions assets/magma_run/sounds.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"theme": {
"sounds": [
"magma_run/theme"
]
}
}
46 changes: 46 additions & 0 deletions assets/minecraft/font/default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"providers": [
{
"type": "bitmap",
"file": "minecraft:wallstreet/wood.png",
"ascent": 8,
"height": 8,
"chars": ["\uE001"]
},
{
"type": "bitmap",
"file": "minecraft:wallstreet/stone.png",
"ascent": 8,
"height": 8,
"chars": ["\uE002"]
},
{
"type": "bitmap",
"file": "minecraft:wallstreet/leather.png",
"ascent": 8,
"height": 8,
"chars": ["\uE003"]
},
{
"type": "bitmap",
"file": "minecraft:wallstreet/iron.png",
"ascent": 8,
"height": 8,
"chars": ["\uE004"]
},
{
"type": "bitmap",
"file": "minecraft:wallstreet/diamond.png",
"ascent": 8,
"height": 8,
"chars": ["\uE005"]
},
{
"type": "bitmap",
"file": "minecraft:wallstreet/coin.png",
"ascent": 8,
"height": 8,
"chars": ["\uE006"]
}
]
}
10 changes: 10 additions & 0 deletions assets/minecraft/models/item/carrot_on_a_stick.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/carrot_on_a_stick"
},

"overrides": [
{"predicate": {"custom_model_data":1}, "model": "item/iron_sword"}
]
}
10 changes: 10 additions & 0 deletions assets/minecraft/models/item/ghast_tear.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/ghast_tear"
},

"overrides": [
{"predicate": {"custom_model_data":1}, "model": "item/invisible"}
]
}
6 changes: 6 additions & 0 deletions assets/minecraft/models/item/invisible.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "item/invisible"
}
}
Binary file added assets/minecraft/sounds/dropper/theme-1.ogg
Binary file not shown.
Binary file added assets/minecraft/sounds/dropper/theme-2.ogg
Binary file not shown.
Binary file added assets/minecraft/sounds/dropper/theme-3.ogg
Binary file not shown.
Binary file not shown.
Binary file added assets/minecraft/sounds/jump/theme.ogg
Binary file not shown.
Binary file added assets/minecraft/sounds/magma_run/theme.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/minecraft/sounds/prophunt/theme.ogg
Binary file not shown.
Binary file added assets/minecraft/textures/item/invisible.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 added assets/minecraft/textures/wallstreet/coin.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 added assets/minecraft/textures/wallstreet/diamond.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 added assets/minecraft/textures/wallstreet/iron.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 added assets/minecraft/textures/wallstreet/leather.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 added assets/minecraft/textures/wallstreet/stone.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 added assets/minecraft/textures/wallstreet/wood.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions assets/one_in_the_chamber/sounds.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"theme-1": {
"sounds": [
"one_in_the_chamber/theme-1"
]
},
"theme-2": {
"sounds": [
"one_in_the_chamber/theme-2"
]
}
}
7 changes: 7 additions & 0 deletions assets/prophunt/sounds.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"theme": {
"sounds": [
"prophunt/theme"
]
}
}
10 changes: 5 additions & 5 deletions pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"description": "Ressource pack for the CO2",
"pack_format": 8
}
}
"pack": {
"pack_format": 15,
"description": "Creative Olympics Resource Pack"
}
}
Binary file added pack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d491087

Please sign in to comment.