This commit is contained in:
2024-08-07 09:45:15 +02:00
commit 9d7b1e71ce
88 changed files with 21647 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"format_version": [1, 1, 0],
"cc:cracked_glass": {
"textures": "cracked_glass",
"sound": "glass"
}
}

View File

@@ -0,0 +1,44 @@
{
"format_version": 2,
"metadata": {
"authors": [
"Me and my cat"
]
},
"header": {
"name": "Reeks2Missie9RP",
"description": "De resource pack voor Reeks 2 Missie 9",
"min_engine_version": [
1,
20,
0
],
"uuid": "0b55c95c-33d9-4cef-8040-3607704aa2a2",
"version": [
1,
0,
0
]
},
"modules": [
{
"type": "resources",
"uuid": "8f58e8a4-13db-4b7a-8466-89b1564e6a8b",
"version": [
1,
0,
0
]
}
],
"dependencies": [
{
"uuid": "2d4894af-d185-4b31-8ec8-265d585ee3fb",
"version": [
1,
0,
0
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -0,0 +1,37 @@
{
"format_version": "1.10.0",
"particle_effect": {
"description": {
"identifier": "codecosmos:point",
"basic_render_parameters": {
"material": "particles_alpha",
"texture": "textures/particle/point"
}
},
"components": {
"minecraft:emitter_rate_instant": {
"num_particles": 1
},
"minecraft:emitter_lifetime_once": {
"active_time": 1
},
"minecraft:emitter_shape_point": {},
"minecraft:particle_lifetime_expression": {
"max_lifetime": 0.1
},
"minecraft:particle_appearance_billboard": {
"size": [0.25, 0.25],
"facing_camera_mode": "rotate_xyz",
"uv": {
"texture_width": 16,
"texture_height": 16,
"uv": [0, 0],
"uv_size": [16, 16]
}
},
"minecraft:particle_appearance_tinting": {
"color": ["variable.color.r ", "variable.color.g", "variable.color.b", 1]
}
}
}
}

View File

@@ -0,0 +1,67 @@
## General messages
message.trail.follow=Follow the trail
message.levels.completed=You have completed all levels!
## Fail conditions
message.level.incorrect=§cIncorrect!§b
message.level.incorrect.subtext=Probeer opnieuw!
message.level.outofbounds=§cOut of bounds!§b
message.level.outofbounds.subtext=You can't be over water!
## npc names
npc.name.help=Help
npc.name.suki=§2Suki
npc.name.bilal=§6Bilal
npc.name.ramses=§dRamses
npc.name.chanel=§9Wetenschapper Chanel
npc.name.paul=§7Paul
npc.name.farah=§5Farah
npc.name.turt=§aTurt
npc.name.mo=§4Mo
npc.name.al=Al
## Default buttons
button.thanks=Thanks!
button.close=Close
button.ok=Ok
button.hello=Hello
button.noprob=No problem
button.letsgo=Let's Go!
message.talkto.ramses=Talk to §dRamses
message.talkto.chanel=Talk to §9Chanel
## Intro messages
message.intro.started=Crack the Vault!
message.intro.make=Break the code!
message.intro.done=§aYou have cracked the code!§b
## Level 1 messages
message.level1.name=Level 1
message.level1.started=Level 1 is started!
message.level1.complete=Level 1 is complete!
message.level1.make=Make Level 1
message.level1.outOfBoun=§cOut of bounds!§bwd
## Level 2 messages
message.level2.name=Level 2
message.level2.started=Level 2 is started!
message.level2.complete=Level 2 is complete!
message.level2.make=Make Level 2
## Level 3 messages
message.level3.name=Level 3
message.level3.started=Level 3 is started!
message.level3.complete=Level 3 is complete!
message.level3.make=Make Level 3
## Goto messages
message.goto.field.1=Go to the First Field
message.goto.field.2=Go to the Second Field
message.goto.field.3=Go to the Last Field
chanel.greeting.1.text=Hello! I'm §9Chanel§0, the scientist. I'm here to help you with the vault.
chanel.greeting.1.button=Ok!

View File

@@ -0,0 +1,3 @@
[
"en_US"
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

View File

@@ -0,0 +1,11 @@
{
"texture_name": "atlas.terrain",
"resource_pack_name": "cc",
"padding": 8,
"num_mip_levels": 4,
"texture_data": {
"cracked_glass": {
"textures": "textures/blocks/cracked_glass"
}
}
}