Skip to content

Commit

Permalink
Renamed some keys in dimension codec. Increased version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nan1t committed Jun 14, 2024
1 parent b99a533 commit 155e6cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'ua.nanit'
version '1.8'
version '1.8.1'

compileJava {
options.encoding = "UTF-8"
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/dimension/codec_1_21.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -2788,8 +2788,8 @@
type: "minecraft:wolf_variant",
value: [
{
name: "minecraft:painting_variant",
id: 172,
name: "minecraft:default",
id: 0,
element: {
wild_texture: "minecraft:entity/wolf/wolf",
angry_texture: "minecraft:entity/wolf/wolf_angry",
Expand All @@ -2803,8 +2803,8 @@
type: "minecraft:painting_variant",
value: [
{
name: "minecraft:test",
id: 173,
name: "minecraft:default",
id: 0,
element: {
asset_id: "minecraft:backyard",
height: 3,
Expand Down

0 comments on commit 155e6cc

Please sign in to comment.