USE DATAGEN
Some checks failed
构建 / build (push) Has been cancelled

This commit is contained in:
2025-03-15 01:51:08 +08:00
parent c6be33d99c
commit 877f0378a7
51 changed files with 462 additions and 78 deletions

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "learning:block/damage_block"
}
}
}

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "learning:block/transform_block"
}
}
}

View File

@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "learning:item/baked_toast"
}
}

View File

@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "learning:block/damage_block"
}
}

View File

@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "learning:item/overcooked_toast"
}
}

View File

@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "learning:item/toast"
}
}

View File

@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "learning:block/transform_block"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"bottom": "learning:block/white_block_bottom",
"side": "learning:block/damage_block_side",
"top": "learning:block/damage_block_top"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"bottom": "learning:block/white_block_bottom",
"side": "learning:block/transform_block_side",
"top": "learning:block/transform_block_top"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "learning:item/baked_toast"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "learning:item/overcooked_toast"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "learning:item/toast"
}
}