-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/latest' into latest
- Loading branch information
Showing
87 changed files
with
784 additions
and
346 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
7 changes: 0 additions & 7 deletions
7
src/generated/resources/assets/hybrid-aquatic/blockstates/green_seaweed.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
src/generated/resources/assets/hybrid-aquatic/blockstates/red_seaweed.json
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/hybrid-aquatic/blockstates/sea_lettuce.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "hybrid-aquatic:block/sea_lettuce" | ||
} | ||
} | ||
} |
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
2 changes: 1 addition & 1 deletion
2
...rid-aquatic/models/block/red_seaweed.json → ...rid-aquatic/models/block/sea_lettuce.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"parent": "minecraft:block/cross", | ||
"textures": { | ||
"cross": "hybrid-aquatic:block/red_seaweed" | ||
"cross": "hybrid-aquatic:block/sea_lettuce" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 20 additions & 0 deletions
20
src/generated/resources/data/hybrid-aquatic/loot_tables/blocks/water_lettuce.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 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "hybrid-aquatic:water_lettuce" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/data/hybrid-aquatic/worldgen/configured_feature/red_algae_patch.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,6 @@ | ||
{ | ||
"type": "hybrid-aquatic:red_algae_patch", | ||
"config": { | ||
"probability": 0.33 | ||
} | ||
} |
40 changes: 0 additions & 40 deletions
40
...nerated/resources/data/hybrid-aquatic/worldgen/configured_feature/red_seaweed_meadow.json
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
...enerated/resources/data/hybrid-aquatic/worldgen/configured_feature/red_seaweed_patch.json
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
...enerated/resources/data/hybrid-aquatic/worldgen/configured_feature/sea_lettuce_patch.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,6 @@ | ||
{ | ||
"type": "hybrid-aquatic:sea_lettuce_patch", | ||
"config": { | ||
"probability": 0.33 | ||
} | ||
} |
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
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 |
---|---|---|
|
@@ -11,6 +11,9 @@ | |
{ | ||
"type": "minecraft:count", | ||
"count": 2 | ||
}, | ||
{ | ||
"type": "minecraft:biome" | ||
} | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,9 @@ | |
{ | ||
"type": "minecraft:count", | ||
"count": 1 | ||
}, | ||
{ | ||
"type": "minecraft:biome" | ||
} | ||
] | ||
} |
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
15 changes: 7 additions & 8 deletions
15
...gen/placed_feature/red_seaweed_patch.json → ...dgen/placed_feature/red_algae_meadow.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 |
---|---|---|
@@ -1,22 +1,21 @@ | ||
{ | ||
"feature": "hybrid-aquatic:red_seaweed_patch", | ||
"feature": "hybrid-aquatic:red_algae_patch", | ||
"placement": [ | ||
{ | ||
"type": "minecraft:in_square" | ||
}, | ||
{ | ||
"type": "minecraft:noise_based_count", | ||
"noise_factor": 300.0, | ||
"noise_factor": 100.0, | ||
"noise_offset": 0.0, | ||
"noise_to_count_ratio": 20 | ||
"noise_to_count_ratio": 400 | ||
}, | ||
{ | ||
"type": "minecraft:in_square" | ||
}, | ||
{ | ||
"type": "minecraft:heightmap", | ||
"heightmap": "OCEAN_FLOOR_WG" | ||
}, | ||
{ | ||
"type": "minecraft:count", | ||
"count": 1 | ||
"type": "minecraft:biome" | ||
} | ||
] | ||
} |
13 changes: 8 additions & 5 deletions
13
...en/placed_feature/red_seaweed_meadow.json → ...ldgen/placed_feature/red_algae_patch.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 |
---|---|---|
@@ -1,18 +1,21 @@ | ||
{ | ||
"feature": "hybrid-aquatic:red_seaweed_meadow", | ||
"feature": "hybrid-aquatic:red_algae_patch", | ||
"placement": [ | ||
{ | ||
"type": "minecraft:in_square" | ||
}, | ||
{ | ||
"type": "minecraft:noise_based_count", | ||
"noise_factor": 100.0, | ||
"noise_factor": 80.0, | ||
"noise_offset": 0.0, | ||
"noise_to_count_ratio": 10 | ||
}, | ||
{ | ||
"type": "minecraft:in_square" | ||
}, | ||
{ | ||
"type": "minecraft:heightmap", | ||
"heightmap": "OCEAN_FLOOR_WG" | ||
}, | ||
{ | ||
"type": "minecraft:biome" | ||
} | ||
] | ||
} |
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
Oops, something went wrong.