-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d3fc65
commit 2bf1dfe
Showing
108 changed files
with
683 additions
and
32 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
src/client/resources/assets/rounded/blockstates/bladderwrack.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": "rounded:block/bladderwrack" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/client/resources/assets/rounded/blockstates/bladderwrack_block.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": "rounded:block/bladderwrack_block" | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/client/resources/assets/rounded/blockstates/bladderwrack_wall.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,19 @@ | ||
{ | ||
"variants": { | ||
"facing=east": { | ||
"model": "rounded:block/bladderwrack_wall", | ||
"y": 90 | ||
}, | ||
"facing=north": { | ||
"model": "rounded:block/bladderwrack_wall" | ||
}, | ||
"facing=south": { | ||
"model": "rounded:block/bladderwrack_wall", | ||
"y": 180 | ||
}, | ||
"facing=west": { | ||
"model": "rounded:block/bladderwrack_wall", | ||
"y": 270 | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/client/resources/assets/rounded/blockstates/chiseled_prismarine_bricks.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": "rounded:block/chiseled_prismarine_bricks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/client/resources/assets/rounded/blockstates/dead_bladderwrack.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": "rounded:block/dead_bladderwrack" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/client/resources/assets/rounded/blockstates/dead_bladderwrack_block.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": "rounded:block/dead_bladderwrack_block" | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/client/resources/assets/rounded/blockstates/dead_bladderwrack_wall.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,19 @@ | ||
{ | ||
"variants": { | ||
"facing=east": { | ||
"model": "rounded:block/dead_bladderwrack_wall", | ||
"y": 90 | ||
}, | ||
"facing=north": { | ||
"model": "rounded:block/dead_bladderwrack_wall" | ||
}, | ||
"facing=south": { | ||
"model": "rounded:block/dead_bladderwrack_wall", | ||
"y": 180 | ||
}, | ||
"facing=west": { | ||
"model": "rounded:block/dead_bladderwrack_wall", | ||
"y": 270 | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
src/client/resources/assets/rounded/blockstates/moisture_detector.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 @@ | ||
{ | ||
"variants": { | ||
"check_level=false": { | ||
"model": "rounded:block/moisture_detector" | ||
}, | ||
"check_level=true": { | ||
"model": "rounded:block/moisture_detector_level" | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
src/client/resources/assets/rounded/blockstates/prismarine_lantern.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 @@ | ||
{ | ||
"variants": { | ||
"hanging=false": { | ||
"model": "rounded:block/prismarine_lantern" | ||
}, | ||
"hanging=true": { | ||
"model": "rounded:block/prismarine_lantern_hanging" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/client/resources/assets/rounded/blockstates/smooth_prismarine.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": "rounded:block/smooth_prismarine" | ||
} | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
src/client/resources/assets/rounded/blockstates/smooth_prismarine_slab.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,13 @@ | ||
{ | ||
"variants": { | ||
"type=bottom": { | ||
"model": "rounded:block/smooth_prismarine_slab" | ||
}, | ||
"type=double": { | ||
"model": "rounded:block/smooth_prismarine_slab_double" | ||
}, | ||
"type=top": { | ||
"model": "rounded:block/smooth_prismarine_slab_top" | ||
} | ||
} | ||
} |
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,42 @@ | ||
{ | ||
"block.rounded.treated_oak_planks": "Glazed planks o' oak", | ||
"block.rounded.treated_spruce_planks": "Glazed planks o' spruce", | ||
"block.rounded.treated_birch_planks": "Glazed planks o' birch", | ||
"block.rounded.treated_jungle_planks": "Glazed planks o' jungle", | ||
"block.rounded.treated_acacia_planks": "Glazed planks o' acacia", | ||
"block.rounded.treated_cherry_planks": "Glazed planks o' cherry", | ||
"block.rounded.treated_dark_oak_planks": "Glazed planks o' dusky oak", | ||
"block.rounded.treated_mangrove_planks": "Glazed planks o' mangrove", | ||
"block.rounded.treated_bamboo_planks": "Glazed planks o' bambarrr", | ||
"block.rounded.treated_crimson_planks": "Glazed planks o' ichor", | ||
"block.rounded.treated_warped_planks": "Glazed twisted planks o' hyphae", | ||
"block.rounded.lustershroom": "Shroom o' glistenin'", | ||
"block.rounded.lustershroom_block": "Chunk o' shrooms o' glistenin'", | ||
"block.rounded.luster_cluster": "Clump o' glistenin'", | ||
"block.rounded.trough": "Box o' slop", | ||
"block.rounded.smooth_prismarine": "Smooth prismarine", | ||
"block.rounded.smooth_prismarine_slab": "Slab o' smooth prismarine", | ||
"block.rounded.chiseled_prismarine_bricks": "Carv'd bricks o' prismarine", | ||
"block.rounded.prismarine_lantern": "Prismarine lantarrrn", | ||
"block.rounded.dead_bladderwrack": "Dead bladdarrrwrack", | ||
"block.rounded.bladderwrack": "Bladdarrrwrack", | ||
"block.rounded.dead_bladderwrack_block": "Chunk o' dead bladdarrrwrack", | ||
"block.rounded.bladderwrack_block": "Chunk o' bladarrrwrack", | ||
"block.rounded.moisture_detector": "Wetness finder", | ||
|
||
"subtitles.rounded.block.trough_fill": "Box o' slop filled", | ||
"subtitles.rounded.block.trough_consume": "Slop scarfed down", | ||
"subtitles.rounded.block.trough_rustle": "Slop shivers", | ||
|
||
"tag.worldgen.biome.rounded.has_lustershrooms": "Has shrooms o' glistenin'", | ||
"tag.worldgen.biome.rounded.has_more_lustershrooms": "Has a trove of shrooms o' glistenin'", | ||
"tag.worldgen.biome.rounded.has_smooth_basalt_sea_rocks": "Has smooth basalt sea boulders", | ||
"tag.worldgen.biome.rounded.has_andesite_sea_rocks": "Has gray pebble sea boulders", | ||
"tag.worldgen.biome.rounded.has_diorite_sea_rocks": "Has brown pebble sea boulders", | ||
"tag.worldgen.biome.rounded.has_bladderwrack": "Has bladdarrrwrack", | ||
"tag.item.rounded.trough_feed": "Slop", | ||
"tag.item.rounded.treated_planks": "Glazed planks", | ||
"tag.item.c.grain": "Grain", | ||
"tag.item.c.mushrooms": "Shrooms", | ||
"tag.item.c.mushroom_caps": "Caps o' shrooms" | ||
} |
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
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/bladderwrack.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 @@ | ||
{ | ||
"parent": "minecraft:block/coral_fan", | ||
"textures": { | ||
"fan": "rounded:block/bladderwrack" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/bladderwrack_block.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "rounded:block/bladderwrack_block" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/bladderwrack_wall.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 @@ | ||
{ | ||
"parent": "minecraft:block/coral_wall_fan", | ||
"textures": { | ||
"fan": "rounded:block/bladderwrack" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/client/resources/assets/rounded/models/block/chiseled_prismarine_bricks.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_column", | ||
"textures": { | ||
"end": "minecraft:block/prismarine_bricks", | ||
"side": "rounded:block/chiseled_prismarine_bricks" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/dead_bladderwrack.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 @@ | ||
{ | ||
"parent": "minecraft:block/coral_fan", | ||
"textures": { | ||
"fan": "rounded:block/dead_bladderwrack" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/dead_bladderwrack_block.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "rounded:block/dead_bladderwrack_block" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/dead_bladderwrack_wall.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 @@ | ||
{ | ||
"parent": "minecraft:block/coral_wall_fan", | ||
"textures": { | ||
"fan": "rounded:block/dead_bladderwrack" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/client/resources/assets/rounded/models/block/moisture_detector.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,8 @@ | ||
{ | ||
"parent": "block/cube_bottom_top", | ||
"textures": { | ||
"top": "rounded:block/moisture_detector_top", | ||
"side": "rounded:block/moisture_detector_side", | ||
"bottom": "rounded:block/smooth_prismarine" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/client/resources/assets/rounded/models/block/moisture_detector_level.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,8 @@ | ||
{ | ||
"parent": "block/cube_bottom_top", | ||
"textures": { | ||
"top": "rounded:block/moisture_detector_top_level", | ||
"side": "rounded:block/moisture_detector_side", | ||
"bottom": "rounded:block/smooth_prismarine" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/prismarine_lantern.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 @@ | ||
{ | ||
"parent": "minecraft:block/template_lantern", | ||
"textures": { | ||
"lantern": "rounded:block/prismarine_lantern" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/prismarine_lantern_hanging.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 @@ | ||
{ | ||
"parent": "minecraft:block/template_hanging_lantern", | ||
"textures": { | ||
"lantern": "rounded:block/prismarine_lantern" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/client/resources/assets/rounded/models/block/smooth_prismarine.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"textures": { | ||
"all": "rounded:block/smooth_prismarine" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/client/resources/assets/rounded/models/block/smooth_prismarine_slab.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,8 @@ | ||
{ | ||
"parent": "minecraft:block/slab", | ||
"textures": { | ||
"bottom": "rounded:block/smooth_prismarine", | ||
"side": "rounded:block/smooth_prismarine_slab_side", | ||
"top": "rounded:block/smooth_prismarine" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/client/resources/assets/rounded/models/block/smooth_prismarine_slab_double.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 @@ | ||
{ | ||
"parent": "minecraft:block/cube_column", | ||
"textures": { | ||
"end": "rounded:block/smooth_prismarine", | ||
"side": "rounded:block/smooth_prismarine_slab_side" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/client/resources/assets/rounded/models/block/smooth_prismarine_slab_top.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,8 @@ | ||
{ | ||
"parent": "minecraft:block/slab_top", | ||
"textures": { | ||
"bottom": "rounded:block/smooth_prismarine", | ||
"side": "rounded:block/smooth_prismarine_slab_side", | ||
"top": "rounded:block/smooth_prismarine" | ||
} | ||
} |
Oops, something went wrong.