-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added bloat from Reborn & moved most files to Common
- Loading branch information
Showing
572 changed files
with
9,859 additions
and
5,920 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.DS_Store |
File renamed without changes.
File renamed without changes.
20 changes: 20 additions & 0 deletions
20
versions/Common/data/minecraft/dimension_type/the_nether.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"ambient_light": 0.1, | ||
"bed_works": false, | ||
"coordinate_scale": 8.0, | ||
"effects": "minecraft:the_nether", | ||
"fixed_time": 18000, | ||
"has_ceiling": true, | ||
"has_raids": false, | ||
"has_skylight": false, | ||
"height": 256, | ||
"infiniburn": "#minecraft:infiniburn_nether", | ||
"logical_height": 128, | ||
"min_y": 0, | ||
"monster_spawn_block_light_limit": 15, | ||
"monster_spawn_light_level": 7, | ||
"natural": false, | ||
"piglin_safe": true, | ||
"respawn_anchor_works": true, | ||
"ultrawarm": true | ||
} |
20 changes: 20 additions & 0 deletions
20
versions/Common/data/minecraft/dimension_type/the_nether_classic.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"ambient_light": 0.1, | ||
"bed_works": false, | ||
"coordinate_scale": 3.0, | ||
"effects": "minecraft:the_nether", | ||
"fixed_time": 18000, | ||
"has_ceiling": true, | ||
"has_raids": false, | ||
"has_skylight": false, | ||
"height": 256, | ||
"infiniburn": "#minecraft:infiniburn_nether", | ||
"logical_height": 128, | ||
"min_y": 0, | ||
"monster_spawn_block_light_limit": 15, | ||
"monster_spawn_light_level": 7, | ||
"natural": false, | ||
"piglin_safe": true, | ||
"respawn_anchor_works": true, | ||
"ultrawarm": true | ||
} |
20 changes: 20 additions & 0 deletions
20
versions/Common/data/minecraft/dimension_type/the_nether_medium.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"ambient_light": 0.1, | ||
"bed_works": false, | ||
"coordinate_scale": 6.0, | ||
"effects": "minecraft:the_nether", | ||
"fixed_time": 18000, | ||
"has_ceiling": true, | ||
"has_raids": false, | ||
"has_skylight": false, | ||
"height": 256, | ||
"infiniburn": "#minecraft:infiniburn_nether", | ||
"logical_height": 128, | ||
"min_y": 0, | ||
"monster_spawn_block_light_limit": 15, | ||
"monster_spawn_light_level": 7, | ||
"natural": false, | ||
"piglin_safe": true, | ||
"respawn_anchor_works": true, | ||
"ultrawarm": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions
10
versions/Common/data/minecraft/tags/worldgen/world_preset/normal.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"replace": true, | ||
"values": [ | ||
"minecraft:infinite", | ||
"minecraft:limited_small", | ||
"minecraft:limited_medium", | ||
"minecraft:limited_large", | ||
"minecraft:infinite" | ||
] | ||
} |
52 changes: 52 additions & 0 deletions
52
versions/Common/data/minecraft/worldgen/configured_feature/birch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"type": "minecraft:tree", | ||
"config": { | ||
"decorators": [], | ||
"dirt_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:dirt" | ||
} | ||
}, | ||
"foliage_placer": { | ||
"type": "minecraft:blob_foliage_placer", | ||
"height": 3, | ||
"offset": 0, | ||
"radius": 2 | ||
}, | ||
"foliage_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:birch_leaves", | ||
"Properties": { | ||
"distance": "7", | ||
"persistent": "false", | ||
"waterlogged": "false" | ||
} | ||
} | ||
}, | ||
"force_dirt": false, | ||
"ignore_vines": true, | ||
"minimum_size": { | ||
"type": "minecraft:two_layers_feature_size", | ||
"limit": 1, | ||
"lower_size": 0, | ||
"upper_size": 1 | ||
}, | ||
"trunk_placer": { | ||
"type": "minecraft:straight_trunk_placer", | ||
"base_height": 5, | ||
"height_rand_a": 2, | ||
"height_rand_b": 0 | ||
}, | ||
"trunk_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:birch_log", | ||
"Properties": { | ||
"axis": "y" | ||
} | ||
} | ||
} | ||
} | ||
} |
52 changes: 52 additions & 0 deletions
52
versions/Common/data/minecraft/worldgen/configured_feature/birch_bees_0002.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"type": "minecraft:tree", | ||
"config": { | ||
"decorators": [], | ||
"dirt_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:dirt" | ||
} | ||
}, | ||
"foliage_placer": { | ||
"type": "minecraft:blob_foliage_placer", | ||
"height": 3, | ||
"offset": 0, | ||
"radius": 2 | ||
}, | ||
"foliage_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:birch_leaves", | ||
"Properties": { | ||
"distance": "7", | ||
"persistent": "false", | ||
"waterlogged": "false" | ||
} | ||
} | ||
}, | ||
"force_dirt": false, | ||
"ignore_vines": true, | ||
"minimum_size": { | ||
"type": "minecraft:two_layers_feature_size", | ||
"limit": 1, | ||
"lower_size": 0, | ||
"upper_size": 1 | ||
}, | ||
"trunk_placer": { | ||
"type": "minecraft:straight_trunk_placer", | ||
"base_height": 5, | ||
"height_rand_a": 2, | ||
"height_rand_b": 0 | ||
}, | ||
"trunk_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:birch_log", | ||
"Properties": { | ||
"axis": "y" | ||
} | ||
} | ||
} | ||
} | ||
} |
52 changes: 52 additions & 0 deletions
52
versions/Common/data/minecraft/worldgen/configured_feature/birch_bees_002.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"type": "minecraft:tree", | ||
"config": { | ||
"decorators": [], | ||
"dirt_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:dirt" | ||
} | ||
}, | ||
"foliage_placer": { | ||
"type": "minecraft:blob_foliage_placer", | ||
"height": 3, | ||
"offset": 0, | ||
"radius": 2 | ||
}, | ||
"foliage_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:birch_leaves", | ||
"Properties": { | ||
"distance": "7", | ||
"persistent": "false", | ||
"waterlogged": "false" | ||
} | ||
} | ||
}, | ||
"force_dirt": false, | ||
"ignore_vines": true, | ||
"minimum_size": { | ||
"type": "minecraft:two_layers_feature_size", | ||
"limit": 1, | ||
"lower_size": 0, | ||
"upper_size": 1 | ||
}, | ||
"trunk_placer": { | ||
"type": "minecraft:straight_trunk_placer", | ||
"base_height": 5, | ||
"height_rand_a": 2, | ||
"height_rand_b": 0 | ||
}, | ||
"trunk_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:birch_log", | ||
"Properties": { | ||
"axis": "y" | ||
} | ||
} | ||
} | ||
} | ||
} |
52 changes: 52 additions & 0 deletions
52
versions/Common/data/minecraft/worldgen/configured_feature/birch_bees_005.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"type": "minecraft:tree", | ||
"config": { | ||
"decorators": [], | ||
"dirt_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:dirt" | ||
} | ||
}, | ||
"foliage_placer": { | ||
"type": "minecraft:blob_foliage_placer", | ||
"height": 3, | ||
"offset": 0, | ||
"radius": 2 | ||
}, | ||
"foliage_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:birch_leaves", | ||
"Properties": { | ||
"distance": "7", | ||
"persistent": "false", | ||
"waterlogged": "false" | ||
} | ||
} | ||
}, | ||
"force_dirt": false, | ||
"ignore_vines": true, | ||
"minimum_size": { | ||
"type": "minecraft:two_layers_feature_size", | ||
"limit": 1, | ||
"lower_size": 0, | ||
"upper_size": 1 | ||
}, | ||
"trunk_placer": { | ||
"type": "minecraft:straight_trunk_placer", | ||
"base_height": 5, | ||
"height_rand_a": 2, | ||
"height_rand_b": 0 | ||
}, | ||
"trunk_provider": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "minecraft:birch_log", | ||
"Properties": { | ||
"axis": "y" | ||
} | ||
} | ||
} | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
versions/Common/data/minecraft/worldgen/configured_feature/end_gateway_delayed.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"type": "minecraft:flower", | ||
"config": { | ||
"feature": { | ||
"feature": { | ||
"type": "minecraft:simple_block", | ||
"config": { | ||
"to_place": { | ||
"type": "minecraft:weighted_state_provider", | ||
"entries": [ | ||
{ | ||
"data": { | ||
"Name": "minecraft:air" | ||
}, | ||
"weight": 2 | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"placement": [ | ||
{ | ||
"type": "minecraft:block_predicate_filter", | ||
"predicate": { | ||
"type": "minecraft:matching_blocks", | ||
"blocks": "minecraft:air" | ||
} | ||
} | ||
] | ||
}, | ||
"tries": 64, | ||
"xz_spread": 7, | ||
"y_spread": 3 | ||
} | ||
} |
Oops, something went wrong.