mirror of
https://github.com/dragonruler1000/hdm-mod.git
synced 2025-06-29 08:29:33 -05:00
Fixing textures.
Signed-off-by: dragonruler1000 <github@me.minecraftchest2.us>
This commit is contained in:
parent
862a29a548
commit
cc98e7cd6b
3 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"credit": "Made with Blockbench",
|
"credit": "Made with Blockbench",
|
||||||
"textures": {
|
"textures": {
|
||||||
"1": "tutorialmod:block/brown",
|
"1": "hdm_mod:block/brown",
|
||||||
"2": "tutorialmod:block/grey",
|
"2": "hdm_mod:block/grey",
|
||||||
"particle": "tutorialmod:block/red"
|
"particle": "hdm_mod:block/red"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"parent": "item/generated",
|
"parent": "item/generated",
|
||||||
"textures": {
|
"textures": {
|
||||||
"layer0": "hdm_mod:items/omelet"
|
"layer0": "hdm_mod:item/omelet"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"parent": "item/generated",
|
"parent": "item/generated",
|
||||||
"textures": {
|
"textures": {
|
||||||
"layer0": "hdm_mod:items/knife"
|
"layer0": "hdm_mod:item/knife"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue