Init
This commit is contained in:
26
resource_packs/manifest.json
Normal file
26
resource_packs/manifest.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": 2,
|
||||
"metadata": {
|
||||
"authors": ["Me and my cat"]
|
||||
},
|
||||
"header": {
|
||||
"name": "Reeks2Missie6RP",
|
||||
"description": "De resource pack voor Reeks 2 Missie 6",
|
||||
"min_engine_version": [1, 20, 0],
|
||||
"uuid": "3c83eb6b-d574-411e-a430-f0e0ea816a3a",
|
||||
"version": [1, 0, 0]
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"type": "resources",
|
||||
"uuid": "d563abd1-e684-42de-92f3-c9e08092609c",
|
||||
"version": [1, 0, 0]
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"uuid": "868bf88f-78d9-4109-b1b2-308645e367bd",
|
||||
"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]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
0
resource_packs/texts/en_US.lang
Normal file
0
resource_packs/texts/en_US.lang
Normal file
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/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/particle/point.png
Normal file
BIN
resource_packs/textures/particle/point.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 168 B |
Reference in New Issue
Block a user