HammerTime

This commit is contained in:
Vos
2025-11-06 23:24:14 -06:00
parent 693f903ead
commit cf0e954c50
64 changed files with 1102 additions and 10 deletions
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "acesbs:block/prisma_steel_block"
}
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "acesbs:block/prisma_steel_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "acesbs:item/prisma_steel"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "acesbs:item/prisma_steel_axe"
}
}
@@ -0,0 +1,3 @@
{
"parent": "acesbs:block/prisma_steel_block"
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "acesbs:item/prisma_steel_hammer"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "acesbs:item/prisma_steel_hoe"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "acesbs:item/prisma_steel_pickaxe"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "acesbs:item/prisma_steel_shovel"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "acesbs:item/prisma_steel_sword"
}
}
@@ -1,5 +1,5 @@
{
"parent": "minecraft:item/generated",
"parent": "minecraft:item/handheld_rod",
"textures": {
"layer0": "acesbs:item/wand"
}