Skip to content

Commit

Permalink
Made Graphinium blocks in-Game Now. DataGen Was made
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwolfie37 committed Feb 1, 2024
1 parent e345359 commit d7f2e34
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "silentvalkyrie:block/deepslate_graphinium_ore"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "silentvalkyrie:block/graphinium_block"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "silentvalkyrie:block/graphinium_ore"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "silentvalkyrie:block/deepslate_graphinium_ore"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "silentvalkyrie:block/graphinium_block"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "silentvalkyrie:block/graphinium_ore"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "silentvalkyrie:block/deepslate_graphinium_ore"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "silentvalkyrie:block/graphinium_block"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "silentvalkyrie:block/graphinium_ore"
}

0 comments on commit d7f2e34

Please sign in to comment.