Skip to content

Commit 5b66def

Browse files
committedApr 21, 2023
1.19.4
1 parent 2a21a64 commit 5b66def

File tree

6 files changed

+65
-0
lines changed

6 files changed

+65
-0
lines changed
 
1.42 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"values": [
3+
"plains"
4+
]
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"type": "jigsaw",
3+
"biomes":"#dirt_house:dirt_house",
4+
"max_distance_from_center": 40,
5+
"project_start_to_heightmap": "WORLD_SURFACE_WG",
6+
"size": 7,
7+
"spawn_overrides": {
8+
"monster": {
9+
"bounding_box": "full",
10+
"spawns": [
11+
{
12+
"type": "minecraft:experience_orb",
13+
"minCount": 1,
14+
"maxCount": 3,
15+
"weight": 1
16+
}
17+
]
18+
}
19+
},
20+
"start_pool": "dirt_house:dirt_house",
21+
"start_height": {
22+
"absolute":0
23+
},
24+
"step": "surface_structures",
25+
"use_expansion_hack": false
26+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"structures": [
3+
{
4+
"structure": "dirt_house:dirt_house",
5+
"weight": 1
6+
}
7+
],
8+
"placement": {
9+
"type": "minecraft:random_spread",
10+
"spacing": 10,
11+
"separation": 5,
12+
"salt": 1922439999
13+
}
14+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"fallback": "minecraft:empty",
3+
"elements": [
4+
{
5+
"element":{
6+
"element_type": "minecraft:single_pool_element",
7+
"projection": "rigid",
8+
"processors": "minecraft:empty",
9+
"location": "dirt_house:dirt_house"
10+
},
11+
"weight": 1
12+
}
13+
]
14+
}

‎pack.mcmeta

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"pack": {
3+
"pack_format": 12,
4+
"description": "v1 by paul90317"
5+
}
6+
}

0 commit comments

Comments
 (0)