-
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.
- Loading branch information
Showing
42 changed files
with
132 additions
and
127 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/3513c90cf19585ba85dce4bb4961dfc418764cbe
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,2 +1,2 @@ | ||
// 1.21 2024-06-26T01:10:39.4708236 Vanilla Addition/Language (zh_hk) | ||
// 1.21 2024-06-26T12:11:13.4048256 Vanilla Addition/Language (zh_hk) | ||
1f975bb41a2af3ff08a660620dc10968914f4d86 assets\vanilla-addition\lang\zh_hk.json |
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/4455c36134312040c3981d1a65d87410e591c38c
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,2 +1,2 @@ | ||
// 1.21 2024-06-26T01:10:39.4890094 Vanilla Addition/Language (zh_cn) | ||
// 1.21 2024-06-26T12:11:13.4158255 Vanilla Addition/Language (zh_cn) | ||
fc8afcc1864c5274a4d350752e98d62c1f42d6ce assets\vanilla-addition\lang\zh_cn.json |
4 changes: 2 additions & 2 deletions
4
src/main/generated/.cache/46608147a03287dfdb8e0fa4f9102c4e2889225f
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
src/main/generated/.cache/4f22e9d501004ea65aac67eb84f633ec54fdd9e2
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,2 +1,2 @@ | ||
// 1.21 2024-06-26T01:10:39.4688238 Vanilla Addition/Block Loot Tables | ||
// 1.21 2024-06-26T12:11:13.4028259 Vanilla Addition/Block Loot Tables | ||
14d6c56f6ace599c0337cebe8366fad0713c69b7 data\vanilla-addition\loot_table\blocks\steel_block.json |
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/52b837f51544eeb314a89d0baa50276126ed9e15
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,2 +1,2 @@ | ||
// 1.21 2024-06-26T01:10:39.4718234 Vanilla Addition/Language (en_us) | ||
// 1.21 2024-06-26T12:11:13.4058262 Vanilla Addition/Language (en_us) | ||
9e35fe7420c6dac0cdf0bfb0349ad8342f3c4d8f assets\vanilla-addition\lang\en_us.json |
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/6a7e12ea7cf1015f5401221fbb1c9800a2881825
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
src/main/generated/.cache/cf36120aef76dfc9135b307737d1c5e76a54edb4
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
38 changes: 19 additions & 19 deletions
38
src/main/generated/.cache/e764169a5e6dc427a404f8b7f74fc0c7b162a4f2
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
src/main/generated/assets/vanilla-addition/blockstates/basalt_side.json
This file was deleted.
Oops, something went wrong.
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
7 changes: 0 additions & 7 deletions
7
src/main/generated/assets/vanilla-addition/blockstates/quartz_block_side.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/main/generated/assets/vanilla-addition/models/block/basalt_side.json
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
src/main/generated/assets/vanilla-addition/models/block/basalt_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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/slab", | ||
"textures": { | ||
"bottom": "vanilla-addition:block/basalt_side", | ||
"side": "vanilla-addition:block/basalt_side", | ||
"top": "vanilla-addition:block/basalt_side" | ||
"bottom": "minecraft:block/basalt_top", | ||
"side": "minecraft:block/basalt_side", | ||
"top": "minecraft:block/basalt_top" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/generated/assets/vanilla-addition/models/block/basalt_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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/slab_top", | ||
"textures": { | ||
"bottom": "vanilla-addition:block/basalt_side", | ||
"side": "vanilla-addition:block/basalt_side", | ||
"top": "vanilla-addition:block/basalt_side" | ||
"bottom": "minecraft:block/basalt_top", | ||
"side": "minecraft:block/basalt_side", | ||
"top": "minecraft:block/basalt_top" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/generated/assets/vanilla-addition/models/block/basalt_stairs.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,8 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/stairs", | ||
"textures": { | ||
"bottom": "vanilla-addition:block/basalt_side", | ||
"side": "vanilla-addition:block/basalt_side", | ||
"top": "vanilla-addition:block/basalt_side" | ||
"bottom": "minecraft:block/basalt_top", | ||
"side": "minecraft:block/basalt_side", | ||
"top": "minecraft:block/basalt_top" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/generated/assets/vanilla-addition/models/block/basalt_stairs_inner.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,8 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/inner_stairs", | ||
"textures": { | ||
"bottom": "vanilla-addition:block/basalt_side", | ||
"side": "vanilla-addition:block/basalt_side", | ||
"top": "vanilla-addition:block/basalt_side" | ||
"bottom": "minecraft:block/basalt_top", | ||
"side": "minecraft:block/basalt_side", | ||
"top": "minecraft:block/basalt_top" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/generated/assets/vanilla-addition/models/block/basalt_stairs_outer.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,8 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/outer_stairs", | ||
"textures": { | ||
"bottom": "vanilla-addition:block/basalt_side", | ||
"side": "vanilla-addition:block/basalt_side", | ||
"top": "vanilla-addition:block/basalt_side" | ||
"bottom": "minecraft:block/basalt_top", | ||
"side": "minecraft:block/basalt_side", | ||
"top": "minecraft:block/basalt_top" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/generated/assets/vanilla-addition/models/block/basalt_wall_inventory.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/wall_inventory", | ||
"textures": { | ||
"wall": "vanilla-addition:block/basalt_side" | ||
"wall": "minecraft:block/basalt_side" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/generated/assets/vanilla-addition/models/block/basalt_wall_post.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/template_wall_post", | ||
"textures": { | ||
"wall": "vanilla-addition:block/basalt_side" | ||
"wall": "minecraft:block/basalt_side" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/generated/assets/vanilla-addition/models/block/basalt_wall_side.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/template_wall_side", | ||
"textures": { | ||
"wall": "vanilla-addition:block/basalt_side" | ||
"wall": "minecraft:block/basalt_side" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/generated/assets/vanilla-addition/models/block/basalt_wall_side_tall.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/template_wall_side_tall", | ||
"textures": { | ||
"wall": "vanilla-addition:block/basalt_side" | ||
"wall": "minecraft:block/basalt_side" | ||
} | ||
} |
6 changes: 0 additions & 6 deletions
6
src/main/generated/assets/vanilla-addition/models/block/polished_basalt_side.json
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
src/main/generated/assets/vanilla-addition/models/block/polished_basalt_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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/slab", | ||
"textures": { | ||
"bottom": "vanilla-addition:block/polished_basalt_side", | ||
"side": "vanilla-addition:block/polished_basalt_side", | ||
"top": "vanilla-addition:block/polished_basalt_side" | ||
"bottom": "minecraft:block/polished_basalt_top", | ||
"side": "minecraft:block/polished_basalt_side", | ||
"top": "minecraft:block/polished_basalt_top" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/generated/assets/vanilla-addition/models/block/polished_basalt_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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/slab_top", | ||
"textures": { | ||
"bottom": "vanilla-addition:block/polished_basalt_side", | ||
"side": "vanilla-addition:block/polished_basalt_side", | ||
"top": "vanilla-addition:block/polished_basalt_side" | ||
"bottom": "minecraft:block/polished_basalt_top", | ||
"side": "minecraft:block/polished_basalt_side", | ||
"top": "minecraft:block/polished_basalt_top" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/generated/assets/vanilla-addition/models/block/polished_basalt_stairs.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,8 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/stairs", | ||
"textures": { | ||
"bottom": "vanilla-addition:block/polished_basalt_side", | ||
"side": "vanilla-addition:block/polished_basalt_side", | ||
"top": "vanilla-addition:block/polished_basalt_side" | ||
"bottom": "minecraft:block/polished_basalt_top", | ||
"side": "minecraft:block/polished_basalt_side", | ||
"top": "minecraft:block/polished_basalt_top" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/generated/assets/vanilla-addition/models/block/polished_basalt_stairs_inner.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,8 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/inner_stairs", | ||
"textures": { | ||
"bottom": "vanilla-addition:block/polished_basalt_side", | ||
"side": "vanilla-addition:block/polished_basalt_side", | ||
"top": "vanilla-addition:block/polished_basalt_side" | ||
"bottom": "minecraft:block/polished_basalt_top", | ||
"side": "minecraft:block/polished_basalt_side", | ||
"top": "minecraft:block/polished_basalt_top" | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/generated/assets/vanilla-addition/models/block/polished_basalt_stairs_outer.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,8 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/outer_stairs", | ||
"textures": { | ||
"bottom": "vanilla-addition:block/polished_basalt_side", | ||
"side": "vanilla-addition:block/polished_basalt_side", | ||
"top": "vanilla-addition:block/polished_basalt_side" | ||
"bottom": "minecraft:block/polished_basalt_top", | ||
"side": "minecraft:block/polished_basalt_side", | ||
"top": "minecraft:block/polished_basalt_top" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/generated/assets/vanilla-addition/models/block/polished_basalt_wall_inventory.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/wall_inventory", | ||
"textures": { | ||
"wall": "vanilla-addition:block/polished_basalt_side" | ||
"wall": "minecraft:block/polished_basalt_side" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/generated/assets/vanilla-addition/models/block/polished_basalt_wall_post.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/template_wall_post", | ||
"textures": { | ||
"wall": "vanilla-addition:block/polished_basalt_side" | ||
"wall": "minecraft:block/polished_basalt_side" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/generated/assets/vanilla-addition/models/block/polished_basalt_wall_side.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/template_wall_side", | ||
"textures": { | ||
"wall": "vanilla-addition:block/polished_basalt_side" | ||
"wall": "minecraft:block/polished_basalt_side" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/generated/assets/vanilla-addition/models/block/polished_basalt_wall_side_tall.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/template_wall_side_tall", | ||
"textures": { | ||
"wall": "vanilla-addition:block/polished_basalt_side" | ||
"wall": "minecraft:block/polished_basalt_side" | ||
} | ||
} |
6 changes: 0 additions & 6 deletions
6
src/main/generated/assets/vanilla-addition/models/block/quartz_block_side.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/main/generated/assets/vanilla-addition/models/block/quartz_wall_inventory.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/wall_inventory", | ||
"textures": { | ||
"wall": "vanilla-addition:block/quartz_block_side" | ||
"wall": "minecraft:block/quartz_block_side" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/generated/assets/vanilla-addition/models/block/quartz_wall_post.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/template_wall_post", | ||
"textures": { | ||
"wall": "vanilla-addition:block/quartz_block_side" | ||
"wall": "minecraft:block/quartz_block_side" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/generated/assets/vanilla-addition/models/block/quartz_wall_side.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/template_wall_side", | ||
"textures": { | ||
"wall": "vanilla-addition:block/quartz_block_side" | ||
"wall": "minecraft:block/quartz_block_side" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/generated/assets/vanilla-addition/models/block/quartz_wall_side_tall.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/template_wall_side_tall", | ||
"textures": { | ||
"wall": "vanilla-addition:block/quartz_block_side" | ||
"wall": "minecraft:block/quartz_block_side" | ||
} | ||
} |
Oops, something went wrong.