diff --git a/assets/dropper/sounds.json b/assets/dropper/sounds.json new file mode 100644 index 0000000..711305b --- /dev/null +++ b/assets/dropper/sounds.json @@ -0,0 +1,17 @@ +{ + "theme-1": { + "sounds": [ + "dropper/theme-1" + ] + }, + "theme-2": { + "sounds": [ + "dropper/theme-2" + ] + }, + "theme-3": { + "sounds": [ + "dropper/theme-3" + ] + } +} \ No newline at end of file diff --git a/assets/jump/sounds.json b/assets/jump/sounds.json new file mode 100644 index 0000000..ea337e5 --- /dev/null +++ b/assets/jump/sounds.json @@ -0,0 +1,7 @@ +{ + "theme": { + "sounds": [ + "jump/theme" + ] + } +} \ No newline at end of file diff --git a/assets/magma_run/sounds.json b/assets/magma_run/sounds.json new file mode 100644 index 0000000..c84f755 --- /dev/null +++ b/assets/magma_run/sounds.json @@ -0,0 +1,7 @@ +{ + "theme": { + "sounds": [ + "magma_run/theme" + ] + } +} \ No newline at end of file diff --git a/assets/minecraft/font/default.json b/assets/minecraft/font/default.json new file mode 100644 index 0000000..7e59e78 --- /dev/null +++ b/assets/minecraft/font/default.json @@ -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"] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/item/carrot_on_a_stick.json b/assets/minecraft/models/item/carrot_on_a_stick.json new file mode 100644 index 0000000..8171d7c --- /dev/null +++ b/assets/minecraft/models/item/carrot_on_a_stick.json @@ -0,0 +1,10 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/carrot_on_a_stick" + }, + + "overrides": [ + {"predicate": {"custom_model_data":1}, "model": "item/iron_sword"} + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/item/ghast_tear.json b/assets/minecraft/models/item/ghast_tear.json new file mode 100644 index 0000000..d40da01 --- /dev/null +++ b/assets/minecraft/models/item/ghast_tear.json @@ -0,0 +1,10 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/ghast_tear" + }, + + "overrides": [ + {"predicate": {"custom_model_data":1}, "model": "item/invisible"} + ] +} \ No newline at end of file diff --git a/assets/minecraft/models/item/invisible.json b/assets/minecraft/models/item/invisible.json new file mode 100644 index 0000000..a6cfbf8 --- /dev/null +++ b/assets/minecraft/models/item/invisible.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "item/invisible" + } +} \ No newline at end of file diff --git a/assets/minecraft/sounds/dropper/theme-1.ogg b/assets/minecraft/sounds/dropper/theme-1.ogg new file mode 100644 index 0000000..ed32f2a Binary files /dev/null and b/assets/minecraft/sounds/dropper/theme-1.ogg differ diff --git a/assets/minecraft/sounds/dropper/theme-2.ogg b/assets/minecraft/sounds/dropper/theme-2.ogg new file mode 100644 index 0000000..cb016bd Binary files /dev/null and b/assets/minecraft/sounds/dropper/theme-2.ogg differ diff --git a/assets/minecraft/sounds/dropper/theme-3.ogg b/assets/minecraft/sounds/dropper/theme-3.ogg new file mode 100644 index 0000000..9f94766 Binary files /dev/null and b/assets/minecraft/sounds/dropper/theme-3.ogg differ diff --git a/assets/minecraft/sounds/hunger_games/Start - Music by soundbay from Pixabay.mp3 b/assets/minecraft/sounds/hunger_games/Start - Music by soundbay from Pixabay.mp3 new file mode 100644 index 0000000..0d39eb5 Binary files /dev/null and b/assets/minecraft/sounds/hunger_games/Start - Music by soundbay from Pixabay.mp3 differ diff --git a/assets/minecraft/sounds/jump/theme.ogg b/assets/minecraft/sounds/jump/theme.ogg new file mode 100644 index 0000000..cab38fb Binary files /dev/null and b/assets/minecraft/sounds/jump/theme.ogg differ diff --git a/assets/minecraft/sounds/magma_run/theme.ogg b/assets/minecraft/sounds/magma_run/theme.ogg new file mode 100644 index 0000000..276089f Binary files /dev/null and b/assets/minecraft/sounds/magma_run/theme.ogg differ diff --git a/assets/minecraft/sounds/one_in_the_chamber/theme-1.ogg b/assets/minecraft/sounds/one_in_the_chamber/theme-1.ogg new file mode 100644 index 0000000..0ee8fc6 Binary files /dev/null and b/assets/minecraft/sounds/one_in_the_chamber/theme-1.ogg differ diff --git a/assets/minecraft/sounds/one_in_the_chamber/theme-2.ogg b/assets/minecraft/sounds/one_in_the_chamber/theme-2.ogg new file mode 100644 index 0000000..cfc97ca Binary files /dev/null and b/assets/minecraft/sounds/one_in_the_chamber/theme-2.ogg differ diff --git a/assets/minecraft/sounds/prophunt/theme.ogg b/assets/minecraft/sounds/prophunt/theme.ogg new file mode 100644 index 0000000..b0ce124 Binary files /dev/null and b/assets/minecraft/sounds/prophunt/theme.ogg differ diff --git a/assets/minecraft/textures/item/invisible.png b/assets/minecraft/textures/item/invisible.png new file mode 100644 index 0000000..a800701 Binary files /dev/null and b/assets/minecraft/textures/item/invisible.png differ diff --git a/assets/minecraft/textures/wallstreet/coin.png b/assets/minecraft/textures/wallstreet/coin.png new file mode 100644 index 0000000..46af1cc Binary files /dev/null and b/assets/minecraft/textures/wallstreet/coin.png differ diff --git a/assets/minecraft/textures/wallstreet/diamond.png b/assets/minecraft/textures/wallstreet/diamond.png new file mode 100644 index 0000000..8ce901e Binary files /dev/null and b/assets/minecraft/textures/wallstreet/diamond.png differ diff --git a/assets/minecraft/textures/wallstreet/iron.png b/assets/minecraft/textures/wallstreet/iron.png new file mode 100644 index 0000000..c332bd2 Binary files /dev/null and b/assets/minecraft/textures/wallstreet/iron.png differ diff --git a/assets/minecraft/textures/wallstreet/leather.png b/assets/minecraft/textures/wallstreet/leather.png new file mode 100644 index 0000000..a0dee33 Binary files /dev/null and b/assets/minecraft/textures/wallstreet/leather.png differ diff --git a/assets/minecraft/textures/wallstreet/stone.png b/assets/minecraft/textures/wallstreet/stone.png new file mode 100644 index 0000000..786b1a3 Binary files /dev/null and b/assets/minecraft/textures/wallstreet/stone.png differ diff --git a/assets/minecraft/textures/wallstreet/wood.png b/assets/minecraft/textures/wallstreet/wood.png new file mode 100644 index 0000000..a6971ed Binary files /dev/null and b/assets/minecraft/textures/wallstreet/wood.png differ diff --git a/assets/one_in_the_chamber/sounds.json b/assets/one_in_the_chamber/sounds.json new file mode 100644 index 0000000..a179c0a --- /dev/null +++ b/assets/one_in_the_chamber/sounds.json @@ -0,0 +1,12 @@ +{ + "theme-1": { + "sounds": [ + "one_in_the_chamber/theme-1" + ] + }, + "theme-2": { + "sounds": [ + "one_in_the_chamber/theme-2" + ] + } +} \ No newline at end of file diff --git a/assets/prophunt/sounds.json b/assets/prophunt/sounds.json new file mode 100644 index 0000000..bac6810 --- /dev/null +++ b/assets/prophunt/sounds.json @@ -0,0 +1,7 @@ +{ + "theme": { + "sounds": [ + "prophunt/theme" + ] + } +} \ No newline at end of file diff --git a/pack.mcmeta b/pack.mcmeta index 014e495..1cd3ab5 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,6 +1,6 @@ { - "pack": { - "description": "Ressource pack for the CO2", - "pack_format": 8 - } -} \ No newline at end of file + "pack": { + "pack_format": 15, + "description": "Creative Olympics Resource Pack" + } +} diff --git a/pack.png b/pack.png new file mode 100644 index 0000000..79bb0d8 Binary files /dev/null and b/pack.png differ