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",
|
||||
"textures": {
|
||||
"1": "tutorialmod:block/brown",
|
||||
"2": "tutorialmod:block/grey",
|
||||
"particle": "tutorialmod:block/red"
|
||||
"1": "hdm_mod:block/brown",
|
||||
"2": "hdm_mod:block/grey",
|
||||
"particle": "hdm_mod:block/red"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "hdm_mod:items/omelet"
|
||||
"layer0": "hdm_mod:item/omelet"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "hdm_mod:items/knife"
|
||||
"layer0": "hdm_mod:item/knife"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue