Skip to content

Commit 75cd7e7

Browse files
committed
v1.3
- New in-game description (updated pack.mcmeta) - Backported the 1.20 item wich were avalibe in 1.19.3 - Bacported some 1.20 items (untested)
1 parent cd6999e commit 75cd7e7

File tree

164 files changed

+1642
-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.

164 files changed

+1642
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"textures": {
3+
"particle": "minecraft:block/stripped_acacia_log"
4+
}
5+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"parent": "minecraft:block/cube_column",
3+
"textures": {
4+
"end": "minecraft:block/bamboo_block_top",
5+
"side": "minecraft:block/bamboo_block"
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"parent": "minecraft:block/cube_column_uv_locked_x",
3+
"textures": {
4+
"end": "minecraft:block/bamboo_block_top",
5+
"side": "minecraft:block/bamboo_block"
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"parent": "minecraft:block/cube_column_uv_locked_y",
3+
"textures": {
4+
"end": "minecraft:block/bamboo_block_top",
5+
"side": "minecraft:block/bamboo_block"
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"parent": "minecraft:block/cube_column_uv_locked_z",
3+
"textures": {
4+
"end": "minecraft:block/bamboo_block_top",
5+
"side": "minecraft:block/bamboo_block"
6+
}
7+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "minecraft:block/button",
3+
"textures": {
4+
"texture": "minecraft:block/bamboo_planks"
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/button_inventory",
3+
"textures": {
4+
"texture": "minecraft:block/bamboo_planks"
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/button_pressed",
3+
"textures": {
4+
"texture": "minecraft:block/bamboo_planks"
5+
}
6+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"parent": "minecraft:block/door_bottom_left",
3+
"textures": {
4+
"bottom": "minecraft:block/bamboo_door_bottom",
5+
"top": "minecraft:block/bamboo_door_top"
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"parent": "minecraft:block/door_bottom_left_open",
3+
"textures": {
4+
"bottom": "minecraft:block/bamboo_door_bottom",
5+
"top": "minecraft:block/bamboo_door_top"
6+
}
7+
}

0 commit comments

Comments
 (0)