init
This commit is contained in:
7
resource_packs/blocks.json
Normal file
7
resource_packs/blocks.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"format_version": [1, 1, 0],
|
||||
"cc:cracked_glass": {
|
||||
"textures": "cracked_glass",
|
||||
"sound": "glass"
|
||||
}
|
||||
}
|
||||
44
resource_packs/manifest.json
Normal file
44
resource_packs/manifest.json
Normal 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
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
resource_packs/pack_icon.png
Normal file
BIN
resource_packs/pack_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
37
resource_packs/particles/point.json
Normal file
37
resource_packs/particles/point.json
Normal 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]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
67
resource_packs/texts/en_US.lang
Normal file
67
resource_packs/texts/en_US.lang
Normal 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!
|
||||
3
resource_packs/texts/languages.json
Normal file
3
resource_packs/texts/languages.json
Normal file
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"en_US"
|
||||
]
|
||||
BIN
resource_packs/textures/blocks/cracked_glass.png
Normal file
BIN
resource_packs/textures/blocks/cracked_glass.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 392 B |
BIN
resource_packs/textures/blocks/redstone_lamp_off.png
Normal file
BIN
resource_packs/textures/blocks/redstone_lamp_off.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 107 B |
BIN
resource_packs/textures/blocks/redstone_lamp_on.png
Normal file
BIN
resource_packs/textures/blocks/redstone_lamp_on.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 107 B |
BIN
resource_packs/textures/entity/agent.png
Normal file
BIN
resource_packs/textures/entity/agent.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
BIN
resource_packs/textures/particle/point.png
Normal file
BIN
resource_packs/textures/particle/point.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 168 B |
11
resource_packs/textures/terrain_texture.json
Normal file
11
resource_packs/textures/terrain_texture.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user