Skip to content

Commit

Permalink
Imported Source Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Dobiáš authored Jan 15, 2022
1 parent 8061d1f commit a35d4cc
Show file tree
Hide file tree
Showing 29 changed files with 958 additions and 0 deletions.
30 changes: 30 additions & 0 deletions feature_rules/bamboo_jungle_surface_trees_feature.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:bamboo_jungle_surface_trees_feature",
"places_feature": "minecraft:legacy:bamboo_jungle_tree_feature"
},
"conditions": {
"placement_pass": "surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "bamboo"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "jungle"
}
]
},
"distribution": {
"iterations": 0,
"x": 0,
"y": 0,
"z": 0
}
}
}
39 changes: 39 additions & 0 deletions feature_rules/birch_forest_mutated_surface_trees_feature.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:birch_forest_mutated_surface_trees_feature",
"places_feature": "minecraft:legacy:birch_forest_mutated_tree_feature"
},
"conditions": {
"placement_pass": "surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "forest"
},
{
"all_of": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "birch"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "mutated"
}
]
}
]
},
"distribution": {
"iterations": 0,
"x": 0,
"y": 0,
"z": 0
}
}
}
39 changes: 39 additions & 0 deletions feature_rules/birch_forest_surface_trees_feature.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:birch_forest_surface_trees_feature",
"places_feature": "minecraft:legacy:birch_forest_tree_feature"
},
"conditions": {
"placement_pass": "surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "forest"
},
{
"all_of": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "birch"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "mutated"
}
]
}
]
},
"distribution": {
"iterations": 0,
"x": 0,
"y": 0,
"z": 0
}
}
}
39 changes: 39 additions & 0 deletions feature_rules/extreme_hills_plus_trees_surface_trees_feature.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:extreme_hills_plus_trees_surface_trees_feature",
"places_feature": "minecraft:legacy:extreme_hills_plus_trees_tree_feature"
},
"conditions": {
"placement_pass": "surface_pass",
"minecraft:biome_filter": [
{
"any_of": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "forest"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "edge"
}
]
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "extreme_hills"
}
]
},
"distribution": {
"iterations": 0,
"x": 0,
"y": 0,
"z": 0
}
}
}
25 changes: 25 additions & 0 deletions feature_rules/flower_forest_first_foliage_feature.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:flower_forest_first_foliage_feature",
"places_feature": "minecraft:legacy:flower_forest_foliage_feature"
},
"conditions": {
"placement_pass": "first_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "flower_forest"
}
]
},
"distribution": {
"iterations": 0,
"x": 0,
"y": 0,
"z": 0
}
}
}
25 changes: 25 additions & 0 deletions feature_rules/flower_forest_surface_trees_feature.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:flower_forest_surface_trees_feature",
"places_feature": "minecraft:legacy:flower_forest_tree_feature"
},
"conditions": {
"placement_pass": "surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "flower_forest"
}
]
},
"distribution": {
"iterations": 0,
"x": 0,
"y": 0,
"z": 0
}
}
}
49 changes: 49 additions & 0 deletions feature_rules/forest_first_foliage_feature.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:forest_first_foliage_feature",
"places_feature": "minecraft:legacy:forest_foliage_feature"
},
"conditions": {
"placement_pass": "first_pass",
"minecraft:biome_filter": [
{
"any_of": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "forest"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "forest_generation"
}
]
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "roofed"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "extreme_hills"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "taiga"
}
]
},
"distribution": {
"iterations": 0,
"x": 0,
"y": 0,
"z": 0
}
}
}
54 changes: 54 additions & 0 deletions feature_rules/forest_surface_trees_feature.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:forest_surface_trees_feature",
"places_feature": "minecraft:legacy:forest_tree_feature"
},
"conditions": {
"placement_pass": "surface_pass",
"minecraft:biome_filter": [
{
"any_of": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "forest"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "forest_generation"
}
]
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "birch"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "roofed"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "extreme_hills"
},
{
"test": "has_biome_tag",
"operator": "!=",
"value": "taiga"
}
]
},
"distribution": {
"iterations": 0,
"x": 0,
"y": 0,
"z": 0
}
}
}
32 changes: 32 additions & 0 deletions feature_rules/huge_crimson_fungus_feature.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:huge_crimson_fungus_feature",
"places_feature": "minecraft:_huge_crimson_fungus_feature"
},
"conditions": {
"placement_pass": "surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag", "operator": "==", "value": "crimson_forest"
}
]
},
"distribution": {
"iterations": 0,
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": {
"distribution": "uniform",
"extent": [ 0, 120 ]
},
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}
32 changes: 32 additions & 0 deletions feature_rules/huge_warped_fungus_feature.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:huge_warped_fungus_feature",
"places_feature": "minecraft:_huge_warped_fungus_feature"
},
"conditions": {
"placement_pass": "surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag", "operator": "==", "value": "warped_forest"
}
]
},
"distribution": {
"iterations": 0,
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": {
"distribution": "uniform",
"extent": [ 0, 120 ]
},
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}
Loading

0 comments on commit a35d4cc

Please sign in to comment.