Skip to content

Commit 7474453

Browse files
committed
feat:more ore plants
1 parent a449868 commit 7474453

File tree

61 files changed

+871
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+871
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on : [push, pull_request]
88
env:
99
MINECRAFT_VERSION: 1.21.1
1010
VERSION: 1.21.1
11-
RELEASE_NAME: vanillaextra-1.21.7
11+
RELEASE_NAME: vanillaextra-1.21.1
1212

1313
jobs:
1414
build:
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"variants": {
3+
"age=0": {
4+
"model": "vanillaextra:block/amethyst_stem_stage0"
5+
},
6+
"age=1": {
7+
"model": "vanillaextra:block/amethyst_stem_stage1"
8+
},
9+
"age=2": {
10+
"model": "vanillaextra:block/amethyst_stem_stage2"
11+
},
12+
"age=3": {
13+
"model": "vanillaextra:block/amethyst_stem_stage3"
14+
},
15+
"age=4": {
16+
"model": "vanillaextra:block/amethyst_stem_stage4"
17+
},
18+
"age=5": {
19+
"model": "vanillaextra:block/amethyst_stem_stage5"
20+
},
21+
"age=6": {
22+
"model": "vanillaextra:block/amethyst_stem_stage6"
23+
},
24+
"age=7": {
25+
"model": "vanillaextra:block/amethyst_stem_stage7"
26+
}
27+
}
28+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"variants": {
3+
"age=0": {
4+
"model": "vanillaextra:block/ancient_debris_stem_stage0"
5+
},
6+
"age=1": {
7+
"model": "vanillaextra:block/ancient_debris_stem_stage1"
8+
},
9+
"age=2": {
10+
"model": "vanillaextra:block/ancient_debris_stem_stage2"
11+
},
12+
"age=3": {
13+
"model": "vanillaextra:block/ancient_debris_stem_stage3"
14+
},
15+
"age=4": {
16+
"model": "vanillaextra:block/ancient_debris_stem_stage4"
17+
},
18+
"age=5": {
19+
"model": "vanillaextra:block/ancient_debris_stem_stage5"
20+
},
21+
"age=6": {
22+
"model": "vanillaextra:block/ancient_debris_stem_stage6"
23+
},
24+
"age=7": {
25+
"model": "vanillaextra:block/ancient_debris_stem_stage7"
26+
}
27+
}
28+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"variants": {
3+
"facing=east": {
4+
"model": "vanillaextra:block/attached_amethyst_stem",
5+
"y": 180
6+
},
7+
"facing=north": {
8+
"model": "vanillaextra:block/attached_amethyst_stem",
9+
"y": 90
10+
},
11+
"facing=south": {
12+
"model": "vanillaextra:block/attached_amethyst_stem",
13+
"y": 270
14+
},
15+
"facing=west": {
16+
"model": "vanillaextra:block/attached_amethyst_stem"
17+
}
18+
}
19+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"variants": {
3+
"facing=east": {
4+
"model": "vanillaextra:block/attached_ancient_debris_stem",
5+
"y": 180
6+
},
7+
"facing=north": {
8+
"model": "vanillaextra:block/attached_ancient_debris_stem",
9+
"y": 90
10+
},
11+
"facing=south": {
12+
"model": "vanillaextra:block/attached_ancient_debris_stem",
13+
"y": 270
14+
},
15+
"facing=west": {
16+
"model": "vanillaextra:block/attached_ancient_debris_stem"
17+
}
18+
}
19+
}

src/generated/resources/assets/vanillaextra/lang/en_us.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"advancements.vanillaextra.story.obtain_dried_land_kelp.title": "Delicious Dried Land Kelp,a kind of Food",
44
"advancements.vanillaextra.story.obtain_land_kelp.description": "A Special Kind of Kelp that growing in Land,it can grow to 6 block heights, is a delicious crop",
55
"advancements.vanillaextra.story.obtain_land_kelp.title": "A Special Kind of Kelp,Land Kelp",
6+
"block.vanillaextra.amethyst_stem": "Amethyst Stem",
7+
"block.vanillaextra.ancient_debris_stem": "Ancient Debris Stem",
8+
"block.vanillaextra.attached_amethyst_stem": "Attached Amethyst Stem",
9+
"block.vanillaextra.attached_ancient_debris_stem": "Attached Ancient Debris Stem",
610
"block.vanillaextra.attached_coal_ore_stem": "Attached Coal Ore Stem",
711
"block.vanillaextra.attached_copper_ore_stem": "Attached Copper Ore Stem",
812
"block.vanillaextra.attached_diamond_ore_stem": "Attached Diamond Ore Stem",
@@ -33,6 +37,8 @@
3337
"entity.vanillaextra.black_dog": "Black Dog",
3438
"entity.vanillaextra.friendly_skeleton": "Friendly Skeleton",
3539
"entity.vanillaextra.friendly_zombie": "Friendly Zombie",
40+
"item.vanillaextra.amethyst_debris_seeds": "Amethyst Debris Seeds",
41+
"item.vanillaextra.ancient_debris_seeds": "Ancient Debris Seeds",
3642
"item.vanillaextra.bacon": "Bacon",
3743
"item.vanillaextra.bacon_and_egg": "Bacon And Egg",
3844
"item.vanillaextra.bat_wing": "Bat Wing",

src/generated/resources/assets/vanillaextra/lang/zh_cn.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"advancements.vanillaextra.story.obtain_dried_land_kelp.title": "美味的陆生海带干,一种食物",
44
"advancements.vanillaextra.story.obtain_land_kelp.description": "一种登上陆地的特殊海带,可以长到6格高,是美味的农作物",
55
"advancements.vanillaextra.story.obtain_land_kelp.title": "特殊的海带,陆生海带",
6+
"block.vanillaextra.amethyst_stem": "紫水晶茎",
7+
"block.vanillaextra.ancient_debris_stem": "远古残骸茎",
8+
"block.vanillaextra.attached_amethyst_stem": "附着的紫水晶茎",
9+
"block.vanillaextra.attached_ancient_debris_stem": "附着的远古残骸茎",
610
"block.vanillaextra.attached_coal_ore_stem": "附着的煤矿石茎",
711
"block.vanillaextra.attached_copper_ore_stem": "附着的铜矿石茎",
812
"block.vanillaextra.attached_diamond_ore_stem": "附着的钻石茎",
@@ -33,6 +37,8 @@
3337
"entity.vanillaextra.black_dog": "黑狗",
3438
"entity.vanillaextra.friendly_skeleton": "友好的骷髅",
3539
"entity.vanillaextra.friendly_zombie": "友好的僵尸",
40+
"item.vanillaextra.amethyst_debris_seeds": "紫水晶种子",
41+
"item.vanillaextra.ancient_debris_seeds": "远古残骸种子",
3642
"item.vanillaextra.bacon": "培根",
3743
"item.vanillaextra.bacon_and_egg": "培根煎蛋",
3844
"item.vanillaextra.bat_wing": "蝙蝠翼",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:block/stem_growth0",
3+
"textures": {
4+
"stem": "vanillaextra:block/ore_stem"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:block/stem_growth1",
3+
"textures": {
4+
"stem": "vanillaextra:block/ore_stem"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:block/stem_growth2",
3+
"textures": {
4+
"stem": "vanillaextra:block/ore_stem"
5+
}
6+
}

0 commit comments

Comments
 (0)