Skip to content

Commit

Permalink
make table models use less files
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabeHunger54 committed Feb 29, 2024
1 parent 4582460 commit 082366e
Show file tree
Hide file tree
Showing 80 changed files with 286 additions and 557 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,21 +1,39 @@
{
"all": {
"parent": "bibliocraft:block/acacia_table_all"
"parent": "bibliocraft:block/template/table/all",
"textures": {
"texture": "minecraft:block/acacia_planks"
}
},
"curve": {
"parent": "bibliocraft:block/acacia_table_curve"
"parent": "bibliocraft:block/template/table/curve",
"textures": {
"texture": "minecraft:block/acacia_planks"
}
},
"loader": "bibliocraft:table",
"none": {
"parent": "bibliocraft:block/acacia_table_none"
"parent": "bibliocraft:block/template/table/none",
"textures": {
"texture": "minecraft:block/acacia_planks"
}
},
"one": {
"parent": "bibliocraft:block/acacia_table_one"
"parent": "bibliocraft:block/template/table/one",
"textures": {
"texture": "minecraft:block/acacia_planks"
}
},
"straight": {
"parent": "bibliocraft:block/acacia_table_straight"
"parent": "bibliocraft:block/template/table/straight",
"textures": {
"texture": "minecraft:block/acacia_planks"
}
},
"three": {
"parent": "bibliocraft:block/acacia_table_three"
"parent": "bibliocraft:block/template/table/three",
"textures": {
"texture": "minecraft:block/acacia_planks"
}
}
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,21 +1,39 @@
{
"all": {
"parent": "bibliocraft:block/bamboo_table_all"
"parent": "bibliocraft:block/template/table/all",
"textures": {
"texture": "minecraft:block/bamboo_planks"
}
},
"curve": {
"parent": "bibliocraft:block/bamboo_table_curve"
"parent": "bibliocraft:block/template/table/curve",
"textures": {
"texture": "minecraft:block/bamboo_planks"
}
},
"loader": "bibliocraft:table",
"none": {
"parent": "bibliocraft:block/bamboo_table_none"
"parent": "bibliocraft:block/template/table/none",
"textures": {
"texture": "minecraft:block/bamboo_planks"
}
},
"one": {
"parent": "bibliocraft:block/bamboo_table_one"
"parent": "bibliocraft:block/template/table/one",
"textures": {
"texture": "minecraft:block/bamboo_planks"
}
},
"straight": {
"parent": "bibliocraft:block/bamboo_table_straight"
"parent": "bibliocraft:block/template/table/straight",
"textures": {
"texture": "minecraft:block/bamboo_planks"
}
},
"three": {
"parent": "bibliocraft:block/bamboo_table_three"
"parent": "bibliocraft:block/template/table/three",
"textures": {
"texture": "minecraft:block/bamboo_planks"
}
}
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,21 +1,39 @@
{
"all": {
"parent": "bibliocraft:block/birch_table_all"
"parent": "bibliocraft:block/template/table/all",
"textures": {
"texture": "minecraft:block/birch_planks"
}
},
"curve": {
"parent": "bibliocraft:block/birch_table_curve"
"parent": "bibliocraft:block/template/table/curve",
"textures": {
"texture": "minecraft:block/birch_planks"
}
},
"loader": "bibliocraft:table",
"none": {
"parent": "bibliocraft:block/birch_table_none"
"parent": "bibliocraft:block/template/table/none",
"textures": {
"texture": "minecraft:block/birch_planks"
}
},
"one": {
"parent": "bibliocraft:block/birch_table_one"
"parent": "bibliocraft:block/template/table/one",
"textures": {
"texture": "minecraft:block/birch_planks"
}
},
"straight": {
"parent": "bibliocraft:block/birch_table_straight"
"parent": "bibliocraft:block/template/table/straight",
"textures": {
"texture": "minecraft:block/birch_planks"
}
},
"three": {
"parent": "bibliocraft:block/birch_table_three"
"parent": "bibliocraft:block/template/table/three",
"textures": {
"texture": "minecraft:block/birch_planks"
}
}
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,21 +1,39 @@
{
"all": {
"parent": "bibliocraft:block/cherry_table_all"
"parent": "bibliocraft:block/template/table/all",
"textures": {
"texture": "minecraft:block/cherry_planks"
}
},
"curve": {
"parent": "bibliocraft:block/cherry_table_curve"
"parent": "bibliocraft:block/template/table/curve",
"textures": {
"texture": "minecraft:block/cherry_planks"
}
},
"loader": "bibliocraft:table",
"none": {
"parent": "bibliocraft:block/cherry_table_none"
"parent": "bibliocraft:block/template/table/none",
"textures": {
"texture": "minecraft:block/cherry_planks"
}
},
"one": {
"parent": "bibliocraft:block/cherry_table_one"
"parent": "bibliocraft:block/template/table/one",
"textures": {
"texture": "minecraft:block/cherry_planks"
}
},
"straight": {
"parent": "bibliocraft:block/cherry_table_straight"
"parent": "bibliocraft:block/template/table/straight",
"textures": {
"texture": "minecraft:block/cherry_planks"
}
},
"three": {
"parent": "bibliocraft:block/cherry_table_three"
"parent": "bibliocraft:block/template/table/three",
"textures": {
"texture": "minecraft:block/cherry_planks"
}
}
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 082366e

Please sign in to comment.