configure for regolith

This commit is contained in:
ForestOfLight
2025-07-02 20:02:17 -07:00
Unverified
parent b92cdd269c
commit 657467f49d
69 changed files with 29 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

+27
View File
@@ -0,0 +1,27 @@
{
"format_version": 2,
"header": {
"name": "Construct [RP] v1.0.1",
"description": "Survival building addon by §aForestOfLight§r.",
"uuid": "375ec465-3dc1-429f-8b4c-a337889e1ed4",
"version": [1, 0, 1],
"min_engine_version": [1,17,1]
},
"modules": [
{
"type": "resources",
"uuid": "7f6b23df-a583-476b-b0e4-87457e65f7c0",
"version": [1, 0, 0]
}
],
"dependencies": [
{
"uuid": "8c0c0153-d8b9-482a-889f-aef922b8fe58", // Construct BP
"version": [1, 0, 1]
}
],
"metadata": {
"authors": [ "ForestOfLight" ],
"license": "MIT"
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

@@ -0,0 +1,36 @@
{
"format_version": "1.10.0",
"particle_effect": {
"description": {
"identifier": "construct:blockoverlay_xy",
"basic_render_parameters": {
"material": "particles_blend",
"texture": "textures/particle/white"
}
},
"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": "variable.lifetime"
},
"minecraft:particle_appearance_billboard": {
"size": ["variable.width", "variable.height"],
"facing_camera_mode": "emitter_transform_xy"
},
"minecraft:particle_appearance_tinting": {
"color": [
"variable.face_color.r",
"variable.face_color.g",
"variable.face_color.b",
"variable.face_color.a"
]
}
}
}
}
@@ -0,0 +1,36 @@
{
"format_version": "1.10.0",
"particle_effect": {
"description": {
"identifier": "construct:blockoverlay_xz",
"basic_render_parameters": {
"material": "particles_blend",
"texture": "textures/particle/white"
}
},
"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": "variable.lifetime"
},
"minecraft:particle_appearance_billboard": {
"size": ["variable.width", "variable.height"],
"facing_camera_mode": "emitter_transform_xz"
},
"minecraft:particle_appearance_tinting": {
"color": [
"variable.face_color.r",
"variable.face_color.g",
"variable.face_color.b",
"variable.face_color.a"
]
}
}
}
}
@@ -0,0 +1,36 @@
{
"format_version": "1.10.0",
"particle_effect": {
"description": {
"identifier": "construct:blockoverlay_yz",
"basic_render_parameters": {
"material": "particles_blend",
"texture": "textures/particle/white"
}
},
"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": "variable.lifetime"
},
"minecraft:particle_appearance_billboard": {
"size": ["variable.width", "variable.height"],
"facing_camera_mode": "emitter_transform_yz"
},
"minecraft:particle_appearance_tinting": {
"color": [
"variable.face_color.r",
"variable.face_color.g",
"variable.face_color.b",
"variable.face_color.a"
]
}
}
}
}
+42
View File
@@ -0,0 +1,42 @@
{
"format_version": "1.10.0",
"particle_effect": {
"description": {
"identifier": "construct:outline",
"basic_render_parameters": {
"material": "particles_alpha",
"texture": "textures/particle/particles"
}
},
"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": 1
},
"minecraft:particle_appearance_billboard": {
"size": [0.2, 0.2],
"facing_camera_mode": "rotate_xyz",
"uv": {
"texture_width": 16,
"texture_height": 16,
"uv": [6, 11],
"uv_size": [1, 1]
}
},
"minecraft:particle_appearance_tinting": {
"color": [
"variable.dot_color.r",
"variable.dot_color.g",
"variable.dot_color.b",
"variable.dot_color.a"
]
}
}
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"resource_pack_name": "Construct Resource Pack",
"texture_data": {
"construct:menu": {
"textures": "textures/items/menu"
},
"construct:easy_place": {
"textures": "textures/items/easy_place"
},
"construct:material_grabber": {
"textures": "textures/items/material_grabber"
}
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 B