From 941b43165df157d149c5a992a7c7f842a206b556 Mon Sep 17 00:00:00 2001 From: Suel_ki <1829446054@qq.com> Date: Sat, 7 Dec 2024 21:20:03 +0800 Subject: [PATCH] Updated to 1.21.4 --- build.gradle | 2 +- gradle.properties | 14 +++++++------- gradle/wrapper/gradle-wrapper.properties | 2 +- .../suel_ki/beautify/common/block/HangingPot.java | 4 ++-- .../suel_ki/beautify/common/block/Trellis.java | 4 ++-- .../assets/beautify/items/acacia_blinds.json | 7 +++++++ .../beautify/items/acacia_picture_frame.json | 6 ++++++ .../assets/beautify/items/acacia_trellis.json | 6 ++++++ .../assets/beautify/items/birch_blinds.json | 6 ++++++ .../assets/beautify/items/birch_picture_frame.json | 6 ++++++ .../assets/beautify/items/birch_trellis.json | 6 ++++++ .../resources/assets/beautify/items/bookstack.json | 6 ++++++ .../assets/beautify/items/botanist_workbench.json | 6 ++++++ .../assets/beautify/items/cherry_blinds.json | 6 ++++++ .../beautify/items/cherry_picture_frame.json | 6 ++++++ .../assets/beautify/items/cherry_trellis.json | 7 +++++++ .../assets/beautify/items/crimson_blinds.json | 6 ++++++ .../beautify/items/crimson_picture_frame.json | 6 ++++++ .../assets/beautify/items/crimson_trellis.json | 6 ++++++ .../assets/beautify/items/dark_oak_blinds.json | 6 ++++++ .../beautify/items/dark_oak_picture_frame.json | 6 ++++++ .../assets/beautify/items/dark_oak_trellis.json | 6 ++++++ .../assets/beautify/items/hanging_pot.json | 6 ++++++ .../assets/beautify/items/iron_blinds.json | 6 ++++++ .../assets/beautify/items/jungle_blinds.json | 6 ++++++ .../beautify/items/jungle_picture_frame.json | 6 ++++++ .../assets/beautify/items/jungle_trellis.json | 6 ++++++ .../assets/beautify/items/lamp_bamboo.json | 6 ++++++ .../assets/beautify/items/lamp_candelabra.json | 6 ++++++ .../beautify/items/lamp_candelabra_black.json | 6 ++++++ .../beautify/items/lamp_candelabra_blue.json | 6 ++++++ .../beautify/items/lamp_candelabra_brown.json | 6 ++++++ .../beautify/items/lamp_candelabra_cyan.json | 6 ++++++ .../beautify/items/lamp_candelabra_gray.json | 6 ++++++ .../beautify/items/lamp_candelabra_green.json | 6 ++++++ .../beautify/items/lamp_candelabra_light_blue.json | 6 ++++++ .../beautify/items/lamp_candelabra_light_gray.json | 7 +++++++ .../beautify/items/lamp_candelabra_lime.json | 6 ++++++ .../beautify/items/lamp_candelabra_magenta.json | 6 ++++++ .../beautify/items/lamp_candelabra_orange.json | 6 ++++++ .../beautify/items/lamp_candelabra_pink.json | 6 ++++++ .../beautify/items/lamp_candelabra_purple.json | 6 ++++++ .../assets/beautify/items/lamp_candelabra_red.json | 6 ++++++ .../beautify/items/lamp_candelabra_white.json | 6 ++++++ .../beautify/items/lamp_candelabra_yellow.json | 6 ++++++ .../resources/assets/beautify/items/lamp_jar.json | 6 ++++++ .../assets/beautify/items/lamp_light_bulb.json | 6 ++++++ .../assets/beautify/items/mangrove_blinds.json | 6 ++++++ .../beautify/items/mangrove_picture_frame.json | 6 ++++++ .../assets/beautify/items/mangrove_trellis.json | 6 ++++++ .../assets/beautify/items/oak_blinds.json | 6 ++++++ .../assets/beautify/items/oak_picture_frame.json | 6 ++++++ .../assets/beautify/items/oak_trellis.json | 6 ++++++ .../beautify/items/quartz_picture_frame.json | 6 ++++++ src/main/resources/assets/beautify/items/rope.json | 6 ++++++ .../assets/beautify/items/spruce_blinds.json | 6 ++++++ .../beautify/items/spruce_picture_frame.json | 6 ++++++ .../assets/beautify/items/spruce_trellis.json | 6 ++++++ .../assets/beautify/items/warped_blinds.json | 6 ++++++ .../beautify/items/warped_picture_frame.json | 6 ++++++ .../assets/beautify/items/warped_trellis.json | 6 ++++++ 61 files changed, 352 insertions(+), 13 deletions(-) create mode 100644 src/main/resources/assets/beautify/items/acacia_blinds.json create mode 100644 src/main/resources/assets/beautify/items/acacia_picture_frame.json create mode 100644 src/main/resources/assets/beautify/items/acacia_trellis.json create mode 100644 src/main/resources/assets/beautify/items/birch_blinds.json create mode 100644 src/main/resources/assets/beautify/items/birch_picture_frame.json create mode 100644 src/main/resources/assets/beautify/items/birch_trellis.json create mode 100644 src/main/resources/assets/beautify/items/bookstack.json create mode 100644 src/main/resources/assets/beautify/items/botanist_workbench.json create mode 100644 src/main/resources/assets/beautify/items/cherry_blinds.json create mode 100644 src/main/resources/assets/beautify/items/cherry_picture_frame.json create mode 100644 src/main/resources/assets/beautify/items/cherry_trellis.json create mode 100644 src/main/resources/assets/beautify/items/crimson_blinds.json create mode 100644 src/main/resources/assets/beautify/items/crimson_picture_frame.json create mode 100644 src/main/resources/assets/beautify/items/crimson_trellis.json create mode 100644 src/main/resources/assets/beautify/items/dark_oak_blinds.json create mode 100644 src/main/resources/assets/beautify/items/dark_oak_picture_frame.json create mode 100644 src/main/resources/assets/beautify/items/dark_oak_trellis.json create mode 100644 src/main/resources/assets/beautify/items/hanging_pot.json create mode 100644 src/main/resources/assets/beautify/items/iron_blinds.json create mode 100644 src/main/resources/assets/beautify/items/jungle_blinds.json create mode 100644 src/main/resources/assets/beautify/items/jungle_picture_frame.json create mode 100644 src/main/resources/assets/beautify/items/jungle_trellis.json create mode 100644 src/main/resources/assets/beautify/items/lamp_bamboo.json create mode 100644 src/main/resources/assets/beautify/items/lamp_candelabra.json create mode 100644 src/main/resources/assets/beautify/items/lamp_candelabra_black.json create mode 100644 src/main/resources/assets/beautify/items/lamp_candelabra_blue.json create mode 100644 src/main/resources/assets/beautify/items/lamp_candelabra_brown.json create mode 100644 src/main/resources/assets/beautify/items/lamp_candelabra_cyan.json create mode 100644 src/main/resources/assets/beautify/items/lamp_candelabra_gray.json create mode 100644 src/main/resources/assets/beautify/items/lamp_candelabra_green.json create mode 100644 src/main/resources/assets/beautify/items/lamp_candelabra_light_blue.json create mode 100644 src/main/resources/assets/beautify/items/lamp_candelabra_light_gray.json create mode 100644 src/main/resources/assets/beautify/items/lamp_candelabra_lime.json create mode 100644 src/main/resources/assets/beautify/items/lamp_candelabra_magenta.json create mode 100644 src/main/resources/assets/beautify/items/lamp_candelabra_orange.json create mode 100644 src/main/resources/assets/beautify/items/lamp_candelabra_pink.json create mode 100644 src/main/resources/assets/beautify/items/lamp_candelabra_purple.json create mode 100644 src/main/resources/assets/beautify/items/lamp_candelabra_red.json create mode 100644 src/main/resources/assets/beautify/items/lamp_candelabra_white.json create mode 100644 src/main/resources/assets/beautify/items/lamp_candelabra_yellow.json create mode 100644 src/main/resources/assets/beautify/items/lamp_jar.json create mode 100644 src/main/resources/assets/beautify/items/lamp_light_bulb.json create mode 100644 src/main/resources/assets/beautify/items/mangrove_blinds.json create mode 100644 src/main/resources/assets/beautify/items/mangrove_picture_frame.json create mode 100644 src/main/resources/assets/beautify/items/mangrove_trellis.json create mode 100644 src/main/resources/assets/beautify/items/oak_blinds.json create mode 100644 src/main/resources/assets/beautify/items/oak_picture_frame.json create mode 100644 src/main/resources/assets/beautify/items/oak_trellis.json create mode 100644 src/main/resources/assets/beautify/items/quartz_picture_frame.json create mode 100644 src/main/resources/assets/beautify/items/rope.json create mode 100644 src/main/resources/assets/beautify/items/spruce_blinds.json create mode 100644 src/main/resources/assets/beautify/items/spruce_picture_frame.json create mode 100644 src/main/resources/assets/beautify/items/spruce_trellis.json create mode 100644 src/main/resources/assets/beautify/items/warped_blinds.json create mode 100644 src/main/resources/assets/beautify/items/warped_picture_frame.json create mode 100644 src/main/resources/assets/beautify/items/warped_trellis.json diff --git a/build.gradle b/build.gradle index 2f37220..61d9bf2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.7.+' + id 'fabric-loom' version '1.9.+' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index 53d92b4..54c6b40 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,17 +4,17 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.21.3 -yarn_mappings=1.21.3+build.2 +minecraft_version=1.21.4 +yarn_mappings=1.21.4+build.1 loader_version=0.16.9 # Mod Properties -mod_version=1.4.1+1.21.3 +mod_version=1.5.0+1.21.4 maven_group=io.github.suel_ki.beautify archives_base_name=beautify # Dependencies -fabric_version=0.110.0+1.21.3 -cloth_config_version=16.0.141 -jade_id=5846071 -modmenu_version=12.0.0-beta.1 \ No newline at end of file +fabric_version=0.111.0+1.21.4 +cloth_config_version=17.0.142 +jade_id=5967298 +modmenu_version=13.0.0-beta.1 \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 707e499..21d5e09 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/src/main/java/io/github/suel_ki/beautify/common/block/HangingPot.java b/src/main/java/io/github/suel_ki/beautify/common/block/HangingPot.java index f6849dc..7de6c5f 100644 --- a/src/main/java/io/github/suel_ki/beautify/common/block/HangingPot.java +++ b/src/main/java/io/github/suel_ki/beautify/common/block/HangingPot.java @@ -164,8 +164,8 @@ public InteractionResult useItemOn(ItemStack stack, BlockState state, Level leve } @Override - public ItemStack getCloneItemStack(LevelReader level, BlockPos pos, BlockState state) { - return this.isEmpty(state) ? super.getCloneItemStack(level, pos, state) : new ItemStack(getContent(state)); + public ItemStack getCloneItemStack(LevelReader level, BlockPos pos, BlockState state, boolean bl) { + return this.isEmpty(state) ? super.getCloneItemStack(level, pos, state, bl) : new ItemStack(getContent(state)); } private boolean isEmpty(BlockState state) { diff --git a/src/main/java/io/github/suel_ki/beautify/common/block/Trellis.java b/src/main/java/io/github/suel_ki/beautify/common/block/Trellis.java index edb23a9..93dc05f 100644 --- a/src/main/java/io/github/suel_ki/beautify/common/block/Trellis.java +++ b/src/main/java/io/github/suel_ki/beautify/common/block/Trellis.java @@ -140,8 +140,8 @@ public InteractionResult useItemOn(ItemStack stack, BlockState state, Level leve } @Override - public ItemStack getCloneItemStack(LevelReader level, BlockPos pos, BlockState state) { - return this.isEmpty(state) ? super.getCloneItemStack(level, pos, state) : new ItemStack(getContent(state)); + public ItemStack getCloneItemStack(LevelReader level, BlockPos pos, BlockState state, boolean bl) { + return this.isEmpty(state) ? super.getCloneItemStack(level, pos, state, bl) : new ItemStack(getContent(state)); } private boolean isEmpty(BlockState state) { diff --git a/src/main/resources/assets/beautify/items/acacia_blinds.json b/src/main/resources/assets/beautify/items/acacia_blinds.json new file mode 100644 index 0000000..20b149d --- /dev/null +++ b/src/main/resources/assets/beautify/items/acacia_blinds.json @@ -0,0 +1,7 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/acacia_blinds" + } +} + diff --git a/src/main/resources/assets/beautify/items/acacia_picture_frame.json b/src/main/resources/assets/beautify/items/acacia_picture_frame.json new file mode 100644 index 0000000..44c80db --- /dev/null +++ b/src/main/resources/assets/beautify/items/acacia_picture_frame.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/acacia_picture_frame" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/acacia_trellis.json b/src/main/resources/assets/beautify/items/acacia_trellis.json new file mode 100644 index 0000000..921e4ea --- /dev/null +++ b/src/main/resources/assets/beautify/items/acacia_trellis.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/acacia_trellis" + } +} diff --git a/src/main/resources/assets/beautify/items/birch_blinds.json b/src/main/resources/assets/beautify/items/birch_blinds.json new file mode 100644 index 0000000..0ae0eb3 --- /dev/null +++ b/src/main/resources/assets/beautify/items/birch_blinds.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/birch_blinds" + } +} diff --git a/src/main/resources/assets/beautify/items/birch_picture_frame.json b/src/main/resources/assets/beautify/items/birch_picture_frame.json new file mode 100644 index 0000000..8fda79a --- /dev/null +++ b/src/main/resources/assets/beautify/items/birch_picture_frame.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/birch_picture_frame" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/birch_trellis.json b/src/main/resources/assets/beautify/items/birch_trellis.json new file mode 100644 index 0000000..d3db3aa --- /dev/null +++ b/src/main/resources/assets/beautify/items/birch_trellis.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/birch_trellis" + } +} diff --git a/src/main/resources/assets/beautify/items/bookstack.json b/src/main/resources/assets/beautify/items/bookstack.json new file mode 100644 index 0000000..813c3be --- /dev/null +++ b/src/main/resources/assets/beautify/items/bookstack.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/bookstack" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/botanist_workbench.json b/src/main/resources/assets/beautify/items/botanist_workbench.json new file mode 100644 index 0000000..d85c078 --- /dev/null +++ b/src/main/resources/assets/beautify/items/botanist_workbench.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/botanist_workbench" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/cherry_blinds.json b/src/main/resources/assets/beautify/items/cherry_blinds.json new file mode 100644 index 0000000..81f0d6a --- /dev/null +++ b/src/main/resources/assets/beautify/items/cherry_blinds.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/cherry_blinds" + } +} diff --git a/src/main/resources/assets/beautify/items/cherry_picture_frame.json b/src/main/resources/assets/beautify/items/cherry_picture_frame.json new file mode 100644 index 0000000..8f5c24f --- /dev/null +++ b/src/main/resources/assets/beautify/items/cherry_picture_frame.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/cherry_picture_frame" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/cherry_trellis.json b/src/main/resources/assets/beautify/items/cherry_trellis.json new file mode 100644 index 0000000..dab3c71 --- /dev/null +++ b/src/main/resources/assets/beautify/items/cherry_trellis.json @@ -0,0 +1,7 @@ + +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/cherry_trellis" + } +} diff --git a/src/main/resources/assets/beautify/items/crimson_blinds.json b/src/main/resources/assets/beautify/items/crimson_blinds.json new file mode 100644 index 0000000..0706ce9 --- /dev/null +++ b/src/main/resources/assets/beautify/items/crimson_blinds.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/crimson_blinds" + } +} diff --git a/src/main/resources/assets/beautify/items/crimson_picture_frame.json b/src/main/resources/assets/beautify/items/crimson_picture_frame.json new file mode 100644 index 0000000..6cb413b --- /dev/null +++ b/src/main/resources/assets/beautify/items/crimson_picture_frame.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/crimson_picture_frame" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/crimson_trellis.json b/src/main/resources/assets/beautify/items/crimson_trellis.json new file mode 100644 index 0000000..fdb2724 --- /dev/null +++ b/src/main/resources/assets/beautify/items/crimson_trellis.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/crimson_trellis" + } +} diff --git a/src/main/resources/assets/beautify/items/dark_oak_blinds.json b/src/main/resources/assets/beautify/items/dark_oak_blinds.json new file mode 100644 index 0000000..a7284e3 --- /dev/null +++ b/src/main/resources/assets/beautify/items/dark_oak_blinds.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/dark_oak_blinds" + } +} diff --git a/src/main/resources/assets/beautify/items/dark_oak_picture_frame.json b/src/main/resources/assets/beautify/items/dark_oak_picture_frame.json new file mode 100644 index 0000000..8df7af8 --- /dev/null +++ b/src/main/resources/assets/beautify/items/dark_oak_picture_frame.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/dark_oak_picture_frame" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/dark_oak_trellis.json b/src/main/resources/assets/beautify/items/dark_oak_trellis.json new file mode 100644 index 0000000..4c1da70 --- /dev/null +++ b/src/main/resources/assets/beautify/items/dark_oak_trellis.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/dark_oak_trellis" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/hanging_pot.json b/src/main/resources/assets/beautify/items/hanging_pot.json new file mode 100644 index 0000000..cc793d7 --- /dev/null +++ b/src/main/resources/assets/beautify/items/hanging_pot.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/hanging_pot" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/iron_blinds.json b/src/main/resources/assets/beautify/items/iron_blinds.json new file mode 100644 index 0000000..903315f --- /dev/null +++ b/src/main/resources/assets/beautify/items/iron_blinds.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/iron_blinds" + } +} diff --git a/src/main/resources/assets/beautify/items/jungle_blinds.json b/src/main/resources/assets/beautify/items/jungle_blinds.json new file mode 100644 index 0000000..bf822a6 --- /dev/null +++ b/src/main/resources/assets/beautify/items/jungle_blinds.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/jungle_blinds" + } +} diff --git a/src/main/resources/assets/beautify/items/jungle_picture_frame.json b/src/main/resources/assets/beautify/items/jungle_picture_frame.json new file mode 100644 index 0000000..7fa507c --- /dev/null +++ b/src/main/resources/assets/beautify/items/jungle_picture_frame.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/jungle_picture_frame" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/jungle_trellis.json b/src/main/resources/assets/beautify/items/jungle_trellis.json new file mode 100644 index 0000000..9f38559 --- /dev/null +++ b/src/main/resources/assets/beautify/items/jungle_trellis.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/jungle_trellis" + } +} diff --git a/src/main/resources/assets/beautify/items/lamp_bamboo.json b/src/main/resources/assets/beautify/items/lamp_bamboo.json new file mode 100644 index 0000000..8e3140f --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_bamboo.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_bamboo" + } +} diff --git a/src/main/resources/assets/beautify/items/lamp_candelabra.json b/src/main/resources/assets/beautify/items/lamp_candelabra.json new file mode 100644 index 0000000..4d50747 --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_candelabra.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_candelabra" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/lamp_candelabra_black.json b/src/main/resources/assets/beautify/items/lamp_candelabra_black.json new file mode 100644 index 0000000..40011d8 --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_candelabra_black.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_candelabra_black" + } +} diff --git a/src/main/resources/assets/beautify/items/lamp_candelabra_blue.json b/src/main/resources/assets/beautify/items/lamp_candelabra_blue.json new file mode 100644 index 0000000..02db0ed --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_candelabra_blue.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_candelabra_blue" + } +} diff --git a/src/main/resources/assets/beautify/items/lamp_candelabra_brown.json b/src/main/resources/assets/beautify/items/lamp_candelabra_brown.json new file mode 100644 index 0000000..e3c9287 --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_candelabra_brown.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_candelabra_brown" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/lamp_candelabra_cyan.json b/src/main/resources/assets/beautify/items/lamp_candelabra_cyan.json new file mode 100644 index 0000000..5966e0e --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_candelabra_cyan.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_candelabra_cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/lamp_candelabra_gray.json b/src/main/resources/assets/beautify/items/lamp_candelabra_gray.json new file mode 100644 index 0000000..ad79e3b --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_candelabra_gray.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_candelabra_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/lamp_candelabra_green.json b/src/main/resources/assets/beautify/items/lamp_candelabra_green.json new file mode 100644 index 0000000..5246d44 --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_candelabra_green.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_candelabra_green" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/lamp_candelabra_light_blue.json b/src/main/resources/assets/beautify/items/lamp_candelabra_light_blue.json new file mode 100644 index 0000000..203d724 --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_candelabra_light_blue.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_candelabra_light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/lamp_candelabra_light_gray.json b/src/main/resources/assets/beautify/items/lamp_candelabra_light_gray.json new file mode 100644 index 0000000..747e59f --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_candelabra_light_gray.json @@ -0,0 +1,7 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_candelabra_light_gray" + }, + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_light_gray" +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/lamp_candelabra_lime.json b/src/main/resources/assets/beautify/items/lamp_candelabra_lime.json new file mode 100644 index 0000000..da844b3 --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_candelabra_lime.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_candelabra_lime" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/lamp_candelabra_magenta.json b/src/main/resources/assets/beautify/items/lamp_candelabra_magenta.json new file mode 100644 index 0000000..3c543e3 --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_candelabra_magenta.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_candelabra_magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/lamp_candelabra_orange.json b/src/main/resources/assets/beautify/items/lamp_candelabra_orange.json new file mode 100644 index 0000000..72ef199 --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_candelabra_orange.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_candelabra_orange" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/lamp_candelabra_pink.json b/src/main/resources/assets/beautify/items/lamp_candelabra_pink.json new file mode 100644 index 0000000..916f007 --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_candelabra_pink.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_candelabra_pink" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/lamp_candelabra_purple.json b/src/main/resources/assets/beautify/items/lamp_candelabra_purple.json new file mode 100644 index 0000000..d067a17 --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_candelabra_purple.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_candelabra_purple" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/lamp_candelabra_red.json b/src/main/resources/assets/beautify/items/lamp_candelabra_red.json new file mode 100644 index 0000000..3c125a4 --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_candelabra_red.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_candelabra_red" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/lamp_candelabra_white.json b/src/main/resources/assets/beautify/items/lamp_candelabra_white.json new file mode 100644 index 0000000..5bcc74f --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_candelabra_white.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_candelabra_white" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/lamp_candelabra_yellow.json b/src/main/resources/assets/beautify/items/lamp_candelabra_yellow.json new file mode 100644 index 0000000..132ca45 --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_candelabra_yellow.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_candelabra_yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/lamp_jar.json b/src/main/resources/assets/beautify/items/lamp_jar.json new file mode 100644 index 0000000..c4bb479 --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_jar.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_jar" + } +} diff --git a/src/main/resources/assets/beautify/items/lamp_light_bulb.json b/src/main/resources/assets/beautify/items/lamp_light_bulb.json new file mode 100644 index 0000000..070db9d --- /dev/null +++ b/src/main/resources/assets/beautify/items/lamp_light_bulb.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/lamp_light_bulb" + } +} diff --git a/src/main/resources/assets/beautify/items/mangrove_blinds.json b/src/main/resources/assets/beautify/items/mangrove_blinds.json new file mode 100644 index 0000000..87702e5 --- /dev/null +++ b/src/main/resources/assets/beautify/items/mangrove_blinds.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/mangrove_blinds" + } +} diff --git a/src/main/resources/assets/beautify/items/mangrove_picture_frame.json b/src/main/resources/assets/beautify/items/mangrove_picture_frame.json new file mode 100644 index 0000000..28cae05 --- /dev/null +++ b/src/main/resources/assets/beautify/items/mangrove_picture_frame.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/mangrove_picture_frame" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/mangrove_trellis.json b/src/main/resources/assets/beautify/items/mangrove_trellis.json new file mode 100644 index 0000000..0c33a2e --- /dev/null +++ b/src/main/resources/assets/beautify/items/mangrove_trellis.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/mangrove_trellis" + } +} diff --git a/src/main/resources/assets/beautify/items/oak_blinds.json b/src/main/resources/assets/beautify/items/oak_blinds.json new file mode 100644 index 0000000..f6b261f --- /dev/null +++ b/src/main/resources/assets/beautify/items/oak_blinds.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/oak_blinds" + } +} diff --git a/src/main/resources/assets/beautify/items/oak_picture_frame.json b/src/main/resources/assets/beautify/items/oak_picture_frame.json new file mode 100644 index 0000000..1aede12 --- /dev/null +++ b/src/main/resources/assets/beautify/items/oak_picture_frame.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/oak_picture_frame" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/oak_trellis.json b/src/main/resources/assets/beautify/items/oak_trellis.json new file mode 100644 index 0000000..ce63578 --- /dev/null +++ b/src/main/resources/assets/beautify/items/oak_trellis.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/oak_trellis" + } +} diff --git a/src/main/resources/assets/beautify/items/quartz_picture_frame.json b/src/main/resources/assets/beautify/items/quartz_picture_frame.json new file mode 100644 index 0000000..8377ef8 --- /dev/null +++ b/src/main/resources/assets/beautify/items/quartz_picture_frame.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/quartz_picture_frame" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/rope.json b/src/main/resources/assets/beautify/items/rope.json new file mode 100644 index 0000000..0929914 --- /dev/null +++ b/src/main/resources/assets/beautify/items/rope.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/rope" + } +} diff --git a/src/main/resources/assets/beautify/items/spruce_blinds.json b/src/main/resources/assets/beautify/items/spruce_blinds.json new file mode 100644 index 0000000..bfb3223 --- /dev/null +++ b/src/main/resources/assets/beautify/items/spruce_blinds.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/spruce_blinds" + } +} diff --git a/src/main/resources/assets/beautify/items/spruce_picture_frame.json b/src/main/resources/assets/beautify/items/spruce_picture_frame.json new file mode 100644 index 0000000..6c1cbed --- /dev/null +++ b/src/main/resources/assets/beautify/items/spruce_picture_frame.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/spruce_picture_frame" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/spruce_trellis.json b/src/main/resources/assets/beautify/items/spruce_trellis.json new file mode 100644 index 0000000..f3a4139 --- /dev/null +++ b/src/main/resources/assets/beautify/items/spruce_trellis.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/spruce_trellis" + } +} diff --git a/src/main/resources/assets/beautify/items/warped_blinds.json b/src/main/resources/assets/beautify/items/warped_blinds.json new file mode 100644 index 0000000..9e01f03 --- /dev/null +++ b/src/main/resources/assets/beautify/items/warped_blinds.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/warped_blinds" + } +} diff --git a/src/main/resources/assets/beautify/items/warped_picture_frame.json b/src/main/resources/assets/beautify/items/warped_picture_frame.json new file mode 100644 index 0000000..a1a3be9 --- /dev/null +++ b/src/main/resources/assets/beautify/items/warped_picture_frame.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/warped_picture_frame" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/items/warped_trellis.json b/src/main/resources/assets/beautify/items/warped_trellis.json new file mode 100644 index 0000000..f52c351 --- /dev/null +++ b/src/main/resources/assets/beautify/items/warped_trellis.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "beautify:item/warped_trellis" + } +}