Skip to content

Commit 20d3afd

Browse files
committed
Add obsidian, crying_obsidian, brown_mushroom_block, red_mushroom_block, mushroom_stem, test_block and test_instance_block
1 parent 07582c6 commit 20d3afd

4 files changed

Lines changed: 62 additions & 4 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"format_version": [1, 1, 0],
3+
"geyser_custom:obsidian": {
4+
"sound": "stone",
5+
"textures": "obsidian",
6+
"isotropic": true,
7+
"ambient_occlusion_exponent": 2.0
8+
},
9+
"geyser_custom:crying_obsidian": {
10+
"sound": "stone",
11+
"textures": "crying_obsidian",
12+
"isotropic": true,
13+
"ambient_occlusion_exponent": 2.0
14+
},
15+
"geyser_custom:brown_mushroom_block": {
16+
"sound": "wood"
17+
},
18+
"geyser_custom:red_mushroom_block": {
19+
"sound": "wood"
20+
},
21+
"geyser_custom:mushroom_stem": {
22+
"sound": "wood"
23+
},
24+
"geyser_custom:test_block": {
25+
"textures": "test_block"
26+
},
27+
"geyser_custom:test_instance_block": {
28+
"textures": "test_instance_block"
29+
}
30+
}

src/main/resources/integratedpack/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"description": "Bedrock resource pack to extend Geyser functionality",
55
"name": "GeyserIntegratedPack",
66
"uuid": "2254393d-8430-45b0-838a-bd397828c765",
7-
"version": [1, 1, 1],
7+
"version": [1, 1, 2],
88
"min_engine_version": [ 1, 16, 0 ]
99
},
1010
"modules": [
1111
{
1212
"description": "GeyserIntegratedPack",
1313
"type": "resources",
1414
"uuid": "4d60881b-e4ed-466f-925c-8abc873151ba",
15-
"version": [1, 1, 1]
15+
"version": [1, 1, 2]
1616
}
1717
]
1818
}

src/main/resources/integratedpack/textures/terrain_texture.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,29 @@
1111
"textures/blocks/structure_block_data",
1212
"textures/blocks/structure_block_export"
1313
]
14+
},
15+
"mushroom_block_skin_brown": {
16+
"textures": "textures/blocks/mushroom_block_skin_brown"
17+
},
18+
"mushroom_block_skin_red": {
19+
"textures": "textures/blocks/mushroom_block_skin_red"
20+
},
21+
"mushroom_block_inside": {
22+
"textures": "textures/blocks/mushroom_block_inside"
23+
},
24+
"mushroom_block_skin_stem": {
25+
"textures": "textures/blocks/mushroom_block_skin_stem"
26+
},
27+
"test_block": {
28+
"textures": [
29+
"textures/geyser/block/test_block_start",
30+
"textures/geyser/block/test_block_log",
31+
"textures/geyser/block/test_block_fail",
32+
"textures/geyser/block/test_block_accept"
33+
]
34+
},
35+
"test_instance_block": {
36+
"textures": "textures/geyser/block/test_instance_block"
1437
}
1538
}
16-
}
39+
}

src/main/resources/required_files.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ assets/minecraft/textures/entity/illager/illusioner.png textures/geyser/entity/i
77
assets/minecraft/textures/gui/sprites/hud/crosshair_attack_indicator_progress.png textures/geyser/ui/
88
assets/minecraft/textures/gui/sprites/hud/crosshair_attack_indicator_background.png textures/geyser/ui/
99
assets/minecraft/textures/gui/sprites/hud/hotbar_attack_indicator_progress.png textures/geyser/ui/
10-
assets/minecraft/textures/gui/sprites/hud/hotbar_attack_indicator_background.png textures/geyser/ui/
10+
assets/minecraft/textures/gui/sprites/hud/hotbar_attack_indicator_background.png textures/geyser/ui/
11+
assets/Minecraft/textures/block/test_block_accept.png textures/geyser/block/
12+
assets/Minecraft/textures/block/test_block_fail.png textures/geyser/block/
13+
assets/Minecraft/textures/block/test_block_log.png textures/geyser/block/
14+
assets/Minecraft/textures/block/test_block_start.png textures/geyser/block/
15+
assets/Minecraft/textures/block/test_instance_block.png textures/geyser/block/

0 commit comments

Comments
 (0)