Skip to content

Commit

Permalink
Updated to v1.21.20
Browse files Browse the repository at this point in the history
  • Loading branch information
QuazChick authored Oct 12, 2024
1 parent 02f22f3 commit cde813e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/blocks/custom-glazed-terracotta.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ tags:
- easy
mentions:
- Kaioga5
- QuazChick
description: Re-creation of vanilla glazed terracotta.
---

::: tip FORMAT & MIN ENGINE VERSION `1.20.70`
::: tip FORMAT & MIN ENGINE VERSION `1.21.20`
This tutorial assumes a basic understanding of blocks.
Check out the [blocks guide](/blocks/blocks-intro) before starting.
:::
Expand All @@ -25,7 +26,7 @@ This will create a vanilla-like custom glazed terracotta.

```json
{
"format_version": "1.20.70",
"format_version": "1.21.20",
"minecraft:block": {
"description": {
"identifier": "wiki:glazed_terracotta_template",
Expand Down Expand Up @@ -126,16 +127,13 @@ Vanilla glazed terracotta rotates certain faces of the block with some specific

```json
{
"format_version": "1.12.0",
"format_version": "1.21.20",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.glazed_terracotta",
"texture_width": 16,
"texture_height": 16,
"visible_bounds_width": 4,
"visible_bounds_height": 3.5,
"visible_bounds_offset": [0, 1.25, 0]
"texture_height": 16
},
"bones": [
{
Expand Down

0 comments on commit cde813e

Please sign in to comment.