-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added texture overrides to soil properties
also fixed mega spruce sapling being created
- Loading branch information
1 parent
27b2a55
commit 43ecb00
Showing
21 changed files
with
122 additions
and
79 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
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
31 changes: 24 additions & 7 deletions
31
src/generated/resources/.cache/82dbd4df3226a8f2ebd864eec8c96cc5d0540266
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,7 +1,24 @@ | ||
// 1.19.2 2024-02-07T21:28:25.6424484 dynamictrees DT Block Tags | ||
0852fd1f90777eeab7126995157c4b1242a44700 data/dynamictrees/tags/items/branches.json | ||
c16c437c51cfaa61f8cec19b3f2c9af858cf2e3e data/dynamictrees/tags/items/branches_that_burn.json | ||
265c9a52b7eb0cfd09154318ed7e17789980c9a6 data/dynamictrees/tags/items/fungus_branches.json | ||
80f707272ee43de5e1e0d5897629cdd2798eb9dd data/dynamictrees/tags/items/fungus_caps.json | ||
bc9fc83554c6581be3209e99ddfd16c3af8d6d27 data/dynamictrees/tags/items/seeds.json | ||
40d8c97822466372474dc35e9087e3f6ac034207 data/minecraft/tags/items/saplings.json | ||
// 1.19.2 2024-05-14T15:06:51.3208872 dynamictrees DT Block Tags | ||
89563876084509cc93d596004b67e412d78ebf3b data/dynamictrees/tags/blocks/aerial_roots_rooty_soil.json | ||
0852fd1f90777eeab7126995157c4b1242a44700 data/dynamictrees/tags/blocks/branches.json | ||
c16c437c51cfaa61f8cec19b3f2c9af858cf2e3e data/dynamictrees/tags/blocks/branches_that_burn.json | ||
f7b3d15cfb12f4c543a75050f694ba0609d1d209 data/dynamictrees/tags/blocks/foliage.json | ||
265c9a52b7eb0cfd09154318ed7e17789980c9a6 data/dynamictrees/tags/blocks/fungus_branches.json | ||
a86aa6fa2f09d162f8300475ee0d944102f6334c data/dynamictrees/tags/blocks/fungus_caps.json | ||
9b5ab09c1aee5e896642d4ae3ffaa2afdbbe5c72 data/dynamictrees/tags/blocks/leaves.json | ||
40de46457ac325dc281c1862bf4d99eb12daec0f data/dynamictrees/tags/blocks/roots.json | ||
52baa924e0817cb9cbaca436202fd66c846258b1 data/dynamictrees/tags/blocks/rooty_soil.json | ||
9462bb62d2969d2f7b136e237b2456b4554e324a data/dynamictrees/tags/blocks/saplings.json | ||
ef507377a99fc5ec5cc3ca9cdd35486ea719a119 data/dynamictrees/tags/blocks/stripped_branches.json | ||
9cc41779f2e3f981b1883b1fda538c83cb43afca data/dynamictrees/tags/blocks/stripped_branches_that_burn.json | ||
3e34ca7dcdebfeae6d9931c582ba2243275afd6c data/dynamictrees/tags/blocks/stripped_fungus_branches.json | ||
df7ab2d6211815d5441e432477abca88841b501c data/dynamictrees/tags/blocks/wart_blocks.json | ||
4458fce0a5d1dbd6e884e4a581f15f4df9def5fb data/minecraft/tags/blocks/enderman_holdable.json | ||
bb90442c6cad4ad25a29f41c20d4540e8bd80799 data/minecraft/tags/blocks/flower_pots.json | ||
478c83611465564e2ad9f75d9a1f60369b13b8da data/minecraft/tags/blocks/hoglin_repellents.json | ||
5d45d3e56c20aa5b2eacc4ae25a9815459a664ef data/minecraft/tags/blocks/leaves.json | ||
c6cbc2390b831eca0a8a61bd1a5faee1cf798f13 data/minecraft/tags/blocks/logs.json | ||
bc2b505c9efcae8fad28abd2638a512645158332 data/minecraft/tags/blocks/logs_that_burn.json | ||
54774cb7e6ab420204d58ad3c265d6ac24eb1046 data/minecraft/tags/blocks/mineable/axe.json | ||
b1d094064f3a9f87563f9c43b97ddd084255a7d1 data/minecraft/tags/blocks/saplings.json | ||
145d07f74a6f711d7e0f71365129d520a3d65269 data/minecraft/tags/blocks/wart_blocks.json |
7 changes: 0 additions & 7 deletions
7
src/generated/resources/assets/dynamictrees/blockstates/mega_spruce_sapling.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
8 changes: 0 additions & 8 deletions
8
src/generated/resources/assets/dynamictrees/models/block/saplings/mega_spruce.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
7 changes: 3 additions & 4 deletions
7
src/generated/resources/data/dynamictrees/tags/blocks/foliage.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,7 @@ | ||
{ | ||
"values": [ | ||
"minecraft:grass", | ||
"minecraft:tall_grass", | ||
"minecraft:fern", | ||
"minecraft:lily_pad" | ||
"minecraft:lily_pad", | ||
"#minecraft:flowers", | ||
"#minecraft:replaceable_plants" | ||
] | ||
} |
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
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
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
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.