Post-datagen

This commit is contained in:
Vos
2025-11-03 18:23:04 -06:00
parent 8397b764d3
commit c8c4d495e5
54 changed files with 584 additions and 1062 deletions
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "acesbs:block/entropy_ore"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "acesbs:block/stable_entropy_block"
}
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "acesbs:block/entropy_ore"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "acesbs:block/stable_entropy_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "acesbs:item/cooked_lemon"
}
}
@@ -0,0 +1,3 @@
{
"parent": "acesbs:block/entropy_ore"
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "acesbs:item/green_bricks"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "acesbs:item/lemon"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "acesbs:item/oracle_lemon"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "acesbs:item/raw_entropy"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "acesbs:item/stable_entropy"
}
}
@@ -0,0 +1,3 @@
{
"parent": "acesbs:block/stable_entropy_block"
}