-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
There are no files selected for viewing
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.