Skip to content

Commit 573020b

Browse files
committed
Fixed some old things
1 parent 815c8a8 commit 573020b

105 files changed

Lines changed: 2428 additions & 25 deletions

File tree

Some content is hidden

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

changelog.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,2 @@
1-
* Added walls for polished blocks
2-
* Updated textures for the following blocks:
3-
* Herringbone Stone/Andesite/Diorite/Granite/Deepslate/Tuff/End Stone/Polished Basalt/Polished Blackstone Bricks
4-
* Chiseled Andesite/Diorite/Granite/End Stone Bricks
5-
* Diorite/Granite Bricks
6-
* Cracked Diorite/Granite/End Stone Bricks
7-
* Diorite/Granite Circular Paving
8-
* Stone Brick/Andesite/Diorite/Granite/End Stone/Polished Blackstone Pillar
9-
* Purpur/Phantom Purpur Decorated End Stone
10-
* Polished End Stone
11-
* Gold Decorated Polished Blackstone
12-
* Blackstone Door/Trapdoor
13-
* Amethyst Lamp
14-
* Barriers
15-
* Stars Block
16-
* Potted trees now use logs as texture instead of small logs.
17-
* Fixed wrong potted mangrove tree model.
18-
* Stars block is now emissive
1+
* Fixed concrete brick stairs/slabs/wall missing crafting recipes
2+
* Updated zh translations by SolidBlock
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_black_concrete_bricks": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "blockus:black_concrete_bricks"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:black_concrete_brick_slab"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_black_concrete_bricks"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:black_concrete_brick_slab"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_black_concrete_bricks": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "blockus:black_concrete_bricks"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:black_concrete_brick_stairs"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_black_concrete_bricks"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:black_concrete_brick_stairs"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_blue_concrete_bricks": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "blockus:blue_concrete_bricks"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:blue_concrete_brick_slab"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_blue_concrete_bricks"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:blue_concrete_brick_slab"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_blue_concrete_bricks": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "blockus:blue_concrete_bricks"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:blue_concrete_brick_stairs"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_blue_concrete_bricks"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:blue_concrete_brick_stairs"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_brown_concrete_bricks": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "blockus:brown_concrete_bricks"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:brown_concrete_brick_slab"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_brown_concrete_bricks"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:brown_concrete_brick_slab"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_brown_concrete_bricks": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "blockus:brown_concrete_bricks"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:brown_concrete_brick_stairs"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_brown_concrete_bricks"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:brown_concrete_brick_stairs"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_cyan_concrete_bricks": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "blockus:cyan_concrete_bricks"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:cyan_concrete_brick_slab"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_cyan_concrete_bricks"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:cyan_concrete_brick_slab"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_cyan_concrete_bricks": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "blockus:cyan_concrete_bricks"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:cyan_concrete_brick_stairs"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_cyan_concrete_bricks"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:cyan_concrete_brick_stairs"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_gray_concrete_bricks": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "blockus:gray_concrete_bricks"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:gray_concrete_brick_slab"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_gray_concrete_bricks"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:gray_concrete_brick_slab"
30+
]
31+
}
32+
}

0 commit comments

Comments
 (0)