From 21497153b66565398e5477ddf8e11261fc9ce60c Mon Sep 17 00:00:00 2001 From: Suel_ki Date: Fri, 3 May 2024 15:03:33 +0800 Subject: [PATCH] Ported to 1.20.6, fixed #16 and #20 --- gradle/wrapper/gradle-wrapper.properties | 2 +- mod/beautify/build.gradle | 116 ---- mod/beautify/gradle.properties | 21 - .../com/github/suel_ki/beautify/Beautify.java | 154 ----- .../beautify/client/BeautifyClient.java | 17 - .../client/block/ClientBlockInit.java | 60 -- .../suel_ki/beautify/common/block/Blinds.java | 299 ---------- .../beautify/common/block/BookStack.java | 147 ----- .../common/block/BotanistWorkbench.java | 72 --- .../beautify/common/block/HangingPot.java | 206 ------- .../beautify/common/block/LampBamboo.java | 79 --- .../beautify/common/block/LampCandleabra.java | 149 ----- .../beautify/common/block/LampJar.java | 140 ----- .../beautify/common/block/LampLightBulb.java | 99 ---- .../beautify/common/block/PictureFrame.java | 103 ---- .../suel_ki/beautify/common/block/Rope.java | 43 -- .../beautify/common/block/Trellis.java | 177 ------ .../beautify/compat/jade/JadePlugin.java | 23 - .../jade/provider/HangingPotProvider.java | 43 -- .../compat/jade/provider/TrellisProvider.java | 37 -- .../suel_ki/beautify/core/init/BlockInit.java | 427 -------------- .../suel_ki/beautify/core/init/ItemInit.java | 279 --------- .../beautify/core/init/ModVillagers.java | 32 - .../suel_ki/beautify/core/init/SoundInit.java | 31 - .../beautify/core/init/TradesInit.java | 122 ---- .../mixin/EnchantmentTableBlockMixin.java | 23 - .../beautify/particle/ParticleInit.java | 26 - .../particle/custom/GlowEssenceParticles.java | 81 --- .../suel_ki/beautify/util/BeautifyConfig.java | 35 -- .../suel_ki/beautify/util/ModMenuConfig.java | 13 - .../beautify/blockstates/acacia_blinds.json | 37 -- .../blockstates/acacia_picture_frame.json | 199 ------- .../beautify/blockstates/acacia_trellis.json | 247 -------- .../beautify/blockstates/birch_blinds.json | 37 -- .../blockstates/birch_picture_frame.json | 199 ------- .../beautify/blockstates/birch_trellis.json | 247 -------- .../beautify/blockstates/bookstack.json | 109 ---- .../blockstates/botanist_workbench.json | 19 - .../beautify/blockstates/cherry_blinds.json | 37 -- .../blockstates/cherry_picture_frame.json | 199 ------- .../beautify/blockstates/cherry_trellis.json | 247 -------- .../beautify/blockstates/crimson_blinds.json | 37 -- .../blockstates/crimson_picture_frame.json | 199 ------- .../beautify/blockstates/crimson_trellis.json | 247 -------- .../beautify/blockstates/dark_oak_blinds.json | 37 -- .../blockstates/dark_oak_picture_frame.json | 199 ------- .../blockstates/dark_oak_trellis.json | 247 -------- .../beautify/blockstates/hanging_pot.json | 341 ----------- .../beautify/blockstates/iron_blinds.json | 37 -- .../beautify/blockstates/jungle_blinds.json | 37 -- .../blockstates/jungle_picture_frame.json | 199 ------- .../beautify/blockstates/jungle_trellis.json | 247 -------- .../beautify/blockstates/lamp_bamboo.json | 16 - .../beautify/blockstates/lamp_candleabra.json | 64 -- .../blockstates/lamp_candleabra_black.json | 64 -- .../blockstates/lamp_candleabra_blue.json | 64 -- .../blockstates/lamp_candleabra_brown.json | 64 -- .../blockstates/lamp_candleabra_cyan.json | 64 -- .../blockstates/lamp_candleabra_gray.json | 64 -- .../blockstates/lamp_candleabra_green.json | 64 -- .../lamp_candleabra_light_blue.json | 64 -- .../lamp_candleabra_light_gray.json | 64 -- .../blockstates/lamp_candleabra_lime.json | 64 -- .../blockstates/lamp_candleabra_magenta.json | 64 -- .../blockstates/lamp_candleabra_orange.json | 64 -- .../blockstates/lamp_candleabra_pink.json | 64 -- .../blockstates/lamp_candleabra_purple.json | 64 -- .../blockstates/lamp_candleabra_red.json | 64 -- .../blockstates/lamp_candleabra_white.json | 64 -- .../blockstates/lamp_candleabra_yellow.json | 64 -- .../assets/beautify/blockstates/lamp_jar.json | 10 - .../beautify/blockstates/lamp_light_bulb.json | 16 - .../beautify/blockstates/mangrove_blinds.json | 37 -- .../blockstates/mangrove_picture_frame.json | 199 ------- .../blockstates/mangrove_trellis.json | 247 -------- .../beautify/blockstates/oak_blinds.json | 37 -- .../blockstates/oak_picture_frame.json | 199 ------- .../beautify/blockstates/oak_trellis.json | 247 -------- .../blockstates/quartz_picture_frame.json | 199 ------- .../assets/beautify/blockstates/rope.json | 13 - .../beautify/blockstates/spruce_blinds.json | 37 -- .../blockstates/spruce_picture_frame.json | 199 ------- .../beautify/blockstates/spruce_trellis.json | 247 -------- .../beautify/blockstates/warped_blinds.json | 37 -- .../blockstates/warped_picture_frame.json | 199 ------- .../beautify/blockstates/warped_trellis.json | 247 -------- .../resources/assets/beautify/lang/en_us.json | 129 ---- .../resources/assets/beautify/lang/it_it.json | 127 ---- .../resources/assets/beautify/lang/zh_cn.json | 127 ---- .../block/blinds/acacia_blinds_down.json | 8 - .../models/block/blinds/acacia_blinds_up.json | 8 - .../block/blinds/birch_blinds_down.json | 8 - .../models/block/blinds/birch_blinds_up.json | 8 - .../block/blinds/cherry_blinds_down.json | 8 - .../models/block/blinds/cherry_blinds_up.json | 8 - .../block/blinds/crimson_blinds_down.json | 8 - .../block/blinds/crimson_blinds_up.json | 8 - .../block/blinds/dark_oak_blinds_down.json | 8 - .../block/blinds/dark_oak_blinds_up.json | 8 - .../models/block/blinds/iron_blinds_down.json | 8 - .../models/block/blinds/iron_blinds_up.json | 8 - .../block/blinds/jungle_blinds_down.json | 8 - .../models/block/blinds/jungle_blinds_up.json | 8 - .../block/blinds/mangrove_blinds_down.json | 8 - .../block/blinds/mangrove_blinds_up.json | 8 - .../beautify/models/block/blinds/none.json | 22 - .../models/block/blinds/oak_blinds_down.json | 148 ----- .../models/block/blinds/oak_blinds_up.json | 31 - .../block/blinds/spruce_blinds_down.json | 8 - .../models/block/blinds/spruce_blinds_up.json | 8 - .../block/blinds/warped_blinds_down.json | 8 - .../models/block/blinds/warped_blinds_up.json | 8 - .../models/block/bookstacks/bookstack_0.json | 58 -- .../models/block/bookstacks/bookstack_1.json | 105 ---- .../models/block/bookstacks/bookstack_2.json | 163 ----- .../models/block/bookstacks/bookstack_3.json | 84 --- .../models/block/bookstacks/bookstack_4.json | 132 ----- .../models/block/bookstacks/bookstack_5.json | 108 ---- .../models/block/bookstacks/bookstack_6.json | 131 ---- .../models/block/botanist_workbench.json | 382 ------------ .../candleabras/lamp_candleabra_brown.json | 9 - .../candleabras/lamp_candleabra_cyan.json | 9 - .../standing_lamp_candleabra_lime.json | 9 - .../standing_lamp_candleabra_off_blue.json | 9 - .../standing_lamp_candleabra_off_brown.json | 9 - .../standing_lamp_candleabra_off_gray.json | 9 - .../standing_lamp_candleabra_off_red.json | 9 - .../models/block/lamps/lamp_bamboo.json | 248 -------- .../models/block/lamps/lamp_bamboo_off.json | 9 - .../beautify/models/block/lamps/lamp_jar.json | 135 ----- .../models/block/lamps/light_bulb.json | 212 ------- .../models/block/lamps/light_bulb_off.json | 8 - .../block/lamps/standing_lamp_bamboo.json | 117 ---- .../block/lamps/standing_lamp_bamboo_off.json | 9 - .../models/block/lamps/standing_lamp_jar.json | 141 ----- .../block/lamps/standing_light_bulb.json | 218 ------- .../block/lamps/standing_light_bulb_off.json | 8 - .../acacia_alban_picture_frame.json | 8 - .../acacia_aztec2_picture_frame.json | 8 - .../acacia_aztec_picture_frame.json | 8 - .../acacia_beach_picture_frame.json | 8 - .../acacia_bomb_picture_frame.json | 8 - .../acacia_flower_picture_frame.json | 8 - .../acacia_frog_picture_frame.json | 8 - .../acacia_kebab_picture_frame.json | 8 - .../acacia_plant_picture_frame.json | 8 - .../acacia_river_picture_frame.json | 8 - .../acacia_shroom_picture_frame.json | 8 - .../acacia_sunset_picture_frame.json | 8 - .../acacia_wasteland_picture_frame.json | 8 - .../pictureframes/base_picture_frame.json | 167 ------ .../birch_alban_picture_frame.json | 8 - .../birch_aztec2_picture_frame.json | 8 - .../birch_aztec_picture_frame.json | 8 - .../birch_beach_picture_frame.json | 8 - .../birch_bomb_picture_frame.json | 8 - .../birch_flower_picture_frame.json | 8 - .../birch_frog_picture_frame.json | 8 - .../birch_kebab_picture_frame.json | 8 - .../birch_plant_picture_frame.json | 8 - .../birch_river_picture_frame.json | 8 - .../birch_shroom_picture_frame.json | 8 - .../birch_sunset_picture_frame.json | 8 - .../birch_wasteland_picture_frame.json | 8 - .../cherry_alban_picture_frame.json | 8 - .../cherry_aztec2_picture_frame.json | 8 - .../cherry_aztec_picture_frame.json | 8 - .../cherry_beach_picture_frame.json | 8 - .../cherry_bomb_picture_frame.json | 8 - .../cherry_flower_picture_frame.json | 8 - .../cherry_frog_picture_frame.json | 8 - .../cherry_kebab_picture_frame.json | 8 - .../cherry_plant_picture_frame.json | 8 - .../cherry_river_picture_frame.json | 8 - .../cherry_shroom_picture_frame.json | 8 - .../cherry_sunset_picture_frame.json | 8 - .../cherry_wasteland_picture_frame.json | 8 - .../crimson_alban_picture_frame.json | 8 - .../crimson_aztec2_picture_frame.json | 8 - .../crimson_aztec_picture_frame.json | 8 - .../crimson_beach_picture_frame.json | 8 - .../crimson_bomb_picture_frame.json | 8 - .../crimson_flower_picture_frame.json | 9 - .../crimson_frog_picture_frame.json | 9 - .../crimson_kebab_picture_frame.json | 9 - .../crimson_plant_picture_frame.json | 9 - .../crimson_river_picture_frame.json | 9 - .../crimson_shroom_picture_frame.json | 9 - .../crimson_sunset_picture_frame.json | 9 - .../crimson_wasteland_picture_frame.json | 9 - .../dark_oak_alban_picture_frame.json | 9 - .../dark_oak_aztec2_picture_frame.json | 9 - .../dark_oak_aztec_picture_frame.json | 9 - .../dark_oak_beach_picture_frame.json | 9 - .../dark_oak_bomb_picture_frame.json | 9 - .../dark_oak_flower_picture_frame.json | 9 - .../dark_oak_frog_picture_frame.json | 9 - .../dark_oak_kebab_picture_frame.json | 9 - .../dark_oak_plant_picture_frame.json | 9 - .../dark_oak_river_picture_frame.json | 9 - .../dark_oak_shroom_picture_frame.json | 9 - .../dark_oak_sunset_picture_frame.json | 9 - .../dark_oak_wasteland_picture_frame.json | 9 - .../jungle_alban_picture_frame.json | 9 - .../jungle_aztec2_picture_frame.json | 9 - .../jungle_aztec_picture_frame.json | 9 - .../jungle_beach_picture_frame.json | 9 - .../jungle_bomb_picture_frame.json | 9 - .../jungle_flower_picture_frame.json | 9 - .../jungle_frog_picture_frame.json | 9 - .../jungle_kebab_picture_frame.json | 9 - .../jungle_plant_picture_frame.json | 9 - .../jungle_river_picture_frame.json | 9 - .../jungle_shroom_picture_frame.json | 9 - .../jungle_sunset_picture_frame.json | 9 - .../jungle_wasteland_picture_frame.json | 9 - .../mangrove_alban_picture_frame.json | 9 - .../mangrove_aztec2_picture_frame.json | 9 - .../mangrove_aztec_picture_frame.json | 9 - .../mangrove_beach_picture_frame.json | 9 - .../mangrove_bomb_picture_frame.json | 9 - .../mangrove_flower_picture_frame.json | 9 - .../mangrove_frog_picture_frame.json | 9 - .../mangrove_kebab_picture_frame.json | 9 - .../mangrove_plant_picture_frame.json | 9 - .../mangrove_river_picture_frame.json | 9 - .../mangrove_shroom_picture_frame.json | 9 - .../mangrove_sunset_picture_frame.json | 9 - .../mangrove_wasteland_picture_frame.json | 9 - .../oak_alban_picture_frame.json | 9 - .../oak_aztec2_picture_frame.json | 9 - .../oak_aztec_picture_frame.json | 9 - .../oak_beach_picture_frame.json | 9 - .../pictureframes/oak_bomb_picture_frame.json | 9 - .../oak_flower_picture_frame.json | 9 - .../pictureframes/oak_frog_picture_frame.json | 9 - .../oak_kebab_picture_frame.json | 9 - .../oak_plant_picture_frame.json | 9 - .../oak_river_picture_frame.json | 9 - .../oak_shroom_picture_frame.json | 9 - .../oak_sunset_picture_frame.json | 9 - .../oak_wasteland_picture_frame.json | 9 - .../quartz_alban_picture_frame.json | 9 - .../quartz_aztec2_picture_frame.json | 9 - .../quartz_aztec_picture_frame.json | 9 - .../quartz_beach_picture_frame.json | 9 - .../quartz_bomb_picture_frame.json | 9 - .../quartz_flower_picture_frame.json | 9 - .../quartz_frog_picture_frame.json | 9 - .../quartz_kebab_picture_frame.json | 9 - .../quartz_plant_picture_frame.json | 9 - .../quartz_river_picture_frame.json | 9 - .../quartz_shroom_picture_frame.json | 9 - .../quartz_sunset_picture_frame.json | 9 - .../quartz_wasteland_picture_frame.json | 9 - .../spruce_alban_picture_frame.json | 9 - .../spruce_aztec2_picture_frame.json | 9 - .../spruce_aztec_picture_frame.json | 9 - .../spruce_beach_picture_frame.json | 9 - .../spruce_bomb_picture_frame.json | 9 - .../spruce_flower_picture_frame.json | 9 - .../spruce_frog_picture_frame.json | 9 - .../spruce_kebab_picture_frame.json | 9 - .../spruce_plant_picture_frame.json | 9 - .../spruce_river_picture_frame.json | 9 - .../spruce_shroom_picture_frame.json | 9 - .../spruce_sunset_picture_frame.json | 9 - .../spruce_wasteland_picture_frame.json | 9 - .../warped_alban_picture_frame.json | 9 - .../warped_aztec2_picture_frame.json | 9 - .../warped_aztec_picture_frame.json | 9 - .../warped_beach_picture_frame.json | 9 - .../warped_bomb_picture_frame.json | 9 - .../warped_flower_picture_frame.json | 9 - .../warped_frog_picture_frame.json | 9 - .../warped_kebab_picture_frame.json | 9 - .../warped_plant_picture_frame.json | 9 - .../warped_river_picture_frame.json | 9 - .../warped_shroom_picture_frame.json | 9 - .../warped_sunset_picture_frame.json | 9 - .../warped_wasteland_picture_frame.json | 9 - .../models/block/pots/allium/allium_pot.json | 8 - .../block/pots/allium/allium_pot_grown.json | 8 - .../pots/allium/standing_allium_pot.json | 8 - .../allium/standing_allium_pot_grown.json | 8 - .../pots/azure_bluet/azure_bluet_pot.json | 8 - .../azure_bluet/azure_bluet_pot_grown.json | 8 - .../azure_bluet/standing_azure_bluet_pot.json | 8 - .../standing_azure_bluet_pot_grown.json | 8 - .../models/block/pots/base/hanging_pot.json | 304 ---------- .../block/pots/base/hanging_pot_flat.json | 557 ------------------ .../pots/base/hanging_pot_flat_grown.json | 557 ------------------ .../block/pots/base/hanging_pot_grown.json | 303 ---------- .../models/block/pots/base/standing_pot.json | 154 ----- .../block/pots/base/standing_pot_flat.json | 441 -------------- .../pots/base/standing_pot_flat_grown.json | 441 -------------- .../block/pots/base/standing_pot_grown.json | 187 ------ .../models/block/pots/berry/berry_pot.json | 8 - .../block/pots/berry/berry_pot_grown.json | 8 - .../block/pots/berry/standing_berry_pot.json | 8 - .../pots/berry/standing_berry_pot_grown.json | 8 - .../block/pots/cornflower/cornflower_pot.json | 8 - .../pots/cornflower/cornflower_pot_grown.json | 8 - .../cornflower/standing_cornflower_pot.json | 8 - .../standing_cornflower_pot_grown.json | 8 - .../block/pots/dandelion/dandelion_pot.json | 8 - .../pots/dandelion/dandelion_pot_grown.json | 8 - .../dandelion/standing_dandelion_pot.json | 8 - .../standing_dandelion_pot_grown.json | 8 - .../models/block/pots/fern/fern_pot.json | 8 - .../block/pots/fern/fern_pot_grown.json | 8 - .../block/pots/fern/standing_fern_pot.json | 8 - .../pots/fern/standing_fern_pot_grown.json | 8 - .../pots/glow_lichen/glow_lichen_pot.json | 9 - .../glow_lichen/glow_lichen_pot_grown.json | 9 - .../glow_lichen/standing_glow_lichen_pot.json | 9 - .../standing_glow_lichen_pot_grown.json | 9 - .../block/pots/glowberry/glowberry_pot.json | 8 - .../pots/glowberry/glowberry_pot_grown.json | 8 - .../glowberry/standing_glowberry_pot.json | 8 - .../standing_glowberry_pot_grown.json | 8 - .../models/block/pots/grass/grass_pot.json | 8 - .../block/pots/grass/grass_pot_grown.json | 8 - .../block/pots/grass/standing_grass_pot.json | 8 - .../pots/grass/standing_grass_pot_grown.json | 8 - .../models/block/pots/lilac/lilac_pot.json | 8 - .../block/pots/lilac/lilac_pot_grown.json | 8 - .../block/pots/lilac/standing_lilac_pot.json | 8 - .../pots/lilac/standing_lilac_pot_grown.json | 8 - .../models/block/pots/lily/lily_pot.json | 8 - .../block/pots/lily/lily_pot_grown.json | 8 - .../block/pots/lily/standing_lily_pot.json | 8 - .../pots/lily/standing_lily_pot_grown.json | 8 - .../pots/orange_tulip/orange_tulip_pot.json | 8 - .../orange_tulip/orange_tulip_pot_grown.json | 8 - .../standing_orange_tulip_pot.json | 8 - .../standing_orange_tulip_pot_grown.json | 8 - .../models/block/pots/orchid/orchid_pot.json | 8 - .../block/pots/orchid/orchid_pot_grown.json | 8 - .../pots/orchid/standing_orchid_pot.json | 8 - .../orchid/standing_orchid_pot_grown.json | 8 - .../pots/oxeye_daisy/oxeye_daisy_pot.json | 8 - .../oxeye_daisy/oxeye_daisy_pot_grown.json | 8 - .../oxeye_daisy/standing_oxeye_daisy_pot.json | 8 - .../standing_oxeye_daisy_pot_grown.json | 8 - .../models/block/pots/peony/peony_pot.json | 8 - .../block/pots/peony/peony_pot_grown.json | 8 - .../block/pots/peony/standing_peony_pot.json | 8 - .../pots/peony/standing_peony_pot_grown.json | 8 - .../block/pots/pink_tulip/pink_tulip_pot.json | 8 - .../pots/pink_tulip/pink_tulip_pot_grown.json | 8 - .../pink_tulip/standing_pink_tulip_pot.json | 8 - .../standing_pink_tulip_pot_grown.json | 8 - .../models/block/pots/poppy/poppy_pot.json | 8 - .../block/pots/poppy/poppy_pot_grown.json | 8 - .../block/pots/poppy/standing_poppy_pot.json | 8 - .../pots/poppy/standing_poppy_pot_grown.json | 8 - .../block/pots/red_tulip/red_tulip_pot.json | 8 - .../pots/red_tulip/red_tulip_pot_grown.json | 8 - .../red_tulip/standing_red_tulip_pot.json | 8 - .../standing_red_tulip_pot_grown.json | 8 - .../models/block/pots/rose/rose_pot.json | 8 - .../block/pots/rose/rose_pot_grown.json | 8 - .../block/pots/rose/standing_rose_pot.json | 8 - .../pots/rose/standing_rose_pot_grown.json | 8 - .../sunflower/standing_sunflower_pot.json | 8 - .../standing_sunflower_pot_grown.json | 8 - .../block/pots/sunflower/sunflower_pot.json | 8 - .../pots/sunflower/sunflower_pot_grown.json | 8 - .../standing_twisting_vines_pot.json | 8 - .../standing_twisting_vines_pot_grown.json | 8 - .../twisting_vines/twisting_vines_pot.json | 8 - .../twisting_vines_pot_grown.json | 8 - .../block/pots/vine/standing_vine_pot.json | 9 - .../pots/vine/standing_vine_pot_grown.json | 9 - .../models/block/pots/vine/vine_pot.json | 9 - .../block/pots/vine/vine_pot_grown.json | 9 - .../standing_weeping_vines_pot.json | 8 - .../standing_weeping_vines_pot_grown.json | 8 - .../pots/weeping_vines/weeping_vines_pot.json | 8 - .../weeping_vines_pot_grown.json | 8 - .../white_tulip/standing_white_tulip_pot.json | 8 - .../standing_white_tulip_pot_grown.json | 8 - .../pots/white_tulip/white_tulip_pot.json | 8 - .../white_tulip/white_tulip_pot_grown.json | 8 - .../wither_rose/standing_wither_rose_pot.json | 8 - .../standing_wither_rose_pot_grown.json | 8 - .../pots/wither_rose/wither_rose_pot.json | 8 - .../wither_rose/wither_rose_pot_grown.json | 8 - .../assets/beautify/models/block/rope.json | 106 ---- .../block/trellis/acacia/closed_trellis.json | 131 ---- .../trellis/acacia/closed_trellis_lichen.json | 137 ----- .../trellis/acacia/closed_trellis_lilac.json | 137 ----- .../trellis/acacia/closed_trellis_peony.json | 137 ----- .../trellis/acacia/closed_trellis_rose.json | 137 ----- .../acacia/closed_trellis_sunflower.json | 137 ----- .../acacia/closed_trellis_twisting_vines.json | 137 ----- .../trellis/acacia/closed_trellis_vine.json | 137 ----- .../acacia/closed_trellis_weeping_vines.json | 137 ----- .../block/trellis/acacia/open_trellis.json | 102 ---- .../trellis/acacia/open_trellis_lichen.json | 178 ------ .../trellis/acacia/open_trellis_lilac.json | 178 ------ .../trellis/acacia/open_trellis_peony.json | 178 ------ .../trellis/acacia/open_trellis_rose.json | 178 ------ .../acacia/open_trellis_sunflower.json | 178 ------ .../acacia/open_trellis_twisting_vines.json | 178 ------ .../trellis/acacia/open_trellis_vine.json | 178 ------ .../acacia/open_trellis_weeping_vines.json | 178 ------ .../block/trellis/birch/closed_trellis.json | 131 ---- .../trellis/birch/closed_trellis_lichen.json | 137 ----- .../trellis/birch/closed_trellis_lilac.json | 137 ----- .../trellis/birch/closed_trellis_peony.json | 137 ----- .../trellis/birch/closed_trellis_rose.json | 137 ----- .../birch/closed_trellis_sunflower.json | 137 ----- .../birch/closed_trellis_twisting_vines.json | 137 ----- .../trellis/birch/closed_trellis_vine.json | 137 ----- .../birch/closed_trellis_weeping_vines.json | 137 ----- .../block/trellis/birch/open_trellis.json | 102 ---- .../trellis/birch/open_trellis_lichen.json | 178 ------ .../trellis/birch/open_trellis_lilac.json | 178 ------ .../trellis/birch/open_trellis_peony.json | 178 ------ .../trellis/birch/open_trellis_rose.json | 178 ------ .../trellis/birch/open_trellis_sunflower.json | 178 ------ .../birch/open_trellis_twisting_vines.json | 178 ------ .../trellis/birch/open_trellis_vine.json | 178 ------ .../birch/open_trellis_weeping_vines.json | 178 ------ .../block/trellis/cherry/closed_trellis.json | 131 ---- .../trellis/cherry/closed_trellis_lichen.json | 137 ----- .../trellis/cherry/closed_trellis_lilac.json | 137 ----- .../trellis/cherry/closed_trellis_peony.json | 137 ----- .../trellis/cherry/closed_trellis_rose.json | 137 ----- .../cherry/closed_trellis_sunflower.json | 137 ----- .../cherry/closed_trellis_twisting_vines.json | 137 ----- .../trellis/cherry/closed_trellis_vine.json | 137 ----- .../cherry/closed_trellis_weeping_vines.json | 137 ----- .../block/trellis/cherry/open_trellis.json | 102 ---- .../trellis/cherry/open_trellis_lichen.json | 178 ------ .../trellis/cherry/open_trellis_lilac.json | 178 ------ .../trellis/cherry/open_trellis_peony.json | 178 ------ .../trellis/cherry/open_trellis_rose.json | 178 ------ .../cherry/open_trellis_sunflower.json | 178 ------ .../cherry/open_trellis_twisting_vines.json | 178 ------ .../trellis/cherry/open_trellis_vine.json | 178 ------ .../cherry/open_trellis_weeping_vines.json | 178 ------ .../block/trellis/crimson/closed_trellis.json | 131 ---- .../crimson/closed_trellis_lichen.json | 137 ----- .../trellis/crimson/closed_trellis_lilac.json | 137 ----- .../trellis/crimson/closed_trellis_peony.json | 137 ----- .../trellis/crimson/closed_trellis_rose.json | 137 ----- .../crimson/closed_trellis_sunflower.json | 137 ----- .../closed_trellis_twisting_vines.json | 137 ----- .../trellis/crimson/closed_trellis_vine.json | 137 ----- .../crimson/closed_trellis_weeping_vines.json | 137 ----- .../block/trellis/crimson/open_trellis.json | 102 ---- .../trellis/crimson/open_trellis_lichen.json | 178 ------ .../trellis/crimson/open_trellis_lilac.json | 178 ------ .../trellis/crimson/open_trellis_peony.json | 178 ------ .../trellis/crimson/open_trellis_rose.json | 178 ------ .../crimson/open_trellis_sunflower.json | 178 ------ .../crimson/open_trellis_twisting_vines.json | 178 ------ .../trellis/crimson/open_trellis_vine.json | 178 ------ .../crimson/open_trellis_weeping_vines.json | 178 ------ .../trellis/dark_oak/closed_trellis.json | 131 ---- .../dark_oak/closed_trellis_lichen.json | 137 ----- .../dark_oak/closed_trellis_lilac.json | 137 ----- .../dark_oak/closed_trellis_peony.json | 137 ----- .../trellis/dark_oak/closed_trellis_rose.json | 137 ----- .../dark_oak/closed_trellis_sunflower.json | 137 ----- .../closed_trellis_twisting_vines.json | 137 ----- .../trellis/dark_oak/closed_trellis_vine.json | 137 ----- .../closed_trellis_weeping_vines.json | 137 ----- .../block/trellis/dark_oak/open_trellis.json | 102 ---- .../trellis/dark_oak/open_trellis_lichen.json | 178 ------ .../trellis/dark_oak/open_trellis_lilac.json | 178 ------ .../trellis/dark_oak/open_trellis_peony.json | 178 ------ .../trellis/dark_oak/open_trellis_rose.json | 178 ------ .../dark_oak/open_trellis_sunflower.json | 178 ------ .../dark_oak/open_trellis_twisting_vines.json | 178 ------ .../trellis/dark_oak/open_trellis_vine.json | 178 ------ .../dark_oak/open_trellis_weeping_vines.json | 178 ------ .../block/trellis/jungle/closed_trellis.json | 131 ---- .../trellis/jungle/closed_trellis_lichen.json | 137 ----- .../trellis/jungle/closed_trellis_lilac.json | 137 ----- .../trellis/jungle/closed_trellis_peony.json | 137 ----- .../trellis/jungle/closed_trellis_rose.json | 137 ----- .../jungle/closed_trellis_sunflower.json | 137 ----- .../jungle/closed_trellis_twisting_vines.json | 137 ----- .../trellis/jungle/closed_trellis_vine.json | 137 ----- .../jungle/closed_trellis_weeping_vines.json | 137 ----- .../block/trellis/jungle/open_trellis.json | 102 ---- .../trellis/jungle/open_trellis_lichen.json | 178 ------ .../trellis/jungle/open_trellis_lilac.json | 178 ------ .../trellis/jungle/open_trellis_peony.json | 178 ------ .../trellis/jungle/open_trellis_rose.json | 178 ------ .../jungle/open_trellis_sunflower.json | 178 ------ .../jungle/open_trellis_twisting_vines.json | 178 ------ .../trellis/jungle/open_trellis_vine.json | 178 ------ .../jungle/open_trellis_weeping_vines.json | 178 ------ .../trellis/mangrove/closed_trellis.json | 131 ---- .../mangrove/closed_trellis_lichen.json | 137 ----- .../mangrove/closed_trellis_lilac.json | 137 ----- .../mangrove/closed_trellis_peony.json | 137 ----- .../trellis/mangrove/closed_trellis_rose.json | 137 ----- .../mangrove/closed_trellis_sunflower.json | 137 ----- .../closed_trellis_twisting_vines.json | 137 ----- .../trellis/mangrove/closed_trellis_vine.json | 137 ----- .../closed_trellis_weeping_vines.json | 137 ----- .../block/trellis/mangrove/open_trellis.json | 102 ---- .../trellis/mangrove/open_trellis_lichen.json | 178 ------ .../trellis/mangrove/open_trellis_lilac.json | 178 ------ .../trellis/mangrove/open_trellis_peony.json | 178 ------ .../trellis/mangrove/open_trellis_rose.json | 178 ------ .../mangrove/open_trellis_sunflower.json | 178 ------ .../mangrove/open_trellis_twisting_vines.json | 178 ------ .../trellis/mangrove/open_trellis_vine.json | 178 ------ .../mangrove/open_trellis_weeping_vines.json | 178 ------ .../block/trellis/oak/closed_trellis.json | 131 ---- .../trellis/oak/closed_trellis_lichen.json | 137 ----- .../trellis/oak/closed_trellis_lilac.json | 137 ----- .../trellis/oak/closed_trellis_peony.json | 137 ----- .../trellis/oak/closed_trellis_rose.json | 137 ----- .../trellis/oak/closed_trellis_sunflower.json | 137 ----- .../oak/closed_trellis_twisting_vines.json | 137 ----- .../trellis/oak/closed_trellis_vine.json | 137 ----- .../oak/closed_trellis_weeping_vines.json | 137 ----- .../block/trellis/oak/open_trellis.json | 102 ---- .../trellis/oak/open_trellis_lichen.json | 178 ------ .../block/trellis/oak/open_trellis_lilac.json | 178 ------ .../block/trellis/oak/open_trellis_peony.json | 178 ------ .../block/trellis/oak/open_trellis_rose.json | 178 ------ .../trellis/oak/open_trellis_sunflower.json | 178 ------ .../oak/open_trellis_twisting_vines.json | 178 ------ .../block/trellis/oak/open_trellis_vine.json | 178 ------ .../oak/open_trellis_weeping_vines.json | 178 ------ .../block/trellis/spruce/closed_trellis.json | 131 ---- .../trellis/spruce/closed_trellis_lichen.json | 137 ----- .../trellis/spruce/closed_trellis_lilac.json | 137 ----- .../trellis/spruce/closed_trellis_peony.json | 137 ----- .../trellis/spruce/closed_trellis_rose.json | 137 ----- .../spruce/closed_trellis_sunflower.json | 137 ----- .../spruce/closed_trellis_twisting_vines.json | 137 ----- .../trellis/spruce/closed_trellis_vine.json | 137 ----- .../spruce/closed_trellis_weeping_vines.json | 137 ----- .../block/trellis/spruce/open_trellis.json | 102 ---- .../trellis/spruce/open_trellis_lichen.json | 178 ------ .../trellis/spruce/open_trellis_lilac.json | 178 ------ .../trellis/spruce/open_trellis_peony.json | 178 ------ .../trellis/spruce/open_trellis_rose.json | 178 ------ .../spruce/open_trellis_sunflower.json | 178 ------ .../spruce/open_trellis_twisting_vines.json | 178 ------ .../trellis/spruce/open_trellis_vine.json | 178 ------ .../spruce/open_trellis_weeping_vines.json | 178 ------ .../block/trellis/warped/closed_trellis.json | 131 ---- .../trellis/warped/closed_trellis_lichen.json | 137 ----- .../trellis/warped/closed_trellis_lilac.json | 137 ----- .../trellis/warped/closed_trellis_peony.json | 137 ----- .../trellis/warped/closed_trellis_rose.json | 137 ----- .../warped/closed_trellis_sunflower.json | 137 ----- .../warped/closed_trellis_twisting_vines.json | 137 ----- .../trellis/warped/closed_trellis_vine.json | 137 ----- .../warped/closed_trellis_weeping_vines.json | 137 ----- .../block/trellis/warped/open_trellis.json | 102 ---- .../trellis/warped/open_trellis_lichen.json | 178 ------ .../trellis/warped/open_trellis_lilac.json | 178 ------ .../trellis/warped/open_trellis_peony.json | 178 ------ .../trellis/warped/open_trellis_rose.json | 178 ------ .../warped/open_trellis_sunflower.json | 178 ------ .../warped/open_trellis_twisting_vines.json | 178 ------ .../trellis/warped/open_trellis_vine.json | 178 ------ .../warped/open_trellis_weeping_vines.json | 178 ------ .../beautify/models/item/acacia_blinds.json | 3 - .../models/item/acacia_picture_frame.json | 3 - .../beautify/models/item/acacia_trellis.json | 3 - .../beautify/models/item/birch_blinds.json | 3 - .../models/item/birch_picture_frame.json | 3 - .../beautify/models/item/birch_trellis.json | 3 - .../beautify/models/item/bookstack.json | 3 - .../models/item/botanist_workbench.json | 3 - .../beautify/models/item/cherry_blinds.json | 3 - .../models/item/cherry_picture_frame.json | 3 - .../beautify/models/item/cherry_trellis.json | 3 - .../beautify/models/item/crimson_blinds.json | 3 - .../models/item/crimson_picture_frame.json | 3 - .../beautify/models/item/crimson_trellis.json | 3 - .../beautify/models/item/dark_oak_blinds.json | 3 - .../models/item/dark_oak_picture_frame.json | 3 - .../models/item/dark_oak_trellis.json | 3 - .../beautify/models/item/hanging_pot.json | 3 - .../beautify/models/item/iron_blinds.json | 3 - .../beautify/models/item/jungle_blinds.json | 3 - .../models/item/jungle_picture_frame.json | 3 - .../beautify/models/item/jungle_trellis.json | 3 - .../beautify/models/item/lamp_bamboo.json | 3 - .../beautify/models/item/lamp_candleabra.json | 3 - .../models/item/lamp_candleabra_black.json | 3 - .../models/item/lamp_candleabra_blue.json | 3 - .../models/item/lamp_candleabra_brown.json | 3 - .../models/item/lamp_candleabra_cyan.json | 3 - .../models/item/lamp_candleabra_gray.json | 3 - .../models/item/lamp_candleabra_green.json | 3 - .../item/lamp_candleabra_light_blue.json | 3 - .../item/lamp_candleabra_light_gray.json | 3 - .../models/item/lamp_candleabra_lime.json | 3 - .../models/item/lamp_candleabra_magenta.json | 3 - .../models/item/lamp_candleabra_orange.json | 3 - .../models/item/lamp_candleabra_pink.json | 3 - .../models/item/lamp_candleabra_purple.json | 3 - .../models/item/lamp_candleabra_red.json | 3 - .../models/item/lamp_candleabra_white.json | 3 - .../models/item/lamp_candleabra_yellow.json | 3 - .../assets/beautify/models/item/lamp_jar.json | 3 - .../beautify/models/item/lamp_light_bulb.json | 3 - .../beautify/models/item/mangrove_blinds.json | 3 - .../models/item/mangrove_picture_frame.json | 3 - .../models/item/mangrove_trellis.json | 3 - .../beautify/models/item/oak_blinds.json | 3 - .../models/item/oak_picture_frame.json | 3 - .../beautify/models/item/oak_trellis.json | 3 - .../models/item/quartz_picture_frame.json | 3 - .../assets/beautify/models/item/rope.json | 6 - .../beautify/models/item/spruce_blinds.json | 3 - .../models/item/spruce_picture_frame.json | 3 - .../beautify/models/item/spruce_trellis.json | 3 - .../beautify/models/item/warped_blinds.json | 3 - .../models/item/warped_picture_frame.json | 3 - .../beautify/models/item/warped_trellis.json | 3 - .../particles/glowessence_particles.json | 5 - .../resources/assets/beautify/sounds.json | 50 -- .../assets/beautify/sounds/blinds_close.ogg | Bin 12130 -> 0 bytes .../assets/beautify/sounds/blinds_open.ogg | Bin 16217 -> 0 bytes .../beautify/sounds/bookstack_break.ogg | Bin 10486 -> 0 bytes .../assets/beautify/sounds/bookstack_fall.ogg | Bin 8629 -> 0 bytes .../assets/beautify/sounds/bookstack_hit.ogg | Bin 15268 -> 0 bytes .../assets/beautify/sounds/bookstack_next.ogg | Bin 18184 -> 0 bytes .../beautify/sounds/bookstack_place.ogg | Bin 11701 -> 0 bytes .../assets/beautify/sounds/bookstack_step.ogg | Bin 12803 -> 0 bytes .../textures/block/acacia_frame_texture.png | Bin 397 -> 0 bytes .../textures/block/bamboo_lamp_off.png | Bin 1422 -> 0 bytes .../textures/block/bamboo_lamp_on.png | Bin 1422 -> 0 bytes .../textures/block/birch_frame_texture.png | Bin 406 -> 0 bytes .../beautify/textures/block/bookstack_0.png | Bin 652 -> 0 bytes .../beautify/textures/block/bookstack_1.png | Bin 642 -> 0 bytes .../beautify/textures/block/bookstack_2.png | Bin 680 -> 0 bytes .../beautify/textures/block/bookstack_3.png | Bin 990 -> 0 bytes .../beautify/textures/block/bookstack_4.png | Bin 760 -> 0 bytes .../beautify/textures/block/bookstack_5.png | Bin 1115 -> 0 bytes .../beautify/textures/block/bookstack_6.png | Bin 1426 -> 0 bytes .../assets/beautify/textures/block/chain.png | Bin 325 -> 0 bytes .../textures/block/cherry_frame_texture.png | Bin 711 -> 0 bytes .../textures/block/crimson_frame_texture.png | Bin 392 -> 0 bytes .../textures/block/dark_oak_frame_texture.png | Bin 381 -> 0 bytes .../beautify/textures/block/desktop.ini | 2 - .../assets/beautify/textures/block/empty.png | Bin 75 -> 0 bytes .../textures/block/hanging_light_bulb_off.png | Bin 528 -> 0 bytes .../beautify/textures/block/hanging_pot.png | Bin 1040 -> 0 bytes .../assets/beautify/textures/block/jar.png | Bin 1260 -> 0 bytes .../textures/block/jungle_frame_texture.png | Bin 401 -> 0 bytes .../beautify/textures/block/light_bulb.png | Bin 548 -> 0 bytes .../textures/block/mangrove_frame_texture.png | Bin 1316 -> 0 bytes .../beautify/textures/block/motive_alban.png | Bin 966 -> 0 bytes .../beautify/textures/block/motive_aztec.png | Bin 920 -> 0 bytes .../beautify/textures/block/motive_aztec2.png | Bin 924 -> 0 bytes .../beautify/textures/block/motive_beach.png | Bin 873 -> 0 bytes .../beautify/textures/block/motive_bomb.png | Bin 922 -> 0 bytes .../beautify/textures/block/motive_flower.png | Bin 854 -> 0 bytes .../beautify/textures/block/motive_frog.png | Bin 715 -> 0 bytes .../beautify/textures/block/motive_kebab.png | Bin 965 -> 0 bytes .../beautify/textures/block/motive_plant.png | Bin 918 -> 0 bytes .../beautify/textures/block/motive_river.png | Bin 748 -> 0 bytes .../beautify/textures/block/motive_shroom.png | Bin 543 -> 0 bytes .../beautify/textures/block/motive_sunset.png | Bin 864 -> 0 bytes .../textures/block/motive_wasteland.png | Bin 928 -> 0 bytes .../textures/block/oak_frame_texture.png | Bin 602 -> 0 bytes .../textures/block/pots/allium_pot.png | Bin 1621 -> 0 bytes .../textures/block/pots/allium_pot_grown.png | Bin 1610 -> 0 bytes .../textures/block/pots/azure_bluet_pot.png | Bin 1757 -> 0 bytes .../block/pots/azure_bluet_pot_grown.png | Bin 1642 -> 0 bytes .../textures/block/pots/berry_pot.png | Bin 1620 -> 0 bytes .../textures/block/pots/berry_pot_grown.png | Bin 1567 -> 0 bytes .../textures/block/pots/cornflower_pot.png | Bin 1630 -> 0 bytes .../block/pots/cornflower_pot_grown.png | Bin 1564 -> 0 bytes .../textures/block/pots/dandelion_pot.png | Bin 1643 -> 0 bytes .../block/pots/dandelion_pot_grown.png | Bin 1627 -> 0 bytes .../beautify/textures/block/pots/fern_pot.png | Bin 1562 -> 0 bytes .../textures/block/pots/fern_pot_grown.png | Bin 1551 -> 0 bytes .../textures/block/pots/glow_lichen_pot.png | Bin 1535 -> 0 bytes .../block/pots/glow_lichen_pot_grown.png | Bin 1743 -> 0 bytes .../block/pots/glow_lichen_pot_overlay.png | Bin 364 -> 0 bytes .../pots/glow_lichen_pot_overlay_grown.png | Bin 417 -> 0 bytes .../textures/block/pots/glowberry_pot.png | Bin 1672 -> 0 bytes .../block/pots/glowberry_pot_grown.png | Bin 1613 -> 0 bytes .../textures/block/pots/grass_pot.png | Bin 1545 -> 0 bytes .../textures/block/pots/grass_pot_grown.png | Bin 1573 -> 0 bytes .../textures/block/pots/lilac_pot.png | Bin 1474 -> 0 bytes .../textures/block/pots/lilac_pot_grown.png | Bin 1611 -> 0 bytes .../beautify/textures/block/pots/lily_pot.png | Bin 1631 -> 0 bytes .../textures/block/pots/lily_pot_grown.png | Bin 1580 -> 0 bytes .../textures/block/pots/orange_tulip_pot.png | Bin 1696 -> 0 bytes .../block/pots/orange_tulip_pot_grown.png | Bin 1718 -> 0 bytes .../textures/block/pots/orchid_pot.png | Bin 1066 -> 0 bytes .../textures/block/pots/orchid_pot_grown.png | Bin 1486 -> 0 bytes .../textures/block/pots/oxeye_daisy_pot.png | Bin 1742 -> 0 bytes .../block/pots/oxeye_daisy_pot_grown.png | Bin 1597 -> 0 bytes .../textures/block/pots/peony_pot.png | Bin 1667 -> 0 bytes .../textures/block/pots/peony_pot_grown.png | Bin 1593 -> 0 bytes .../textures/block/pots/pink_tulip_pot.png | Bin 1689 -> 0 bytes .../block/pots/pink_tulip_pot_grown.png | Bin 1698 -> 0 bytes .../textures/block/pots/poppy_pot.png | Bin 1669 -> 0 bytes .../textures/block/pots/poppy_pot_grown.png | Bin 1603 -> 0 bytes .../textures/block/pots/red_tulip_pot.png | Bin 1701 -> 0 bytes .../block/pots/red_tulip_pot_grown.png | Bin 1740 -> 0 bytes .../beautify/textures/block/pots/rose_pot.png | Bin 1746 -> 0 bytes .../textures/block/pots/rose_pot_grown.png | Bin 1724 -> 0 bytes .../textures/block/pots/sunflower_pot.png | Bin 1621 -> 0 bytes .../block/pots/sunflower_pot_grown.png | Bin 1689 -> 0 bytes .../block/pots/twisting_vines_pot.png | Bin 1613 -> 0 bytes .../block/pots/twisting_vines_pot_grown.png | Bin 1603 -> 0 bytes .../beautify/textures/block/pots/vine_pot.png | Bin 1506 -> 0 bytes .../textures/block/pots/vine_pot_grown.png | Bin 1582 -> 0 bytes .../textures/block/pots/vine_pot_overlay.png | Bin 628 -> 0 bytes .../block/pots/vine_pot_overlay_grown.png | Bin 843 -> 0 bytes .../textures/block/pots/weeping_vines_pot.png | Bin 1511 -> 0 bytes .../block/pots/weeping_vines_pot_grown.png | Bin 1546 -> 0 bytes .../textures/block/pots/white_tulip_pot.png | Bin 1677 -> 0 bytes .../block/pots/white_tulip_pot_grown.png | Bin 1707 -> 0 bytes .../textures/block/pots/wither_rose_pot.png | Bin 1598 -> 0 bytes .../block/pots/wither_rose_pot_grown.png | Bin 1557 -> 0 bytes .../textures/block/quartz_frame_texture.png | Bin 339 -> 0 bytes .../beautify/textures/block/rope_texture.png | Bin 358 -> 0 bytes .../beautify/textures/block/simple_birch.png | Bin 1142 -> 0 bytes .../textures/block/spruce_frame_texture.png | Bin 393 -> 0 bytes .../textures/block/standing_light_bulb.png | Bin 597 -> 0 bytes .../block/standing_light_bulb_off.png | Bin 576 -> 0 bytes .../textures/block/trellis_lichen_back.png | Bin 1308 -> 0 bytes .../textures/block/trellis_lichen_front.png | Bin 1239 -> 0 bytes .../textures/block/trellis_lichen_hanging.png | Bin 1287 -> 0 bytes .../textures/block/trellis_lilac_back.png | Bin 1298 -> 0 bytes .../textures/block/trellis_lilac_front.png | Bin 1287 -> 0 bytes .../textures/block/trellis_lilac_hanging.png | Bin 1276 -> 0 bytes .../textures/block/trellis_peony_back.png | Bin 1303 -> 0 bytes .../textures/block/trellis_peony_front.png | Bin 1288 -> 0 bytes .../textures/block/trellis_peony_hanging.png | Bin 1274 -> 0 bytes .../textures/block/trellis_rose_back.png | Bin 1298 -> 0 bytes .../textures/block/trellis_rose_front.png | Bin 1272 -> 0 bytes .../textures/block/trellis_rose_hanging.png | Bin 1279 -> 0 bytes .../textures/block/trellis_sunflower_back.png | Bin 1303 -> 0 bytes .../block/trellis_sunflower_front.png | Bin 1269 -> 0 bytes .../block/trellis_sunflower_hanging.png | Bin 1279 -> 0 bytes .../block/trellis_twisting_vines_back.png | Bin 1283 -> 0 bytes .../block/trellis_twisting_vines_front.png | Bin 1287 -> 0 bytes .../block/trellis_twisting_vines_hanging.png | Bin 1254 -> 0 bytes .../textures/block/trellis_vine_back.png | Bin 1283 -> 0 bytes .../textures/block/trellis_vine_front.png | Bin 1287 -> 0 bytes .../textures/block/trellis_vine_hanging.png | Bin 1254 -> 0 bytes .../block/trellis_weeping_vines_back.png | Bin 1283 -> 0 bytes .../block/trellis_weeping_vines_front.png | Bin 1290 -> 0 bytes .../block/trellis_weeping_vines_hanging.png | Bin 1255 -> 0 bytes .../textures/block/warped_frame_texture.png | Bin 388 -> 0 bytes .../entity/villager/profession/botanist.png | Bin 1413 -> 0 bytes .../zombie_villager/profession/botanist.png | Bin 1413 -> 0 bytes .../assets/beautify/textures/item/rope.png | Bin 338 -> 0 bytes .../particle/glowessence_particle.png | Bin 1278 -> 0 bytes .../src/main/resources/beautify.accesswidener | 5 - .../src/main/resources/beautify.mixins.json | 15 - .../data/beautify/advancements/blinds.json | 32 - .../data/beautify/advancements/bookstack.json | 23 - .../advancements/botanist_workbench.json | 23 - .../beautify/advancements/candleabras.json | 39 -- .../data/beautify/advancements/frames.json | 32 - .../beautify/advancements/hanging_pot.json | 23 - .../beautify/advancements/iron_blinds.json | 23 - .../data/beautify/advancements/lamp_jar.json | 23 - .../data/beautify/advancements/lamps.json | 24 - .../advancements/progression/blinds.json | 42 -- .../advancements/progression/bookstack.json | 32 - .../advancements/progression/candelabra.json | 32 - .../advancements/progression/hanging_pot.json | 32 - .../advancements/progression/light.json | 34 -- .../advancements/progression/root.json | 23 - .../advancements/progression/rope.json | 32 - .../data/beautify/advancements/rope.json | 23 - .../data/beautify/advancements/trellis.json | 32 - .../blocks/acacia_lichen_trellis.json | 34 -- .../blocks/acacia_lilac_trellis.json | 34 -- .../blocks/acacia_peony_trellis.json | 34 -- .../blocks/acacia_rose_trellis.json | 34 -- .../blocks/acacia_sunflower_trellis.json | 34 -- .../loot_tables/blocks/acacia_trellis.json | 127 ---- .../blocks/acacia_twisting_vines_trellis.json | 34 -- .../blocks/acacia_vine_trellis.json | 34 -- .../blocks/acacia_weeping_vines_trellis.json | 34 -- .../loot_tables/blocks/allium_pot.json | 41 -- .../loot_tables/blocks/azure_bluet_pot.json | 41 -- .../loot_tables/blocks/berry_pot.json | 41 -- .../blocks/birch_lichen_trellis.json | 34 -- .../blocks/birch_lilac_trellis.json | 34 -- .../blocks/birch_peony_trellis.json | 34 -- .../blocks/birch_rose_trellis.json | 34 -- .../blocks/birch_sunflower_trellis.json | 34 -- .../loot_tables/blocks/birch_trellis.json | 127 ---- .../blocks/birch_twisting_vines_trellis.json | 34 -- .../blocks/birch_vine_trellis.json | 34 -- .../blocks/birch_weeping_vines_trellis.json | 34 -- .../blocks/botanist_workbench.json | 13 - .../loot_tables/blocks/cherry_blinds.json | 13 - .../blocks/cherry_lichen_trellis.json | 34 -- .../blocks/cherry_lilac_trellis.json | 34 -- .../blocks/cherry_peony_trellis.json | 34 -- .../blocks/cherry_picture_frame.json | 13 - .../blocks/cherry_rose_trellis.json | 34 -- .../blocks/cherry_sunflower_trellis.json | 34 -- .../loot_tables/blocks/cherry_trellis.json | 127 ---- .../blocks/cherry_twisting_vines_trellis.json | 34 -- .../blocks/cherry_vine_trellis.json | 34 -- .../blocks/cherry_weeping_vines_trellis.json | 34 -- .../loot_tables/blocks/cornflower_pot.json | 41 -- .../loot_tables/blocks/crimson_blinds.json | 13 - .../blocks/crimson_lichen_trellis.json | 34 -- .../blocks/crimson_lilac_trellis.json | 34 -- .../blocks/crimson_peony_trellis.json | 34 -- .../blocks/crimson_picture_frame.json | 13 - .../blocks/crimson_rose_trellis.json | 34 -- .../blocks/crimson_sunflower_trellis.json | 34 -- .../loot_tables/blocks/crimson_trellis.json | 127 ---- .../crimson_twisting_vines_trellis.json | 34 -- .../blocks/crimson_vine_trellis.json | 34 -- .../blocks/crimson_weeping_vines_trellis.json | 34 -- .../loot_tables/blocks/dandelion_pot.json | 41 -- .../loot_tables/blocks/dark_oak_blinds.json | 13 - .../blocks/dark_oak_lichen_trellis.json | 34 -- .../blocks/dark_oak_lilac_trellis.json | 34 -- .../blocks/dark_oak_peony_trellis.json | 34 -- .../blocks/dark_oak_picture_frame.json | 13 - .../blocks/dark_oak_rose_trellis.json | 34 -- .../blocks/dark_oak_sunflower_trellis.json | 34 -- .../loot_tables/blocks/dark_oak_trellis.json | 127 ---- .../dark_oak_twisting_vines_trellis.json | 34 -- .../blocks/dark_oak_vine_trellis.json | 34 -- .../dark_oak_weeping_vines_trellis.json | 34 -- .../beautify/loot_tables/blocks/fern_pot.json | 41 -- .../loot_tables/blocks/glow_lichen_pot.json | 41 -- .../loot_tables/blocks/glowberry_pot.json | 41 -- .../loot_tables/blocks/grass_pot.json | 41 -- .../loot_tables/blocks/hanging_pot.json | 361 ------------ .../loot_tables/blocks/iron_blinds.json | 14 - .../loot_tables/blocks/jungle_blinds.json | 13 - .../blocks/jungle_lichen_trellis.json | 34 -- .../blocks/jungle_lilac_trellis.json | 34 -- .../blocks/jungle_peony_trellis.json | 34 -- .../blocks/jungle_picture_frame.json | 13 - .../blocks/jungle_rose_trellis.json | 34 -- .../blocks/jungle_sunflower_trellis.json | 34 -- .../loot_tables/blocks/jungle_trellis.json | 127 ---- .../blocks/jungle_twisting_vines_trellis.json | 34 -- .../blocks/jungle_vine_trellis.json | 34 -- .../blocks/jungle_weeping_vines_trellis.json | 34 -- .../loot_tables/blocks/lamp_bamboo.json | 13 - .../loot_tables/blocks/lamp_candleabra.json | 13 - .../blocks/lamp_candleabra_black.json | 13 - .../blocks/lamp_candleabra_blue.json | 13 - .../blocks/lamp_candleabra_brown.json | 13 - .../blocks/lamp_candleabra_cyan.json | 13 - .../blocks/lamp_candleabra_gray.json | 13 - .../blocks/lamp_candleabra_green.json | 13 - .../blocks/lamp_candleabra_light_blue.json | 13 - .../blocks/lamp_candleabra_light_gray.json | 13 - .../blocks/lamp_candleabra_lime.json | 13 - .../blocks/lamp_candleabra_magenta.json | 13 - .../blocks/lamp_candleabra_orange.json | 13 - .../blocks/lamp_candleabra_pink.json | 13 - .../blocks/lamp_candleabra_purple.json | 13 - .../blocks/lamp_candleabra_red.json | 13 - .../blocks/lamp_candleabra_white.json | 13 - .../blocks/lamp_candleabra_yellow.json | 13 - .../beautify/loot_tables/blocks/lamp_jar.json | 62 -- .../loot_tables/blocks/lamp_jar1.json | 23 - .../loot_tables/blocks/lamp_jar2.json | 23 - .../loot_tables/blocks/lamp_jar3.json | 23 - .../loot_tables/blocks/lamp_light_bulb.json | 13 - .../loot_tables/blocks/lilac_pot.json | 41 -- .../beautify/loot_tables/blocks/lily_pot.json | 41 -- .../loot_tables/blocks/mangrove_blinds.json | 13 - .../blocks/mangrove_lichen_trellis.json | 34 -- .../blocks/mangrove_lilac_trellis.json | 34 -- .../blocks/mangrove_peony_trellis.json | 34 -- .../blocks/mangrove_picture_frame.json | 13 - .../blocks/mangrove_rose_trellis.json | 34 -- .../blocks/mangrove_sunflower_trellis.json | 34 -- .../loot_tables/blocks/mangrove_trellis.json | 127 ---- .../mangrove_twisting_vines_trellis.json | 34 -- .../blocks/mangrove_vine_trellis.json | 34 -- .../mangrove_weeping_vines_trellis.json | 34 -- .../loot_tables/blocks/oak_blinds.json | 13 - .../blocks/oak_lichen_trellis.json | 34 -- .../loot_tables/blocks/oak_lilac_trellis.json | 34 -- .../loot_tables/blocks/oak_peony_trellis.json | 34 -- .../loot_tables/blocks/oak_picture_frame.json | 13 - .../loot_tables/blocks/oak_rose_trellis.json | 34 -- .../blocks/oak_sunflower_trellis.json | 34 -- .../loot_tables/blocks/oak_trellis.json | 127 ---- .../blocks/oak_twisting_vines_trellis.json | 34 -- .../loot_tables/blocks/oak_vine_trellis.json | 34 -- .../blocks/oak_weeping_vines_trellis.json | 34 -- .../loot_tables/blocks/orange_tulip_pot.json | 41 -- .../loot_tables/blocks/orchid_pot.json | 52 -- .../loot_tables/blocks/oxeye_daisy_pot.json | 41 -- .../loot_tables/blocks/peony_pot.json | 41 -- .../loot_tables/blocks/pink_tulip_pot.json | 41 -- .../loot_tables/blocks/poppy_pot.json | 41 -- .../blocks/quartz_picture_frame.json | 13 - .../loot_tables/blocks/red_tulip_pot.json | 41 -- .../beautify/loot_tables/blocks/rope.json | 13 - .../beautify/loot_tables/blocks/rose_pot.json | 52 -- .../loot_tables/blocks/spruce_blinds.json | 13 - .../blocks/spruce_lichen_trellis.json | 34 -- .../blocks/spruce_lilac_trellis.json | 34 -- .../blocks/spruce_peony_trellis.json | 34 -- .../blocks/spruce_picture_frame.json | 13 - .../blocks/spruce_rose_trellis.json | 34 -- .../blocks/spruce_sunflower_trellis.json | 34 -- .../loot_tables/blocks/spruce_trellis.json | 127 ---- .../blocks/spruce_twisting_vines_trellis.json | 34 -- .../blocks/spruce_vine_trellis.json | 34 -- .../blocks/spruce_weeping_vines_trellis.json | 34 -- .../loot_tables/blocks/sunflower_pot.json | 41 -- .../blocks/twisting_vines_pot.json | 41 -- .../loot_tables/blocks/vines_pot.json | 52 -- .../loot_tables/blocks/warped_blinds.json | 13 - .../blocks/warped_lichen_trellis.json | 34 -- .../blocks/warped_lilac_trellis.json | 34 -- .../blocks/warped_peony_trellis.json | 34 -- .../blocks/warped_picture_frame.json | 13 - .../blocks/warped_rose_trellis.json | 34 -- .../blocks/warped_sunflower_trellis.json | 34 -- .../loot_tables/blocks/warped_trellis.json | 127 ---- .../blocks/warped_twisting_vines_trellis.json | 34 -- .../blocks/warped_vine_trellis.json | 34 -- .../blocks/warped_weeping_vines_trellis.json | 34 -- .../loot_tables/blocks/weeping_vines_pot.json | 41 -- .../loot_tables/blocks/white_tulip_pot.json | 41 -- .../loot_tables/blocks/wither_rose_pot.json | 41 -- .../chests/botanist/botanist_chest.json | 175 ------ .../botanist/botanist_chest_desert.json | 160 ----- .../botanist/botanist_chest_savanna.json | 160 ----- .../chests/botanist/botanist_chest_snowy.json | 145 ----- .../chests/botanist/botanist_chest_taiga.json | 145 ----- .../data/beautify/recipes/acacia_blinds.json | 20 - .../recipes/acacia_picture_frame.json | 24 - .../data/beautify/recipes/acacia_trellis.json | 21 - .../data/beautify/recipes/birch_blinds.json | 20 - .../beautify/recipes/birch_picture_frame.json | 24 - .../data/beautify/recipes/birch_trellis.json | 21 - .../data/beautify/recipes/bookstack.json | 18 - .../beautify/recipes/botanist_workbench.json | 21 - .../data/beautify/recipes/candleabra.json | 21 - .../beautify/recipes/candleabra_blue.json | 21 - .../beautify/recipes/candleabra_brown.json | 21 - .../beautify/recipes/candleabra_gray.json | 21 - .../data/beautify/recipes/cherry_blinds.json | 20 - .../recipes/cherry_picture_frame.json | 24 - .../data/beautify/recipes/cherry_trellis.json | 21 - .../data/beautify/recipes/crimson_blinds.json | 20 - .../recipes/crimson_picture_frame.json | 24 - .../beautify/recipes/crimson_trellis.json | 21 - .../beautify/recipes/dark_oak_blinds.json | 20 - .../recipes/dark_oak_picture_frame.json | 24 - .../beautify/recipes/dark_oak_trellis.json | 21 - .../beautify/recipes/from_iron_blinds.json | 9 - .../data/beautify/recipes/hanging_pot.json | 20 - .../data/beautify/recipes/iron_blinds.json | 20 - .../data/beautify/recipes/jungle_blinds.json | 20 - .../recipes/jungle_picture_frame.json | 24 - .../data/beautify/recipes/jungle_trellis.json | 21 - .../data/beautify/recipes/lamp_bamboo.json | 23 - .../data/beautify/recipes/lamp_jar.json | 15 - .../beautify/recipes/lamp_light_bulb.json | 20 - .../beautify/recipes/mangrove_blinds.json | 20 - .../recipes/mangrove_picture_frame.json | 24 - .../beautify/recipes/mangrove_trellis.json | 21 - .../data/beautify/recipes/oak_blinds.json | 20 - .../beautify/recipes/oak_picture_frame.json | 24 - .../data/beautify/recipes/oak_trellis.json | 21 - .../recipes/quartz_picture_frame.json | 24 - .../resources/data/beautify/recipes/rope.json | 17 - .../data/beautify/recipes/spruce_blinds.json | 20 - .../recipes/spruce_picture_frame.json | 24 - .../data/beautify/recipes/spruce_trellis.json | 21 - .../data/beautify/recipes/warped_blinds.json | 20 - .../recipes/warped_picture_frame.json | 24 - .../data/beautify/recipes/warped_trellis.json | 21 - .../structures/botanist_house_desert.nbt | Bin 4305 -> 0 bytes .../structures/botanist_house_plains.nbt | Bin 5270 -> 0 bytes .../structures/botanist_house_savanna.nbt | Bin 4419 -> 0 bytes .../structures/botanist_house_snowy.nbt | Bin 5718 -> 0 bytes .../structures/botanist_house_taiga.nbt | Bin 5195 -> 0 bytes .../botanist_house_desert_biomes.json | 6 - .../botanist_house_plains_biomes.json | 6 - .../botanist_house_savanna_biomes.json | 6 - .../botanist_house_snowy_biomes.json | 6 - .../botanist_house_taiga_biomes.json | 6 - .../processor_list/randomize_cobblestone.json | 32 - .../randomize_orange_terracotta.json | 32 - .../processor_list/randomize_sandstone.json | 32 - .../processor_list/randomize_spruce.json | 32 - .../structure/botanist_house_desert.json | 47 -- .../structure/botanist_house_plains.json | 47 -- .../structure/botanist_house_savanna.json | 47 -- .../structure/botanist_house_snowy.json | 47 -- .../structure/botanist_house_taiga.json | 47 -- .../structure_set/botanist_house_desert.json | 24 - .../structure_set/botanist_house_plains.json | 24 - .../structure_set/botanist_house_savanna.json | 24 - .../structure_set/botanist_house_snowy.json | 24 - .../structure_set/botanist_house_taiga.json | 24 - .../botanist_house_desert/start_pool.json | 41 -- .../botanist_house_plains/start_pool.json | 41 -- .../botanist_house_savanna/start_pool.json | 41 -- .../botanist_house_snowy/start_pool.json | 41 -- .../botanist_house_taiga/start_pool.json | 41 -- .../data/minecraft/tags/blocks/climbable.json | 16 - .../minecraft/tags/blocks/mineable/axe.json | 24 - .../tags/blocks/mineable/pickaxe.json | 23 - .../tags/blocks/needs_stone_tool.json | 6 - .../acquirable_job_site.json | 5 - .../src/main/resources/fabric.mod.json | 53 -- mod/beautify/src/main/resources/icon.png | Bin 23567 -> 0 bytes .../suel_ki/beautify/common/block/Blinds.java | 259 ++++---- .../beautify/common/block/BookStack.java | 61 +- .../common/block/BotanistWorkbench.java | 35 +- .../beautify/common/block/HangingPot.java | 72 ++- .../beautify/common/block/LampBamboo.java | 20 +- ...ampCandleabra.java => LampCandelabra.java} | 45 +- .../beautify/common/block/LampJar.java | 34 +- .../beautify/common/block/LampLightBulb.java | 24 +- .../beautify/common/block/PictureFrame.java | 23 +- .../suel_ki/beautify/common/block/Rope.java | 6 +- .../beautify/common/block/Trellis.java | 69 +-- .../beautify/compat/jade/JadePlugin.java | 8 +- .../jade/provider/BookStackProvider.java | 16 - .../jade/providers}/BookStackProvider.java | 2 +- .../HangingPotProvider.java | 2 +- .../LampJarProvider.java | 2 +- .../TrellisProvider.java | 2 +- ...in.java => EnchantingTableBlockMixin.java} | 7 +- .../beautify/blockstates/lamp_candelabra.json | 64 ++ .../blockstates/lamp_candelabra_black.json | 64 ++ .../blockstates/lamp_candelabra_blue.json | 64 ++ .../blockstates/lamp_candelabra_brown.json | 64 ++ .../blockstates/lamp_candelabra_cyan.json | 64 ++ .../blockstates/lamp_candelabra_gray.json | 64 ++ .../blockstates/lamp_candelabra_green.json | 64 ++ .../lamp_candelabra_light_blue.json | 64 ++ .../lamp_candelabra_light_gray.json | 64 ++ .../blockstates/lamp_candelabra_lime.json | 64 ++ .../blockstates/lamp_candelabra_magenta.json | 64 ++ .../blockstates/lamp_candelabra_orange.json | 64 ++ .../blockstates/lamp_candelabra_pink.json | 64 ++ .../blockstates/lamp_candelabra_purple.json | 64 ++ .../blockstates/lamp_candelabra_red.json | 64 ++ .../blockstates/lamp_candelabra_white.json | 64 ++ .../blockstates/lamp_candelabra_yellow.json | 64 ++ .../beautify/blockstates/lamp_candleabra.json | 64 -- .../blockstates/lamp_candleabra_black.json | 64 -- .../blockstates/lamp_candleabra_blue.json | 64 -- .../blockstates/lamp_candleabra_brown.json | 64 -- .../blockstates/lamp_candleabra_cyan.json | 64 -- .../blockstates/lamp_candleabra_gray.json | 64 -- .../blockstates/lamp_candleabra_green.json | 64 -- .../lamp_candleabra_light_blue.json | 64 -- .../lamp_candleabra_light_gray.json | 64 -- .../blockstates/lamp_candleabra_lime.json | 64 -- .../blockstates/lamp_candleabra_magenta.json | 64 -- .../blockstates/lamp_candleabra_orange.json | 64 -- .../blockstates/lamp_candleabra_pink.json | 64 -- .../blockstates/lamp_candleabra_purple.json | 64 -- .../blockstates/lamp_candleabra_red.json | 64 -- .../blockstates/lamp_candleabra_white.json | 64 -- .../blockstates/lamp_candleabra_yellow.json | 64 -- .../resources/assets/beautify/lang/en_us.json | 39 +- .../resources/assets/beautify/lang/es_mx.json | 34 +- .../resources/assets/beautify/lang/it_it.json | 34 +- .../resources/assets/beautify/lang/zh_cn.json | 39 +- .../lamps/candelabras/lamp_candelabra.json | 0 .../candelabras/lamp_candelabra_black.json | 2 +- .../candelabras/lamp_candelabra_blue.json | 2 +- .../lamp_candelabra_brown.json} | 2 +- .../lamp_candelabra_cyan.json} | 2 +- .../candelabras/lamp_candelabra_gray.json | 2 +- .../candelabras/lamp_candelabra_green.json | 2 +- .../lamp_candelabra_light_blue.json | 2 +- .../lamp_candelabra_light_gray.json | 2 +- .../lamp_candelabra_lime.json} | 2 +- .../candelabras/lamp_candelabra_magenta.json | 2 +- .../candelabras/lamp_candelabra_off.json | 2 +- .../lamp_candelabra_off_black.json | 2 +- .../lamp_candelabra_off_blue.json} | 2 +- .../lamp_candelabra_off_brown.json} | 2 +- .../candelabras/lamp_candelabra_off_cyan.json | 2 +- .../lamp_candelabra_off_gray.json} | 2 +- .../lamp_candelabra_off_green.json | 2 +- .../lamp_candelabra_off_light_blue.json | 2 +- .../lamp_candelabra_off_light_gray.json | 2 +- .../candelabras/lamp_candelabra_off_lime.json | 2 +- .../lamp_candelabra_off_magenta.json | 2 +- .../lamp_candelabra_off_orange.json | 2 +- .../candelabras/lamp_candelabra_off_pink.json | 2 +- .../lamp_candelabra_off_purple.json | 2 +- .../lamp_candelabra_off_red.json} | 2 +- .../lamp_candelabra_off_white.json | 2 +- .../lamp_candelabra_off_yellow.json | 2 +- .../candelabras/lamp_candelabra_orange.json | 2 +- .../candelabras/lamp_candelabra_pink.json | 2 +- .../candelabras/lamp_candelabra_purple.json | 2 +- .../candelabras/lamp_candelabra_red.json | 2 +- .../candelabras/lamp_candelabra_white.json | 2 +- .../candelabras/lamp_candelabra_yellow.json | 2 +- .../candelabras/standing_lamp_candelabra.json | 0 .../standing_lamp_candelabra_black.json | 2 +- .../standing_lamp_candelabra_blue.json | 2 +- .../standing_lamp_candelabra_brown.json | 2 +- .../standing_lamp_candelabra_cyan.json | 2 +- .../standing_lamp_candelabra_gray.json | 2 +- .../standing_lamp_candelabra_green.json | 2 +- .../standing_lamp_candelabra_light_blue.json | 2 +- .../standing_lamp_candelabra_light_gray.json | 2 +- .../standing_lamp_candelabra_lime.json | 2 +- .../standing_lamp_candelabra_magenta.json | 2 +- .../standing_lamp_candelabra_off.json | 2 +- .../standing_lamp_candelabra_off_black.json | 2 +- .../standing_lamp_candelabra_off_blue.json | 2 +- .../standing_lamp_candelabra_off_brown.json | 2 +- .../standing_lamp_candelabra_off_cyan.json | 2 +- .../standing_lamp_candelabra_off_gray.json | 2 +- .../standing_lamp_candelabra_off_green.json | 2 +- ...anding_lamp_candelabra_off_light_blue.json | 2 +- ...anding_lamp_candelabra_off_light_gray.json | 2 +- .../standing_lamp_candelabra_off_lime.json | 2 +- .../standing_lamp_candelabra_off_magenta.json | 2 +- .../standing_lamp_candelabra_off_orange.json | 2 +- .../standing_lamp_candelabra_off_pink.json | 2 +- .../standing_lamp_candelabra_off_purple.json | 2 +- .../standing_lamp_candelabra_off_red.json | 2 +- .../standing_lamp_candelabra_off_white.json | 2 +- .../standing_lamp_candelabra_off_yellow.json | 2 +- .../standing_lamp_candelabra_orange.json | 2 +- .../standing_lamp_candelabra_pink.json | 2 +- .../standing_lamp_candelabra_purple.json | 2 +- .../standing_lamp_candelabra_red.json | 2 +- .../standing_lamp_candelabra_white.json | 2 +- .../standing_lamp_candelabra_yellow.json | 2 +- .../lamps/candleabras/lamp_candleabra.json | 258 -------- .../candleabras/lamp_candleabra_black.json | 9 - .../candleabras/lamp_candleabra_blue.json | 9 - .../candleabras/lamp_candleabra_gray.json | 9 - .../candleabras/lamp_candleabra_green.json | 9 - .../lamp_candleabra_light_blue.json | 9 - .../lamp_candleabra_light_gray.json | 9 - .../candleabras/lamp_candleabra_magenta.json | 9 - .../candleabras/lamp_candleabra_off.json | 9 - .../lamp_candleabra_off_black.json | 9 - .../candleabras/lamp_candleabra_off_cyan.json | 9 - .../lamp_candleabra_off_green.json | 9 - .../lamp_candleabra_off_light_blue.json | 9 - .../lamp_candleabra_off_light_gray.json | 9 - .../candleabras/lamp_candleabra_off_lime.json | 9 - .../lamp_candleabra_off_magenta.json | 9 - .../lamp_candleabra_off_orange.json | 9 - .../candleabras/lamp_candleabra_off_pink.json | 9 - .../lamp_candleabra_off_purple.json | 9 - .../lamp_candleabra_off_white.json | 9 - .../lamp_candleabra_off_yellow.json | 9 - .../candleabras/lamp_candleabra_orange.json | 9 - .../candleabras/lamp_candleabra_pink.json | 9 - .../candleabras/lamp_candleabra_purple.json | 9 - .../candleabras/lamp_candleabra_red.json | 9 - .../candleabras/lamp_candleabra_white.json | 9 - .../candleabras/lamp_candleabra_yellow.json | 9 - .../candleabras/standing_lamp_candleabra.json | 224 ------- .../standing_lamp_candleabra_black.json | 9 - .../standing_lamp_candleabra_blue.json | 9 - .../standing_lamp_candleabra_brown.json | 9 - .../standing_lamp_candleabra_cyan.json | 9 - .../standing_lamp_candleabra_gray.json | 9 - .../standing_lamp_candleabra_green.json | 9 - .../standing_lamp_candleabra_light_blue.json | 9 - .../standing_lamp_candleabra_light_gray.json | 9 - .../standing_lamp_candleabra_lime.json | 9 - .../standing_lamp_candleabra_magenta.json | 9 - .../standing_lamp_candleabra_off.json | 9 - .../standing_lamp_candleabra_off_black.json | 9 - .../standing_lamp_candleabra_off_blue.json | 9 - .../standing_lamp_candleabra_off_brown.json | 9 - .../standing_lamp_candleabra_off_cyan.json | 9 - .../standing_lamp_candleabra_off_gray.json | 9 - .../standing_lamp_candleabra_off_green.json | 9 - ...anding_lamp_candleabra_off_light_blue.json | 9 - ...anding_lamp_candleabra_off_light_gray.json | 9 - .../standing_lamp_candleabra_off_lime.json | 9 - .../standing_lamp_candleabra_off_magenta.json | 9 - .../standing_lamp_candleabra_off_orange.json | 9 - .../standing_lamp_candleabra_off_pink.json | 9 - .../standing_lamp_candleabra_off_purple.json | 9 - .../standing_lamp_candleabra_off_red.json | 9 - .../standing_lamp_candleabra_off_white.json | 9 - .../standing_lamp_candleabra_off_yellow.json | 9 - .../standing_lamp_candleabra_orange.json | 9 - .../standing_lamp_candleabra_pink.json | 9 - .../standing_lamp_candleabra_purple.json | 9 - .../standing_lamp_candleabra_red.json | 9 - .../standing_lamp_candleabra_white.json | 9 - .../standing_lamp_candleabra_yellow.json | 9 - .../beautify/models/item/lamp_candelabra.json | 3 + .../models/item/lamp_candelabra_black.json | 3 + .../models/item/lamp_candelabra_blue.json | 3 + .../models/item/lamp_candelabra_brown.json | 3 + .../models/item/lamp_candelabra_cyan.json | 3 + .../models/item/lamp_candelabra_gray.json | 3 + .../models/item/lamp_candelabra_green.json | 3 + .../item/lamp_candelabra_light_blue.json | 3 + .../item/lamp_candelabra_light_gray.json | 3 + .../models/item/lamp_candelabra_lime.json | 3 + .../models/item/lamp_candelabra_magenta.json | 3 + .../models/item/lamp_candelabra_orange.json | 3 + .../models/item/lamp_candelabra_pink.json | 3 + .../models/item/lamp_candelabra_purple.json | 3 + .../models/item/lamp_candelabra_red.json | 3 + .../models/item/lamp_candelabra_white.json | 3 + .../models/item/lamp_candelabra_yellow.json | 3 + .../beautify/models/item/lamp_candleabra.json | 3 - .../models/item/lamp_candleabra_black.json | 3 - .../models/item/lamp_candleabra_blue.json | 3 - .../models/item/lamp_candleabra_brown.json | 3 - .../models/item/lamp_candleabra_cyan.json | 3 - .../models/item/lamp_candleabra_gray.json | 3 - .../models/item/lamp_candleabra_green.json | 3 - .../item/lamp_candleabra_light_blue.json | 3 - .../item/lamp_candleabra_light_gray.json | 3 - .../models/item/lamp_candleabra_lime.json | 3 - .../models/item/lamp_candleabra_magenta.json | 3 - .../models/item/lamp_candleabra_orange.json | 3 - .../models/item/lamp_candleabra_pink.json | 3 - .../models/item/lamp_candleabra_purple.json | 3 - .../models/item/lamp_candleabra_red.json | 3 - .../models/item/lamp_candleabra_white.json | 3 - .../models/item/lamp_candleabra_yellow.json | 3 - .../beautify/textures/block/desktop.ini | 2 - .../beautify/advancements/candelabras.json | 39 ++ .../beautify/advancements/candleabras.json | 39 -- .../advancements/progression/blinds.json | 2 +- .../advancements/progression/bookstack.json | 2 +- .../advancements/progression/candelabra.json | 4 +- .../advancements/progression/hanging_pot.json | 2 +- .../advancements/progression/light.json | 2 +- .../advancements/progression/root.json | 2 +- .../advancements/progression/rope.json | 2 +- .../blocks/acacia_picture_frame.json | 2 +- .../loot_tables/blocks/acacia_trellis.json | 16 +- .../loot_tables/blocks/birch_trellis.json | 16 +- .../loot_tables/blocks/cherry_trellis.json | 16 +- .../loot_tables/blocks/crimson_trellis.json | 16 +- .../loot_tables/blocks/dark_oak_trellis.json | 16 +- .../loot_tables/blocks/grass_pot.json | 4 +- .../loot_tables/blocks/hanging_pot.json | 52 +- .../loot_tables/blocks/jungle_trellis.json | 16 +- .../loot_tables/blocks/lamp_candelabra.json | 2 +- .../blocks/lamp_candelabra_black.json | 13 + .../blocks/lamp_candelabra_blue.json | 2 +- .../blocks/lamp_candelabra_brown.json | 13 + .../blocks/lamp_candelabra_cyan.json | 2 +- .../blocks/lamp_candelabra_gray.json | 2 +- .../blocks/lamp_candelabra_green.json | 13 + .../blocks/lamp_candelabra_light_blue.json | 13 + .../blocks/lamp_candelabra_light_gray.json | 13 + .../blocks/lamp_candelabra_lime.json | 13 + .../blocks/lamp_candelabra_magenta.json | 13 + .../blocks/lamp_candelabra_orange.json | 13 + .../blocks/lamp_candelabra_pink.json | 13 + .../blocks/lamp_candelabra_purple.json | 13 + .../blocks/lamp_candelabra_red.json | 2 +- .../blocks/lamp_candelabra_white.json | 13 + .../blocks/lamp_candelabra_yellow.json | 13 + .../loot_tables/blocks/lamp_candleabra.json | 13 - .../blocks/lamp_candleabra_black.json | 13 - .../blocks/lamp_candleabra_blue.json | 13 - .../blocks/lamp_candleabra_brown.json | 13 - .../blocks/lamp_candleabra_cyan.json | 13 - .../blocks/lamp_candleabra_gray.json | 13 - .../blocks/lamp_candleabra_green.json | 13 - .../blocks/lamp_candleabra_light_blue.json | 13 - .../blocks/lamp_candleabra_light_gray.json | 13 - .../blocks/lamp_candleabra_lime.json | 13 - .../blocks/lamp_candleabra_magenta.json | 13 - .../blocks/lamp_candleabra_orange.json | 13 - .../blocks/lamp_candleabra_pink.json | 13 - .../blocks/lamp_candleabra_purple.json | 13 - .../blocks/lamp_candleabra_red.json | 13 - .../blocks/lamp_candleabra_white.json | 13 - .../blocks/lamp_candleabra_yellow.json | 13 - .../beautify/loot_tables/blocks/lamp_jar.json | 6 +- .../loot_tables/blocks/mangrove_trellis.json | 16 +- .../loot_tables/blocks/oak_trellis.json | 16 +- .../loot_tables/blocks/spruce_trellis.json | 16 +- .../blocks/warped_picture_frame.json | 2 +- .../loot_tables/blocks/warped_trellis.json | 16 +- .../data/beautify/recipes/acacia_blinds.json | 2 +- .../recipes/acacia_picture_frame.json | 2 +- .../data/beautify/recipes/acacia_trellis.json | 2 +- .../data/beautify/recipes/birch_blinds.json | 2 +- .../beautify/recipes/birch_picture_frame.json | 2 +- .../data/beautify/recipes/birch_trellis.json | 2 +- .../data/beautify/recipes/bookstack.json | 2 +- .../beautify/recipes/botanist_workbench.json | 2 +- .../{candleabra.json => candelabra.json} | 4 +- .../beautify/recipes/candelabra_black.json | 4 +- ...dleabra_blue.json => candelabra_blue.json} | 4 +- ...eabra_brown.json => candelabra_brown.json} | 4 +- .../beautify/recipes/candelabra_cyan.json | 4 +- ...dleabra_gray.json => candelabra_gray.json} | 4 +- .../beautify/recipes/candelabra_green.json | 4 +- .../recipes/candelabra_light_blue.json | 4 +- .../recipes/candelabra_light_gray.json | 4 +- .../beautify/recipes/candelabra_lime.json | 4 +- .../beautify/recipes/candelabra_magenta.json | 4 +- .../beautify/recipes/candelabra_orange.json | 4 +- .../beautify/recipes/candelabra_pink.json | 4 +- .../beautify/recipes/candelabra_purple.json | 4 +- .../data/beautify/recipes/candelabra_red.json | 4 +- .../beautify/recipes/candelabra_white.json | 4 +- .../beautify/recipes/candelabra_yellow.json | 4 +- .../beautify/recipes/candleabra_black.json | 21 - .../beautify/recipes/candleabra_cyan.json | 21 - .../beautify/recipes/candleabra_green.json | 21 - .../recipes/candleabra_light_blue.json | 21 - .../recipes/candleabra_light_gray.json | 21 - .../beautify/recipes/candleabra_lime.json | 21 - .../beautify/recipes/candleabra_magenta.json | 21 - .../beautify/recipes/candleabra_orange.json | 21 - .../beautify/recipes/candleabra_pink.json | 21 - .../beautify/recipes/candleabra_purple.json | 21 - .../data/beautify/recipes/candleabra_red.json | 21 - .../beautify/recipes/candleabra_white.json | 21 - .../beautify/recipes/candleabra_yellow.json | 21 - .../data/beautify/recipes/cherry_blinds.json | 2 +- .../recipes/cherry_picture_frame.json | 2 +- .../data/beautify/recipes/cherry_trellis.json | 2 +- .../data/beautify/recipes/crimson_blinds.json | 2 +- .../recipes/crimson_picture_frame.json | 2 +- .../beautify/recipes/crimson_trellis.json | 2 +- .../beautify/recipes/dark_oak_blinds.json | 2 +- .../recipes/dark_oak_picture_frame.json | 2 +- .../beautify/recipes/dark_oak_trellis.json | 2 +- .../beautify/recipes/from_iron_blinds.json | 5 +- .../data/beautify/recipes/hanging_pot.json | 2 +- .../data/beautify/recipes/iron_blinds.json | 2 +- .../data/beautify/recipes/jungle_blinds.json | 2 +- .../recipes/jungle_picture_frame.json | 2 +- .../data/beautify/recipes/jungle_trellis.json | 2 +- .../data/beautify/recipes/lamp_bamboo.json | 2 +- .../data/beautify/recipes/lamp_jar.json | 2 +- .../beautify/recipes/lamp_light_bulb.json | 2 +- .../beautify/recipes/mangrove_blinds.json | 2 +- .../recipes/mangrove_picture_frame.json | 2 +- .../beautify/recipes/mangrove_trellis.json | 2 +- .../data/beautify/recipes/oak_blinds.json | 2 +- .../beautify/recipes/oak_picture_frame.json | 2 +- .../data/beautify/recipes/oak_trellis.json | 2 +- .../recipes/quartz_picture_frame.json | 2 +- .../resources/data/beautify/recipes/rope.json | 2 +- .../data/beautify/recipes/spruce_blinds.json | 2 +- .../recipes/spruce_picture_frame.json | 2 +- .../data/beautify/recipes/spruce_trellis.json | 2 +- .../data/beautify/recipes/warped_blinds.json | 2 +- .../recipes/warped_picture_frame.json | 2 +- .../data/beautify/recipes/warped_trellis.json | 2 +- .../structures/botanist_house_desert.nbt | Bin 4305 -> 4304 bytes .../structures/botanist_house_plains.nbt | Bin 5270 -> 5269 bytes .../structures/botanist_house_savanna.nbt | Bin 4419 -> 4417 bytes .../structures/botanist_house_snowy.nbt | Bin 5718 -> 5717 bytes .../structures/botanist_house_taiga.nbt | Bin 5195 -> 5196 bytes .../botanist_house_desert_biomes.json | 6 - .../botanist_house_plains_biomes.json | 6 - .../botanist_house_savanna_biomes.json | 6 - .../botanist_house_snowy_biomes.json | 6 - .../botanist_house_taiga_biomes.json | 6 - .../processor_list/randomize_cobblestone.json | 32 - .../randomize_orange_terracotta.json | 32 - .../processor_list/randomize_sandstone.json | 32 - .../processor_list/randomize_spruce.json | 32 - .../structure/botanist_house_desert.json | 47 -- .../structure/botanist_house_plains.json | 47 -- .../structure/botanist_house_savanna.json | 47 -- .../structure/botanist_house_snowy.json | 47 -- .../structure/botanist_house_taiga.json | 47 -- .../structure_set/botanist_house_desert.json | 24 - .../structure_set/botanist_house_plains.json | 24 - .../structure_set/botanist_house_savanna.json | 24 - .../structure_set/botanist_house_snowy.json | 24 - .../structure_set/botanist_house_taiga.json | 24 - .../botanist_house_desert/start_pool.json | 41 -- .../botanist_house_plains/start_pool.json | 41 -- .../botanist_house_savanna/start_pool.json | 41 -- .../botanist_house_snowy/start_pool.json | 41 -- .../botanist_house_taiga/start_pool.json | 41 -- .../tags/blocks/mineable/pickaxe.json | 34 +- 1404 files changed, 2002 insertions(+), 59117 deletions(-) delete mode 100644 mod/beautify/build.gradle delete mode 100644 mod/beautify/gradle.properties delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/Beautify.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/client/BeautifyClient.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/client/block/ClientBlockInit.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/Blinds.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/BookStack.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/BotanistWorkbench.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/HangingPot.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/LampBamboo.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/LampCandleabra.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/LampJar.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/LampLightBulb.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/PictureFrame.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/Rope.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/Trellis.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/compat/jade/JadePlugin.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/compat/jade/provider/HangingPotProvider.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/compat/jade/provider/TrellisProvider.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/BlockInit.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/ItemInit.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/ModVillagers.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/SoundInit.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/TradesInit.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/mixin/EnchantmentTableBlockMixin.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/particle/ParticleInit.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/particle/custom/GlowEssenceParticles.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/util/BeautifyConfig.java delete mode 100644 mod/beautify/src/main/java/com/github/suel_ki/beautify/util/ModMenuConfig.java delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/acacia_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/acacia_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/acacia_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/birch_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/birch_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/birch_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/bookstack.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/botanist_workbench.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/cherry_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/cherry_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/cherry_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/crimson_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/crimson_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/crimson_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/dark_oak_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/dark_oak_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/dark_oak_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/hanging_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/iron_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/jungle_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/jungle_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/jungle_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_bamboo.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_black.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_blue.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_brown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_cyan.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_gray.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_green.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_light_blue.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_light_gray.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_lime.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_magenta.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_orange.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_pink.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_purple.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_red.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_white.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_yellow.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_jar.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_light_bulb.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/mangrove_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/mangrove_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/mangrove_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/oak_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/oak_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/oak_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/quartz_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/rope.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/spruce_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/spruce_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/spruce_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/warped_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/warped_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/blockstates/warped_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/lang/en_us.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/lang/it_it.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/lang/zh_cn.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/acacia_blinds_down.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/acacia_blinds_up.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/birch_blinds_down.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/birch_blinds_up.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/cherry_blinds_down.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/cherry_blinds_up.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/crimson_blinds_down.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/crimson_blinds_up.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/dark_oak_blinds_down.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/dark_oak_blinds_up.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/iron_blinds_down.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/iron_blinds_up.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/jungle_blinds_down.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/jungle_blinds_up.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/mangrove_blinds_down.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/mangrove_blinds_up.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/none.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/oak_blinds_down.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/oak_blinds_up.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/spruce_blinds_down.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/spruce_blinds_up.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/warped_blinds_down.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/blinds/warped_blinds_up.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_0.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_1.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_2.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_3.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_4.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_5.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_6.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/botanist_workbench.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_brown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_cyan.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_lime.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_blue.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_brown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_gray.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_red.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/lamps/lamp_bamboo.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/lamps/lamp_bamboo_off.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/lamps/lamp_jar.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/lamps/light_bulb.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/lamps/light_bulb_off.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_lamp_bamboo.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_lamp_bamboo_off.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_lamp_jar.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_light_bulb.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_light_bulb_off.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_alban_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_aztec2_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_aztec_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_beach_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_bomb_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_flower_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_frog_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_kebab_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_plant_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_river_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_shroom_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_sunset_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_wasteland_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/base_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_alban_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_aztec2_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_aztec_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_beach_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_bomb_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_flower_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_frog_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_kebab_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_plant_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_river_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_shroom_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_sunset_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_wasteland_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_alban_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_aztec2_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_aztec_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_beach_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_bomb_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_flower_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_frog_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_kebab_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_plant_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_river_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_shroom_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_sunset_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_wasteland_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_alban_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_aztec2_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_aztec_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_beach_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_bomb_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_flower_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_frog_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_kebab_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_plant_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_river_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_shroom_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_sunset_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_wasteland_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_alban_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_aztec2_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_aztec_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_beach_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_bomb_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_flower_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_frog_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_kebab_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_plant_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_river_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_shroom_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_sunset_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_wasteland_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_alban_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_aztec2_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_aztec_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_beach_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_bomb_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_flower_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_frog_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_kebab_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_plant_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_river_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_shroom_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_sunset_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_wasteland_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_alban_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_aztec2_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_aztec_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_beach_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_bomb_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_flower_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_frog_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_kebab_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_plant_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_river_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_shroom_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_sunset_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_wasteland_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_alban_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_aztec2_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_aztec_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_beach_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_bomb_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_flower_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_frog_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_kebab_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_plant_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_river_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_shroom_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_sunset_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_wasteland_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_alban_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_aztec2_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_aztec_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_beach_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_bomb_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_flower_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_frog_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_kebab_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_plant_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_river_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_shroom_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_sunset_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_wasteland_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_alban_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_aztec2_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_aztec_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_beach_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_bomb_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_flower_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_frog_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_kebab_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_plant_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_river_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_shroom_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_sunset_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_wasteland_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_alban_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_aztec2_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_aztec_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_beach_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_bomb_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_flower_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_frog_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_kebab_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_plant_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_river_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_shroom_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_sunset_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_wasteland_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/allium/allium_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/allium/allium_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/allium/standing_allium_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/allium/standing_allium_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/azure_bluet/azure_bluet_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/azure_bluet/azure_bluet_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/azure_bluet/standing_azure_bluet_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/azure_bluet/standing_azure_bluet_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/hanging_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/hanging_pot_flat.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/hanging_pot_flat_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/hanging_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/standing_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/standing_pot_flat.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/standing_pot_flat_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/standing_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/berry/berry_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/berry/berry_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/berry/standing_berry_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/berry/standing_berry_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/cornflower/cornflower_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/cornflower/cornflower_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/cornflower/standing_cornflower_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/cornflower/standing_cornflower_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/dandelion/dandelion_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/dandelion/dandelion_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/dandelion/standing_dandelion_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/dandelion/standing_dandelion_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/fern/fern_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/fern/fern_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/fern/standing_fern_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/fern/standing_fern_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/glow_lichen/glow_lichen_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/glow_lichen/glow_lichen_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/glow_lichen/standing_glow_lichen_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/glow_lichen/standing_glow_lichen_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/glowberry/glowberry_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/glowberry/glowberry_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/glowberry/standing_glowberry_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/glowberry/standing_glowberry_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/grass/grass_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/grass/grass_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/grass/standing_grass_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/grass/standing_grass_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/lilac/lilac_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/lilac/lilac_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/lilac/standing_lilac_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/lilac/standing_lilac_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/lily/lily_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/lily/lily_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/lily/standing_lily_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/lily/standing_lily_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/orange_tulip/orange_tulip_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/orange_tulip/orange_tulip_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/orange_tulip/standing_orange_tulip_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/orange_tulip/standing_orange_tulip_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/orchid/orchid_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/orchid/orchid_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/orchid/standing_orchid_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/orchid/standing_orchid_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/oxeye_daisy/oxeye_daisy_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/oxeye_daisy/oxeye_daisy_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/oxeye_daisy/standing_oxeye_daisy_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/oxeye_daisy/standing_oxeye_daisy_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/peony/peony_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/peony/peony_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/peony/standing_peony_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/peony/standing_peony_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/pink_tulip/pink_tulip_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/pink_tulip/pink_tulip_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/pink_tulip/standing_pink_tulip_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/pink_tulip/standing_pink_tulip_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/poppy/poppy_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/poppy/poppy_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/poppy/standing_poppy_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/poppy/standing_poppy_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/red_tulip/red_tulip_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/red_tulip/red_tulip_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/red_tulip/standing_red_tulip_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/red_tulip/standing_red_tulip_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/rose/rose_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/rose/rose_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/rose/standing_rose_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/rose/standing_rose_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/sunflower/standing_sunflower_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/sunflower/standing_sunflower_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/sunflower/sunflower_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/sunflower/sunflower_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/twisting_vines/standing_twisting_vines_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/twisting_vines/standing_twisting_vines_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/twisting_vines/twisting_vines_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/twisting_vines/twisting_vines_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/vine/standing_vine_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/vine/standing_vine_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/vine/vine_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/vine/vine_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/weeping_vines/standing_weeping_vines_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/weeping_vines/standing_weeping_vines_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/weeping_vines/weeping_vines_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/weeping_vines/weeping_vines_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/white_tulip/standing_white_tulip_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/white_tulip/standing_white_tulip_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/white_tulip/white_tulip_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/white_tulip/white_tulip_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/wither_rose/standing_wither_rose_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/wither_rose/standing_wither_rose_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/wither_rose/wither_rose_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/pots/wither_rose/wither_rose_pot_grown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/rope.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_lichen.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_lilac.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_peony.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_rose.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_sunflower.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_twisting_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_vine.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_weeping_vines.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/acacia_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/acacia_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/acacia_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/birch_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/birch_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/birch_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/bookstack.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/botanist_workbench.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/cherry_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/cherry_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/cherry_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/crimson_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/crimson_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/crimson_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/dark_oak_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/dark_oak_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/dark_oak_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/hanging_pot.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/iron_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/jungle_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/jungle_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/jungle_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_bamboo.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_black.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_blue.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_brown.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_cyan.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_gray.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_green.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_light_blue.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_light_gray.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_lime.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_magenta.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_orange.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_pink.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_purple.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_red.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_white.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_yellow.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_jar.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/lamp_light_bulb.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/mangrove_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/mangrove_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/mangrove_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/oak_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/oak_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/oak_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/quartz_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/rope.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/spruce_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/spruce_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/spruce_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/warped_blinds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/warped_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/models/item/warped_trellis.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/particles/glowessence_particles.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/sounds.json delete mode 100644 mod/beautify/src/main/resources/assets/beautify/sounds/blinds_close.ogg delete mode 100644 mod/beautify/src/main/resources/assets/beautify/sounds/blinds_open.ogg delete mode 100644 mod/beautify/src/main/resources/assets/beautify/sounds/bookstack_break.ogg delete mode 100644 mod/beautify/src/main/resources/assets/beautify/sounds/bookstack_fall.ogg delete mode 100644 mod/beautify/src/main/resources/assets/beautify/sounds/bookstack_hit.ogg delete mode 100644 mod/beautify/src/main/resources/assets/beautify/sounds/bookstack_next.ogg delete mode 100644 mod/beautify/src/main/resources/assets/beautify/sounds/bookstack_place.ogg delete mode 100644 mod/beautify/src/main/resources/assets/beautify/sounds/bookstack_step.ogg delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/acacia_frame_texture.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/bamboo_lamp_off.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/bamboo_lamp_on.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/birch_frame_texture.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/bookstack_0.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/bookstack_1.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/bookstack_2.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/bookstack_3.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/bookstack_4.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/bookstack_5.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/bookstack_6.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/chain.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/cherry_frame_texture.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/crimson_frame_texture.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/dark_oak_frame_texture.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/desktop.ini delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/empty.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/hanging_light_bulb_off.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/hanging_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/jar.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/jungle_frame_texture.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/light_bulb.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/mangrove_frame_texture.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/motive_alban.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/motive_aztec.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/motive_aztec2.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/motive_beach.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/motive_bomb.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/motive_flower.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/motive_frog.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/motive_kebab.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/motive_plant.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/motive_river.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/motive_shroom.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/motive_sunset.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/motive_wasteland.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/oak_frame_texture.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/allium_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/allium_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/azure_bluet_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/azure_bluet_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/berry_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/berry_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/cornflower_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/cornflower_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/dandelion_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/dandelion_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/fern_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/fern_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/glow_lichen_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/glow_lichen_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/glow_lichen_pot_overlay.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/glow_lichen_pot_overlay_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/glowberry_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/glowberry_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/grass_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/grass_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/lilac_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/lilac_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/lily_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/lily_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/orange_tulip_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/orange_tulip_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/orchid_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/orchid_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/oxeye_daisy_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/oxeye_daisy_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/peony_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/peony_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/pink_tulip_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/pink_tulip_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/poppy_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/poppy_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/red_tulip_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/red_tulip_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/rose_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/rose_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/sunflower_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/sunflower_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/twisting_vines_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/twisting_vines_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/vine_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/vine_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/vine_pot_overlay.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/vine_pot_overlay_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/weeping_vines_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/weeping_vines_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/white_tulip_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/white_tulip_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/wither_rose_pot.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/pots/wither_rose_pot_grown.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/quartz_frame_texture.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/rope_texture.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/simple_birch.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/spruce_frame_texture.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/standing_light_bulb.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/standing_light_bulb_off.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_lichen_back.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_lichen_front.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_lichen_hanging.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_lilac_back.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_lilac_front.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_lilac_hanging.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_peony_back.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_peony_front.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_peony_hanging.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_rose_back.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_rose_front.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_rose_hanging.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_sunflower_back.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_sunflower_front.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_sunflower_hanging.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_twisting_vines_back.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_twisting_vines_front.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_twisting_vines_hanging.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_vine_back.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_vine_front.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_vine_hanging.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_weeping_vines_back.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_weeping_vines_front.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_weeping_vines_hanging.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/block/warped_frame_texture.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/entity/villager/profession/botanist.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/entity/zombie_villager/profession/botanist.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/item/rope.png delete mode 100644 mod/beautify/src/main/resources/assets/beautify/textures/particle/glowessence_particle.png delete mode 100644 mod/beautify/src/main/resources/beautify.accesswidener delete mode 100644 mod/beautify/src/main/resources/beautify.mixins.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/advancements/blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/advancements/bookstack.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/advancements/botanist_workbench.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/advancements/candleabras.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/advancements/frames.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/advancements/hanging_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/advancements/iron_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/advancements/lamp_jar.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/advancements/lamps.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/advancements/progression/blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/advancements/progression/bookstack.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/advancements/progression/candelabra.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/advancements/progression/hanging_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/advancements/progression/light.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/advancements/progression/root.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/advancements/progression/rope.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/advancements/rope.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/advancements/trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_lichen_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_lilac_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_peony_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_rose_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_sunflower_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_twisting_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_vine_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_weeping_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/allium_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/azure_bluet_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/berry_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_lichen_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_lilac_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_peony_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_rose_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_sunflower_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_twisting_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_vine_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_weeping_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/botanist_workbench.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_lichen_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_lilac_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_peony_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_rose_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_sunflower_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_twisting_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_vine_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_weeping_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cornflower_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_lichen_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_lilac_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_peony_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_rose_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_sunflower_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_twisting_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_vine_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_weeping_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dandelion_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_lichen_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_lilac_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_peony_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_rose_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_sunflower_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_twisting_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_vine_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_weeping_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/fern_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/glow_lichen_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/glowberry_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/grass_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/hanging_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/iron_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_lichen_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_lilac_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_peony_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_rose_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_sunflower_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_twisting_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_vine_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_weeping_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_bamboo.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_black.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_blue.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_brown.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_cyan.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_gray.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_green.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_light_blue.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_light_gray.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_lime.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_magenta.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_orange.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_pink.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_purple.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_red.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_white.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_yellow.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar1.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar2.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar3.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_light_bulb.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lilac_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lily_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_lichen_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_lilac_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_peony_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_rose_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_sunflower_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_twisting_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_vine_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_weeping_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_lichen_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_lilac_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_peony_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_rose_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_sunflower_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_twisting_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_vine_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_weeping_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/orange_tulip_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/orchid_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oxeye_daisy_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/peony_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/pink_tulip_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/poppy_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/quartz_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/red_tulip_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/rope.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/rose_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_lichen_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_lilac_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_peony_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_rose_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_sunflower_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_twisting_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_vine_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_weeping_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/sunflower_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/twisting_vines_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/vines_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_lichen_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_lilac_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_peony_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_rose_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_sunflower_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_twisting_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_vine_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_weeping_vines_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/weeping_vines_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/white_tulip_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/wither_rose_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest_desert.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest_savanna.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest_snowy.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest_taiga.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/acacia_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/acacia_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/acacia_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/birch_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/birch_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/birch_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/bookstack.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/botanist_workbench.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/candleabra.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/candleabra_blue.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/candleabra_brown.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/candleabra_gray.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/cherry_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/cherry_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/cherry_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/crimson_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/crimson_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/crimson_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/dark_oak_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/dark_oak_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/dark_oak_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/from_iron_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/hanging_pot.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/iron_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/jungle_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/jungle_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/jungle_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/lamp_bamboo.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/lamp_jar.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/lamp_light_bulb.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/mangrove_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/mangrove_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/mangrove_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/oak_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/oak_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/oak_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/quartz_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/rope.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/spruce_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/spruce_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/spruce_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/warped_blinds.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/warped_picture_frame.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/recipes/warped_trellis.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/structures/botanist_house_desert.nbt delete mode 100644 mod/beautify/src/main/resources/data/beautify/structures/botanist_house_plains.nbt delete mode 100644 mod/beautify/src/main/resources/data/beautify/structures/botanist_house_savanna.nbt delete mode 100644 mod/beautify/src/main/resources/data/beautify/structures/botanist_house_snowy.nbt delete mode 100644 mod/beautify/src/main/resources/data/beautify/structures/botanist_house_taiga.nbt delete mode 100644 mod/beautify/src/main/resources/data/beautify/tags/worldgen/biome/has_structure/botanist_house_desert_biomes.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/tags/worldgen/biome/has_structure/botanist_house_plains_biomes.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/tags/worldgen/biome/has_structure/botanist_house_savanna_biomes.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/tags/worldgen/biome/has_structure/botanist_house_snowy_biomes.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/tags/worldgen/biome/has_structure/botanist_house_taiga_biomes.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/processor_list/randomize_cobblestone.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/processor_list/randomize_orange_terracotta.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/processor_list/randomize_sandstone.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/processor_list/randomize_spruce.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/structure/botanist_house_desert.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/structure/botanist_house_plains.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/structure/botanist_house_savanna.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/structure/botanist_house_snowy.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/structure/botanist_house_taiga.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/structure_set/botanist_house_desert.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/structure_set/botanist_house_plains.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/structure_set/botanist_house_savanna.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/structure_set/botanist_house_snowy.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/structure_set/botanist_house_taiga.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/template_pool/botanist_house_desert/start_pool.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/template_pool/botanist_house_plains/start_pool.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/template_pool/botanist_house_savanna/start_pool.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/template_pool/botanist_house_snowy/start_pool.json delete mode 100644 mod/beautify/src/main/resources/data/beautify/worldgen/template_pool/botanist_house_taiga/start_pool.json delete mode 100644 mod/beautify/src/main/resources/data/minecraft/tags/blocks/climbable.json delete mode 100644 mod/beautify/src/main/resources/data/minecraft/tags/blocks/mineable/axe.json delete mode 100644 mod/beautify/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json delete mode 100644 mod/beautify/src/main/resources/data/minecraft/tags/blocks/needs_stone_tool.json delete mode 100644 mod/beautify/src/main/resources/data/minecraft/tags/point_of_interest_type/acquirable_job_site.json delete mode 100644 mod/beautify/src/main/resources/fabric.mod.json delete mode 100644 mod/beautify/src/main/resources/icon.png rename src/main/java/io/github/suel_ki/beautify/common/block/{LampCandleabra.java => LampCandelabra.java} (83%) delete mode 100644 src/main/java/io/github/suel_ki/beautify/compat/jade/provider/BookStackProvider.java rename {mod/beautify/src/main/java/com/github/suel_ki/beautify/compat/jade/provider => src/main/java/io/github/suel_ki/beautify/compat/jade/providers}/BookStackProvider.java (87%) rename src/main/java/io/github/suel_ki/beautify/compat/jade/{provider => providers}/HangingPotProvider.java (96%) rename src/main/java/io/github/suel_ki/beautify/compat/jade/{provider => providers}/LampJarProvider.java (96%) rename src/main/java/io/github/suel_ki/beautify/compat/jade/{provider => providers}/TrellisProvider.java (95%) rename src/main/java/io/github/suel_ki/beautify/mixin/{EnchantmentTableBlockMixin.java => EnchantingTableBlockMixin.java} (86%) create mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candelabra.json create mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candelabra_black.json create mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candelabra_blue.json create mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candelabra_brown.json create mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candelabra_cyan.json create mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candelabra_gray.json create mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candelabra_green.json create mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candelabra_light_blue.json create mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candelabra_light_gray.json create mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candelabra_lime.json create mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candelabra_magenta.json create mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candelabra_orange.json create mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candelabra_pink.json create mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candelabra_purple.json create mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candelabra_red.json create mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candelabra_white.json create mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candelabra_yellow.json delete mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candleabra.json delete mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candleabra_black.json delete mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candleabra_blue.json delete mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candleabra_brown.json delete mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candleabra_cyan.json delete mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candleabra_gray.json delete mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candleabra_green.json delete mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candleabra_light_blue.json delete mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candleabra_light_gray.json delete mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candleabra_lime.json delete mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candleabra_magenta.json delete mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candleabra_orange.json delete mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candleabra_pink.json delete mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candleabra_purple.json delete mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candleabra_red.json delete mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candleabra_white.json delete mode 100644 src/main/resources/assets/beautify/blockstates/lamp_candleabra_yellow.json rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra.json (100%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_black.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_black.json (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_blue.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_blue.json (71%) rename src/main/resources/assets/beautify/models/block/lamps/{candleabras/lamp_candleabra_brown.json => candelabras/lamp_candelabra_brown.json} (71%) rename src/main/resources/assets/beautify/models/block/lamps/{candleabras/lamp_candleabra_cyan.json => candelabras/lamp_candelabra_cyan.json} (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_gray.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_gray.json (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_green.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_green.json (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_light_blue.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_light_blue.json (72%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_light_gray.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_light_gray.json (72%) rename src/main/resources/assets/beautify/models/block/lamps/{candleabras/lamp_candleabra_lime.json => candelabras/lamp_candelabra_lime.json} (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_magenta.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_magenta.json (72%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off.json (70%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_black.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_black.json (71%) rename src/main/resources/assets/beautify/models/block/lamps/{candleabras/lamp_candleabra_off_blue.json => candelabras/lamp_candelabra_off_blue.json} (71%) rename src/main/resources/assets/beautify/models/block/lamps/{candleabras/lamp_candleabra_off_brown.json => candelabras/lamp_candelabra_off_brown.json} (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_cyan.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_cyan.json (71%) rename src/main/resources/assets/beautify/models/block/lamps/{candleabras/lamp_candleabra_off_gray.json => candelabras/lamp_candelabra_off_gray.json} (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_green.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_green.json (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_light_blue.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_light_blue.json (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_light_gray.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_light_gray.json (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_lime.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_lime.json (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_magenta.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_magenta.json (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_orange.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_orange.json (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_pink.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_pink.json (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_purple.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_purple.json (71%) rename src/main/resources/assets/beautify/models/block/lamps/{candleabras/lamp_candleabra_off_red.json => candelabras/lamp_candelabra_off_red.json} (70%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_white.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_white.json (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_yellow.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_yellow.json (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_orange.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_orange.json (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_pink.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_pink.json (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_purple.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_purple.json (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_red.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_red.json (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_white.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_white.json (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_yellow.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_yellow.json (71%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra.json (100%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_black.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_black.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_blue.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_blue.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_brown.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_brown.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_cyan.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_cyan.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_gray.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_gray.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_green.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_green.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_light_blue.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_light_blue.json (69%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_light_gray.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_light_gray.json (69%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_lime.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_lime.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_magenta.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_magenta.json (69%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off.json (67%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_black.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_black.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_blue.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_blue.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_brown.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_brown.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_cyan.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_cyan.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_gray.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_gray.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_green.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_green.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_light_blue.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_light_blue.json (69%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_light_gray.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_light_gray.json (69%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_lime.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_lime.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_magenta.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_magenta.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_orange.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_orange.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_pink.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_pink.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_purple.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_purple.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_red.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_red.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_white.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_white.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_yellow.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_yellow.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_orange.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_orange.json (69%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_pink.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_pink.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_purple.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_purple.json (69%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_red.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_red.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_white.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_white.json (68%) rename mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_yellow.json => src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_yellow.json (69%) delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_black.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_blue.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_gray.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_green.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_light_blue.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_light_gray.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_magenta.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_black.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_cyan.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_green.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_light_blue.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_light_gray.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_lime.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_magenta.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_orange.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_pink.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_purple.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_white.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_yellow.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_orange.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_pink.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_purple.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_red.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_white.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_yellow.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_black.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_blue.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_brown.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_cyan.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_gray.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_green.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_light_blue.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_light_gray.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_lime.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_magenta.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_black.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_blue.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_brown.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_cyan.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_gray.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_green.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_light_blue.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_light_gray.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_lime.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_magenta.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_orange.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_pink.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_purple.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_red.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_white.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_yellow.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_orange.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_pink.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_purple.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_red.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_white.json delete mode 100644 src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_yellow.json create mode 100644 src/main/resources/assets/beautify/models/item/lamp_candelabra.json create mode 100644 src/main/resources/assets/beautify/models/item/lamp_candelabra_black.json create mode 100644 src/main/resources/assets/beautify/models/item/lamp_candelabra_blue.json create mode 100644 src/main/resources/assets/beautify/models/item/lamp_candelabra_brown.json create mode 100644 src/main/resources/assets/beautify/models/item/lamp_candelabra_cyan.json create mode 100644 src/main/resources/assets/beautify/models/item/lamp_candelabra_gray.json create mode 100644 src/main/resources/assets/beautify/models/item/lamp_candelabra_green.json create mode 100644 src/main/resources/assets/beautify/models/item/lamp_candelabra_light_blue.json create mode 100644 src/main/resources/assets/beautify/models/item/lamp_candelabra_light_gray.json create mode 100644 src/main/resources/assets/beautify/models/item/lamp_candelabra_lime.json create mode 100644 src/main/resources/assets/beautify/models/item/lamp_candelabra_magenta.json create mode 100644 src/main/resources/assets/beautify/models/item/lamp_candelabra_orange.json create mode 100644 src/main/resources/assets/beautify/models/item/lamp_candelabra_pink.json create mode 100644 src/main/resources/assets/beautify/models/item/lamp_candelabra_purple.json create mode 100644 src/main/resources/assets/beautify/models/item/lamp_candelabra_red.json create mode 100644 src/main/resources/assets/beautify/models/item/lamp_candelabra_white.json create mode 100644 src/main/resources/assets/beautify/models/item/lamp_candelabra_yellow.json delete mode 100644 src/main/resources/assets/beautify/models/item/lamp_candleabra.json delete mode 100644 src/main/resources/assets/beautify/models/item/lamp_candleabra_black.json delete mode 100644 src/main/resources/assets/beautify/models/item/lamp_candleabra_blue.json delete mode 100644 src/main/resources/assets/beautify/models/item/lamp_candleabra_brown.json delete mode 100644 src/main/resources/assets/beautify/models/item/lamp_candleabra_cyan.json delete mode 100644 src/main/resources/assets/beautify/models/item/lamp_candleabra_gray.json delete mode 100644 src/main/resources/assets/beautify/models/item/lamp_candleabra_green.json delete mode 100644 src/main/resources/assets/beautify/models/item/lamp_candleabra_light_blue.json delete mode 100644 src/main/resources/assets/beautify/models/item/lamp_candleabra_light_gray.json delete mode 100644 src/main/resources/assets/beautify/models/item/lamp_candleabra_lime.json delete mode 100644 src/main/resources/assets/beautify/models/item/lamp_candleabra_magenta.json delete mode 100644 src/main/resources/assets/beautify/models/item/lamp_candleabra_orange.json delete mode 100644 src/main/resources/assets/beautify/models/item/lamp_candleabra_pink.json delete mode 100644 src/main/resources/assets/beautify/models/item/lamp_candleabra_purple.json delete mode 100644 src/main/resources/assets/beautify/models/item/lamp_candleabra_red.json delete mode 100644 src/main/resources/assets/beautify/models/item/lamp_candleabra_white.json delete mode 100644 src/main/resources/assets/beautify/models/item/lamp_candleabra_yellow.json delete mode 100644 src/main/resources/assets/beautify/textures/block/desktop.ini create mode 100644 src/main/resources/data/beautify/advancements/candelabras.json delete mode 100644 src/main/resources/data/beautify/advancements/candleabras.json rename mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/bookstack.json => src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra.json (74%) create mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_black.json rename mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_picture_frame.json => src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_blue.json (72%) create mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_brown.json rename mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_blinds.json => src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_cyan.json (72%) rename mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_picture_frame.json => src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_gray.json (72%) create mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_green.json create mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_light_blue.json create mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_light_gray.json create mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_lime.json create mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_magenta.json create mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_orange.json create mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_pink.json create mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_purple.json rename mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_blinds.json => src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_red.json (73%) create mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_white.json create mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_yellow.json delete mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra.json delete mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_black.json delete mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_blue.json delete mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_brown.json delete mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_cyan.json delete mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_gray.json delete mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_green.json delete mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_light_blue.json delete mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_light_gray.json delete mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_lime.json delete mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_magenta.json delete mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_orange.json delete mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_pink.json delete mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_purple.json delete mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_red.json delete mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_white.json delete mode 100644 src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_yellow.json rename src/main/resources/data/beautify/recipes/{candleabra.json => candelabra.json} (78%) rename mod/beautify/src/main/resources/data/beautify/recipes/candleabra_black.json => src/main/resources/data/beautify/recipes/candelabra_black.json (77%) rename src/main/resources/data/beautify/recipes/{candleabra_blue.json => candelabra_blue.json} (77%) rename src/main/resources/data/beautify/recipes/{candleabra_brown.json => candelabra_brown.json} (77%) rename mod/beautify/src/main/resources/data/beautify/recipes/candleabra_cyan.json => src/main/resources/data/beautify/recipes/candelabra_cyan.json (77%) rename src/main/resources/data/beautify/recipes/{candleabra_gray.json => candelabra_gray.json} (77%) rename mod/beautify/src/main/resources/data/beautify/recipes/candleabra_green.json => src/main/resources/data/beautify/recipes/candelabra_green.json (77%) rename mod/beautify/src/main/resources/data/beautify/recipes/candleabra_light_blue.json => src/main/resources/data/beautify/recipes/candelabra_light_blue.json (76%) rename mod/beautify/src/main/resources/data/beautify/recipes/candleabra_light_gray.json => src/main/resources/data/beautify/recipes/candelabra_light_gray.json (76%) rename mod/beautify/src/main/resources/data/beautify/recipes/candleabra_lime.json => src/main/resources/data/beautify/recipes/candelabra_lime.json (77%) rename mod/beautify/src/main/resources/data/beautify/recipes/candleabra_magenta.json => src/main/resources/data/beautify/recipes/candelabra_magenta.json (76%) rename mod/beautify/src/main/resources/data/beautify/recipes/candleabra_orange.json => src/main/resources/data/beautify/recipes/candelabra_orange.json (76%) rename mod/beautify/src/main/resources/data/beautify/recipes/candleabra_pink.json => src/main/resources/data/beautify/recipes/candelabra_pink.json (77%) rename mod/beautify/src/main/resources/data/beautify/recipes/candleabra_purple.json => src/main/resources/data/beautify/recipes/candelabra_purple.json (76%) rename mod/beautify/src/main/resources/data/beautify/recipes/candleabra_red.json => src/main/resources/data/beautify/recipes/candelabra_red.json (77%) rename mod/beautify/src/main/resources/data/beautify/recipes/candleabra_white.json => src/main/resources/data/beautify/recipes/candelabra_white.json (77%) rename mod/beautify/src/main/resources/data/beautify/recipes/candleabra_yellow.json => src/main/resources/data/beautify/recipes/candelabra_yellow.json (76%) delete mode 100644 src/main/resources/data/beautify/recipes/candleabra_black.json delete mode 100644 src/main/resources/data/beautify/recipes/candleabra_cyan.json delete mode 100644 src/main/resources/data/beautify/recipes/candleabra_green.json delete mode 100644 src/main/resources/data/beautify/recipes/candleabra_light_blue.json delete mode 100644 src/main/resources/data/beautify/recipes/candleabra_light_gray.json delete mode 100644 src/main/resources/data/beautify/recipes/candleabra_lime.json delete mode 100644 src/main/resources/data/beautify/recipes/candleabra_magenta.json delete mode 100644 src/main/resources/data/beautify/recipes/candleabra_orange.json delete mode 100644 src/main/resources/data/beautify/recipes/candleabra_pink.json delete mode 100644 src/main/resources/data/beautify/recipes/candleabra_purple.json delete mode 100644 src/main/resources/data/beautify/recipes/candleabra_red.json delete mode 100644 src/main/resources/data/beautify/recipes/candleabra_white.json delete mode 100644 src/main/resources/data/beautify/recipes/candleabra_yellow.json delete mode 100644 src/main/resources/data/beautify/tags/worldgen/biome/has_structure/botanist_house_desert_biomes.json delete mode 100644 src/main/resources/data/beautify/tags/worldgen/biome/has_structure/botanist_house_plains_biomes.json delete mode 100644 src/main/resources/data/beautify/tags/worldgen/biome/has_structure/botanist_house_savanna_biomes.json delete mode 100644 src/main/resources/data/beautify/tags/worldgen/biome/has_structure/botanist_house_snowy_biomes.json delete mode 100644 src/main/resources/data/beautify/tags/worldgen/biome/has_structure/botanist_house_taiga_biomes.json delete mode 100644 src/main/resources/data/beautify/worldgen/processor_list/randomize_cobblestone.json delete mode 100644 src/main/resources/data/beautify/worldgen/processor_list/randomize_orange_terracotta.json delete mode 100644 src/main/resources/data/beautify/worldgen/processor_list/randomize_sandstone.json delete mode 100644 src/main/resources/data/beautify/worldgen/processor_list/randomize_spruce.json delete mode 100644 src/main/resources/data/beautify/worldgen/structure/botanist_house_desert.json delete mode 100644 src/main/resources/data/beautify/worldgen/structure/botanist_house_plains.json delete mode 100644 src/main/resources/data/beautify/worldgen/structure/botanist_house_savanna.json delete mode 100644 src/main/resources/data/beautify/worldgen/structure/botanist_house_snowy.json delete mode 100644 src/main/resources/data/beautify/worldgen/structure/botanist_house_taiga.json delete mode 100644 src/main/resources/data/beautify/worldgen/structure_set/botanist_house_desert.json delete mode 100644 src/main/resources/data/beautify/worldgen/structure_set/botanist_house_plains.json delete mode 100644 src/main/resources/data/beautify/worldgen/structure_set/botanist_house_savanna.json delete mode 100644 src/main/resources/data/beautify/worldgen/structure_set/botanist_house_snowy.json delete mode 100644 src/main/resources/data/beautify/worldgen/structure_set/botanist_house_taiga.json delete mode 100644 src/main/resources/data/beautify/worldgen/template_pool/botanist_house_desert/start_pool.json delete mode 100644 src/main/resources/data/beautify/worldgen/template_pool/botanist_house_plains/start_pool.json delete mode 100644 src/main/resources/data/beautify/worldgen/template_pool/botanist_house_savanna/start_pool.json delete mode 100644 src/main/resources/data/beautify/worldgen/template_pool/botanist_house_snowy/start_pool.json delete mode 100644 src/main/resources/data/beautify/worldgen/template_pool/botanist_house_taiga/start_pool.json diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 37aef8d3..509c4a29 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.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/mod/beautify/build.gradle b/mod/beautify/build.gradle deleted file mode 100644 index f9f9fa84..00000000 --- a/mod/beautify/build.gradle +++ /dev/null @@ -1,116 +0,0 @@ -plugins { - id 'fabric-loom' version '1.2-SNAPSHOT' - id 'maven-publish' -} - -version = project.mod_version -group = project.maven_group - -loom { - accessWidenerPath = file("src/main/resources/beautify.accesswidener") -} - -base { - archivesName = project.archives_base_name -} - -repositories { - maven { - name = "Shedaniel Maven" - url "https://maven.shedaniel.me/" - } - maven { - name = 'TerraformersMC Maven' - url = 'https://maven.terraformersmc.com/releases' - } - maven { - name = 'isXander Maven' - url = "https://maven.isxander.dev/releases" - } - maven { - name = "Curse Maven" - url "https://www.cursemaven.com" - content { - includeGroup "curse.maven" - } - } -} - -loom { - //splitEnvironmentSourceSets() - - mods { - "beautify" { - sourceSet sourceSets.main - //sourceSet sourceSets.client - } - } - -} - -dependencies { - minecraft "com.mojang:minecraft:${minecraft_version}" - mappings loom.layered() { - officialMojangMappings() - } - //mappings "net.fabricmc:yarn:${yarn_mappings}:v2" - modImplementation "net.fabricmc:fabric-loader:${loader_version}" - - modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_version}" - - modImplementation "curse.maven:jade-324717:${jade_id}" - - modApi("me.shedaniel.cloth:cloth-config-fabric:${cloth_config_version}") { - exclude(group: "net.fabricmc.fabric-api") - } - - modImplementation("com.terraformersmc:modmenu:${modmenu_version}") { - exclude(group: "net.fabricmc.fabric-api") - } - -} - -processResources { - inputs.property "version", project.version - - filesMatching("fabric.mod.json") { - expand "version": project.version - } -} - -tasks.withType(JavaCompile).configureEach { - it.options.release = 17 -} - -java { - // Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task - // if it is present. - // If you remove this line, sources will not be generated. - withSourcesJar() - - sourceCompatibility = JavaVersion.VERSION_17 - targetCompatibility = JavaVersion.VERSION_17 -} - -jar { - from("LICENSE") { - rename { "${it}_${project.archivesBaseName}"} - } -} - -// configure the maven publication -publishing { - publications { - mavenJava(MavenPublication) { - from components.java - } - } - - // See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing. - repositories { - // Add repositories to publish to here. - // Notice: This block does NOT have the same function as the block in the top level. - // The repositories here will be used for publishing your artifact, not for - // retrieving dependencies. - } -} \ No newline at end of file diff --git a/mod/beautify/gradle.properties b/mod/beautify/gradle.properties deleted file mode 100644 index 7724ab2a..00000000 --- a/mod/beautify/gradle.properties +++ /dev/null @@ -1,21 +0,0 @@ -# Done to increase the memory available to gradle. -org.gradle.jvmargs=-Xmx3G -org.gradle.parallel=true - -# Fabric Properties -# check these on https://fabricmc.net/develop -minecraft_version=1.20.1 -yarn_mappings=1.20.1+build.5 -loader_version=0.14.21 - -# Mod Properties -mod_version=1.0.0+1.20 -maven_group=com.github.suel_ki.beautify -archives_base_name=beautify - -# Dependencies -fabric_version=0.83.0+1.20.1 -mixinextras_version=0.1.1 -cloth_config_version=11.0.99 -jade_id=4595080 -modmenu_version=7.0.1 \ No newline at end of file diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/Beautify.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/Beautify.java deleted file mode 100644 index 51760aca..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/Beautify.java +++ /dev/null @@ -1,154 +0,0 @@ -package com.github.suel_ki.beautify; - -import com.github.suel_ki.beautify.core.init.BlockInit; -import com.github.suel_ki.beautify.core.init.ItemInit; -import com.github.suel_ki.beautify.core.init.TradesInit; -import com.github.suel_ki.beautify.util.BeautifyConfig; -import com.mojang.datafixers.util.Pair; -import me.shedaniel.autoconfig.AutoConfig; -import me.shedaniel.autoconfig.serializer.GsonConfigSerializer; -import net.fabricmc.api.ModInitializer; -import net.fabricmc.fabric.api.event.lifecycle.v1.ServerLifecycleEvents; -import net.fabricmc.fabric.api.itemgroup.v1.FabricItemGroup; -import net.minecraft.core.Holder; -import net.minecraft.core.Registry; -import net.minecraft.core.registries.BuiltInRegistries; -import net.minecraft.core.registries.Registries; -import net.minecraft.network.chat.Component; -import net.minecraft.resources.ResourceKey; -import net.minecraft.resources.ResourceLocation; -import net.minecraft.server.MinecraftServer; -import net.minecraft.world.item.CreativeModeTab; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement; -import net.minecraft.world.level.levelgen.structure.pools.StructurePoolElement; -import net.minecraft.world.level.levelgen.structure.pools.StructureTemplatePool; -import net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessorList; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - -import java.util.ArrayList; -import java.util.List; - -public class Beautify implements ModInitializer { - - public static BeautifyConfig CONFIG; - - public static final String MODID = "beautify"; - - public static final Logger LOGGER = LoggerFactory.getLogger(MODID); - - // TAB - public static final CreativeModeTab BEAUTIFY_TAB = FabricItemGroup.builder() - .title(Component.translatable("itemGroup.beautify.group")) - .icon(ItemInit.HANGING_POT_ITEM::getDefaultInstance) - .displayItems((enabledFeatures, entries) -> entries.acceptAll(ItemInit.ITEMS.keySet().stream().map(ItemStack::new).toList())) // adds items to itemgroup - .build(); - - @Override - public void onInitialize() { - - AutoConfig.register(BeautifyConfig.class, GsonConfigSerializer::new); - CONFIG = AutoConfig.getConfigHolder(BeautifyConfig.class).getConfig(); - // Fuel - ItemInit.registerFuel(); - // Trades - TradesInit.addCustomTrades(); - // Flammable - BlockInit.registerFlammableBlock(); - // Add new buildings to villages - ServerLifecycleEvents.SERVER_STARTED.register(this::addNewVillageBuilding); - Registry.register(BuiltInRegistries.CREATIVE_MODE_TAB, Beautify.id("group"), BEAUTIFY_TAB); - } - - public static ResourceLocation id(String name) { - return new ResourceLocation(MODID, name); - } - - private static final ResourceKey EMPTY_PROCESSOR_LIST_KEY = ResourceKey - .create(Registries.PROCESSOR_LIST, new ResourceLocation("minecraft", "empty")); - - - - /** - * Adds the building to the targeted pool. We will call this in - * addNewVillageBuilding method further down to add to every village. - * Note: This is an additive operation which means multiple mods can do this and - * they stack with each other safely. - */ - private static void addBuildingToPool(Registry templatePoolRegistry, - Registry processorListRegistry, ResourceLocation poolRL, String nbtPieceRL, - int weight) { - - // Grabs the processor list we want to use along with our piece. - // This is a requirement as using the ProcessorLists.EMPTY field will cause the - // game to throw errors. - // The reason why is the empty processor list in the world's registry is not the - // same instance as in that field once the world is started up. - Holder emptyProcessorList = processorListRegistry - .getHolderOrThrow(EMPTY_PROCESSOR_LIST_KEY); - - // Grab the pool we want to add to - StructureTemplatePool pool = templatePoolRegistry.get(poolRL); - if (pool == null) { - return; - } - - // Grabs the nbt piece and creates a SinglePoolElement of it that we can add to - // a structure's pool. - // Use .legacy( for villages/outposts and .single( for everything else - SinglePoolElement piece = SinglePoolElement.legacy(nbtPieceRL, emptyProcessorList) - .apply(StructureTemplatePool.Projection.RIGID); - - // Use Accesswidener or Accessor Mixin to make StructureTemplatePool's - // templates field public for us to see. - // Weight is handled by how many times the entry appears in this list. - // We do not need to worry about immutability as this field is created using - // Lists.newArrayList(); which makes a mutable list. - for (int i = 0; i < weight; i++) { - pool.templates.add(piece); - } - - // Use AccessTransformer or Accessor Mixin to make StructureTemplatePool's - // rawTemplates field public for us to see. - // This list of pairs of pieces and weights is not used by vanilla by default - // but another mod may need it for efficiency. - // So lets add to this list for completeness. We need to make a copy of the - // array as it can be an immutable list. - List> listOfPieceEntries = new ArrayList<>(pool.rawTemplates); - listOfPieceEntries.add(new Pair<>(piece, weight)); - pool.rawTemplates = listOfPieceEntries; - } - - /** - * We use ServerLifecycleEvents.SERVER_STARTED as the dynamic registry exists now and all - * JSON worldgen files were parsed. Mod compat is best done here. - */ - public void addNewVillageBuilding(MinecraftServer server) { - Registry templatePoolRegistry = server.registryAccess() - .registry(Registries.TEMPLATE_POOL).orElseThrow(); - Registry processorListRegistry = server.registryAccess() - .registry(Registries.PROCESSOR_LIST).orElseThrow(); - - int weight = CONFIG.houses.botanistSpawnWeight; - - // Adds our piece to all village houses pool - // Note, the resourcelocation is getting the pool files from the data folder. - // Not assets folder. - addBuildingToPool(templatePoolRegistry, processorListRegistry, - new ResourceLocation("minecraft:village/plains/streets"), "beautify:botanist_house_plains", weight); - - addBuildingToPool(templatePoolRegistry, processorListRegistry, - new ResourceLocation("minecraft:village/snowy/streets"), "beautify:botanist_house_snowy", weight); - - addBuildingToPool(templatePoolRegistry, processorListRegistry, - new ResourceLocation("minecraft:village/savanna/streets"), "beautify:botanist_house_savanna", weight); - - addBuildingToPool(templatePoolRegistry, processorListRegistry, - new ResourceLocation("minecraft:village/taiga/streets"), "beautify:botanist_house_taiga", weight); - - addBuildingToPool(templatePoolRegistry, processorListRegistry, - new ResourceLocation("minecraft:village/desert/streets"), "beautify:botanist_house_desert", weight); - } - -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/client/BeautifyClient.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/client/BeautifyClient.java deleted file mode 100644 index 05c238bc..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/client/BeautifyClient.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.github.suel_ki.beautify.client; - -import com.github.suel_ki.beautify.client.block.ClientBlockInit; -import com.github.suel_ki.beautify.particle.ParticleInit; -import net.fabricmc.api.ClientModInitializer; -import net.fabricmc.api.EnvType; -import net.fabricmc.api.Environment; - -@Environment(EnvType.CLIENT) -public class BeautifyClient implements ClientModInitializer { - - @Override - public void onInitializeClient() { - ParticleInit.registerParticle(); - ClientBlockInit.registerBlockRenderLayer(); - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/client/block/ClientBlockInit.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/client/block/ClientBlockInit.java deleted file mode 100644 index 25b9fd66..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/client/block/ClientBlockInit.java +++ /dev/null @@ -1,60 +0,0 @@ -package com.github.suel_ki.beautify.client.block; - -import com.github.suel_ki.beautify.core.init.BlockInit; -import net.fabricmc.fabric.api.blockrenderlayer.v1.BlockRenderLayerMap; -import net.minecraft.client.renderer.RenderType; - -public class ClientBlockInit { - - public static void registerBlockRenderLayer() { - BlockRenderLayerMap.INSTANCE.putBlocks(RenderType.cutout(), - // BLOCKS - BlockInit.BOOKSTACK, - BlockInit.HANGING_POT, - BlockInit.ROPE, - BlockInit.BOTANIST_WORKBENCH, - - // LAMPS - BlockInit.LAMP_JAR, - BlockInit.LAMP_BAMBOO, - BlockInit.LAMP_LIGHT_BULB, - - // TRELLIS - BlockInit.OAK_TRELLIS, - BlockInit.SPRUCE_TRELLIS, - BlockInit.BIRCH_TRELLIS, - BlockInit.JUNGLE_TRELLIS, - BlockInit.ACACIA_BLINDS, - BlockInit.DARK_OAK_TRELLIS, - BlockInit.MANGROVE_TRELLIS, - BlockInit.CRIMSON_TRELLIS, - BlockInit.CHERRY_TRELLIS, - BlockInit.WARPED_TRELLIS, - - // BLINDS - BlockInit.SPRUCE_BLINDS, - BlockInit.DARK_OAK_BLINDS, - BlockInit.CRIMSON_BLINDS, - BlockInit.CHERRY_BLINDS, - BlockInit.ACACIA_BLINDS, - BlockInit.JUNGLE_BLINDS, - BlockInit.OAK_BLINDS, - BlockInit.BIRCH_BLINDS, - BlockInit.WARPED_BLINDS, - BlockInit.MANGROVE_BLINDS, - BlockInit.IRON_BLINDS, - - // FRAMES - BlockInit.SPRUCE_PICTURE_FRAME, - BlockInit.DARK_OAK_PICTURE_FRAME, - BlockInit.CRIMSON_PICTURE_FRAME, - BlockInit.CHERRY_PICTURE_FRAME, - BlockInit.ACACIA_PICTURE_FRAME, - BlockInit.JUNGLE_PICTURE_FRAME, - BlockInit.OAK_PICTURE_FRAME, - BlockInit.BIRCH_PICTURE_FRAME, - BlockInit.WARPED_PICTURE_FRAME, - BlockInit.MANGROVE_PICTURE_FRAME, - BlockInit.QUARTZ_PICTURE_FRAME); - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/Blinds.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/Blinds.java deleted file mode 100644 index 8fe7005c..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/Blinds.java +++ /dev/null @@ -1,299 +0,0 @@ -package com.github.suel_ki.beautify.common.block; - -import java.util.List; - -import com.github.suel_ki.beautify.Beautify; -import com.github.suel_ki.beautify.core.init.SoundInit; -import net.minecraft.ChatFormatting; -import net.minecraft.client.gui.screens.Screen; -import net.minecraft.core.BlockPos; -import net.minecraft.core.Direction; -import net.minecraft.network.chat.Component; -import net.minecraft.sounds.SoundSource; -import net.minecraft.world.InteractionHand; -import net.minecraft.world.InteractionResult; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.TooltipFlag; -import net.minecraft.world.item.context.BlockPlaceContext; -import net.minecraft.world.level.BlockGetter; -import net.minecraft.world.level.Explosion; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.LevelAccessor; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.HorizontalDirectionalBlock; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.block.state.StateDefinition; -import net.minecraft.world.level.block.state.properties.BooleanProperty; -import net.minecraft.world.phys.BlockHitResult; -import net.minecraft.world.phys.shapes.CollisionContext; -import net.minecraft.world.phys.shapes.Shapes; -import net.minecraft.world.phys.shapes.VoxelShape; - -public class Blinds extends HorizontalDirectionalBlock { - // Voxelshapes; Hidden = Blind not visible - private static final VoxelShape OPEN_NORTH = Block.box(0, 13, 13, 16, 16, 16); - private static final VoxelShape OPEN_SOUTH = Block.box(0, 13, 0, 16, 16, 3); - private static final VoxelShape OPEN_WEST = Block.box(13, 13, 0, 16, 16, 16); - private static final VoxelShape OPEN_EAST = Block.box(0, 13, 0, 3, 16, 16); - private static final VoxelShape CLOSED_SOUTH = Block.box(0, 0, 0, 16, 16, 2); - private static final VoxelShape CLOSED_NORTH = Block.box(0, 0, 13, 16, 16, 16); - private static final VoxelShape CLOSED_EAST = Block.box(0, 0, 0, 3, 16, 16); - private static final VoxelShape CLOSED_WEST = Block.box(13, 0, 0, 16, 16, 16); - private static final VoxelShape SHAPE_HIDDEN = Block.box(0, 0, 0, 0, 0, 0); - // Open = true if blinds are down; Hidden = true if blinds are closed and there - // is a blind above - public static final BooleanProperty OPEN = BooleanProperty.create("open"); - public static final BooleanProperty HIDDEN = BooleanProperty.create("hidden"); - - // constructor - public Blinds(Properties properties) { - super(properties); - this.registerDefaultState(this.defaultBlockState().setValue(OPEN, false).setValue(FACING, Direction.NORTH) - .setValue(HIDDEN, false)); - } - - @Override - public boolean isCollisionShapeFullBlock(BlockState state, BlockGetter level, BlockPos pos) { - return false; - } - - @Override - public VoxelShape getBlockSupportShape(BlockState state, BlockGetter level, BlockPos pos) { - return Shapes.empty(); - } - - @Override - public boolean propagatesSkylightDown(BlockState state, BlockGetter level, BlockPos pos) { - return true; - } - - // check for facing placement, hidden is false per default - @Override - public BlockState getStateForPlacement(BlockPlaceContext context) { - return this.defaultBlockState().setValue(FACING, context.getHorizontalDirection().getOpposite()) - .setValue(OPEN, false).setValue(HIDDEN, false); - } - - // creating blockstates - @Override - protected void createBlockStateDefinition(StateDefinition.Builder builder) { - super.createBlockStateDefinition(builder); - builder.add(OPEN, FACING, HIDDEN); - } - - // INTERACTION - // changes blockstates: - // OPEN: open <-> closed - // HIDDEN: false <-> true if below root - @Override - public InteractionResult use(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, - BlockHitResult result) { - if (!level.isClientSide() && hand == InteractionHand.MAIN_HAND && player.getItemInHand(hand).isEmpty()) { - // stores last value of blind - final boolean currentlyOpen = state.getValue(OPEN); - - // if the blinds open from the root - // search for the position of the topmost blind and set the pos - if (Beautify.CONFIG.blinds.opensFromRoot) { - int step = 1; - while (sameBlindType(level, pos.above(step), state)) { - ++step; - } - pos = pos.above(step - 1); - } - - { - // changes clicked blind: open <-> closed - level.setBlock(pos, state.setValue(OPEN, !currentlyOpen), 3); - - // CODE BELOW IS DISABLED IF SEARCHRADIUS = 0 - // checks for blinds below clicked blind: open <-> closed, hidden=true - if (Beautify.CONFIG.blinds.searchRadius > 0) { - for (int offsetDown = 1; offsetDown <= Beautify.CONFIG.blinds.searchRadius; ++offsetDown) { - if (sameBlindType(level, pos.below(offsetDown), state)) { - switchOpenUpdateHidden(level, pos.below(offsetDown), state, false); - } else { - break; - } - } - } - - if (Beautify.CONFIG.blinds.searchRadius > 0) { - // FOR BLINDS ON NORTH-SOUTH AXIS - if (state.getValue(FACING) == Direction.NORTH || state.getValue(FACING) == Direction.SOUTH) { - - // checks blinds east of clicked blind - for (int offsetEast = 1; offsetEast <= Beautify.CONFIG.blinds.searchRadius / 2; ++offsetEast) { - if (sameBlindType(level, pos.east(offsetEast), state)) { - // changes east blinds: open <-> closed - level.setBlock(pos.east(offsetEast), state.setValue(OPEN, !currentlyOpen), 3); - // checks for blinds below east blinds: open <-> closed, hidden=true - for (int offsetDown = 1; offsetDown <= Beautify.CONFIG.blinds.searchRadius; ++offsetDown) { - if (sameBlindType(level, pos.below(offsetDown).east(offsetEast), state)) { - switchOpenUpdateHidden(level, pos.below(offsetDown).east(offsetEast), state, - false); - } else { - break; - } - } - } else { - break; - } - } - - // checks blinds west of clicked blind - for (int offsetWest = 1; offsetWest <= Beautify.CONFIG.blinds.searchRadius / 2; ++offsetWest) { - if (sameBlindType(level, pos.west(offsetWest), state)) { - // changes west blinds: open <-> closed - level.setBlock(pos.west(offsetWest), state.setValue(OPEN, !currentlyOpen), 3); - // checks for blinds below west blinds: open <-> closed, hidden=true - for (int offsetDown = 1; offsetDown <= Beautify.CONFIG.blinds.searchRadius; ++offsetDown) { - if (sameBlindType(level, pos.below(offsetDown).west(offsetWest), state)) { - switchOpenUpdateHidden(level, pos.below(offsetDown).west(offsetWest), state, - false); - } else { - break; - } - } - } else { - break; - } - } - } - - // FOR BLINDS ON EAST-WEST AXIS - if (state.getValue(FACING) == Direction.EAST || state.getValue(FACING) == Direction.WEST) { - - // checks blinds north of clicked blind - for (int offsetNorth = 1; offsetNorth <= Beautify.CONFIG.blinds.searchRadius / 2; ++offsetNorth) { - if (sameBlindType(level, pos.north(offsetNorth), state)) { - // changes north blinds: open <-> closed - level.setBlock(pos.north(offsetNorth), state.setValue(OPEN, !currentlyOpen), 3); - // checks for blinds below north blinds: open <-> closed, hidden=true - for (int offsetDown = 1; offsetDown <= Beautify.CONFIG.blinds.searchRadius; ++offsetDown) { - if (sameBlindType(level, pos.below(offsetDown).north(offsetNorth), state)) { - switchOpenUpdateHidden(level, pos.below(offsetDown).north(offsetNorth), - state, false); - } else { - break; - } - } - } else { - break; - } - } - - // checks blinds south of clicked blind - for (int offsetSouth = 1; offsetSouth <= Beautify.CONFIG.blinds.searchRadius / 2; ++offsetSouth) { - if (sameBlindType(level, pos.south(offsetSouth), state)) { - // changes south blinds: open <-> closed - level.setBlock(pos.south(offsetSouth), state.setValue(OPEN, !currentlyOpen), 3); - // checks for blinds below south blinds: open <-> closed, hidden=true - for (int offsetDown = 1; offsetDown <= Beautify.CONFIG.blinds.searchRadius; ++offsetDown) { - if (sameBlindType(level, pos.below(offsetDown).south(offsetSouth), state)) { - switchOpenUpdateHidden(level, pos.below(offsetDown).south(offsetSouth), - state, false); - } else { - break; - } - } - } else { - break; - } - } - } - level.playSound(null, pos, - currentlyOpen ? SoundInit.BLINDS_CLOSE : SoundInit.BLINDS_OPEN, - SoundSource.BLOCKS, 1, 1); - return InteractionResult.SUCCESS; - } - } - } - return InteractionResult.SUCCESS; - } - - // returns: true/false if - // block in level at pos is the same kind of blind - // and facing is the same as state - private boolean sameBlindType(LevelAccessor level, BlockPos pos, BlockState state) { - return level.getBlockState(pos).getBlock() == this.asBlock() - && level.getBlockState(pos).getValue(FACING) == state.getValue(FACING); - } - - // method for changing the blockstates of blinds - // if updateOnly is true, only HIDDEN is changed - // if updateOnly is false, the blind will also open or close - - private void switchOpenUpdateHidden(LevelAccessor level, BlockPos pos, BlockState state, boolean updateOnly) { - if (updateOnly) { - level.setBlock(pos, state.setValue(HIDDEN, false), 3); - return; - } - - if (!state.getValue(OPEN)) { - level.setBlock(pos, state.setValue(OPEN, true).setValue(HIDDEN, false), 3); - } else { - level.setBlock(pos, state.setValue(OPEN, false).setValue(HIDDEN, true), 3); - } - } - - // method to prevent hidden blinds from being unaccessible - // after root block is destroyed. - // updates blind below the destroyed block. - @Override - public void destroy(LevelAccessor level, BlockPos pos, BlockState state) { - if (sameBlindType(level, pos.below(), state)) { - switchOpenUpdateHidden(level, pos.below(), state, true); - } - } - - @Override - public void wasExploded(Level level, BlockPos pos, Explosion explosion) { - BlockState state = level.getBlockState(pos); - if (sameBlindType(level, pos.below(), state)) { - switchOpenUpdateHidden(level, pos.below(), state, true); - } - super.wasExploded(level, pos, explosion); - } - // hidden = invisible model - // OPEN_X = models of blinds that are down - // CLOSED_X= models of blinds that are up - @Override - public VoxelShape getShape(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) { - if (state.getValue(HIDDEN)) { - return SHAPE_HIDDEN; - } - - if (!state.getValue(OPEN)) { - return switch (state.getValue(FACING)) { - case NORTH -> OPEN_NORTH; - case SOUTH -> OPEN_SOUTH; - case WEST -> OPEN_WEST; - case EAST -> OPEN_EAST; - default -> OPEN_NORTH; - }; - } - - return switch (state.getValue(FACING)) { - case NORTH -> CLOSED_NORTH; - case SOUTH -> CLOSED_SOUTH; - case WEST -> CLOSED_WEST; - case EAST -> CLOSED_EAST; - default -> CLOSED_NORTH; - }; - } - - @Override - public void appendHoverText(ItemStack stack, BlockGetter level, List component, TooltipFlag flag) { - if (!Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); - } - - if (Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.blinds.1").withStyle(ChatFormatting.GRAY)); - component.add(Component.translatable("tooltip.beautify.blinds.2").withStyle(ChatFormatting.GRAY)); - } - super.appendHoverText(stack, level, component, flag); - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/BookStack.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/BookStack.java deleted file mode 100644 index 2c796f56..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/BookStack.java +++ /dev/null @@ -1,147 +0,0 @@ -package com.github.suel_ki.beautify.common.block; - -import java.util.List; -import java.util.Random; - -import com.github.suel_ki.beautify.core.init.SoundInit; -import net.minecraft.ChatFormatting; -import net.minecraft.client.gui.screens.Screen; -import net.minecraft.core.BlockPos; -import net.minecraft.core.Direction; -import net.minecraft.network.chat.Component; -import net.minecraft.server.level.ServerLevel; -import net.minecraft.sounds.SoundSource; -import net.minecraft.util.RandomSource; -import net.minecraft.world.InteractionHand; -import net.minecraft.world.InteractionResult; -import net.minecraft.world.entity.Entity; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.TooltipFlag; -import net.minecraft.world.item.context.BlockPlaceContext; -import net.minecraft.world.level.BlockGetter; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.LevelAccessor; -import net.minecraft.world.level.LevelReader; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.HorizontalDirectionalBlock; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.block.state.StateDefinition; -import net.minecraft.world.level.block.state.properties.IntegerProperty; -import net.minecraft.world.phys.BlockHitResult; -import net.minecraft.world.phys.shapes.CollisionContext; -import net.minecraft.world.phys.shapes.VoxelShape; - -public class BookStack extends HorizontalDirectionalBlock { - private static final int modelcount = 7; // number of models the bookstack has - public static final IntegerProperty BOOKSTACK_MODEL = IntegerProperty.create("bookstack_model", 0, modelcount - 1); - // Different Voxelshapes for models of BOOKSTACK_MODEL - private static final VoxelShape SHAPE0 = Block.box(1, 0, 1, 15, 4, 15); - private static final VoxelShape SHAPE1 = Block.box(1, 0, 1, 15, 4, 15); - private static final VoxelShape SHAPE2 = Block.box(0, 0, 0, 16, 1.5, 16); - private static final VoxelShape SHAPE3 = Block.box(0, 0, 0, 16, 9.5, 16); - private static final VoxelShape SHAPE4 = Block.box(1, 0, 1, 15, 5, 15); - private static final VoxelShape SHAPE5 = Block.box(0.5, 0, 0.5, 15.5, 7.25, 15.5); - private static final VoxelShape SHAPE6 = Block.box(1, 0, 1, 15, 12, 15); - - public BookStack(Properties properties) { - super(properties); - this.registerDefaultState( - this.defaultBlockState().setValue(BOOKSTACK_MODEL, 0).setValue(FACING, Direction.NORTH)); - } - - @Override - public VoxelShape getShape(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) { - return switch (state.getValue(BOOKSTACK_MODEL)) { - case 0 -> SHAPE0; - case 1 -> SHAPE1; - case 2 -> SHAPE2; - case 3 -> SHAPE3; - case 4 -> SHAPE4; - case 5 -> SHAPE5; - case 6 -> SHAPE6; - default -> SHAPE0; - }; - } - - @SuppressWarnings("deprecation") - @Override - public BlockState updateShape(BlockState state, Direction direction, BlockState neighborState, LevelAccessor level, - BlockPos currentPos, BlockPos neighborPos) { - if (!state.canSurvive(level, currentPos)) { - level.scheduleTick(currentPos, this, 1); - } - return super.updateShape(state, direction, neighborState, level, currentPos, neighborPos); - } - - @Override - public boolean canSurvive(BlockState state, LevelReader level, BlockPos pos) { - return canSupportRigidBlock(level, pos.below()); - } - - - @Override - public void tick(BlockState state, ServerLevel level, BlockPos pos, RandomSource rand) { - if (!state.canSurvive(level, pos)) { - level.destroyBlock(pos, true); - } - } - - // changing the model of the bookstack by shift-rightclicking - @Override - public InteractionResult use(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, - BlockHitResult result) { - if (!level.isClientSide() && hand == InteractionHand.MAIN_HAND && player.getItemInHand(hand).isEmpty() - && player.isShiftKeyDown()) { - int currentModel = state.getValue(BOOKSTACK_MODEL); // current index - level.playSound(null, pos, SoundInit.BOOKSTACK_NEXT, SoundSource.BLOCKS, 1, 1); - // reset if it surpasses the number of possible models - if (currentModel + 1 > modelcount - 1) { - level.setBlock(pos, state.setValue(BOOKSTACK_MODEL, 0), 3); - } else { // increases index - level.setBlock(pos, state.setValue(BOOKSTACK_MODEL, currentModel + 1), 3); - } - return InteractionResult.SUCCESS; - } - return InteractionResult.SUCCESS; - } - - @Override - public void fallOn(Level level, BlockState state, BlockPos pos, Entity entity, float fallDistance) { - level.playSound(null, pos, SoundInit.BOOKSTACK_FALL, SoundSource.BLOCKS, 1, 1); - super.fallOn(level, state, pos, entity, fallDistance); - } - - @Override - public BlockState getStateForPlacement(BlockPlaceContext context) { - final int min = 0; - final int max = modelcount; - Random rand = new Random(); - int randomNum = rand.nextInt((max - min)); - - return this.defaultBlockState().setValue(FACING, context.getHorizontalDirection().getOpposite()) - .setValue(BOOKSTACK_MODEL, randomNum); - } - - // creates blockstate - @Override - protected void createBlockStateDefinition(StateDefinition.Builder builder) { - super.createBlockStateDefinition(builder); - builder.add(BOOKSTACK_MODEL, FACING); - } - - @Override - public void appendHoverText(ItemStack stack, BlockGetter getter, List component, TooltipFlag flag) { - if (!Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); - } - - if (Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.bookstack.1") - .withStyle(ChatFormatting.GRAY)); - component.add(Component.translatable("tooltip.beautify.bookstack.2") - .withStyle(ChatFormatting.GRAY)); - } - super.appendHoverText(stack, getter, component, flag); - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/BotanistWorkbench.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/BotanistWorkbench.java deleted file mode 100644 index eb73ac14..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/BotanistWorkbench.java +++ /dev/null @@ -1,72 +0,0 @@ -package com.github.suel_ki.beautify.common.block; - -import java.util.List; - -import net.minecraft.ChatFormatting; -import net.minecraft.client.gui.screens.Screen; -import net.minecraft.core.BlockPos; -import net.minecraft.core.Direction; -import net.minecraft.network.chat.Component; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.TooltipFlag; -import net.minecraft.world.item.context.BlockPlaceContext; -import net.minecraft.world.level.BlockGetter; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.HorizontalDirectionalBlock; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.block.state.StateDefinition; -import net.minecraft.world.phys.shapes.CollisionContext; -import net.minecraft.world.phys.shapes.Shapes; -import net.minecraft.world.phys.shapes.VoxelShape; - -public class BotanistWorkbench extends HorizontalDirectionalBlock { - - private static final VoxelShape SHAPE_NORTH = Shapes.or(box(2, 0, 0, 16, 12, 14.25), - box(9.5, 12, 8.5, 13.5, 16, 12.5)); - private static final VoxelShape SHAPE_SOUTH = Shapes.or(box(0, 0, 1.75, 14, 12, 16), - box(2.5, 12, 3.5, 6.5, 16, 7.5)); - private static final VoxelShape SHAPE_EAST = Shapes.or(box(1.75, 0, 2, 16, 12, 16), - box(3.5, 12, 9.5, 7.5, 16, 13.5)); - private static final VoxelShape SHAPE_WEST = Shapes.or(box(0, 0, 0, 14.25, 12, 14), - box(8.5, 12, 2.5, 12.5, 16, 6.5)); - - public BotanistWorkbench(Properties properties) { - super(properties); - this.registerDefaultState(this.defaultBlockState().setValue(FACING, Direction.NORTH)); - } - - @Override - public BlockState getStateForPlacement(BlockPlaceContext context) { - return this.defaultBlockState().setValue(FACING, context.getHorizontalDirection().getOpposite()); - } - - @Override - public VoxelShape getShape(BlockState state, BlockGetter getter, BlockPos pos, CollisionContext context) { - return switch (state.getValue(FACING)) { - case NORTH -> SHAPE_NORTH; - case SOUTH -> SHAPE_SOUTH; - case EAST -> SHAPE_EAST; - case WEST -> SHAPE_WEST; - default -> SHAPE_NORTH; - }; - } - - @Override - protected void createBlockStateDefinition(StateDefinition.Builder pBuilder) { - super.createBlockStateDefinition(pBuilder); - pBuilder.add(FACING); - } - - @Override - public void appendHoverText(ItemStack stack, BlockGetter getter, List component, TooltipFlag flag) { - if (!Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); - } - - if (Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.botanist_workbench.1") - .withStyle(ChatFormatting.GRAY)); - } - super.appendHoverText(stack, getter, component, flag); - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/HangingPot.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/HangingPot.java deleted file mode 100644 index b0a5c919..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/HangingPot.java +++ /dev/null @@ -1,206 +0,0 @@ -package com.github.suel_ki.beautify.common.block; - -import java.util.Arrays; -import java.util.List; - -import net.minecraft.ChatFormatting; -import net.minecraft.client.gui.screens.Screen; -import net.minecraft.core.BlockPos; -import net.minecraft.core.Direction; -import net.minecraft.network.chat.Component; -import net.minecraft.sounds.SoundEvents; -import net.minecraft.sounds.SoundSource; -import net.minecraft.stats.Stats; -import net.minecraft.world.InteractionHand; -import net.minecraft.world.InteractionResult; -import net.minecraft.world.entity.item.ItemEntity; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.item.Item; -import net.minecraft.world.item.Items; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.ShearsItem; -import net.minecraft.world.item.TooltipFlag; -import net.minecraft.world.level.BlockGetter; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.LanternBlock; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.block.state.StateDefinition; -import net.minecraft.world.level.block.state.properties.BooleanProperty; -import net.minecraft.world.level.block.state.properties.IntegerProperty; -import net.minecraft.world.phys.BlockHitResult; -import net.minecraft.world.phys.shapes.CollisionContext; -import net.minecraft.world.phys.shapes.Shapes; -import net.minecraft.world.phys.shapes.VoxelShape; - -public class HangingPot extends LanternBlock { - private static final List validFlowers = Arrays.asList(Items.AIR, Items.ROSE_BUSH, Items.LILAC, - Items.BLUE_ORCHID, Items.VINE, Items.SUNFLOWER, Items.PEONY, Items.AZURE_BLUET, Items.RED_TULIP, - Items.ORANGE_TULIP, Items.WHITE_TULIP, Items.PINK_TULIP, Items.ALLIUM, Items.DANDELION, Items.POPPY, - Items.GLOW_LICHEN, Items.OXEYE_DAISY, Items.LILY_OF_THE_VALLEY, Items.CORNFLOWER, Items.WEEPING_VINES, - Items.TWISTING_VINES, Items.WITHER_ROSE, Items.GLOW_BERRIES, Items.SWEET_BERRIES, Items.GRASS, Items.FERN); - - // POTFLOWER indicates which index of the flowers List below is active - public static final IntegerProperty POTFLOWER = IntegerProperty.create("potflower", 0, validFlowers.size() - 1); - - public static final BooleanProperty GROWN = BooleanProperty.create("grown"); - - public HangingPot(Properties properties) { - super(properties); - this.registerDefaultState(this.defaultBlockState().setValue(POTFLOWER, 0).setValue(GROWN, false)); - } - - // hitbox for the HangingPot - private static final VoxelShape HANGING_SHAPE = Shapes.or(box(5, 0, 5, 11, 4, 11), - box(3.75, 4, 3.75, 12.25, 8, 12.25), box(5, 8, 5, 11, 16, 11)); - private static final VoxelShape STANDING_SHAPE = Shapes.or(box(5, 0, 5, 11, 5, 11), box(4, 5, 4, 12, 8, 12)); - - public List getValidFlowers() { - return validFlowers; - } - - @Override - public VoxelShape getShape(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) { - if (state.getValue(HANGING)) { - return HANGING_SHAPE; - } - return STANDING_SHAPE; - } - - @SuppressWarnings("deprecation") - @Override - public void neighborChanged(BlockState state, Level level, BlockPos pos, Block block, - BlockPos blockPos, boolean bool) { - if (state.getValue(GROWN)) { //if the plant is grown long - if (blockPos.equals(pos.below()) - && level.getBlockState(pos.below()).isFaceSturdy(level, pos.below(), Direction.UP)) { //if the neighbour is a model that clips into the pot - level.setBlock(pos, state.setValue(GROWN, false), 3); - ItemEntity Item = new ItemEntity(level, pos.getX(), pos.getY(), pos.getZ(), - new ItemStack(validFlowers.get(state.getValue(POTFLOWER)))); - level.addFreshEntity(Item); - level.playSound(null, pos, SoundEvents.HANGING_ROOTS_BREAK, SoundSource.BLOCKS, 1, 1); - } - } - super.neighborChanged(state, level, pos, block, blockPos, bool); - } - - @Override - public InteractionResult use(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, - BlockHitResult result) { - - if (!level.isClientSide() && hand == InteractionHand.MAIN_HAND) { - ItemStack playerStack = player.getItemInHand(hand); // saving ItemStack - - // growing plant - // block below must not be sturdy to prevent clipping models - if (playerStack.getItem().equals(Items.BONE_MEAL) && state.getValue(POTFLOWER) != 0 - /*&& !level.getBlockState(pos.below()).isFaceSturdy(level, pos.below(), Direction.UP)*/) { - if (!state.getValue(GROWN)) { - level.levelEvent(1505, result.getBlockPos(), 0); - //level.playSound(null, pos, SoundEvents.BONE_MEAL_USE, SoundSource.BLOCKS, 1, 1); - if (!player.getAbilities().instabuild) { - playerStack.shrink(1); - } - level.setBlock(pos, state.setValue(GROWN, true), 3); - return InteractionResult.SUCCESS; - } - } - - // when plant is grown -> using shears cuts it down - if (playerStack.getItem() instanceof ShearsItem && state.getValue(POTFLOWER) != 0 - && state.getValue(GROWN)) { - level.playSound(null, pos, SoundEvents.SHEEP_SHEAR, SoundSource.BLOCKS, 1, 1); - level.setBlock(pos, state.setValue(GROWN, false), 3); - ItemEntity Item = new ItemEntity(level, pos.getX(), pos.getY(), pos.getZ(), - new ItemStack(validFlowers.get(state.getValue(POTFLOWER)))); - level.addFreshEntity(Item); - return InteractionResult.SUCCESS; - } - - // if there is a flower - if (state.getValue(POTFLOWER) != 0) { - // giving flower and clearing pot if hand empty - if (playerStack.isEmpty()) { - player.setItemInHand(hand, new ItemStack(validFlowers.get(state.getValue(POTFLOWER)), - state.getValue(GROWN) ? 2 : 1)); // giving 1 or 2 of plant (grown or not) - level.setBlock(pos, state.setValue(POTFLOWER, 0).setValue(GROWN, false), 3); // emptying the pot - level.playSound(null, pos, SoundEvents.COMPOSTER_READY, SoundSource.BLOCKS, 1, 1); - return InteractionResult.SUCCESS; - } else if (playerStack.is(validFlowers.get(state.getValue(POTFLOWER))) - && playerStack.getCount() < playerStack.getMaxStackSize()) { - playerStack.grow(state.getValue(GROWN) ? 2 : 1); // giving 1 or 2 of plant (grown or not) - level.setBlock(pos, state.setValue(POTFLOWER, 0).setValue(GROWN, false), 3); - level.playSound(null, pos, SoundEvents.AZALEA_LEAVES_BREAK, SoundSource.BLOCKS, 1, 1); - return InteractionResult.SUCCESS; - } - - // else just return - } else { // if there is no flower - - // checks if the flower in hand matches the available types - for (Item flower : validFlowers) { - if (playerStack.getItem().equals(flower)) { - level.setBlock(pos, state.setValue(POTFLOWER, validFlowers.indexOf(flower)), 3); - player.awardStat(Stats.POT_FLOWER); - if (!flower.equals(Items.AIR)) { - level.playSound(null, pos, SoundEvents.AZALEA_PLACE, SoundSource.BLOCKS, 1, 1); - } - if (!player.getAbilities().instabuild) { - playerStack.shrink(1); - } - return InteractionResult.SUCCESS; - } - } - // if the flower is not a valid one - } - return InteractionResult.CONSUME; - } - // end of statement - return InteractionResult.CONSUME; - } - - @Override - public ItemStack getCloneItemStack(BlockGetter level, BlockPos pos, BlockState state) { - return this.isEmpty(state) ? super.getCloneItemStack(level, pos, state) : new ItemStack(getContent(state)); - } - - private boolean isEmpty(BlockState state) { - return state.getValue(POTFLOWER) == 0; - } - - public Block getContent(BlockState state) { - return Block.byItem(validFlowers.get(state.getValue(POTFLOWER))); - } - - // creating Blockstates - @Override - protected void createBlockStateDefinition(StateDefinition.Builder pBuilder) { - super.createBlockStateDefinition(pBuilder); - pBuilder.add(POTFLOWER, GROWN); - } - - @Override - public void appendHoverText(ItemStack stack, BlockGetter getter, List component, TooltipFlag flag) { - if (!Screen.hasShiftDown() && !Screen.hasControlDown()) { - component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); - component.add(Component.translatable("tooltip.beautify.plantlist").withStyle(ChatFormatting.YELLOW)); - } - - if (Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.hanging_pot.1") - .withStyle(ChatFormatting.GRAY)); - component.add(Component.translatable("tooltip.beautify.hanging_pot.2"). - withStyle(ChatFormatting.GRAY)); - component.add(Component.translatable("tooltip.beautify.hanging_pot.3") - .withStyle(ChatFormatting.GRAY)); - } - - if (Screen.hasControlDown()) { - component.add(Component.translatable("tooltip.beautify.hanging_pot.plant_header").withStyle(ChatFormatting.UNDERLINE) - .withStyle(ChatFormatting.BOLD).withStyle(ChatFormatting.GRAY)); - component.add(Component.translatable("tooltip.beautify.hanging_pot.plants") - .withStyle(ChatFormatting.GRAY)); - } - super.appendHoverText(stack, getter, component, flag); - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/LampBamboo.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/LampBamboo.java deleted file mode 100644 index cf76ed6c..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/LampBamboo.java +++ /dev/null @@ -1,79 +0,0 @@ -package com.github.suel_ki.beautify.common.block; - -import java.util.List; - -import net.minecraft.ChatFormatting; -import net.minecraft.client.gui.screens.Screen; -import net.minecraft.core.BlockPos; -import net.minecraft.network.chat.Component; -import net.minecraft.sounds.SoundEvents; -import net.minecraft.sounds.SoundSource; -import net.minecraft.world.InteractionHand; -import net.minecraft.world.InteractionResult; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.TooltipFlag; -import net.minecraft.world.level.BlockGetter; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.LanternBlock; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.block.state.StateDefinition; -import net.minecraft.world.level.block.state.properties.BooleanProperty; -import net.minecraft.world.phys.BlockHitResult; -import net.minecraft.world.phys.shapes.CollisionContext; -import net.minecraft.world.phys.shapes.VoxelShape; - -public class LampBamboo extends LanternBlock { - public static final BooleanProperty ON = BooleanProperty.create("on"); - - private static final VoxelShape SHAPE_HANGING = Block.box(2, 1, 2, 14, 12, 14); - private static final VoxelShape SHAPE_STANDING = Block.box(4, 0, 4, 12, 13, 12); - - public LampBamboo(Properties properties) { - super(properties); - this.registerDefaultState(this.defaultBlockState().setValue(ON, true)); - } - - @Override - public VoxelShape getShape(BlockState state, BlockGetter level, BlockPos pos, - CollisionContext context) { - if (state.getValue(HANGING)) { - return SHAPE_HANGING; - } - return SHAPE_STANDING; - } - - @Override - public InteractionResult use(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, - BlockHitResult result) { - if (!level.isClientSide() && hand == InteractionHand.MAIN_HAND && player.getItemInHand(hand).isEmpty()) { - level.setBlock(pos, state.setValue(ON, !state.getValue(ON)), 3); - float f = state.getValue(ON) ? 0.5F : 0.6F; - level.playSound(null, pos, SoundEvents.LEVER_CLICK, SoundSource.BLOCKS, 0.25F, f); - } - - return InteractionResult.SUCCESS; - } - - @Override - protected void createBlockStateDefinition(StateDefinition.Builder pBuilder) { - super.createBlockStateDefinition(pBuilder); - pBuilder.add(ON); - } - - @Override - public void appendHoverText(ItemStack stack, BlockGetter getter, List component, TooltipFlag flag) { - if (!Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); - } - - if (Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.lamp.1") - .withStyle(ChatFormatting.GRAY)); - component.add(Component.translatable("tooltip.beautify.lamp.2") - .withStyle(ChatFormatting.GRAY)); - } - super.appendHoverText(stack, getter, component, flag); - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/LampCandleabra.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/LampCandleabra.java deleted file mode 100644 index 517b6e7a..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/LampCandleabra.java +++ /dev/null @@ -1,149 +0,0 @@ -package com.github.suel_ki.beautify.common.block; - -import java.util.List; - -import net.fabricmc.api.EnvType; -import net.fabricmc.api.Environment; -import net.minecraft.ChatFormatting; -import net.minecraft.client.gui.screens.Screen; -import net.minecraft.core.BlockPos; -import net.minecraft.core.Direction; -import net.minecraft.core.particles.ParticleTypes; -import net.minecraft.network.chat.Component; -import net.minecraft.sounds.SoundEvents; -import net.minecraft.sounds.SoundSource; -import net.minecraft.util.RandomSource; -import net.minecraft.world.InteractionHand; -import net.minecraft.world.InteractionResult; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.Items; -import net.minecraft.world.item.TooltipFlag; -import net.minecraft.world.item.context.BlockPlaceContext; -import net.minecraft.world.level.BlockGetter; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.LanternBlock; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.block.state.StateDefinition; -import net.minecraft.world.level.block.state.properties.BlockStateProperties; -import net.minecraft.world.level.block.state.properties.BooleanProperty; -import net.minecraft.world.level.block.state.properties.DirectionProperty; -import net.minecraft.world.level.material.FluidState; -import net.minecraft.world.level.material.Fluids; -import net.minecraft.world.phys.BlockHitResult; -import net.minecraft.world.phys.shapes.BooleanOp; -import net.minecraft.world.phys.shapes.CollisionContext; -import net.minecraft.world.phys.shapes.Shapes; -import net.minecraft.world.phys.shapes.VoxelShape; - -public class LampCandleabra extends LanternBlock { - public static final BooleanProperty ON = BooleanProperty.create("on"); - public static final DirectionProperty FACING = BlockStateProperties.HORIZONTAL_FACING; - - private static final VoxelShape SHAPE_HANGING = Shapes.join(Block.box(0, 2, 6.5, 16, 16, 9.5), Block.box(6.5, 2, 0, 9.5, 16, 16), BooleanOp.OR); - private static final VoxelShape SHAPE_STANDING = Block.box(4, 0, 4, 12, 13, 12); - - public LampCandleabra(Properties properties) { - super(properties); - this.registerDefaultState(this.defaultBlockState().setValue(ON, false).setValue(FACING, Direction.NORTH)); - } - - @Override - public BlockState getStateForPlacement(BlockPlaceContext context) { - FluidState fluidstate = context.getLevel().getFluidState(context.getClickedPos()); - - for (Direction direction : context.getNearestLookingDirections()) { - if (direction.getAxis() == Direction.Axis.Y) { - BlockState blockstate = this.defaultBlockState().setValue(HANGING, - direction == Direction.UP); - if (blockstate.canSurvive(context.getLevel(), context.getClickedPos())) { - return blockstate.setValue(WATERLOGGED, fluidstate.getType() == Fluids.WATER) - .setValue(FACING, context.getHorizontalDirection().getOpposite()) - .setValue(ON, false); - } - } - } - return null; - } - - @Override - public VoxelShape getShape(BlockState state, BlockGetter level, BlockPos pos, - CollisionContext context) { - if (state.getValue(HANGING)) { - return SHAPE_HANGING; - } - return SHAPE_STANDING; - } - - @Override - public InteractionResult use(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, - BlockHitResult result) { - if (!level.isClientSide() && hand == InteractionHand.MAIN_HAND) { - // Ignite/Extinguish - if (state.getValue(WATERLOGGED)) { - return InteractionResult.PASS; - } - if (state.getValue(ON) && !player.isShiftKeyDown() && player.getItemInHand(hand).isEmpty()) { - level.setBlock(pos, state.setValue(ON, !state.getValue(ON)), 3); - level.playSound(null, pos, SoundEvents.CANDLE_EXTINGUISH, SoundSource.BLOCKS, 0.5F, 0.5f); - return InteractionResult.SUCCESS; - } else if (!state.getValue(ON) && player.getItemInHand(hand).is(Items.FLINT_AND_STEEL)) { - level.setBlock(pos, state.setValue(ON, !state.getValue(ON)), 3); - level.playSound(null, pos, SoundEvents.FLINTANDSTEEL_USE, SoundSource.BLOCKS, 0.5F, 1f); - return InteractionResult.SUCCESS; - } - } - return InteractionResult.SUCCESS; - } - - @Environment(EnvType.CLIENT) - @Override - public void animateTick(BlockState state, Level level, BlockPos pos, RandomSource rand) { - double d0 = (double) pos.getX() + 0.5D; - double d1 = (double) pos.getY() + 1D; - double d2 = (double) pos.getZ() + 0.5D; - - if (state.getValue(ON)) { - if (state.getValue(HANGING)) { - level.addParticle(ParticleTypes.SMALL_FLAME, d0 + 0.4, d1 - 0.15, d2, 0.0D, 0.0D, 0.0D); - level.addParticle(ParticleTypes.SMALL_FLAME, d0 - 0.4, d1 - 0.15, d2, 0.0D, 0.0D, 0.0D); - level.addParticle(ParticleTypes.SMALL_FLAME, d0, d1 - 0.15, d2 + 0.4, 0.0D, 0.0D, 0.0D); - level.addParticle(ParticleTypes.SMALL_FLAME, d0, d1 - 0.15, d2 - 0.4, 0.0D, 0.0D, 0.0D); - } else { - if (state.getValue(FACING) == Direction.EAST || state.getValue(FACING) == Direction.WEST) { - level.addParticle(ParticleTypes.SMALL_FLAME, d0, d1, d2, 0.0D, 0.0D, 0.0D); - level.addParticle(ParticleTypes.SMALL_FLAME, d0, d1 + 0.05, d2 + 0.35, 0.0D, 0.0D, 0.0D); - level.addParticle(ParticleTypes.SMALL_FLAME, d0, d1 + 0.05, d2 - 0.35, 0.0D, 0.0D, 0.0D); - } else { - level.addParticle(ParticleTypes.SMALL_FLAME, d0, d1, d2, 0.0D, 0.0D, 0.0D); - level.addParticle(ParticleTypes.SMALL_FLAME, d0 + 0.35, d1 + 0.05, d2, 0.0D, 0.0D, 0.0D); - level.addParticle(ParticleTypes.SMALL_FLAME, d0 - 0.35, d1 + 0.05, d2, 0.0D, 0.0D, 0.0D); - } - } - } - } - - @Override - protected void createBlockStateDefinition(StateDefinition.Builder builder) { - super.createBlockStateDefinition(builder); - builder.add(FACING, ON); - } - - @Override - public void appendHoverText(ItemStack stack, BlockGetter level, List component, TooltipFlag flag) { - if (!Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); - } - - if (Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.candelabra.1") - .withStyle(ChatFormatting.GRAY)); - component.add(Component.translatable("tooltip.beautify.candelabra.2") - .withStyle(ChatFormatting.GRAY)); - component.add(Component.translatable("tooltip.beautify.candelabra.3") - .withStyle(ChatFormatting.GRAY)); - } - super.appendHoverText(stack, level, component, flag); - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/LampJar.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/LampJar.java deleted file mode 100644 index ab69834f..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/LampJar.java +++ /dev/null @@ -1,140 +0,0 @@ -package com.github.suel_ki.beautify.common.block; - -import java.util.List; - -import com.github.suel_ki.beautify.particle.ParticleInit; -import net.fabricmc.api.EnvType; -import net.fabricmc.api.Environment; -import net.minecraft.ChatFormatting; -import net.minecraft.client.gui.screens.Screen; -import net.minecraft.core.BlockPos; -import net.minecraft.core.particles.ParticleTypes; -import net.minecraft.network.chat.Component; -import net.minecraft.sounds.SoundEvents; -import net.minecraft.sounds.SoundSource; -import net.minecraft.util.RandomSource; -import net.minecraft.world.InteractionHand; -import net.minecraft.world.InteractionResult; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.Items; -import net.minecraft.world.item.TooltipFlag; -import net.minecraft.world.level.BlockGetter; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.LanternBlock; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.block.state.StateDefinition; -import net.minecraft.world.level.block.state.properties.IntegerProperty; -import net.minecraft.world.phys.BlockHitResult; - -public class LampJar extends LanternBlock { - private static final int maxLevel = 15; - public static final IntegerProperty FILL_LEVEL = IntegerProperty.create("fill_level", 0, maxLevel); - - public LampJar(Properties p_153465_) { - super(p_153465_); - this.registerDefaultState(this.defaultBlockState().setValue(FILL_LEVEL, 0)); - } - - // Fill - @Override - public InteractionResult use(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, - BlockHitResult result) { - if (!level.isClientSide() && hand == InteractionHand.MAIN_HAND) { - - ItemStack playerStack = player.getItemInHand(hand); - - final int increase = 5; - final int currentLevel = state.getValue(FILL_LEVEL); - - // decreasing - if (playerStack.isEmpty() && currentLevel > 0) { - player.setItemInHand(hand, new ItemStack(Items.GLOWSTONE_DUST, currentLevel / increase)); - level.setBlock(pos, state.setValue(FILL_LEVEL, 0), 3); - level.playSound(null, pos, SoundEvents.AMETHYST_CLUSTER_BREAK, SoundSource.BLOCKS, 0.5F, - 0.5f); - return InteractionResult.SUCCESS; - } - - // increasing - if (playerStack.is(Items.GLOWSTONE_DUST) && currentLevel + increase <= maxLevel) { - playerStack.shrink(1); - level.setBlock(pos, state.setValue(FILL_LEVEL, currentLevel + increase), 3); - level.playSound(null, pos, SoundEvents.AMETHYST_BLOCK_HIT, SoundSource.BLOCKS, 0.5F, 0.5f); - return InteractionResult.SUCCESS; - } - } - return InteractionResult.SUCCESS; - } - - @Override - protected void createBlockStateDefinition(StateDefinition.Builder builder) { - super.createBlockStateDefinition(builder); - builder.add(FILL_LEVEL); - } - - @Environment(EnvType.CLIENT) - @Override - public void animateTick(BlockState state, Level level, BlockPos pos, RandomSource rand) { - final int particleProbability = 5; - - double posX = (pos.getX() + 0.35) + rand.nextDouble() / 3.5; - double posY = (pos.getY() + 0.1) + rand.nextDouble() / 3.5; - double posZ = (pos.getZ() + 0.35) + rand.nextDouble() / 3.5; - - if (state.getValue(FILL_LEVEL) >= 5 && state.getValue(FILL_LEVEL) < 10) { - if (rand.nextBoolean()) { - level.addParticle( - ParticleInit.GLOWESSENCE_PARTICLES, posX, posY, posZ, randomDir(rand), 0.01d, randomDir(rand)); - } - } else if (state.getValue(FILL_LEVEL) >= 10 && state.getValue(FILL_LEVEL) < 15) { - if (rand.nextBoolean()) { - level.addParticle( - ParticleInit.GLOWESSENCE_PARTICLES, posX, posY, posZ, randomDir(rand), 0.01, randomDir(rand)); - } - } else if (state.getValue(FILL_LEVEL) == 15) { - if (rand.nextBoolean()) { - level.addParticle( - ParticleInit.GLOWESSENCE_PARTICLES, posX, posY, posZ, randomDir(rand), 0.01, randomDir(rand)); - } - posX = (pos.getX() + 0.35) + rand.nextDouble() / 3.5; - posY = (pos.getY() + 0.1) + rand.nextDouble() / 3.5; - posZ = (pos.getZ() + 0.35) + rand.nextDouble() / 3.5; - level.addParticle(ParticleInit.GLOWESSENCE_PARTICLES, posX, posY, posZ, randomDir(rand), 0.01, randomDir(rand)); - } - - /*if (state.getValue(FILL_LEVEL) >= 5 && state.getValue(FILL_LEVEL) < 10) { - if (rand.nextInt(particleProbability) == 0) { - level.addParticle(ParticleTypes.END_ROD, posX, posY, posZ, randomDir(rand), 0.01, randomDir(rand)); - } - } else if (state.getValue(FILL_LEVEL) >= 10 && state.getValue(FILL_LEVEL) < 15) { - if (rand.nextInt(particleProbability) == 0) { - level.addParticle(ParticleTypes.END_ROD, posX, posY, posZ, randomDir(rand), 0.01, randomDir(rand)); - } - } else if (state.getValue(FILL_LEVEL) == 15) { - posX = (pos.getX() + 0.35) + rand.nextDouble() / 3.5; - posY = (pos.getY() + 0.1) + rand.nextDouble() / 3.5; - posZ = (pos.getZ() + 0.35) + rand.nextDouble() / 3.5; - level.addParticle(ParticleTypes.END_ROD, posX, posY, posZ, randomDir(rand), 0.01, randomDir(rand)); - }*/ - } - - private static double randomDir(RandomSource rand) { - return (rand.nextIntBetweenInclusive(0, 2) - 1) * rand.nextFloat() / 34; - } - - @Override - public void appendHoverText(ItemStack stack, BlockGetter level, List component, TooltipFlag flag) { - if (!Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); - } - - if (Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.lamp_jar.1").withStyle(ChatFormatting.GRAY)); - component.add(Component.translatable("tooltip.beautify.lamp_jar.2").withStyle(ChatFormatting.GRAY)); - component.add(Component.translatable("tooltip.beautify.lamp_jar.3").withStyle(ChatFormatting.GRAY)); - } - super.appendHoverText(stack, level, component, flag); - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/LampLightBulb.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/LampLightBulb.java deleted file mode 100644 index 02c1b0e2..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/LampLightBulb.java +++ /dev/null @@ -1,99 +0,0 @@ -package com.github.suel_ki.beautify.common.block; - -import java.util.List; - -import net.fabricmc.api.EnvType; -import net.fabricmc.api.Environment; -import net.minecraft.ChatFormatting; -import net.minecraft.client.gui.screens.Screen; -import net.minecraft.core.BlockPos; -import net.minecraft.core.particles.ParticleTypes; -import net.minecraft.network.chat.Component; -import net.minecraft.sounds.SoundEvents; -import net.minecraft.sounds.SoundSource; -import net.minecraft.util.RandomSource; -import net.minecraft.world.InteractionHand; -import net.minecraft.world.InteractionResult; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.TooltipFlag; -import net.minecraft.world.level.BlockGetter; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.LanternBlock; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.block.state.StateDefinition; -import net.minecraft.world.level.block.state.properties.BooleanProperty; -import net.minecraft.world.phys.BlockHitResult; -import net.minecraft.world.phys.shapes.CollisionContext; -import net.minecraft.world.phys.shapes.VoxelShape; - -public class LampLightBulb extends LanternBlock { - public static final BooleanProperty ON = BooleanProperty.create("on"); - - private static final VoxelShape SHAPE_HANGING = Block.box(5, 3, 5, 11, 16, 11); - private static final VoxelShape SHAPE_STANDING = Block.box(4, 0, 4, 12, 13, 12); - - public LampLightBulb(Properties properties) { - super(properties); - this.registerDefaultState(this.defaultBlockState().setValue(ON, true)); - } - - @Override - public VoxelShape getShape(BlockState state, BlockGetter level, BlockPos pos, - CollisionContext context) { - if (state.getValue(HANGING)) { - return SHAPE_HANGING; - } - return SHAPE_STANDING; - } - - @Override - public InteractionResult use(BlockState state, Level pLevel, BlockPos pos, Player player, InteractionHand hand, - BlockHitResult result) { - if (!pLevel.isClientSide() && hand == InteractionHand.MAIN_HAND && player.getItemInHand(hand).isEmpty()) { - pLevel.setBlock(pos, state.setValue(ON, !state.getValue(ON)), 3); - float f = state.getValue(ON) ? 0.5F : 0.6F; - pLevel.playSound(null, pos, SoundEvents.LEVER_CLICK, SoundSource.BLOCKS, 0.25F, f); - } - - return InteractionResult.SUCCESS; - } - - @Environment(EnvType.CLIENT) - @Override - public void animateTick(BlockState state, Level level, BlockPos pos, RandomSource rand) { - double d0 = (double) pos.getX() + 0.5D; - double d1 = (double) pos.getY() + 0.7D; - double d2 = (double) pos.getZ() + 0.5D; - - if (rand.nextBoolean() && state.getValue(ON)) { - if (state.getValue(HANGING)) { - level.addParticle(ParticleTypes.SMOKE, d0, d1 - 0.3, d2, 0.0D, 0.0D, 0.0D); - } else { - level.addParticle(ParticleTypes.SMOKE, d0, d1, d2, 0.0D, 0.0D, 0.0D); - } - } - } - - @Override - protected void createBlockStateDefinition(StateDefinition.Builder builder) { - super.createBlockStateDefinition(builder); - builder.add(ON); - } - - @Override - public void appendHoverText(ItemStack stack, BlockGetter level, List component, TooltipFlag flag) { - if (!Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); - } - - if (Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.lamp.1") - .withStyle(ChatFormatting.GRAY)); - component.add(Component.translatable("tooltip.beautify.lamp.2") - .withStyle(ChatFormatting.GRAY)); - } - super.appendHoverText(stack, level, component, flag); - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/PictureFrame.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/PictureFrame.java deleted file mode 100644 index 58f34b64..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/PictureFrame.java +++ /dev/null @@ -1,103 +0,0 @@ -package com.github.suel_ki.beautify.common.block; - -import java.util.List; -import java.util.Random; - -import net.minecraft.ChatFormatting; -import net.minecraft.client.gui.screens.Screen; -import net.minecraft.core.BlockPos; -import net.minecraft.core.Direction; -import net.minecraft.network.chat.Component; -import net.minecraft.sounds.SoundEvents; -import net.minecraft.sounds.SoundSource; -import net.minecraft.world.InteractionHand; -import net.minecraft.world.InteractionResult; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.TooltipFlag; -import net.minecraft.world.item.context.BlockPlaceContext; -import net.minecraft.world.level.BlockGetter; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.HorizontalDirectionalBlock; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.block.state.StateDefinition; -import net.minecraft.world.level.block.state.properties.IntegerProperty; -import net.minecraft.world.phys.BlockHitResult; -import net.minecraft.world.phys.shapes.CollisionContext; -import net.minecraft.world.phys.shapes.Shapes; -import net.minecraft.world.phys.shapes.VoxelShape; - -public class PictureFrame extends HorizontalDirectionalBlock { - private static final int modelcount = 13; // number of models the frame has - public static final IntegerProperty FRAME_MOTIVE = IntegerProperty.create("frame_motive", 0, modelcount - 1); - protected static final VoxelShape SHAPE = Block.box(5, 0, 5, 11, 8, 11); - - public PictureFrame(Properties properties) { - super(properties); - this.registerDefaultState(this.defaultBlockState().setValue(FRAME_MOTIVE, 0).setValue(FACING, Direction.NORTH)); - } - - // changing the model of the picture frame by shift-rightclicking - @Override - public InteractionResult use(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, - BlockHitResult result) { - if (!level.isClientSide() && hand == InteractionHand.MAIN_HAND && player.getItemInHand(hand).isEmpty() - && player.isShiftKeyDown()) { - int currentModel = state.getValue(FRAME_MOTIVE); // current index - // reset if it surpasses the number of possible models - if (currentModel + 1 > modelcount - 1) { - level.setBlock(pos, state.setValue(FRAME_MOTIVE, 0), 3); - } else { // increases index - level.setBlock(pos, state.setValue(FRAME_MOTIVE, currentModel + 1), 3); - } - level.playSound(null, pos, SoundEvents.PAINTING_PLACE, SoundSource.BLOCKS, 1, 1); - return InteractionResult.SUCCESS; - } - return InteractionResult.SUCCESS; - } - - @Override - public VoxelShape getShape(BlockState state, BlockGetter level, BlockPos pos, - CollisionContext context) { - return SHAPE; - } - - @Override - public VoxelShape getOcclusionShape(BlockState state, BlockGetter level, BlockPos pos) { - return Shapes.empty(); - } - - @Override - public BlockState getStateForPlacement(BlockPlaceContext context) { - final int min = 0; - final int max = modelcount; - Random rand = new Random(); - int randomNum = rand.nextInt((max - min)); - - return this.defaultBlockState().setValue(FACING, context.getHorizontalDirection().getOpposite()) - .setValue(FRAME_MOTIVE, randomNum); - } - - // creates blockstate - @Override - protected void createBlockStateDefinition(StateDefinition.Builder builder) { - super.createBlockStateDefinition(builder); - builder.add(FRAME_MOTIVE, FACING); - } - - @Override - public void appendHoverText(ItemStack stack, BlockGetter level, List component, TooltipFlag flag) { - if (!Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); - } - - if (Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.picture_frame.1") - .withStyle(ChatFormatting.GRAY)); - component.add(Component.translatable("tooltip.beautify.picture_frame.2") - .withStyle(ChatFormatting.GRAY)); - } - super.appendHoverText(stack, level, component, flag); - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/Rope.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/Rope.java deleted file mode 100644 index 6358db39..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/Rope.java +++ /dev/null @@ -1,43 +0,0 @@ -package com.github.suel_ki.beautify.common.block; - -import java.util.List; - -import com.github.suel_ki.beautify.core.init.BlockInit; -import net.minecraft.ChatFormatting; -import net.minecraft.client.gui.screens.Screen; -import net.minecraft.core.BlockPos; -import net.minecraft.core.Direction; -import net.minecraft.network.chat.Component; -import net.minecraft.world.entity.LivingEntity; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.TooltipFlag; -import net.minecraft.world.level.BlockGetter; -import net.minecraft.world.level.LevelReader; -import net.minecraft.world.level.block.ChainBlock; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.material.PushReaction; - -public class Rope extends ChainBlock { - public Rope(Properties properties) { - super(properties); - this.registerDefaultState(this.stateDefinition.any().setValue(WATERLOGGED, Boolean.FALSE) - .setValue(AXIS, Direction.Axis.Y)); - } - - public PushReaction getPistonPushReaction(BlockState blockState) { - return PushReaction.DESTROY; - } - - @Override - public void appendHoverText(ItemStack stack, BlockGetter level, List component, TooltipFlag flag) { - if (!Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); - } - - if (Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.rope.1").withStyle(ChatFormatting.GRAY)); - component.add(Component.translatable("tooltip.beautify.rope.2").withStyle(ChatFormatting.GRAY)); - } - super.appendHoverText(stack, level, component, flag); - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/Trellis.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/Trellis.java deleted file mode 100644 index 0d86b1ac..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/common/block/Trellis.java +++ /dev/null @@ -1,177 +0,0 @@ -package com.github.suel_ki.beautify.common.block; - -import java.util.Arrays; -import java.util.List; - -import net.minecraft.ChatFormatting; -import net.minecraft.client.gui.screens.Screen; -import net.minecraft.core.BlockPos; -import net.minecraft.core.Direction; -import net.minecraft.network.chat.Component; -import net.minecraft.sounds.SoundEvents; -import net.minecraft.sounds.SoundSource; -import net.minecraft.stats.Stats; -import net.minecraft.world.InteractionHand; -import net.minecraft.world.InteractionResult; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.item.Item; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.Items; -import net.minecraft.world.item.TooltipFlag; -import net.minecraft.world.item.context.BlockPlaceContext; -import net.minecraft.world.level.BlockGetter; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.HorizontalDirectionalBlock; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.block.state.StateDefinition; -import net.minecraft.world.level.block.state.properties.BooleanProperty; -import net.minecraft.world.level.block.state.properties.IntegerProperty; -import net.minecraft.world.phys.BlockHitResult; -import net.minecraft.world.phys.shapes.CollisionContext; -import net.minecraft.world.phys.shapes.VoxelShape; - -public class Trellis extends HorizontalDirectionalBlock { - private static final List validFlowers = Arrays.asList(Items.AIR, Items.ROSE_BUSH, Items.SUNFLOWER, - Items.PEONY, Items.LILAC, Items.VINE, Items.WEEPING_VINES, Items.TWISTING_VINES, Items.GLOW_LICHEN); - - // FLOWERS indicates which index of the flowers List below is active - public static final IntegerProperty FLOWERS = IntegerProperty.create("flowers", 0, validFlowers.size() - 1); - - public static final BooleanProperty CEILLING = BooleanProperty.create("ceilling"); - private static final VoxelShape SHAPE_CEILLING = Block.box(0, 14, 0, 16, 16, 16); - private static final VoxelShape SHAPE_SOUTH = Block.box(0, 0, 0, 16, 16, 2); - private static final VoxelShape SHAPE_NORTH = Block.box(0, 0, 14, 16, 16, 16); - private static final VoxelShape SHAPE_WEST = Block.box(14, 0, 0, 16, 16, 16); - private static final VoxelShape SHAPE_EAST = Block.box(0, 0, 0, 2, 16, 16); - - public Trellis(Properties properties) { - super(properties); - this.registerDefaultState(this.defaultBlockState().setValue(CEILLING, false).setValue(FACING, Direction.NORTH)); - } - - public List getValidFlowers() { - return validFlowers; - } - - @Override - public BlockState getStateForPlacement(BlockPlaceContext context) { - // if the trellis placed on underside of block -> hanging from the ceilling - if (context.getClickedFace() == Direction.DOWN) { - return this.defaultBlockState().setValue(FACING, context.getHorizontalDirection().getOpposite()) - .setValue(CEILLING, true); - } - // otherwise on a wall - return this.defaultBlockState().setValue(FACING, context.getHorizontalDirection().getOpposite()) - .setValue(CEILLING, false); - } - - @Override - public VoxelShape getShape(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) { - if (state.getValue(CEILLING)) { - return SHAPE_CEILLING; - } - - return switch (state.getValue(FACING)) { - case SOUTH -> SHAPE_SOUTH; - case EAST -> SHAPE_EAST; - case WEST -> SHAPE_WEST; - default -> SHAPE_NORTH; - }; - } - - /*@Override - public boolean isFlammable(BlockState state, BlockGetter level, BlockPos pos, Direction direction) { - return true; - }*/ - - @Override - public InteractionResult use(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, - BlockHitResult result) { - - if (!level.isClientSide() && hand == InteractionHand.MAIN_HAND) { - - ItemStack playerStack = player.getItemInHand(hand); - - // if there is a flower - if (state.getValue(FLOWERS) != 0) { - - // giving flower and clearing pot if hand empty or same stack - if (playerStack.isEmpty()) { - player.setItemInHand(hand, new ItemStack(validFlowers.get(state.getValue(FLOWERS)))); - level.setBlock(pos, state.setValue(FLOWERS, 0), 3); - level.playSound(null, pos, SoundEvents.AZALEA_LEAVES_BREAK, SoundSource.BLOCKS, 1, 1); - return InteractionResult.SUCCESS; - } else if (playerStack.is(validFlowers.get(state.getValue(FLOWERS))) - && playerStack.getCount() < playerStack.getMaxStackSize()) { - playerStack.grow(1); - level.setBlock(pos, state.setValue(FLOWERS, 0), 3); - level.playSound(null, pos, SoundEvents.AZALEA_LEAVES_BREAK, SoundSource.BLOCKS, 1, 1); - return InteractionResult.SUCCESS; - } - - // else just return - return InteractionResult.CONSUME; - } else { // if there is no flower - - // checks if the flower in hand matches the available types - for (Item flower : validFlowers) { - if (playerStack.getItem().equals(flower)) { - level.setBlock(pos, state.setValue(FLOWERS, validFlowers.indexOf(flower)), 3); - player.awardStat(Stats.POT_FLOWER); - if (!flower.equals(Items.AIR)) { - level.playSound(null, pos, SoundEvents.AZALEA_PLACE, SoundSource.BLOCKS, 1, 1); - } - if (!player.getAbilities().instabuild) { - playerStack.shrink(1); - } - return InteractionResult.SUCCESS; - } - } - // if the flower is not a valid one - return InteractionResult.CONSUME; - } - } - // end of statement - return InteractionResult.CONSUME; - } - - @Override - public ItemStack getCloneItemStack(BlockGetter level, BlockPos pos, BlockState state) { - return this.isEmpty(state) ? super.getCloneItemStack(level, pos, state) : new ItemStack(getContent(state)); - } - - private boolean isEmpty(BlockState state) { - return state.getValue(FLOWERS) == 0; - } - - public Block getContent(BlockState state) { - return Block.byItem(validFlowers.get(state.getValue(FLOWERS))); - } - - @Override - protected void createBlockStateDefinition(StateDefinition.Builder builder) { - builder.add(FACING, CEILLING, FLOWERS); - } - - @Override - public void appendHoverText(ItemStack stack, BlockGetter level, List component, TooltipFlag flag) { - if (!Screen.hasShiftDown() && !Screen.hasControlDown()) { - component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); - component.add(Component.translatable("tooltip.beautify.plantlist").withStyle(ChatFormatting.YELLOW)); - } - - if (Screen.hasShiftDown()) { - component.add(Component.translatable("tooltip.beautify.trellis.1").withStyle(ChatFormatting.GRAY)); - component.add(Component.translatable("tooltip.beautify.trellis.2").withStyle(ChatFormatting.GRAY)); - } - - if (Screen.hasControlDown()) { - component.add(Component.translatable("tooltip.beautify.trellis.plant_header").withStyle(ChatFormatting.UNDERLINE) - .withStyle(ChatFormatting.BOLD).withStyle(ChatFormatting.GRAY)); - component.add(Component.translatable("tooltip.beautify.trellis.plants") - .withStyle(ChatFormatting.GRAY)); - } - super.appendHoverText(stack, level, component, flag); - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/compat/jade/JadePlugin.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/compat/jade/JadePlugin.java deleted file mode 100644 index 9e2b194c..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/compat/jade/JadePlugin.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.github.suel_ki.beautify.compat.jade; - -import com.github.suel_ki.beautify.common.block.HangingPot; -import com.github.suel_ki.beautify.common.block.Trellis; -import com.github.suel_ki.beautify.compat.jade.provider.BookStackProvider; -import com.github.suel_ki.beautify.compat.jade.provider.HangingPotProvider; -import com.github.suel_ki.beautify.compat.jade.provider.TrellisProvider; -import com.github.suel_ki.beautify.core.init.BlockInit; -import snownee.jade.api.IWailaClientRegistration; -import snownee.jade.api.IWailaPlugin; -import snownee.jade.api.WailaPlugin; - -@WailaPlugin -public class JadePlugin implements IWailaPlugin { - - @Override - public void registerClient(IWailaClientRegistration registration) { - registration.registerBlockComponent(HangingPotProvider.INSTANCE, HangingPot.class); - registration.registerBlockComponent(TrellisProvider.INSTANCE, Trellis.class); - registration.registerCustomEnchantPower(BlockInit.BOOKSTACK, BookStackProvider.INSTANCE); - } - -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/compat/jade/provider/HangingPotProvider.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/compat/jade/provider/HangingPotProvider.java deleted file mode 100644 index edae6bfd..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/compat/jade/provider/HangingPotProvider.java +++ /dev/null @@ -1,43 +0,0 @@ -package com.github.suel_ki.beautify.compat.jade.provider; - -import com.github.suel_ki.beautify.Beautify; -import com.github.suel_ki.beautify.common.block.HangingPot; -import net.minecraft.ChatFormatting; -import net.minecraft.network.chat.Component; -import net.minecraft.resources.ResourceLocation; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.level.block.state.BlockState; -import snownee.jade.api.BlockAccessor; -import snownee.jade.api.IBlockComponentProvider; -import snownee.jade.api.ITooltip; -import snownee.jade.api.config.IPluginConfig; -import snownee.jade.api.ui.IDisplayHelper; -import snownee.jade.api.ui.IElementHelper; - -public enum HangingPotProvider implements IBlockComponentProvider { - - INSTANCE; - - @Override - public void appendTooltip(ITooltip tooltip, BlockAccessor accessor, IPluginConfig config) { - if (accessor.getBlock() instanceof HangingPot hangingPot) { - BlockState state = accessor.getBlockState(); - // if there is a flower - if (state.getValue(HangingPot.POTFLOWER) != 0) { - ItemStack iconFlower = new ItemStack(hangingPot.getValidFlowers().get(state.getValue(HangingPot.POTFLOWER))); - if (iconFlower.isEmpty()) - return; - tooltip.add(IElementHelper.get().smallItem(iconFlower)); - tooltip.append(IDisplayHelper.get().stripColor(iconFlower.getHoverName())); - } - if (state.getValue(HangingPot.GROWN)) { - tooltip.add(Component.translatable("tooltip.jade.crop_mature").withStyle(ChatFormatting.GREEN)); - } - } - } - - @Override - public ResourceLocation getUid() { - return Beautify.id("hanging_pot.pot_flower"); - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/compat/jade/provider/TrellisProvider.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/compat/jade/provider/TrellisProvider.java deleted file mode 100644 index a5b72bef..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/compat/jade/provider/TrellisProvider.java +++ /dev/null @@ -1,37 +0,0 @@ -package com.github.suel_ki.beautify.compat.jade.provider; - -import com.github.suel_ki.beautify.common.block.Trellis; -import net.minecraft.resources.ResourceLocation; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.level.block.state.BlockState; -import snownee.jade.api.BlockAccessor; -import snownee.jade.api.IBlockComponentProvider; -import snownee.jade.api.ITooltip; -import snownee.jade.api.config.IPluginConfig; -import snownee.jade.api.ui.IDisplayHelper; -import snownee.jade.api.ui.IElementHelper; - -public enum TrellisProvider implements IBlockComponentProvider { - - INSTANCE; - - @Override - public void appendTooltip(ITooltip tooltip, BlockAccessor accessor, IPluginConfig config) { - if (accessor.getBlock() instanceof Trellis trellis) { - BlockState state = accessor.getBlockState(); - // if there is a plant - if (state.getValue(Trellis.FLOWERS) != 0) { - ItemStack iconFlower = new ItemStack(trellis.getValidFlowers().get(state.getValue(Trellis.FLOWERS))); - if (iconFlower.isEmpty()) - return; - tooltip.add(IElementHelper.get().smallItem(iconFlower)); - tooltip.append(IDisplayHelper.get().stripColor(iconFlower.getHoverName())); - } - } - } - - @Override - public ResourceLocation getUid() { - return new ResourceLocation("trellis.pot_plant"); - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/BlockInit.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/BlockInit.java deleted file mode 100644 index 1d60ff5a..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/BlockInit.java +++ /dev/null @@ -1,427 +0,0 @@ -package com.github.suel_ki.beautify.core.init; - -import com.github.suel_ki.beautify.Beautify; -import com.github.suel_ki.beautify.common.block.BookStack; -import com.github.suel_ki.beautify.common.block.BotanistWorkbench; -import com.github.suel_ki.beautify.common.block.HangingPot; -import com.github.suel_ki.beautify.common.block.LampBamboo; -import com.github.suel_ki.beautify.common.block.LampCandleabra; -import com.github.suel_ki.beautify.common.block.LampJar; -import com.github.suel_ki.beautify.common.block.LampLightBulb; -import com.github.suel_ki.beautify.common.block.Blinds; -import com.github.suel_ki.beautify.common.block.PictureFrame; -import com.github.suel_ki.beautify.common.block.Trellis; -import com.github.suel_ki.beautify.common.block.Rope; - -import net.fabricmc.fabric.api.registry.FlammableBlockRegistry; -import net.minecraft.core.Registry; -import net.minecraft.core.registries.BuiltInRegistries; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.Blocks; -import net.minecraft.world.level.block.SoundType; -import net.minecraft.world.level.block.state.BlockBehaviour; -import net.minecraft.world.level.material.MapColor; -import net.minecraft.world.level.material.PushReaction; - -public class BlockInit { - - // BLOCKS - public static final BookStack BOOKSTACK = register("bookstack", - new BookStack(BlockBehaviour.Properties.of().mapColor(MapColor.NONE) - .strength(0.2F, 0.2F).sound(SoundInit.BOOKSTACK_SOUNDS).noOcclusion())); - - public static final Rope ROPE = register("rope", - new Rope(BlockBehaviour.Properties.of().mapColor(MapColor.NONE) - .strength(0.2F, 0.2F).sound(SoundType.WOOL).noOcclusion())); - - public static final HangingPot HANGING_POT = register("hanging_pot", - new HangingPot(BlockBehaviour.Properties.of().mapColor(MapColor.TERRACOTTA_BROWN) - .noOcclusion().strength(0.1f, 0.1f).sound(SoundType.STONE).lightLevel((state) -> { - if (state.getValue(HangingPot.POTFLOWER) == 15) { - return 7; - } else if (state.getValue(HangingPot.POTFLOWER) == 22) { - return 14; - } else { - return 0; - } - }))); - - // trellis - public static final Trellis OAK_TRELLIS = register("oak_trellis", - new Trellis(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).mapColor(MapColor.WOOD).strength(0.3F, 0.3F) - .sound(SoundType.BAMBOO).noOcclusion())); - - public static final Trellis SPRUCE_TRELLIS = register("spruce_trellis", - new Trellis(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).strength(0.3F, 0.3F) - .sound(SoundType.BAMBOO).noOcclusion())); - - public static final Trellis BIRCH_TRELLIS = register("birch_trellis", - new Trellis(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).strength(0.3F, 0.3F) - .sound(SoundType.BAMBOO).noOcclusion())); - - public static final Trellis JUNGLE_TRELLIS = register("jungle_trellis", - new Trellis(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).strength(0.3F, 0.3F) - .sound(SoundType.BAMBOO).noOcclusion())); - - public static final Trellis ACACIA_TRELLIS = register("acacia_trellis", - new Trellis(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).strength(0.3F, 0.3F) - .sound(SoundType.BAMBOO).noOcclusion())); - - public static final Trellis DARK_OAK_TRELLIS = register("dark_oak_trellis", - new Trellis(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD) - .strength(0.3F, 0.3F).sound(SoundType.BAMBOO).noOcclusion())); - - public static final Trellis MANGROVE_TRELLIS = register("mangrove_trellis", - new Trellis(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD) - .strength(0.3F, 0.3F).sound(SoundType.BAMBOO).noOcclusion())); - - public static final Trellis CRIMSON_TRELLIS = register("crimson_trellis", - new Trellis(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD) - .strength(0.3F, 0.3F).sound(SoundType.BAMBOO).noOcclusion())); - - public static final Trellis CHERRY_TRELLIS = register("cherry_trellis", - new Trellis(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD) - .strength(0.3F, 0.3F).sound(SoundType.BAMBOO).noOcclusion())); - - public static final Trellis WARPED_TRELLIS = register("warped_trellis", - new Trellis(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).strength(0.3F, 0.3F) - .sound(SoundType.BAMBOO).noOcclusion())); - - // lamps - public static final LampLightBulb LAMP_LIGHT_BULB = register("lamp_light_bulb", - new LampLightBulb(BlockBehaviour.Properties.of().mapColor(MapColor.METAL).noOcclusion() - .strength(0.2f, 0.2f).sound(SoundType.LANTERN).lightLevel((state) -> { - if (state.getValue(LampLightBulb.ON)) { - return 14; - } else { - return 0; - } - }))); - - public static final LampBamboo LAMP_BAMBOO = register("lamp_bamboo", - new LampBamboo(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.1f, 0.1f).sound(SoundType.SCAFFOLDING).lightLevel((state) -> { - if (state.getValue(LampBamboo.ON)) { - return 14; - } else { - return 0; - } - }))); - - public static final LampJar LAMP_JAR = register("lamp_jar", - new LampJar(BlockBehaviour.Properties.of().mapColor(MapColor.NONE).noOcclusion() - .strength(0.05f, 0.05f).sound(SoundType.GLASS).lightLevel((state) -> { - final int fill = state.getValue(LampJar.FILL_LEVEL); - return switch (fill) { - case 5 -> 8; - case 10 -> 11; - case 15 -> 14; - default -> 0; - }; - }))); - - // candleabras - public static final LampCandleabra LAMP_CANDLEABRA = register("lamp_candleabra", - new LampCandleabra(BlockBehaviour.Properties.of().mapColor(MapColor.METAL).noOcclusion() - .strength(0.2f, 0.2f).sound(SoundType.LANTERN).lightLevel((state) -> { - if (state.getValue(LampCandleabra.ON)) { - return 14; - } else { - return 0; - } - }))); - - public static final LampCandleabra LAMP_CANDLEABRA_LIGHT_BLUE = register( - "lamp_candleabra_light_blue", - new LampCandleabra(BlockBehaviour.Properties.of().mapColor(MapColor.METAL) - .noOcclusion().strength(0.2f, 0.2f).sound(SoundType.LANTERN).lightLevel((state) -> { - if (state.getValue(LampCandleabra.ON)) { - return 14; - } else { - return 0; - } - }))); - - public static final LampCandleabra LAMP_CANDLEABRA_LIGHT_GRAY = register( - "lamp_candleabra_light_gray", - new LampCandleabra(BlockBehaviour.Properties.of().mapColor(MapColor.METAL) - .noOcclusion().strength(0.2f, 0.2f).sound(SoundType.LANTERN).lightLevel((state) -> { - if (state.getValue(LampCandleabra.ON)) { - return 14; - } else { - return 0; - } - }))); - - public static final LampCandleabra LAMP_CANDLEABRA_BLACK = register( - "lamp_candleabra_black", - new LampCandleabra(BlockBehaviour.Properties.of().mapColor(MapColor.METAL) - .noOcclusion().strength(0.2f, 0.2f).sound(SoundType.LANTERN).lightLevel((state) -> { - if (state.getValue(LampCandleabra.ON)) { - return 14; - } else { - return 0; - } - }))); - - public static final LampCandleabra LAMP_CANDLEABRA_BLUE = register( - "lamp_candleabra_blue", - new LampCandleabra(BlockBehaviour.Properties.of().mapColor(MapColor.METAL).noOcclusion() - .strength(0.2f, 0.2f).sound(SoundType.LANTERN).lightLevel((state) -> { - if (state.getValue(LampCandleabra.ON)) { - return 14; - } else { - return 0; - } - }))); - - public static final LampCandleabra LAMP_CANDLEABRA_BROWN = register( - "lamp_candleabra_brown", - new LampCandleabra(BlockBehaviour.Properties.of().mapColor(MapColor.METAL) - .noOcclusion().strength(0.2f, 0.2f).sound(SoundType.LANTERN).lightLevel((state) -> { - if (state.getValue(LampCandleabra.ON)) { - return 14; - } else { - return 0; - } - }))); - - public static final LampCandleabra LAMP_CANDLEABRA_CYAN = register( - "lamp_candleabra_cyan", - new LampCandleabra(BlockBehaviour.Properties.of().mapColor(MapColor.METAL).noOcclusion() - .strength(0.2f, 0.2f).sound(SoundType.LANTERN).lightLevel((state) -> { - if (state.getValue(LampCandleabra.ON)) { - return 14; - } else { - return 0; - } - }))); - - public static final LampCandleabra LAMP_CANDLEABRA_GRAY = register( - "lamp_candleabra_gray", - new LampCandleabra(BlockBehaviour.Properties.of().mapColor(MapColor.METAL).noOcclusion() - .strength(0.2f, 0.2f).sound(SoundType.LANTERN).lightLevel((state) -> { - if (state.getValue(LampCandleabra.ON)) { - return 14; - } else { - return 0; - } - }))); - - public static final LampCandleabra LAMP_CANDLEABRA_GREEN = register( - "lamp_candleabra_green", - new LampCandleabra(BlockBehaviour.Properties.of().mapColor(MapColor.METAL) - .noOcclusion().strength(0.2f, 0.2f).sound(SoundType.LANTERN).lightLevel((state) -> { - if (state.getValue(LampCandleabra.ON)) { - return 14; - } else { - return 0; - } - }))); - - public static final LampCandleabra LAMP_CANDLEABRA_LIME = register( - "lamp_candleabra_lime", - new LampCandleabra(BlockBehaviour.Properties.of().mapColor(MapColor.METAL).noOcclusion() - .strength(0.2f, 0.2f).sound(SoundType.LANTERN).lightLevel((state) -> { - if (state.getValue(LampCandleabra.ON)) { - return 14; - } else { - return 0; - } - }))); - - public static final LampCandleabra LAMP_CANDLEABRA_MAGENTA = register( - "lamp_candleabra_magenta", - new LampCandleabra(BlockBehaviour.Properties.of().mapColor(MapColor.METAL) - .noOcclusion().strength(0.2f, 0.2f).sound(SoundType.LANTERN).lightLevel((state) -> { - if (state.getValue(LampCandleabra.ON)) { - return 14; - } else { - return 0; - } - }))); - - public static final LampCandleabra LAMP_CANDLEABRA_ORANGE = register( - "lamp_candleabra_orange", - new LampCandleabra(BlockBehaviour.Properties.of().mapColor(MapColor.METAL) - .noOcclusion().strength(0.2f, 0.2f).sound(SoundType.LANTERN).lightLevel((state) -> { - if (state.getValue(LampCandleabra.ON)) { - return 14; - } else { - return 0; - } - }))); - - public static final LampCandleabra LAMP_CANDLEABRA_PINK = register( - "lamp_candleabra_pink", - new LampCandleabra(BlockBehaviour.Properties.of().mapColor(MapColor.METAL).noOcclusion() - .strength(0.2f, 0.2f).sound(SoundType.LANTERN).lightLevel((state) -> { - if (state.getValue(LampCandleabra.ON)) { - return 14; - } else { - return 0; - } - }))); - - public static final LampCandleabra LAMP_CANDLEABRA_PURPLE = register( - "lamp_candleabra_purple", - new LampCandleabra(BlockBehaviour.Properties.of().mapColor(MapColor.METAL) - .noOcclusion().strength(0.2f, 0.2f).sound(SoundType.LANTERN).lightLevel((state) -> { - if (state.getValue(LampCandleabra.ON)) { - return 14; - } else { - return 0; - } - }))); - - public static final LampCandleabra LAMP_CANDLEABRA_RED = register("lamp_candleabra_red", - new LampCandleabra(BlockBehaviour.Properties.of().mapColor(MapColor.METAL).noOcclusion() - .strength(0.2f, 0.2f).sound(SoundType.LANTERN).lightLevel((state) -> { - if (state.getValue(LampCandleabra.ON)) { - return 14; - } else { - return 0; - } - }))); - - public static final LampCandleabra LAMP_CANDLEABRA_WHITE = register( - "lamp_candleabra_white", - new LampCandleabra(BlockBehaviour.Properties.of().mapColor(MapColor.METAL) - .noOcclusion().strength(0.2f, 0.2f).sound(SoundType.LANTERN).lightLevel((state) -> { - if (state.getValue(LampCandleabra.ON)) { - return 14; - } else { - return 0; - } - }))); - - public static final LampCandleabra LAMP_CANDLEABRA_YELLOW = register( - "lamp_candleabra_yellow", - new LampCandleabra(BlockBehaviour.Properties.of().mapColor(MapColor.METAL) - .noOcclusion().strength(0.2f, 0.2f).sound(SoundType.LANTERN).lightLevel((state) -> { - if (state.getValue(LampCandleabra.ON)) { - return 14; - } else { - return 0; - } - }))); - - // blinds - public static final Blinds SPRUCE_BLINDS = register("spruce_blinds", - new Blinds(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.4f, 0.4f).sound(SoundType.WOOD))); - - public static final Blinds DARK_OAK_BLINDS = register("dark_oak_blinds", - new Blinds(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.4f, 0.4f).sound(SoundType.WOOD))); - - public static final Blinds CRIMSON_BLINDS = register("crimson_blinds", - new Blinds(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.4f, 0.4f).sound(SoundType.WOOD))); - - public static final Blinds CHERRY_BLINDS = register("cherry_blinds", - new Blinds(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.4f, 0.4f).sound(SoundType.WOOD))); - - public static final Blinds ACACIA_BLINDS = register("acacia_blinds", - new Blinds(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.4f, 0.4f).sound(SoundType.WOOD))); - - public static final Blinds JUNGLE_BLINDS = register("jungle_blinds", - new Blinds(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.4f, 0.4f).sound(SoundType.WOOD))); - - public static final Blinds OAK_BLINDS = register("oak_blinds", - new Blinds(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.4f, 0.4f).sound(SoundType.WOOD))); - - public static final Blinds BIRCH_BLINDS = register("birch_blinds", - new Blinds(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.4f, 0.4f).sound(SoundType.WOOD))); - - public static final Blinds WARPED_BLINDS = register("warped_blinds", - new Blinds(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.4f, 0.4f).sound(SoundType.WOOD))); - - public static final Blinds MANGROVE_BLINDS = register("mangrove_blinds", - new Blinds(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.4f, 0.4f).sound(SoundType.WOOD))); - - public static final Blinds IRON_BLINDS = register("iron_blinds", - new Blinds(BlockBehaviour.Properties.of().mapColor(MapColor.METAL).noOcclusion() - .strength(0.4f, 0.4f).sound(SoundType.CHAIN).requiresCorrectToolForDrops())); - - // picture frames - public static final PictureFrame SPRUCE_PICTURE_FRAME = register( - "spruce_picture_frame", - new PictureFrame(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.1f, 0.1f).sound(SoundType.WOOD).noOcclusion().pushReaction(PushReaction.DESTROY))); - - public static final PictureFrame DARK_OAK_PICTURE_FRAME = register( - "dark_oak_picture_frame", - new PictureFrame(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.1f, 0.1f).sound(SoundType.WOOD).noOcclusion().pushReaction(PushReaction.DESTROY))); - - public static final PictureFrame CRIMSON_PICTURE_FRAME = register( - "crimson_picture_frame", - new PictureFrame(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.1f, 0.1f).sound(SoundType.WOOD).noOcclusion().pushReaction(PushReaction.DESTROY))); - - public static final PictureFrame CHERRY_PICTURE_FRAME = register( - "cherry_picture_frame", - new PictureFrame(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.1f, 0.1f).sound(SoundType.WOOD).noOcclusion().pushReaction(PushReaction.DESTROY))); - - public static final PictureFrame ACACIA_PICTURE_FRAME = register( - "acacia_picture_frame", - new PictureFrame(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.1f, 0.1f).sound(SoundType.WOOD).noOcclusion().pushReaction(PushReaction.DESTROY))); - - public static final PictureFrame JUNGLE_PICTURE_FRAME = register( - "jungle_picture_frame", - new PictureFrame(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.1f, 0.1f).sound(SoundType.WOOD).noOcclusion().pushReaction(PushReaction.DESTROY))); - - public static final PictureFrame OAK_PICTURE_FRAME = register("oak_picture_frame", - new PictureFrame(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.1f, 0.1f).sound(SoundType.WOOD).noOcclusion().pushReaction(PushReaction.DESTROY))); - - public static final PictureFrame BIRCH_PICTURE_FRAME = register("birch_picture_frame", - new PictureFrame(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.1f, 0.1f).sound(SoundType.WOOD).noOcclusion().pushReaction(PushReaction.DESTROY))); - - public static final PictureFrame WARPED_PICTURE_FRAME = register( - "warped_picture_frame", - new PictureFrame(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.1f, 0.1f).sound(SoundType.WOOD).noOcclusion().pushReaction(PushReaction.DESTROY))); - - public static final PictureFrame MANGROVE_PICTURE_FRAME = register( - "mangrove_picture_frame", - new PictureFrame(BlockBehaviour.Properties.of().mapColor(MapColor.WOOD).noOcclusion() - .strength(0.1f, 0.1f).sound(SoundType.WOOD).noOcclusion().pushReaction(PushReaction.DESTROY))); - - public static final PictureFrame QUARTZ_PICTURE_FRAME = register( - "quartz_picture_frame", - new PictureFrame(BlockBehaviour.Properties.of().mapColor(MapColor.QUARTZ).noOcclusion() - .strength(0.1f, 0.1f).sound(SoundType.STONE).noOcclusion().pushReaction(PushReaction.DESTROY))); - - // workbench - public static final BotanistWorkbench BOTANIST_WORKBENCH = register("botanist_workbench", - new BotanistWorkbench(BlockBehaviour.Properties.copy(Blocks.CRAFTING_TABLE))); - - private static T register(String name, T block) { - return Registry.register(BuiltInRegistries.BLOCK, Beautify.id(name), block); - } - - public static void registerFlammableBlock() { - FlammableBlockRegistry flammableRegistry = FlammableBlockRegistry.getDefaultInstance(); - flammableRegistry.add(OAK_TRELLIS, 30, 20); - flammableRegistry.add(SPRUCE_TRELLIS, 30, 20); - flammableRegistry.add(BIRCH_TRELLIS, 30, 20); - flammableRegistry.add(JUNGLE_TRELLIS, 30, 20); - flammableRegistry.add(ACACIA_TRELLIS, 30, 20); - flammableRegistry.add(DARK_OAK_TRELLIS, 30, 20); - flammableRegistry.add(MANGROVE_TRELLIS, 30, 20); - flammableRegistry.add(CHERRY_TRELLIS, 30, 20); - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/ItemInit.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/ItemInit.java deleted file mode 100644 index 8444f4c6..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/ItemInit.java +++ /dev/null @@ -1,279 +0,0 @@ -package com.github.suel_ki.beautify.core.init; - -import com.github.suel_ki.beautify.Beautify; -import net.fabricmc.fabric.api.item.v1.FabricItemSettings; -import net.fabricmc.fabric.api.registry.FuelRegistry; -import net.minecraft.core.Registry; -import net.minecraft.core.registries.BuiltInRegistries; -import net.minecraft.resources.ResourceLocation; -import net.minecraft.world.item.BlockItem; -import net.minecraft.world.item.Item; - -import java.util.LinkedHashMap; -import java.util.Map; - -public final class ItemInit { - - public static final Map ITEMS = new LinkedHashMap<>(); - - // trellis - public static final BlockItem OAK_TRELLIS_ITEM = register("oak_trellis", - new BlockItem(BlockInit.OAK_TRELLIS, - new FabricItemSettings())); - - public static final BlockItem SPRUCE_TRELLIS_ITEM = register("spruce_trellis", - new BlockItem(BlockInit.SPRUCE_TRELLIS, - new FabricItemSettings())); - - public static final BlockItem BIRCH_TRELLIS_ITEM = register("birch_trellis", - new BlockItem(BlockInit.BIRCH_TRELLIS, - new FabricItemSettings())); - - public static final BlockItem JUNGLE_TRELLIS_ITEM = register("jungle_trellis", - new BlockItem(BlockInit.JUNGLE_TRELLIS, - new FabricItemSettings())); - - public static final BlockItem ACACIA_TRELLIS_ITEM = register("acacia_trellis", - new BlockItem(BlockInit.ACACIA_TRELLIS, - new FabricItemSettings())); - - public static final BlockItem DARK_OAK_TRELLIS_ITEM = register("dark_oak_trellis", - new BlockItem(BlockInit.DARK_OAK_TRELLIS, - new FabricItemSettings())); - - public static final BlockItem MANGROVE_TRELLIS_ITEM = register("mangrove_trellis", - new BlockItem(BlockInit.MANGROVE_TRELLIS, - new FabricItemSettings())); - - public static final BlockItem CRIMSON_TRELLIS_ITEM = register("crimson_trellis", - new BlockItem(BlockInit.CRIMSON_TRELLIS, - new FabricItemSettings())); - - public static final BlockItem CHERRY_TRELLIS_ITEM = register("cherry_trellis", - new BlockItem(BlockInit.CHERRY_TRELLIS, - new FabricItemSettings())); - - public static final BlockItem WARPED_TRELLIS_ITEM = register("warped_trellis", - new BlockItem(BlockInit.WARPED_TRELLIS, - new FabricItemSettings())); - - // blinds - public static final BlockItem OAK_BLINDS_ITEM = register("oak_blinds", - new BlockItem(BlockInit.OAK_BLINDS, - new FabricItemSettings())); - - public static final BlockItem SPRUCE_BLINDS_ITEM = register("spruce_blinds", - new BlockItem(BlockInit.SPRUCE_BLINDS, - new FabricItemSettings())); - - public static final BlockItem BIRCH_BLINDS_ITEM = register("birch_blinds", - new BlockItem(BlockInit.BIRCH_BLINDS, - new FabricItemSettings())); - - public static final BlockItem JUNGLE_BLINDS_ITEM = register("jungle_blinds", - new BlockItem(BlockInit.JUNGLE_BLINDS, - new FabricItemSettings())); - - public static final BlockItem ACACIA_BLINDS_ITEM = register("acacia_blinds", - new BlockItem(BlockInit.ACACIA_BLINDS, - new FabricItemSettings())); - - public static final BlockItem DARK_OAK_BLINDS_ITEM = register("dark_oak_blinds", - new BlockItem(BlockInit.DARK_OAK_BLINDS, - new FabricItemSettings())); - - public static final BlockItem CRIMSON_BLINDS_ITEM = register("crimson_blinds", - new BlockItem(BlockInit.CRIMSON_BLINDS, - new FabricItemSettings())); - - public static final BlockItem CHERRY_BLINDS_ITEM = register("cherry_blinds", - new BlockItem(BlockInit.CHERRY_BLINDS, - new FabricItemSettings())); - - public static final BlockItem WARPED_BLINDS_ITEM = register("warped_blinds", - new BlockItem(BlockInit.WARPED_BLINDS, - new FabricItemSettings())); - - public static final BlockItem MANGROVE_BLINDS_ITEM = register("mangrove_blinds", - new BlockItem(BlockInit.MANGROVE_BLINDS, - new FabricItemSettings())); - - public static final BlockItem IRON_BLINDS_ITEM = register("iron_blinds", - new BlockItem(BlockInit.IRON_BLINDS, - new FabricItemSettings())); - - // picture frame - public static final BlockItem OAK_PICTURE_FRAME_ITEM = register("oak_picture_frame", - new BlockItem(BlockInit.OAK_PICTURE_FRAME, - new FabricItemSettings())); - - public static final BlockItem SPRUCE_PICTURE_FRAME_ITEM = register("spruce_picture_frame", - new BlockItem(BlockInit.SPRUCE_PICTURE_FRAME, - new FabricItemSettings())); - - public static final BlockItem BIRCH_PICTURE_FRAME_ITEM = register("birch_picture_frame", - new BlockItem(BlockInit.BIRCH_PICTURE_FRAME, - new FabricItemSettings())); - - public static final BlockItem JUNGLE_PICTURE_FRAME_ITEM = register("jungle_picture_frame", - new BlockItem(BlockInit.JUNGLE_PICTURE_FRAME, - new FabricItemSettings())); - - public static final BlockItem ACACIA_PICTURE_FRAME_ITEM = register("acacia_picture_frame", - new BlockItem(BlockInit.ACACIA_PICTURE_FRAME, - new FabricItemSettings())); - - public static final BlockItem DARK_OAK_PICTURE_FRAME_ITEM = register("dark_oak_picture_frame", - new BlockItem(BlockInit.DARK_OAK_PICTURE_FRAME, - new FabricItemSettings())); - - public static final BlockItem CRIMSON_PICTURE_FRAME_ITEM = register("crimson_picture_frame", - new BlockItem(BlockInit.CRIMSON_PICTURE_FRAME, - new FabricItemSettings())); - - public static final BlockItem CHERRY_PICTURE_FRAME_ITEM = register("cherry_picture_frame", - new BlockItem(BlockInit.CHERRY_PICTURE_FRAME, - new FabricItemSettings())); - - public static final BlockItem WARPED_PICTURE_FRAME_ITEM = register("warped_picture_frame", - new BlockItem(BlockInit.WARPED_PICTURE_FRAME, - new FabricItemSettings())); - - public static final BlockItem MANGROVE_PICTURE_FRAME_ITEM = register("mangrove_picture_frame", - new BlockItem(BlockInit.MANGROVE_PICTURE_FRAME, - new FabricItemSettings())); - - public static final BlockItem QUARTZ_PICTURE_FRAME_ITEM = register("quartz_picture_frame", - new BlockItem(BlockInit.QUARTZ_PICTURE_FRAME, - new FabricItemSettings())); - - public static BlockItem ROPE_ITEM = register("rope", - new BlockItem(BlockInit.ROPE, - new FabricItemSettings())); - - public static final BlockItem HANGING_POT_ITEM = register("hanging_pot", - new BlockItem(BlockInit.HANGING_POT, - new FabricItemSettings())); - - public static final BlockItem BOOKSTACK_ITEM = register("bookstack", - new BlockItem(BlockInit.BOOKSTACK, - new FabricItemSettings())); - - public static final BlockItem LAMP_LIGHT_BULB_ITEM = register("lamp_light_bulb", - new BlockItem(BlockInit.LAMP_LIGHT_BULB, - new FabricItemSettings())); - - public static final BlockItem LAMP_BAMBOO_ITEM = register("lamp_bamboo", - new BlockItem(BlockInit.LAMP_BAMBOO, - new FabricItemSettings())); - - public static final BlockItem LAMP_JAR_ITEM = register("lamp_jar", - new BlockItem(BlockInit.LAMP_JAR, - new FabricItemSettings())); - - // candleabras - public static final BlockItem LAMP_CANDLEABRA_ITEM = register("lamp_candleabra", - new BlockItem(BlockInit.LAMP_CANDLEABRA, - new FabricItemSettings())); - - public static final BlockItem LAMP_CANDLEABRA_LIGHT_BLUE_ITEM = register("lamp_candleabra_light_blue", - new BlockItem(BlockInit.LAMP_CANDLEABRA_LIGHT_BLUE, - new FabricItemSettings())); - - public static final BlockItem LAMP_CANDLEABRA_LIGHT_GRAY_ITEM = register("lamp_candleabra_light_gray", - new BlockItem(BlockInit.LAMP_CANDLEABRA_LIGHT_GRAY, - new FabricItemSettings())); - - public static final BlockItem LAMP_CANDLEABRA_BLACK_ITEM = register("lamp_candleabra_black", - new BlockItem(BlockInit.LAMP_CANDLEABRA_BLACK, - new FabricItemSettings())); - - public static final BlockItem LAMP_CANDLEABRA_BLUE_ITEM = register("lamp_candleabra_blue", - new BlockItem(BlockInit.LAMP_CANDLEABRA_BLUE, - new FabricItemSettings())); - - public static final BlockItem LAMP_CANDLEABRA_BROWN_ITEM = register("lamp_candleabra_brown", - new BlockItem(BlockInit.LAMP_CANDLEABRA_BROWN, - new FabricItemSettings())); - - public static final BlockItem LAMP_CANDLEABRA_CYAN_ITEM = register("lamp_candleabra_cyan", - new BlockItem(BlockInit.LAMP_CANDLEABRA_CYAN, - new FabricItemSettings())); - - public static final BlockItem LAMP_CANDLEABRA_GRAY_ITEM = register("lamp_candleabra_gray", - new BlockItem(BlockInit.LAMP_CANDLEABRA_GRAY, - new FabricItemSettings())); - - public static final BlockItem LAMP_CANDLEABRA_GREEN_ITEM = register("lamp_candleabra_green", - new BlockItem(BlockInit.LAMP_CANDLEABRA_GREEN, - new FabricItemSettings())); - - public static final BlockItem LAMP_CANDLEABRA_LIME_ITEM = register("lamp_candleabra_lime", - new BlockItem(BlockInit.LAMP_CANDLEABRA_LIME, - new FabricItemSettings())); - - public static final BlockItem LAMP_CANDLEABRA_MAGENTA_ITEM = register("lamp_candleabra_magenta", - new BlockItem(BlockInit.LAMP_CANDLEABRA_MAGENTA, - new FabricItemSettings())); - - public static final BlockItem LAMP_CANDLEABRA_ORANGE_ITEM = register("lamp_candleabra_orange", - new BlockItem(BlockInit.LAMP_CANDLEABRA_ORANGE, - new FabricItemSettings())); - - public static final BlockItem LAMP_CANDLEABRA_PINK_ITEM = register("lamp_candleabra_pink", - new BlockItem(BlockInit.LAMP_CANDLEABRA_PINK, - new FabricItemSettings())); - - public static final BlockItem LAMP_CANDLEABRA_PURPLE_ITEM = register("lamp_candleabra_purple", - new BlockItem(BlockInit.LAMP_CANDLEABRA_PURPLE, - new FabricItemSettings())); - - public static final BlockItem LAMP_CANDLEABRA_RED_ITEM = register("lamp_candleabra_red", - new BlockItem(BlockInit.LAMP_CANDLEABRA_RED, new FabricItemSettings())); - - public static final BlockItem LAMP_CANDLEABRA_WHITE_ITEM = register("lamp_candleabra_white", - new BlockItem(BlockInit.LAMP_CANDLEABRA_WHITE, - new FabricItemSettings())); - - public static final BlockItem LAMP_CANDLEABRA_YELLOW_ITEM = register("lamp_candleabra_yellow", - new BlockItem(BlockInit.LAMP_CANDLEABRA_YELLOW, - new FabricItemSettings())); - - // workbench - public static final BlockItem BOTANIST_WORKBENCH_ITEM = register("botanist_workbench", - new BlockItem(BlockInit.BOTANIST_WORKBENCH, - new FabricItemSettings())); - - private static T register(String name, T item) { - ITEMS.put(item, Beautify.id(name)); - return Registry.register(BuiltInRegistries.ITEM, Beautify.id(name), item); - } - - public static void registerFuel() { - FuelRegistry.INSTANCE.add(OAK_TRELLIS_ITEM, 300); - FuelRegistry.INSTANCE.add(SPRUCE_TRELLIS_ITEM, 300); - FuelRegistry.INSTANCE.add(BIRCH_TRELLIS_ITEM, 300); - FuelRegistry.INSTANCE.add(JUNGLE_TRELLIS_ITEM, 300); - FuelRegistry.INSTANCE.add(ACACIA_TRELLIS_ITEM, 300); - FuelRegistry.INSTANCE.add(DARK_OAK_TRELLIS_ITEM, 300); - FuelRegistry.INSTANCE.add(MANGROVE_TRELLIS_ITEM, 300); - FuelRegistry.INSTANCE.add(CHERRY_TRELLIS_ITEM, 300); - FuelRegistry.INSTANCE.add(OAK_BLINDS_ITEM, 300); - FuelRegistry.INSTANCE.add(SPRUCE_BLINDS_ITEM, 300); - FuelRegistry.INSTANCE.add(BIRCH_BLINDS_ITEM, 300); - FuelRegistry.INSTANCE.add(JUNGLE_BLINDS_ITEM, 300); - FuelRegistry.INSTANCE.add(ACACIA_BLINDS_ITEM, 300); - FuelRegistry.INSTANCE.add(DARK_OAK_BLINDS_ITEM, 300); - FuelRegistry.INSTANCE.add(CHERRY_BLINDS_ITEM, 300); - FuelRegistry.INSTANCE.add(MANGROVE_BLINDS_ITEM, 300); - FuelRegistry.INSTANCE.add(OAK_PICTURE_FRAME_ITEM, 300); - FuelRegistry.INSTANCE.add(SPRUCE_PICTURE_FRAME_ITEM, 300); - FuelRegistry.INSTANCE.add(BIRCH_PICTURE_FRAME_ITEM, 300); - FuelRegistry.INSTANCE.add(JUNGLE_PICTURE_FRAME_ITEM, 300); - FuelRegistry.INSTANCE.add(ACACIA_PICTURE_FRAME_ITEM, 300); - FuelRegistry.INSTANCE.add(DARK_OAK_PICTURE_FRAME_ITEM, 300); - FuelRegistry.INSTANCE.add(MANGROVE_PICTURE_FRAME_ITEM, 300); - FuelRegistry.INSTANCE.add(CHERRY_PICTURE_FRAME_ITEM, 300); - FuelRegistry.INSTANCE.add(ROPE_ITEM, 100); - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/ModVillagers.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/ModVillagers.java deleted file mode 100644 index ba76946d..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/ModVillagers.java +++ /dev/null @@ -1,32 +0,0 @@ -package com.github.suel_ki.beautify.core.init; - -import com.github.suel_ki.beautify.Beautify; -import com.google.common.collect.ImmutableSet; -import net.fabricmc.fabric.api.object.builder.v1.world.poi.PointOfInterestHelper; -import net.minecraft.core.Registry; -import net.minecraft.core.registries.BuiltInRegistries; -import net.minecraft.sounds.SoundEvents; -import net.minecraft.world.entity.ai.village.poi.PoiType; -import net.minecraft.world.entity.npc.VillagerProfession; -import net.minecraft.world.level.block.state.BlockState; - - -public class ModVillagers { - - public static final PoiType BOTANIST_WORKBENCH_POI = registerPoiType("botanist_workbench_poi", - ImmutableSet.copyOf(BlockInit.BOTANIST_WORKBENCH.getStateDefinition().getPossibleStates())); - - public static final VillagerProfession BOTANIST = registerVillagerProfession("botanist", - new VillagerProfession("botanist", x -> x.value() == BOTANIST_WORKBENCH_POI, - x -> x.value() == BOTANIST_WORKBENCH_POI, ImmutableSet.of(), ImmutableSet.of(), - SoundEvents.CAVE_VINES_PLACE)); - - private static PoiType registerPoiType(String name, Iterable blocks) { - return PointOfInterestHelper.register(Beautify.id(name), 1, 1, blocks); - //return Registry.register(Registry.POINT_OF_INTEREST_TYPE, Beautify.id(name), poiType); - } - - private static T registerVillagerProfession(String name, T profession) { - return Registry.register(BuiltInRegistries.VILLAGER_PROFESSION, Beautify.id(name), profession); - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/SoundInit.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/SoundInit.java deleted file mode 100644 index 80a5ccf3..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/SoundInit.java +++ /dev/null @@ -1,31 +0,0 @@ -package com.github.suel_ki.beautify.core.init; - -import com.github.suel_ki.beautify.Beautify; -import net.minecraft.core.Registry; -import net.minecraft.core.registries.BuiltInRegistries; -import net.minecraft.sounds.SoundEvent; -import net.minecraft.world.level.block.SoundType; - -public class SoundInit { - - //BOOKSTACK - public static final SoundEvent BOOKSTACK_NEXT = registerSoundEvent("block.bookstack_next"); - public static final SoundEvent BOOKSTACK_BREAK = registerSoundEvent("block.bookstack_break"); - public static final SoundEvent BOOKSTACK_STEP = registerSoundEvent("block.bookstack_step"); - public static final SoundEvent BOOKSTACK_PLACE = registerSoundEvent("block.bookstack_place"); - public static final SoundEvent BOOKSTACK_HIT = registerSoundEvent("block.bookstack_hit"); - public static final SoundEvent BOOKSTACK_FALL = registerSoundEvent("block.bookstack_fall"); - - public static final SoundType BOOKSTACK_SOUNDS = new SoundType(1f, 1f, SoundInit.BOOKSTACK_BREAK, - SoundInit.BOOKSTACK_STEP, SoundInit.BOOKSTACK_PLACE, SoundInit.BOOKSTACK_HIT, SoundInit.BOOKSTACK_FALL); - - //BLINDS - public static final SoundEvent BLINDS_OPEN = registerSoundEvent("block.blinds_open"); - public static final SoundEvent BLINDS_CLOSE = registerSoundEvent("block.blinds_close"); - - private static SoundEvent registerSoundEvent(String name) { - return Registry.register(BuiltInRegistries.SOUND_EVENT, Beautify.id(name), SoundEvent.createVariableRangeEvent(Beautify.id(name))); - } - - -} \ No newline at end of file diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/TradesInit.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/TradesInit.java deleted file mode 100644 index 9d3b202d..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/core/init/TradesInit.java +++ /dev/null @@ -1,122 +0,0 @@ -package com.github.suel_ki.beautify.core.init; - -import net.fabricmc.fabric.api.object.builder.v1.trade.TradeOfferHelper; -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.Items; -import net.minecraft.world.item.trading.MerchantOffer; - -public class TradesInit { - - public static void addCustomTrades() { - // lvl1 - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 1, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 2), - new ItemStack(ItemInit.HANGING_POT_ITEM, 1), 16, 6, 0.02F))); - - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 1, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 3), - new ItemStack(Items.FLOWER_POT, 2), 12, 5, 0.02F))); - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 1, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 2), - new ItemStack(Items.VINE, 3), 16, 4, 0.02F))); - - // lvl2 - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 2, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 1), - new ItemStack(ItemInit.OAK_TRELLIS_ITEM, 2), 16, 3, 0.02F))); - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 2, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 1), - new ItemStack(ItemInit.SPRUCE_TRELLIS_ITEM, 2), 16, 3, 0.02F))); - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 2, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 1), - new ItemStack(ItemInit.BIRCH_TRELLIS_ITEM, 2), 16, 3, 0.02F))); - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 2, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 1), - new ItemStack(ItemInit.JUNGLE_TRELLIS_ITEM, 2), 16, 3, 0.02F))); - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 2, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 1), - new ItemStack(ItemInit.ACACIA_TRELLIS_ITEM, 2), 16, 3, 0.02F))); - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 2, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 1), - new ItemStack(ItemInit.DARK_OAK_TRELLIS_ITEM, 2), 16, 3, 0.02F))); - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 2, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 1), - new ItemStack(ItemInit.MANGROVE_TRELLIS_ITEM, 2), 16, 3, 0.02F))); - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 2, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 1), - new ItemStack(ItemInit.CRIMSON_TRELLIS_ITEM, 2), 16, 3, 0.02F))); - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 2, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 1), - new ItemStack(ItemInit.WARPED_TRELLIS_ITEM, 2), 16, 3, 0.02F))); - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 2, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 4), - new ItemStack(Items.BIG_DRIPLEAF, 3), 6, 9, 0.02F))); - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 2, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 3), - new ItemStack(Items.SMALL_DRIPLEAF, 4), 6, 8, 0.02F))); - - // lvl3 - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 3, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 1), - new ItemStack(Items.LILY_PAD, 4), 8, 5, 0.02F))); - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 3, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 3), - new ItemStack(Items.SPORE_BLOSSOM, 1), 12, 10, 0.02F))); - - // lvl4 - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 4, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 1), - new ItemStack(Items.MOSS_BLOCK, 2), 48, 3, 0.02F))); - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 4, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 2), - new ItemStack(Items.FLOWERING_AZALEA, 1), 16, 7, 0.02F))); - - // lvl 5 - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 5, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 1), - new ItemStack(Items.ROOTED_DIRT, 4), 24, 3, 0.02F))); - TradeOfferHelper.registerVillagerOffers(ModVillagers.BOTANIST, 5, factories -> factories - .add((trader, rand) -> - new MerchantOffer( - new ItemStack(Items.EMERALD, 1), - new ItemStack(Items.HANGING_ROOTS, 3), 10, 7, 0.02F))); - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/mixin/EnchantmentTableBlockMixin.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/mixin/EnchantmentTableBlockMixin.java deleted file mode 100644 index 712d0e67..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/mixin/EnchantmentTableBlockMixin.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.github.suel_ki.beautify.mixin; - -import com.github.suel_ki.beautify.core.init.BlockInit; -import net.minecraft.core.BlockPos; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.EnchantmentTableBlock; -import org.spongepowered.asm.mixin.Mixin; -import org.spongepowered.asm.mixin.injection.At; -import org.spongepowered.asm.mixin.injection.Inject; -import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable; - -@Mixin(EnchantmentTableBlock.class) -public class EnchantmentTableBlockMixin { - - @Inject(at = @At("HEAD"), method = "isValidBookShelf", cancellable = true) - private static void isValidBookShelf(Level level, BlockPos tablePos, BlockPos blockPos, CallbackInfoReturnable cir) - { - if (level.getBlockState(tablePos.offset(blockPos)).is(BlockInit.BOOKSTACK) - && level.isEmptyBlock(tablePos.offset(blockPos.getX() / 2, blockPos.getY(), blockPos.getZ() / 2))) { - cir.setReturnValue(true); - } - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/particle/ParticleInit.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/particle/ParticleInit.java deleted file mode 100644 index 50cee5fb..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/particle/ParticleInit.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.github.suel_ki.beautify.particle; - -import com.github.suel_ki.beautify.Beautify; -import com.github.suel_ki.beautify.particle.custom.GlowEssenceParticles; -import net.fabricmc.fabric.api.client.particle.v1.ParticleFactoryRegistry; -import net.fabricmc.fabric.api.particle.v1.FabricParticleTypes; -import net.minecraft.core.Registry; -import net.minecraft.core.particles.ParticleType; -import net.minecraft.core.particles.SimpleParticleType; -import net.minecraft.core.registries.BuiltInRegistries; - -public class ParticleInit { - - public static final SimpleParticleType GLOWESSENCE_PARTICLES = register("glowessence_particles", - FabricParticleTypes.simple()); - - private static > T register(String name, T particle) { - return Registry.register(BuiltInRegistries.PARTICLE_TYPE, Beautify.id(name), particle); - } - - public static void registerParticle() { - ParticleFactoryRegistry.getInstance().register(GLOWESSENCE_PARTICLES, GlowEssenceParticles.Provider::new); - } - -} - diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/particle/custom/GlowEssenceParticles.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/particle/custom/GlowEssenceParticles.java deleted file mode 100644 index 7d918193..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/particle/custom/GlowEssenceParticles.java +++ /dev/null @@ -1,81 +0,0 @@ -package com.github.suel_ki.beautify.particle.custom; - -import net.fabricmc.api.EnvType; -import net.fabricmc.api.Environment; -import net.minecraft.client.multiplayer.ClientLevel; -import net.minecraft.client.particle.Particle; -import net.minecraft.client.particle.ParticleProvider; -import net.minecraft.client.particle.ParticleRenderType; -import net.minecraft.client.particle.SpriteSet; -import net.minecraft.client.particle.TextureSheetParticle; -import net.minecraft.core.particles.SimpleParticleType; - -@Environment(EnvType.CLIENT) -public class GlowEssenceParticles extends TextureSheetParticle { - - private static final float size = 0.07f; - - protected GlowEssenceParticles(ClientLevel level, double xCoord, double yCoord, double zCoord, SpriteSet spriteSet, - double xd, double yd, double zd) { - super(level, xCoord, yCoord, zCoord, xd, yd, zd); - - this.friction = 0.8F; - this.xd = xd; - this.yd = yd; - this.zd = zd; - this.quadSize = 0; - this.lifetime = (int) (60 * (0.5 + Math.random() / 2)); - this.setSpriteFromAge(spriteSet); - - this.rCol = 1f; - this.gCol = 1f; - this.bCol = 1f; - } - - private void fadeOut() { - float fadeValue = (float) Math.sin(Math.PI * ((float) this.age / this.lifetime)); - - this.alpha = 1 * fadeValue; - this.quadSize = size * fadeValue; - } - - private void move() { - if(Math.random()<=0.05) { - this.xd = (Math.random()*2-1)/70; - } - if(Math.random()<=0.05) { - this.yd = (Math.random()*2-1)/70; - } - if(Math.random()<=0.05) { - this.zd = (Math.random()*2-1)/70; - } - } - - @Override - public ParticleRenderType getRenderType() { - return ParticleRenderType.PARTICLE_SHEET_LIT; - } - - @Override - public void tick() { - super.tick(); - - this.fadeOut(); - this.move(); - } - - @Environment(EnvType.CLIENT) - public static class Provider implements ParticleProvider { - private final SpriteSet sprites; - - public Provider(SpriteSet spriteSet) { - this.sprites = spriteSet; - } - - public Particle createParticle(SimpleParticleType particleType, ClientLevel level, double x, double y, double z, - double dx, double dy, double dz) { - return new GlowEssenceParticles(level, x, y, z, this.sprites, dx, dy, dz); - } - } - -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/util/BeautifyConfig.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/util/BeautifyConfig.java deleted file mode 100644 index 28702aa0..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/util/BeautifyConfig.java +++ /dev/null @@ -1,35 +0,0 @@ -package com.github.suel_ki.beautify.util; - -import com.github.suel_ki.beautify.Beautify; -import me.shedaniel.autoconfig.ConfigData; -import me.shedaniel.autoconfig.annotation.Config; -import me.shedaniel.autoconfig.annotation.ConfigEntry; -import me.shedaniel.cloth.clothconfig.shadowed.blue.endless.jankson.Comment; - -@Config(name = Beautify.MODID) -public class BeautifyConfig implements ConfigData { - - @ConfigEntry.Gui.CollapsibleObject - public Blinds blinds = new Blinds(); - - @ConfigEntry.Gui.CollapsibleObject - public Houses houses = new Houses(); - - public static class Blinds { - @ConfigEntry.Gui.Tooltip - @ConfigEntry.BoundedDiscrete(min = 0, max = 100) - @Comment("Searches X-Blocks below and X/2 to the sides of the clicked blind for others and opens/closes them too") - public int searchRadius = 6; - - @ConfigEntry.Gui.Tooltip - @Comment("Opens blinds from the topmost blind on if true") - public boolean opensFromRoot = true; - } - - public static class Houses { - @ConfigEntry.Gui.Tooltip - @Comment("Defines the chance of a Botanist Villager House inside a village") - public int botanistSpawnWeight = 2; - } - -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/util/ModMenuConfig.java b/mod/beautify/src/main/java/com/github/suel_ki/beautify/util/ModMenuConfig.java deleted file mode 100644 index 8a5d6cfc..00000000 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/util/ModMenuConfig.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.github.suel_ki.beautify.util; - -import com.terraformersmc.modmenu.api.ConfigScreenFactory; -import com.terraformersmc.modmenu.api.ModMenuApi; -import me.shedaniel.autoconfig.AutoConfig; - -public class ModMenuConfig implements ModMenuApi { - - @Override - public ConfigScreenFactory getModConfigScreenFactory() { - return parent -> AutoConfig.getConfigScreen(BeautifyConfig.class, parent).get(); - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/acacia_blinds.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/acacia_blinds.json deleted file mode 100644 index 40e5b45d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/acacia_blinds.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "variants": { - "open=false,facing=north,hidden=false": { - "model": "beautify:block/blinds/acacia_blinds_up" - }, - "open=false,facing=east,hidden=false": { - "model": "beautify:block/blinds/acacia_blinds_up", - "y": 90 - }, - "open=false,facing=south,hidden=false": { - "model": "beautify:block/blinds/acacia_blinds_up", - "y": 180 - }, - "open=false,facing=west,hidden=false": { - "model": "beautify:block/blinds/acacia_blinds_up", - "y": 270 - }, - "open=true,facing=north,hidden=false": { - "model": "beautify:block/blinds/acacia_blinds_down" - }, - "open=true,facing=east,hidden=false": { - "model": "beautify:block/blinds/acacia_blinds_down", - "y": 90 - }, - "open=true,facing=south,hidden=false": { - "model": "beautify:block/blinds/acacia_blinds_down", - "y": 180 - }, - "open=true,facing=west,hidden=false": { - "model": "beautify:block/blinds/acacia_blinds_down", - "y": 270 - }, - "hidden=true":{ - "model": "beautify:block/blinds/none" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/acacia_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/acacia_picture_frame.json deleted file mode 100644 index 8af10e80..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/acacia_picture_frame.json +++ /dev/null @@ -1,199 +0,0 @@ -{ - "variants": { - "frame_motive=0,facing=north": { - "model": "beautify:block/pictureframes/acacia_sunset_picture_frame" - }, - "frame_motive=0,facing=east": { - "model": "beautify:block/pictureframes/acacia_sunset_picture_frame", - "y": 90 - }, - "frame_motive=0,facing=south": { - "model": "beautify:block/pictureframes/acacia_sunset_picture_frame", - "y": 180 - }, - "frame_motive=0,facing=west": { - "model": "beautify:block/pictureframes/acacia_sunset_picture_frame", - "y": 270 - }, - "frame_motive=1,facing=north": { - "model": "beautify:block/pictureframes/acacia_flower_picture_frame" - }, - "frame_motive=1,facing=east": { - "model": "beautify:block/pictureframes/acacia_flower_picture_frame", - "y": 90 - }, - "frame_motive=1,facing=south": { - "model": "beautify:block/pictureframes/acacia_flower_picture_frame", - "y": 180 - }, - "frame_motive=1,facing=west": { - "model": "beautify:block/pictureframes/acacia_flower_picture_frame", - "y": 270 - }, - "frame_motive=2,facing=north": { - "model": "beautify:block/pictureframes/acacia_wasteland_picture_frame" - }, - "frame_motive=2,facing=east": { - "model": "beautify:block/pictureframes/acacia_wasteland_picture_frame", - "y": 90 - }, - "frame_motive=2,facing=south": { - "model": "beautify:block/pictureframes/acacia_wasteland_picture_frame", - "y": 180 - }, - "frame_motive=2,facing=west": { - "model": "beautify:block/pictureframes/acacia_wasteland_picture_frame", - "y": 270 - }, - "frame_motive=3,facing=north": { - "model": "beautify:block/pictureframes/acacia_plant_picture_frame" - }, - "frame_motive=3,facing=east": { - "model": "beautify:block/pictureframes/acacia_plant_picture_frame", - "y": 90 - }, - "frame_motive=3,facing=south": { - "model": "beautify:block/pictureframes/acacia_plant_picture_frame", - "y": 180 - }, - "frame_motive=3,facing=west": { - "model": "beautify:block/pictureframes/acacia_plant_picture_frame", - "y": 270 - }, - "frame_motive=4,facing=north": { - "model": "beautify:block/pictureframes/acacia_kebab_picture_frame" - }, - "frame_motive=4,facing=east": { - "model": "beautify:block/pictureframes/acacia_kebab_picture_frame", - "y": 90 - }, - "frame_motive=4,facing=south": { - "model": "beautify:block/pictureframes/acacia_kebab_picture_frame", - "y": 180 - }, - "frame_motive=4,facing=west": { - "model": "beautify:block/pictureframes/acacia_kebab_picture_frame", - "y": 270 - }, - "frame_motive=5,facing=north": { - "model": "beautify:block/pictureframes/acacia_aztec2_picture_frame" - }, - "frame_motive=5,facing=east": { - "model": "beautify:block/pictureframes/acacia_aztec2_picture_frame", - "y": 90 - }, - "frame_motive=5,facing=south": { - "model": "beautify:block/pictureframes/acacia_aztec2_picture_frame", - "y": 180 - }, - "frame_motive=5,facing=west": { - "model": "beautify:block/pictureframes/acacia_aztec2_picture_frame", - "y": 270 - }, - "frame_motive=6,facing=north": { - "model": "beautify:block/pictureframes/acacia_aztec_picture_frame" - }, - "frame_motive=6,facing=east": { - "model": "beautify:block/pictureframes/acacia_aztec_picture_frame", - "y": 90 - }, - "frame_motive=6,facing=south": { - "model": "beautify:block/pictureframes/acacia_aztec_picture_frame", - "y": 180 - }, - "frame_motive=6,facing=west": { - "model": "beautify:block/pictureframes/acacia_aztec_picture_frame", - "y": 270 - }, - "frame_motive=7,facing=north": { - "model": "beautify:block/pictureframes/acacia_alban_picture_frame" - }, - "frame_motive=7,facing=east": { - "model": "beautify:block/pictureframes/acacia_alban_picture_frame", - "y": 90 - }, - "frame_motive=7,facing=south": { - "model": "beautify:block/pictureframes/acacia_alban_picture_frame", - "y": 180 - }, - "frame_motive=7,facing=west": { - "model": "beautify:block/pictureframes/acacia_alban_picture_frame", - "y": 270 - }, - "frame_motive=8,facing=north": { - "model": "beautify:block/pictureframes/acacia_bomb_picture_frame" - }, - "frame_motive=8,facing=east": { - "model": "beautify:block/pictureframes/acacia_bomb_picture_frame", - "y": 90 - }, - "frame_motive=8,facing=south": { - "model": "beautify:block/pictureframes/acacia_bomb_picture_frame", - "y": 180 - }, - "frame_motive=8,facing=west": { - "model": "beautify:block/pictureframes/acacia_bomb_picture_frame", - "y": 270 - }, - "frame_motive=9,facing=north": { - "model": "beautify:block/pictureframes/acacia_shroom_picture_frame" - }, - "frame_motive=9,facing=east": { - "model": "beautify:block/pictureframes/acacia_shroom_picture_frame", - "y": 90 - }, - "frame_motive=9,facing=south": { - "model": "beautify:block/pictureframes/acacia_shroom_picture_frame", - "y": 180 - }, - "frame_motive=9,facing=west": { - "model": "beautify:block/pictureframes/acacia_shroom_picture_frame", - "y": 270 - }, - "frame_motive=10,facing=north": { - "model": "beautify:block/pictureframes/acacia_river_picture_frame" - }, - "frame_motive=10,facing=east": { - "model": "beautify:block/pictureframes/acacia_river_picture_frame", - "y": 90 - }, - "frame_motive=10,facing=south": { - "model": "beautify:block/pictureframes/acacia_river_picture_frame", - "y": 180 - }, - "frame_motive=10,facing=west": { - "model": "beautify:block/pictureframes/acacia_river_picture_frame", - "y": 270 - }, - "frame_motive=11,facing=north": { - "model": "beautify:block/pictureframes/acacia_beach_picture_frame" - }, - "frame_motive=11,facing=east": { - "model": "beautify:block/pictureframes/acacia_beach_picture_frame", - "y": 90 - }, - "frame_motive=11,facing=south": { - "model": "beautify:block/pictureframes/acacia_beach_picture_frame", - "y": 180 - }, - "frame_motive=11,facing=west": { - "model": "beautify:block/pictureframes/acacia_beach_picture_frame", - "y": 270 - }, - "frame_motive=12,facing=north": { - "model": "beautify:block/pictureframes/acacia_frog_picture_frame" - }, - "frame_motive=12,facing=east": { - "model": "beautify:block/pictureframes/acacia_frog_picture_frame", - "y": 90 - }, - "frame_motive=12,facing=south": { - "model": "beautify:block/pictureframes/acacia_frog_picture_frame", - "y": 180 - }, - "frame_motive=12,facing=west": { - "model": "beautify:block/pictureframes/acacia_frog_picture_frame", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/acacia_trellis.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/acacia_trellis.json deleted file mode 100644 index 5bcb1ef0..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/acacia_trellis.json +++ /dev/null @@ -1,247 +0,0 @@ -{ - "variants": { - "ceilling=false,facing=north,flowers=0": { - "model": "beautify:block/trellis/acacia/closed_trellis", - "y": 270 - }, - "ceilling=false,facing=east,flowers=0": { - "model": "beautify:block/trellis/acacia/closed_trellis" - }, - "ceilling=false,facing=south,flowers=0": { - "model": "beautify:block/trellis/acacia/closed_trellis", - "y": 90 - }, - "ceilling=false,facing=west,flowers=0": { - "model": "beautify:block/trellis/acacia/closed_trellis", - "y": 180 - }, - "ceilling=true,facing=north,flowers=0": { - "model": "beautify:block/trellis/acacia/open_trellis" - }, - "ceilling=true,facing=east,flowers=0": { - "model": "beautify:block/trellis/acacia/open_trellis" - }, - "ceilling=true,facing=south,flowers=0": { - "model": "beautify:block/trellis/acacia/open_trellis" - }, - "ceilling=true,facing=west,flowers=0": { - "model": "beautify:block/trellis/acacia/open_trellis" - }, - "ceilling=false,facing=north,flowers=1": { - "model": "beautify:block/trellis/acacia/closed_trellis_rose", - "y": 270 - }, - "ceilling=false,facing=east,flowers=1": { - "model": "beautify:block/trellis/acacia/closed_trellis_rose" - }, - "ceilling=false,facing=south,flowers=1": { - "model": "beautify:block/trellis/acacia/closed_trellis_rose", - "y": 90 - }, - "ceilling=false,facing=west,flowers=1": { - "model": "beautify:block/trellis/acacia/closed_trellis_rose", - "y": 180 - }, - "ceilling=true,facing=north,flowers=1": { - "model": "beautify:block/trellis/acacia/open_trellis_rose" - }, - "ceilling=true,facing=east,flowers=1": { - "model": "beautify:block/trellis/acacia/open_trellis_rose" - }, - "ceilling=true,facing=south,flowers=1": { - "model": "beautify:block/trellis/acacia/open_trellis_rose" - }, - "ceilling=true,facing=west,flowers=1": { - "model": "beautify:block/trellis/acacia/open_trellis_rose" - }, - "ceilling=false,facing=north,flowers=2": { - "model": "beautify:block/trellis/acacia/closed_trellis_sunflower", - "y": 270 - }, - "ceilling=false,facing=east,flowers=2": { - "model": "beautify:block/trellis/acacia/closed_trellis_sunflower" - }, - "ceilling=false,facing=south,flowers=2": { - "model": "beautify:block/trellis/acacia/closed_trellis_sunflower", - "y": 90 - }, - "ceilling=false,facing=west,flowers=2": { - "model": "beautify:block/trellis/acacia/closed_trellis_sunflower", - "y": 180 - }, - "ceilling=true,facing=north,flowers=2": { - "model": "beautify:block/trellis/acacia/open_trellis_sunflower" - }, - "ceilling=true,facing=east,flowers=2": { - "model": "beautify:block/trellis/acacia/open_trellis_sunflower" - }, - "ceilling=true,facing=south,flowers=2": { - "model": "beautify:block/trellis/acacia/open_trellis_sunflower" - }, - "ceilling=true,facing=west,flowers=2": { - "model": "beautify:block/trellis/acacia/open_trellis_sunflower" - }, - "ceilling=false,facing=north,flowers=3": { - "model": "beautify:block/trellis/acacia/closed_trellis_peony", - "y": 270 - }, - "ceilling=false,facing=east,flowers=3": { - "model": "beautify:block/trellis/acacia/closed_trellis_peony" - }, - "ceilling=false,facing=south,flowers=3": { - "model": "beautify:block/trellis/acacia/closed_trellis_peony", - "y": 90 - }, - "ceilling=false,facing=west,flowers=3": { - "model": "beautify:block/trellis/acacia/closed_trellis_peony", - "y": 180 - }, - "ceilling=true,facing=north,flowers=3": { - "model": "beautify:block/trellis/acacia/open_trellis_peony" - }, - "ceilling=true,facing=east,flowers=3": { - "model": "beautify:block/trellis/acacia/open_trellis_peony" - }, - "ceilling=true,facing=south,flowers=3": { - "model": "beautify:block/trellis/acacia/open_trellis_peony" - }, - "ceilling=true,facing=west,flowers=3": { - "model": "beautify:block/trellis/acacia/open_trellis_peony" - }, - "ceilling=false,facing=north,flowers=4": { - "model": "beautify:block/trellis/acacia/closed_trellis_lilac", - "y": 270 - }, - "ceilling=false,facing=east,flowers=4": { - "model": "beautify:block/trellis/acacia/closed_trellis_lilac" - }, - "ceilling=false,facing=south,flowers=4": { - "model": "beautify:block/trellis/acacia/closed_trellis_lilac", - "y": 90 - }, - "ceilling=false,facing=west,flowers=4": { - "model": "beautify:block/trellis/acacia/closed_trellis_lilac", - "y": 180 - }, - "ceilling=true,facing=north,flowers=4": { - "model": "beautify:block/trellis/acacia/open_trellis_lilac" - }, - "ceilling=true,facing=east,flowers=4": { - "model": "beautify:block/trellis/acacia/open_trellis_lilac" - }, - "ceilling=true,facing=south,flowers=4": { - "model": "beautify:block/trellis/acacia/open_trellis_lilac" - }, - "ceilling=true,facing=west,flowers=4": { - "model": "beautify:block/trellis/acacia/open_trellis_lilac" - }, - "ceilling=false,facing=north,flowers=5": { - "model": "beautify:block/trellis/acacia/closed_trellis_vine", - "y": 270 - }, - "ceilling=false,facing=east,flowers=5": { - "model": "beautify:block/trellis/acacia/closed_trellis_vine" - }, - "ceilling=false,facing=south,flowers=5": { - "model": "beautify:block/trellis/acacia/closed_trellis_vine", - "y": 90 - }, - "ceilling=false,facing=west,flowers=5": { - "model": "beautify:block/trellis/acacia/closed_trellis_vine", - "y": 180 - }, - "ceilling=true,facing=north,flowers=5": { - "model": "beautify:block/trellis/acacia/open_trellis_vine" - }, - "ceilling=true,facing=east,flowers=5": { - "model": "beautify:block/trellis/acacia/open_trellis_vine" - }, - "ceilling=true,facing=south,flowers=5": { - "model": "beautify:block/trellis/acacia/open_trellis_vine" - }, - "ceilling=true,facing=west,flowers=5": { - "model": "beautify:block/trellis/acacia/open_trellis_vine" - }, - "ceilling=false,facing=north,flowers=6": { - "model": "beautify:block/trellis/acacia/closed_trellis_weeping_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=6": { - "model": "beautify:block/trellis/acacia/closed_trellis_weeping_vines" - }, - "ceilling=false,facing=south,flowers=6": { - "model": "beautify:block/trellis/acacia/closed_trellis_weeping_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=6": { - "model": "beautify:block/trellis/acacia/closed_trellis_weeping_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=6": { - "model": "beautify:block/trellis/acacia/open_trellis_weeping_vines" - }, - "ceilling=true,facing=east,flowers=6": { - "model": "beautify:block/trellis/acacia/open_trellis_weeping_vines" - }, - "ceilling=true,facing=south,flowers=6": { - "model": "beautify:block/trellis/acacia/open_trellis_weeping_vines" - }, - "ceilling=true,facing=west,flowers=6": { - "model": "beautify:block/trellis/acacia/open_trellis_weeping_vines" - }, - "ceilling=false,facing=north,flowers=7": { - "model": "beautify:block/trellis/acacia/closed_trellis_twisting_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=7": { - "model": "beautify:block/trellis/acacia/closed_trellis_twisting_vines" - }, - "ceilling=false,facing=south,flowers=7": { - "model": "beautify:block/trellis/acacia/closed_trellis_twisting_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=7": { - "model": "beautify:block/trellis/acacia/closed_trellis_twisting_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=7": { - "model": "beautify:block/trellis/acacia/open_trellis_twisting_vines" - }, - "ceilling=true,facing=east,flowers=7": { - "model": "beautify:block/trellis/acacia/open_trellis_twisting_vines" - }, - "ceilling=true,facing=south,flowers=7": { - "model": "beautify:block/trellis/acacia/open_trellis_twisting_vines" - }, - "ceilling=true,facing=west,flowers=7": { - "model": "beautify:block/trellis/acacia/open_trellis_twisting_vines" - }, - "ceilling=false,facing=north,flowers=8": { - "model": "beautify:block/trellis/acacia/closed_trellis_lichen", - "y": 270 - }, - "ceilling=false,facing=east,flowers=8": { - "model": "beautify:block/trellis/acacia/closed_trellis_lichen" - }, - "ceilling=false,facing=south,flowers=8": { - "model": "beautify:block/trellis/acacia/closed_trellis_lichen", - "y": 90 - }, - "ceilling=false,facing=west,flowers=8": { - "model": "beautify:block/trellis/acacia/closed_trellis_lichen", - "y": 180 - }, - "ceilling=true,facing=north,flowers=8": { - "model": "beautify:block/trellis/acacia/open_trellis_lichen" - }, - "ceilling=true,facing=east,flowers=8": { - "model": "beautify:block/trellis/acacia/open_trellis_lichen" - }, - "ceilling=true,facing=south,flowers=8": { - "model": "beautify:block/trellis/acacia/open_trellis_lichen" - }, - "ceilling=true,facing=west,flowers=8": { - "model": "beautify:block/trellis/acacia/open_trellis_lichen" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/birch_blinds.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/birch_blinds.json deleted file mode 100644 index 628ee2e7..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/birch_blinds.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "variants": { - "open=false,facing=north,hidden=false": { - "model": "beautify:block/blinds/birch_blinds_up" - }, - "open=false,facing=east,hidden=false": { - "model": "beautify:block/blinds/birch_blinds_up", - "y": 90 - }, - "open=false,facing=south,hidden=false": { - "model": "beautify:block/blinds/birch_blinds_up", - "y": 180 - }, - "open=false,facing=west,hidden=false": { - "model": "beautify:block/blinds/birch_blinds_up", - "y": 270 - }, - "open=true,facing=north,hidden=false": { - "model": "beautify:block/blinds/birch_blinds_down" - }, - "open=true,facing=east,hidden=false": { - "model": "beautify:block/blinds/birch_blinds_down", - "y": 90 - }, - "open=true,facing=south,hidden=false": { - "model": "beautify:block/blinds/birch_blinds_down", - "y": 180 - }, - "open=true,facing=west,hidden=false": { - "model": "beautify:block/blinds/birch_blinds_down", - "y": 270 - }, - "hidden=true":{ - "model": "beautify:block/blinds/none" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/birch_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/birch_picture_frame.json deleted file mode 100644 index 4e68a391..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/birch_picture_frame.json +++ /dev/null @@ -1,199 +0,0 @@ -{ - "variants": { - "frame_motive=0,facing=north": { - "model": "beautify:block/pictureframes/birch_sunset_picture_frame" - }, - "frame_motive=0,facing=east": { - "model": "beautify:block/pictureframes/birch_sunset_picture_frame", - "y": 90 - }, - "frame_motive=0,facing=south": { - "model": "beautify:block/pictureframes/birch_sunset_picture_frame", - "y": 180 - }, - "frame_motive=0,facing=west": { - "model": "beautify:block/pictureframes/birch_sunset_picture_frame", - "y": 270 - }, - "frame_motive=1,facing=north": { - "model": "beautify:block/pictureframes/birch_flower_picture_frame" - }, - "frame_motive=1,facing=east": { - "model": "beautify:block/pictureframes/birch_flower_picture_frame", - "y": 90 - }, - "frame_motive=1,facing=south": { - "model": "beautify:block/pictureframes/birch_flower_picture_frame", - "y": 180 - }, - "frame_motive=1,facing=west": { - "model": "beautify:block/pictureframes/birch_flower_picture_frame", - "y": 270 - }, - "frame_motive=2,facing=north": { - "model": "beautify:block/pictureframes/birch_wasteland_picture_frame" - }, - "frame_motive=2,facing=east": { - "model": "beautify:block/pictureframes/birch_wasteland_picture_frame", - "y": 90 - }, - "frame_motive=2,facing=south": { - "model": "beautify:block/pictureframes/birch_wasteland_picture_frame", - "y": 180 - }, - "frame_motive=2,facing=west": { - "model": "beautify:block/pictureframes/birch_wasteland_picture_frame", - "y": 270 - }, - "frame_motive=3,facing=north": { - "model": "beautify:block/pictureframes/birch_plant_picture_frame" - }, - "frame_motive=3,facing=east": { - "model": "beautify:block/pictureframes/birch_plant_picture_frame", - "y": 90 - }, - "frame_motive=3,facing=south": { - "model": "beautify:block/pictureframes/birch_plant_picture_frame", - "y": 180 - }, - "frame_motive=3,facing=west": { - "model": "beautify:block/pictureframes/birch_plant_picture_frame", - "y": 270 - }, - "frame_motive=4,facing=north": { - "model": "beautify:block/pictureframes/birch_kebab_picture_frame" - }, - "frame_motive=4,facing=east": { - "model": "beautify:block/pictureframes/birch_kebab_picture_frame", - "y": 90 - }, - "frame_motive=4,facing=south": { - "model": "beautify:block/pictureframes/birch_kebab_picture_frame", - "y": 180 - }, - "frame_motive=4,facing=west": { - "model": "beautify:block/pictureframes/birch_kebab_picture_frame", - "y": 270 - }, - "frame_motive=5,facing=north": { - "model": "beautify:block/pictureframes/birch_aztec2_picture_frame" - }, - "frame_motive=5,facing=east": { - "model": "beautify:block/pictureframes/birch_aztec2_picture_frame", - "y": 90 - }, - "frame_motive=5,facing=south": { - "model": "beautify:block/pictureframes/birch_aztec2_picture_frame", - "y": 180 - }, - "frame_motive=5,facing=west": { - "model": "beautify:block/pictureframes/birch_aztec2_picture_frame", - "y": 270 - }, - "frame_motive=6,facing=north": { - "model": "beautify:block/pictureframes/birch_aztec_picture_frame" - }, - "frame_motive=6,facing=east": { - "model": "beautify:block/pictureframes/birch_aztec_picture_frame", - "y": 90 - }, - "frame_motive=6,facing=south": { - "model": "beautify:block/pictureframes/birch_aztec_picture_frame", - "y": 180 - }, - "frame_motive=6,facing=west": { - "model": "beautify:block/pictureframes/birch_aztec_picture_frame", - "y": 270 - }, - "frame_motive=7,facing=north": { - "model": "beautify:block/pictureframes/birch_alban_picture_frame" - }, - "frame_motive=7,facing=east": { - "model": "beautify:block/pictureframes/birch_alban_picture_frame", - "y": 90 - }, - "frame_motive=7,facing=south": { - "model": "beautify:block/pictureframes/birch_alban_picture_frame", - "y": 180 - }, - "frame_motive=7,facing=west": { - "model": "beautify:block/pictureframes/birch_alban_picture_frame", - "y": 270 - }, - "frame_motive=8,facing=north": { - "model": "beautify:block/pictureframes/birch_bomb_picture_frame" - }, - "frame_motive=8,facing=east": { - "model": "beautify:block/pictureframes/birch_bomb_picture_frame", - "y": 90 - }, - "frame_motive=8,facing=south": { - "model": "beautify:block/pictureframes/birch_bomb_picture_frame", - "y": 180 - }, - "frame_motive=8,facing=west": { - "model": "beautify:block/pictureframes/birch_bomb_picture_frame", - "y": 270 - }, - "frame_motive=9,facing=north": { - "model": "beautify:block/pictureframes/birch_shroom_picture_frame" - }, - "frame_motive=9,facing=east": { - "model": "beautify:block/pictureframes/birch_shroom_picture_frame", - "y": 90 - }, - "frame_motive=9,facing=south": { - "model": "beautify:block/pictureframes/birch_shroom_picture_frame", - "y": 180 - }, - "frame_motive=9,facing=west": { - "model": "beautify:block/pictureframes/birch_shroom_picture_frame", - "y": 270 - }, - "frame_motive=10,facing=north": { - "model": "beautify:block/pictureframes/birch_river_picture_frame" - }, - "frame_motive=10,facing=east": { - "model": "beautify:block/pictureframes/birch_river_picture_frame", - "y": 90 - }, - "frame_motive=10,facing=south": { - "model": "beautify:block/pictureframes/birch_river_picture_frame", - "y": 180 - }, - "frame_motive=10,facing=west": { - "model": "beautify:block/pictureframes/birch_river_picture_frame", - "y": 270 - }, - "frame_motive=11,facing=north": { - "model": "beautify:block/pictureframes/birch_beach_picture_frame" - }, - "frame_motive=11,facing=east": { - "model": "beautify:block/pictureframes/birch_beach_picture_frame", - "y": 90 - }, - "frame_motive=11,facing=south": { - "model": "beautify:block/pictureframes/birch_beach_picture_frame", - "y": 180 - }, - "frame_motive=11,facing=west": { - "model": "beautify:block/pictureframes/birch_beach_picture_frame", - "y": 270 - }, - "frame_motive=12,facing=north": { - "model": "beautify:block/pictureframes/birch_frog_picture_frame" - }, - "frame_motive=12,facing=east": { - "model": "beautify:block/pictureframes/birch_frog_picture_frame", - "y": 90 - }, - "frame_motive=12,facing=south": { - "model": "beautify:block/pictureframes/birch_frog_picture_frame", - "y": 180 - }, - "frame_motive=12,facing=west": { - "model": "beautify:block/pictureframes/birch_frog_picture_frame", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/birch_trellis.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/birch_trellis.json deleted file mode 100644 index ff9aaabc..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/birch_trellis.json +++ /dev/null @@ -1,247 +0,0 @@ -{ - "variants": { - "ceilling=false,facing=north,flowers=0": { - "model": "beautify:block/trellis/birch/closed_trellis", - "y": 270 - }, - "ceilling=false,facing=east,flowers=0": { - "model": "beautify:block/trellis/birch/closed_trellis" - }, - "ceilling=false,facing=south,flowers=0": { - "model": "beautify:block/trellis/birch/closed_trellis", - "y": 90 - }, - "ceilling=false,facing=west,flowers=0": { - "model": "beautify:block/trellis/birch/closed_trellis", - "y": 180 - }, - "ceilling=true,facing=north,flowers=0": { - "model": "beautify:block/trellis/birch/open_trellis" - }, - "ceilling=true,facing=east,flowers=0": { - "model": "beautify:block/trellis/birch/open_trellis" - }, - "ceilling=true,facing=south,flowers=0": { - "model": "beautify:block/trellis/birch/open_trellis" - }, - "ceilling=true,facing=west,flowers=0": { - "model": "beautify:block/trellis/birch/open_trellis" - }, - "ceilling=false,facing=north,flowers=1": { - "model": "beautify:block/trellis/birch/closed_trellis_rose", - "y": 270 - }, - "ceilling=false,facing=east,flowers=1": { - "model": "beautify:block/trellis/birch/closed_trellis_rose" - }, - "ceilling=false,facing=south,flowers=1": { - "model": "beautify:block/trellis/birch/closed_trellis_rose", - "y": 90 - }, - "ceilling=false,facing=west,flowers=1": { - "model": "beautify:block/trellis/birch/closed_trellis_rose", - "y": 180 - }, - "ceilling=true,facing=north,flowers=1": { - "model": "beautify:block/trellis/birch/open_trellis_rose" - }, - "ceilling=true,facing=east,flowers=1": { - "model": "beautify:block/trellis/birch/open_trellis_rose" - }, - "ceilling=true,facing=south,flowers=1": { - "model": "beautify:block/trellis/birch/open_trellis_rose" - }, - "ceilling=true,facing=west,flowers=1": { - "model": "beautify:block/trellis/birch/open_trellis_rose" - }, - "ceilling=false,facing=north,flowers=2": { - "model": "beautify:block/trellis/birch/closed_trellis_sunflower", - "y": 270 - }, - "ceilling=false,facing=east,flowers=2": { - "model": "beautify:block/trellis/birch/closed_trellis_sunflower" - }, - "ceilling=false,facing=south,flowers=2": { - "model": "beautify:block/trellis/birch/closed_trellis_sunflower", - "y": 90 - }, - "ceilling=false,facing=west,flowers=2": { - "model": "beautify:block/trellis/birch/closed_trellis_sunflower", - "y": 180 - }, - "ceilling=true,facing=north,flowers=2": { - "model": "beautify:block/trellis/birch/open_trellis_sunflower" - }, - "ceilling=true,facing=east,flowers=2": { - "model": "beautify:block/trellis/birch/open_trellis_sunflower" - }, - "ceilling=true,facing=south,flowers=2": { - "model": "beautify:block/trellis/birch/open_trellis_sunflower" - }, - "ceilling=true,facing=west,flowers=2": { - "model": "beautify:block/trellis/birch/open_trellis_sunflower" - }, - "ceilling=false,facing=north,flowers=3": { - "model": "beautify:block/trellis/birch/closed_trellis_peony", - "y": 270 - }, - "ceilling=false,facing=east,flowers=3": { - "model": "beautify:block/trellis/birch/closed_trellis_peony" - }, - "ceilling=false,facing=south,flowers=3": { - "model": "beautify:block/trellis/birch/closed_trellis_peony", - "y": 90 - }, - "ceilling=false,facing=west,flowers=3": { - "model": "beautify:block/trellis/birch/closed_trellis_peony", - "y": 180 - }, - "ceilling=true,facing=north,flowers=3": { - "model": "beautify:block/trellis/birch/open_trellis_peony" - }, - "ceilling=true,facing=east,flowers=3": { - "model": "beautify:block/trellis/birch/open_trellis_peony" - }, - "ceilling=true,facing=south,flowers=3": { - "model": "beautify:block/trellis/birch/open_trellis_peony" - }, - "ceilling=true,facing=west,flowers=3": { - "model": "beautify:block/trellis/birch/open_trellis_peony" - }, - "ceilling=false,facing=north,flowers=4": { - "model": "beautify:block/trellis/birch/closed_trellis_lilac", - "y": 270 - }, - "ceilling=false,facing=east,flowers=4": { - "model": "beautify:block/trellis/birch/closed_trellis_lilac" - }, - "ceilling=false,facing=south,flowers=4": { - "model": "beautify:block/trellis/birch/closed_trellis_lilac", - "y": 90 - }, - "ceilling=false,facing=west,flowers=4": { - "model": "beautify:block/trellis/birch/closed_trellis_lilac", - "y": 180 - }, - "ceilling=true,facing=north,flowers=4": { - "model": "beautify:block/trellis/birch/open_trellis_lilac" - }, - "ceilling=true,facing=east,flowers=4": { - "model": "beautify:block/trellis/birch/open_trellis_lilac" - }, - "ceilling=true,facing=south,flowers=4": { - "model": "beautify:block/trellis/birch/open_trellis_lilac" - }, - "ceilling=true,facing=west,flowers=4": { - "model": "beautify:block/trellis/birch/open_trellis_lilac" - }, - "ceilling=false,facing=north,flowers=5": { - "model": "beautify:block/trellis/birch/closed_trellis_vine", - "y": 270 - }, - "ceilling=false,facing=east,flowers=5": { - "model": "beautify:block/trellis/birch/closed_trellis_vine" - }, - "ceilling=false,facing=south,flowers=5": { - "model": "beautify:block/trellis/birch/closed_trellis_vine", - "y": 90 - }, - "ceilling=false,facing=west,flowers=5": { - "model": "beautify:block/trellis/birch/closed_trellis_vine", - "y": 180 - }, - "ceilling=true,facing=north,flowers=5": { - "model": "beautify:block/trellis/birch/open_trellis_vine" - }, - "ceilling=true,facing=east,flowers=5": { - "model": "beautify:block/trellis/birch/open_trellis_vine" - }, - "ceilling=true,facing=south,flowers=5": { - "model": "beautify:block/trellis/birch/open_trellis_vine" - }, - "ceilling=true,facing=west,flowers=5": { - "model": "beautify:block/trellis/birch/open_trellis_vine" - }, - "ceilling=false,facing=north,flowers=6": { - "model": "beautify:block/trellis/birch/closed_trellis_weeping_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=6": { - "model": "beautify:block/trellis/birch/closed_trellis_weeping_vines" - }, - "ceilling=false,facing=south,flowers=6": { - "model": "beautify:block/trellis/birch/closed_trellis_weeping_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=6": { - "model": "beautify:block/trellis/birch/closed_trellis_weeping_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=6": { - "model": "beautify:block/trellis/birch/open_trellis_weeping_vines" - }, - "ceilling=true,facing=east,flowers=6": { - "model": "beautify:block/trellis/birch/open_trellis_weeping_vines" - }, - "ceilling=true,facing=south,flowers=6": { - "model": "beautify:block/trellis/birch/open_trellis_weeping_vines" - }, - "ceilling=true,facing=west,flowers=6": { - "model": "beautify:block/trellis/birch/open_trellis_weeping_vines" - }, - "ceilling=false,facing=north,flowers=7": { - "model": "beautify:block/trellis/birch/closed_trellis_twisting_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=7": { - "model": "beautify:block/trellis/birch/closed_trellis_twisting_vines" - }, - "ceilling=false,facing=south,flowers=7": { - "model": "beautify:block/trellis/birch/closed_trellis_twisting_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=7": { - "model": "beautify:block/trellis/birch/closed_trellis_twisting_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=7": { - "model": "beautify:block/trellis/birch/open_trellis_twisting_vines" - }, - "ceilling=true,facing=east,flowers=7": { - "model": "beautify:block/trellis/birch/open_trellis_twisting_vines" - }, - "ceilling=true,facing=south,flowers=7": { - "model": "beautify:block/trellis/birch/open_trellis_twisting_vines" - }, - "ceilling=true,facing=west,flowers=7": { - "model": "beautify:block/trellis/birch/open_trellis_twisting_vines" - }, - "ceilling=false,facing=north,flowers=8": { - "model": "beautify:block/trellis/birch/closed_trellis_lichen", - "y": 270 - }, - "ceilling=false,facing=east,flowers=8": { - "model": "beautify:block/trellis/birch/closed_trellis_lichen" - }, - "ceilling=false,facing=south,flowers=8": { - "model": "beautify:block/trellis/birch/closed_trellis_lichen", - "y": 90 - }, - "ceilling=false,facing=west,flowers=8": { - "model": "beautify:block/trellis/birch/closed_trellis_lichen", - "y": 180 - }, - "ceilling=true,facing=north,flowers=8": { - "model": "beautify:block/trellis/birch/open_trellis_lichen" - }, - "ceilling=true,facing=east,flowers=8": { - "model": "beautify:block/trellis/birch/open_trellis_lichen" - }, - "ceilling=true,facing=south,flowers=8": { - "model": "beautify:block/trellis/birch/open_trellis_lichen" - }, - "ceilling=true,facing=west,flowers=8": { - "model": "beautify:block/trellis/birch/open_trellis_lichen" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/bookstack.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/bookstack.json deleted file mode 100644 index 649922db..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/bookstack.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "variants": { - "bookstack_model=0,facing=north": { - "model": "beautify:block/bookstacks/bookstack_0" - }, - "bookstack_model=0,facing=east": { - "model": "beautify:block/bookstacks/bookstack_0", - "y": 90 - }, - "bookstack_model=0,facing=south": { - "model": "beautify:block/bookstacks/bookstack_0", - "y": 180 - }, - "bookstack_model=0,facing=west": { - "model": "beautify:block/bookstacks/bookstack_0", - "y": 270 - }, - "bookstack_model=1,facing=north": { - "model": "beautify:block/bookstacks/bookstack_1" - }, - "bookstack_model=1,facing=east": { - "model": "beautify:block/bookstacks/bookstack_1", - "y": 90 - }, - "bookstack_model=1,facing=south": { - "model": "beautify:block/bookstacks/bookstack_1", - "y": 180 - }, - "bookstack_model=1,facing=west": { - "model": "beautify:block/bookstacks/bookstack_1", - "y": 270 - }, - "bookstack_model=2,facing=north": { - "model": "beautify:block/bookstacks/bookstack_2" - }, - "bookstack_model=2,facing=east": { - "model": "beautify:block/bookstacks/bookstack_2", - "y": 90 - }, - "bookstack_model=2,facing=south": { - "model": "beautify:block/bookstacks/bookstack_2", - "y": 180 - }, - "bookstack_model=2,facing=west": { - "model": "beautify:block/bookstacks/bookstack_2", - "y": 270 - }, - "bookstack_model=3,facing=north": { - "model": "beautify:block/bookstacks/bookstack_3" - }, - "bookstack_model=3,facing=east": { - "model": "beautify:block/bookstacks/bookstack_3", - "y": 90 - }, - "bookstack_model=3,facing=south": { - "model": "beautify:block/bookstacks/bookstack_3", - "y": 180 - }, - "bookstack_model=3,facing=west": { - "model": "beautify:block/bookstacks/bookstack_3", - "y": 270 - }, - "bookstack_model=4,facing=north": { - "model": "beautify:block/bookstacks/bookstack_4" - }, - "bookstack_model=4,facing=east": { - "model": "beautify:block/bookstacks/bookstack_4", - "y": 90 - }, - "bookstack_model=4,facing=south": { - "model": "beautify:block/bookstacks/bookstack_4", - "y": 180 - }, - "bookstack_model=4,facing=west": { - "model": "beautify:block/bookstacks/bookstack_4", - "y": 270 - }, - "bookstack_model=5,facing=north": { - "model": "beautify:block/bookstacks/bookstack_5" - }, - "bookstack_model=5,facing=east": { - "model": "beautify:block/bookstacks/bookstack_5", - "y": 90 - }, - "bookstack_model=5,facing=south": { - "model": "beautify:block/bookstacks/bookstack_5", - "y": 180 - }, - "bookstack_model=5,facing=west": { - "model": "beautify:block/bookstacks/bookstack_5", - "y": 270 - }, - "bookstack_model=6,facing=north": { - "model": "beautify:block/bookstacks/bookstack_6" - }, - "bookstack_model=6,facing=east": { - "model": "beautify:block/bookstacks/bookstack_6", - "y": 90 - }, - "bookstack_model=6,facing=south": { - "model": "beautify:block/bookstacks/bookstack_6", - "y": 180 - }, - "bookstack_model=6,facing=west": { - "model": "beautify:block/bookstacks/bookstack_6", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/botanist_workbench.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/botanist_workbench.json deleted file mode 100644 index 18154a5c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/botanist_workbench.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "beautify:block/botanist_workbench" - }, - "facing=east": { - "model": "beautify:block/botanist_workbench", - "y": 90 - }, - "facing=south": { - "model": "beautify:block/botanist_workbench", - "y": 180 - }, - "facing=west": { - "model": "beautify:block/botanist_workbench", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/cherry_blinds.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/cherry_blinds.json deleted file mode 100644 index d87e2669..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/cherry_blinds.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "variants": { - "open=false,facing=north,hidden=false": { - "model": "beautify:block/blinds/cherry_blinds_up" - }, - "open=false,facing=east,hidden=false": { - "model": "beautify:block/blinds/cherry_blinds_up", - "y": 90 - }, - "open=false,facing=south,hidden=false": { - "model": "beautify:block/blinds/cherry_blinds_up", - "y": 180 - }, - "open=false,facing=west,hidden=false": { - "model": "beautify:block/blinds/cherry_blinds_up", - "y": 270 - }, - "open=true,facing=north,hidden=false": { - "model": "beautify:block/blinds/cherry_blinds_down" - }, - "open=true,facing=east,hidden=false": { - "model": "beautify:block/blinds/cherry_blinds_down", - "y": 90 - }, - "open=true,facing=south,hidden=false": { - "model": "beautify:block/blinds/cherry_blinds_down", - "y": 180 - }, - "open=true,facing=west,hidden=false": { - "model": "beautify:block/blinds/cherry_blinds_down", - "y": 270 - }, - "hidden=true":{ - "model": "beautify:block/blinds/none" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/cherry_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/cherry_picture_frame.json deleted file mode 100644 index 7fc94bce..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/cherry_picture_frame.json +++ /dev/null @@ -1,199 +0,0 @@ -{ - "variants": { - "frame_motive=0,facing=north": { - "model": "beautify:block/pictureframes/cherry_sunset_picture_frame" - }, - "frame_motive=0,facing=east": { - "model": "beautify:block/pictureframes/cherry_sunset_picture_frame", - "y": 90 - }, - "frame_motive=0,facing=south": { - "model": "beautify:block/pictureframes/cherry_sunset_picture_frame", - "y": 180 - }, - "frame_motive=0,facing=west": { - "model": "beautify:block/pictureframes/cherry_sunset_picture_frame", - "y": 270 - }, - "frame_motive=1,facing=north": { - "model": "beautify:block/pictureframes/cherry_flower_picture_frame" - }, - "frame_motive=1,facing=east": { - "model": "beautify:block/pictureframes/cherry_flower_picture_frame", - "y": 90 - }, - "frame_motive=1,facing=south": { - "model": "beautify:block/pictureframes/cherry_flower_picture_frame", - "y": 180 - }, - "frame_motive=1,facing=west": { - "model": "beautify:block/pictureframes/cherry_flower_picture_frame", - "y": 270 - }, - "frame_motive=2,facing=north": { - "model": "beautify:block/pictureframes/cherry_wasteland_picture_frame" - }, - "frame_motive=2,facing=east": { - "model": "beautify:block/pictureframes/cherry_wasteland_picture_frame", - "y": 90 - }, - "frame_motive=2,facing=south": { - "model": "beautify:block/pictureframes/cherry_wasteland_picture_frame", - "y": 180 - }, - "frame_motive=2,facing=west": { - "model": "beautify:block/pictureframes/cherry_wasteland_picture_frame", - "y": 270 - }, - "frame_motive=3,facing=north": { - "model": "beautify:block/pictureframes/cherry_plant_picture_frame" - }, - "frame_motive=3,facing=east": { - "model": "beautify:block/pictureframes/cherry_plant_picture_frame", - "y": 90 - }, - "frame_motive=3,facing=south": { - "model": "beautify:block/pictureframes/cherry_plant_picture_frame", - "y": 180 - }, - "frame_motive=3,facing=west": { - "model": "beautify:block/pictureframes/cherry_plant_picture_frame", - "y": 270 - }, - "frame_motive=4,facing=north": { - "model": "beautify:block/pictureframes/cherry_kebab_picture_frame" - }, - "frame_motive=4,facing=east": { - "model": "beautify:block/pictureframes/cherry_kebab_picture_frame", - "y": 90 - }, - "frame_motive=4,facing=south": { - "model": "beautify:block/pictureframes/cherry_kebab_picture_frame", - "y": 180 - }, - "frame_motive=4,facing=west": { - "model": "beautify:block/pictureframes/cherry_kebab_picture_frame", - "y": 270 - }, - "frame_motive=5,facing=north": { - "model": "beautify:block/pictureframes/cherry_aztec2_picture_frame" - }, - "frame_motive=5,facing=east": { - "model": "beautify:block/pictureframes/cherry_aztec2_picture_frame", - "y": 90 - }, - "frame_motive=5,facing=south": { - "model": "beautify:block/pictureframes/cherry_aztec2_picture_frame", - "y": 180 - }, - "frame_motive=5,facing=west": { - "model": "beautify:block/pictureframes/cherry_aztec2_picture_frame", - "y": 270 - }, - "frame_motive=6,facing=north": { - "model": "beautify:block/pictureframes/cherry_aztec_picture_frame" - }, - "frame_motive=6,facing=east": { - "model": "beautify:block/pictureframes/cherry_aztec_picture_frame", - "y": 90 - }, - "frame_motive=6,facing=south": { - "model": "beautify:block/pictureframes/cherry_aztec_picture_frame", - "y": 180 - }, - "frame_motive=6,facing=west": { - "model": "beautify:block/pictureframes/cherry_aztec_picture_frame", - "y": 270 - }, - "frame_motive=7,facing=north": { - "model": "beautify:block/pictureframes/cherry_alban_picture_frame" - }, - "frame_motive=7,facing=east": { - "model": "beautify:block/pictureframes/cherry_alban_picture_frame", - "y": 90 - }, - "frame_motive=7,facing=south": { - "model": "beautify:block/pictureframes/cherry_alban_picture_frame", - "y": 180 - }, - "frame_motive=7,facing=west": { - "model": "beautify:block/pictureframes/cherry_alban_picture_frame", - "y": 270 - }, - "frame_motive=8,facing=north": { - "model": "beautify:block/pictureframes/cherry_bomb_picture_frame" - }, - "frame_motive=8,facing=east": { - "model": "beautify:block/pictureframes/cherry_bomb_picture_frame", - "y": 90 - }, - "frame_motive=8,facing=south": { - "model": "beautify:block/pictureframes/cherry_bomb_picture_frame", - "y": 180 - }, - "frame_motive=8,facing=west": { - "model": "beautify:block/pictureframes/cherry_bomb_picture_frame", - "y": 270 - }, - "frame_motive=9,facing=north": { - "model": "beautify:block/pictureframes/cherry_shroom_picture_frame" - }, - "frame_motive=9,facing=east": { - "model": "beautify:block/pictureframes/cherry_shroom_picture_frame", - "y": 90 - }, - "frame_motive=9,facing=south": { - "model": "beautify:block/pictureframes/cherry_shroom_picture_frame", - "y": 180 - }, - "frame_motive=9,facing=west": { - "model": "beautify:block/pictureframes/cherry_shroom_picture_frame", - "y": 270 - }, - "frame_motive=10,facing=north": { - "model": "beautify:block/pictureframes/cherry_river_picture_frame" - }, - "frame_motive=10,facing=east": { - "model": "beautify:block/pictureframes/cherry_river_picture_frame", - "y": 90 - }, - "frame_motive=10,facing=south": { - "model": "beautify:block/pictureframes/cherry_river_picture_frame", - "y": 180 - }, - "frame_motive=10,facing=west": { - "model": "beautify:block/pictureframes/cherry_river_picture_frame", - "y": 270 - }, - "frame_motive=11,facing=north": { - "model": "beautify:block/pictureframes/cherry_beach_picture_frame" - }, - "frame_motive=11,facing=east": { - "model": "beautify:block/pictureframes/cherry_beach_picture_frame", - "y": 90 - }, - "frame_motive=11,facing=south": { - "model": "beautify:block/pictureframes/cherry_beach_picture_frame", - "y": 180 - }, - "frame_motive=11,facing=west": { - "model": "beautify:block/pictureframes/cherry_beach_picture_frame", - "y": 270 - }, - "frame_motive=12,facing=north": { - "model": "beautify:block/pictureframes/cherry_frog_picture_frame" - }, - "frame_motive=12,facing=east": { - "model": "beautify:block/pictureframes/cherry_frog_picture_frame", - "y": 90 - }, - "frame_motive=12,facing=south": { - "model": "beautify:block/pictureframes/cherry_frog_picture_frame", - "y": 180 - }, - "frame_motive=12,facing=west": { - "model": "beautify:block/pictureframes/cherry_frog_picture_frame", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/cherry_trellis.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/cherry_trellis.json deleted file mode 100644 index 6bb19d87..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/cherry_trellis.json +++ /dev/null @@ -1,247 +0,0 @@ -{ - "variants": { - "ceilling=false,facing=north,flowers=0": { - "model": "beautify:block/trellis/cherry/closed_trellis", - "y": 270 - }, - "ceilling=false,facing=east,flowers=0": { - "model": "beautify:block/trellis/cherry/closed_trellis" - }, - "ceilling=false,facing=south,flowers=0": { - "model": "beautify:block/trellis/cherry/closed_trellis", - "y": 90 - }, - "ceilling=false,facing=west,flowers=0": { - "model": "beautify:block/trellis/cherry/closed_trellis", - "y": 180 - }, - "ceilling=true,facing=north,flowers=0": { - "model": "beautify:block/trellis/cherry/open_trellis" - }, - "ceilling=true,facing=east,flowers=0": { - "model": "beautify:block/trellis/cherry/open_trellis" - }, - "ceilling=true,facing=south,flowers=0": { - "model": "beautify:block/trellis/cherry/open_trellis" - }, - "ceilling=true,facing=west,flowers=0": { - "model": "beautify:block/trellis/cherry/open_trellis" - }, - "ceilling=false,facing=north,flowers=1": { - "model": "beautify:block/trellis/cherry/closed_trellis_rose", - "y": 270 - }, - "ceilling=false,facing=east,flowers=1": { - "model": "beautify:block/trellis/cherry/closed_trellis_rose" - }, - "ceilling=false,facing=south,flowers=1": { - "model": "beautify:block/trellis/cherry/closed_trellis_rose", - "y": 90 - }, - "ceilling=false,facing=west,flowers=1": { - "model": "beautify:block/trellis/cherry/closed_trellis_rose", - "y": 180 - }, - "ceilling=true,facing=north,flowers=1": { - "model": "beautify:block/trellis/cherry/open_trellis_rose" - }, - "ceilling=true,facing=east,flowers=1": { - "model": "beautify:block/trellis/cherry/open_trellis_rose" - }, - "ceilling=true,facing=south,flowers=1": { - "model": "beautify:block/trellis/cherry/open_trellis_rose" - }, - "ceilling=true,facing=west,flowers=1": { - "model": "beautify:block/trellis/cherry/open_trellis_rose" - }, - "ceilling=false,facing=north,flowers=2": { - "model": "beautify:block/trellis/cherry/closed_trellis_sunflower", - "y": 270 - }, - "ceilling=false,facing=east,flowers=2": { - "model": "beautify:block/trellis/cherry/closed_trellis_sunflower" - }, - "ceilling=false,facing=south,flowers=2": { - "model": "beautify:block/trellis/cherry/closed_trellis_sunflower", - "y": 90 - }, - "ceilling=false,facing=west,flowers=2": { - "model": "beautify:block/trellis/cherry/closed_trellis_sunflower", - "y": 180 - }, - "ceilling=true,facing=north,flowers=2": { - "model": "beautify:block/trellis/cherry/open_trellis_sunflower" - }, - "ceilling=true,facing=east,flowers=2": { - "model": "beautify:block/trellis/cherry/open_trellis_sunflower" - }, - "ceilling=true,facing=south,flowers=2": { - "model": "beautify:block/trellis/cherry/open_trellis_sunflower" - }, - "ceilling=true,facing=west,flowers=2": { - "model": "beautify:block/trellis/cherry/open_trellis_sunflower" - }, - "ceilling=false,facing=north,flowers=3": { - "model": "beautify:block/trellis/cherry/closed_trellis_peony", - "y": 270 - }, - "ceilling=false,facing=east,flowers=3": { - "model": "beautify:block/trellis/cherry/closed_trellis_peony" - }, - "ceilling=false,facing=south,flowers=3": { - "model": "beautify:block/trellis/cherry/closed_trellis_peony", - "y": 90 - }, - "ceilling=false,facing=west,flowers=3": { - "model": "beautify:block/trellis/cherry/closed_trellis_peony", - "y": 180 - }, - "ceilling=true,facing=north,flowers=3": { - "model": "beautify:block/trellis/cherry/open_trellis_peony" - }, - "ceilling=true,facing=east,flowers=3": { - "model": "beautify:block/trellis/cherry/open_trellis_peony" - }, - "ceilling=true,facing=south,flowers=3": { - "model": "beautify:block/trellis/cherry/open_trellis_peony" - }, - "ceilling=true,facing=west,flowers=3": { - "model": "beautify:block/trellis/cherry/open_trellis_peony" - }, - "ceilling=false,facing=north,flowers=4": { - "model": "beautify:block/trellis/cherry/closed_trellis_lilac", - "y": 270 - }, - "ceilling=false,facing=east,flowers=4": { - "model": "beautify:block/trellis/cherry/closed_trellis_lilac" - }, - "ceilling=false,facing=south,flowers=4": { - "model": "beautify:block/trellis/cherry/closed_trellis_lilac", - "y": 90 - }, - "ceilling=false,facing=west,flowers=4": { - "model": "beautify:block/trellis/cherry/closed_trellis_lilac", - "y": 180 - }, - "ceilling=true,facing=north,flowers=4": { - "model": "beautify:block/trellis/cherry/open_trellis_lilac" - }, - "ceilling=true,facing=east,flowers=4": { - "model": "beautify:block/trellis/cherry/open_trellis_lilac" - }, - "ceilling=true,facing=south,flowers=4": { - "model": "beautify:block/trellis/cherry/open_trellis_lilac" - }, - "ceilling=true,facing=west,flowers=4": { - "model": "beautify:block/trellis/cherry/open_trellis_lilac" - }, - "ceilling=false,facing=north,flowers=5": { - "model": "beautify:block/trellis/cherry/closed_trellis_vine", - "y": 270 - }, - "ceilling=false,facing=east,flowers=5": { - "model": "beautify:block/trellis/cherry/closed_trellis_vine" - }, - "ceilling=false,facing=south,flowers=5": { - "model": "beautify:block/trellis/cherry/closed_trellis_vine", - "y": 90 - }, - "ceilling=false,facing=west,flowers=5": { - "model": "beautify:block/trellis/cherry/closed_trellis_vine", - "y": 180 - }, - "ceilling=true,facing=north,flowers=5": { - "model": "beautify:block/trellis/cherry/open_trellis_vine" - }, - "ceilling=true,facing=east,flowers=5": { - "model": "beautify:block/trellis/cherry/open_trellis_vine" - }, - "ceilling=true,facing=south,flowers=5": { - "model": "beautify:block/trellis/cherry/open_trellis_vine" - }, - "ceilling=true,facing=west,flowers=5": { - "model": "beautify:block/trellis/cherry/open_trellis_vine" - }, - "ceilling=false,facing=north,flowers=6": { - "model": "beautify:block/trellis/cherry/closed_trellis_weeping_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=6": { - "model": "beautify:block/trellis/cherry/closed_trellis_weeping_vines" - }, - "ceilling=false,facing=south,flowers=6": { - "model": "beautify:block/trellis/cherry/closed_trellis_weeping_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=6": { - "model": "beautify:block/trellis/cherry/closed_trellis_weeping_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=6": { - "model": "beautify:block/trellis/cherry/open_trellis_weeping_vines" - }, - "ceilling=true,facing=east,flowers=6": { - "model": "beautify:block/trellis/cherry/open_trellis_weeping_vines" - }, - "ceilling=true,facing=south,flowers=6": { - "model": "beautify:block/trellis/cherry/open_trellis_weeping_vines" - }, - "ceilling=true,facing=west,flowers=6": { - "model": "beautify:block/trellis/cherry/open_trellis_weeping_vines" - }, - "ceilling=false,facing=north,flowers=7": { - "model": "beautify:block/trellis/cherry/closed_trellis_twisting_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=7": { - "model": "beautify:block/trellis/cherry/closed_trellis_twisting_vines" - }, - "ceilling=false,facing=south,flowers=7": { - "model": "beautify:block/trellis/cherry/closed_trellis_twisting_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=7": { - "model": "beautify:block/trellis/cherry/closed_trellis_twisting_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=7": { - "model": "beautify:block/trellis/cherry/open_trellis_twisting_vines" - }, - "ceilling=true,facing=east,flowers=7": { - "model": "beautify:block/trellis/cherry/open_trellis_twisting_vines" - }, - "ceilling=true,facing=south,flowers=7": { - "model": "beautify:block/trellis/cherry/open_trellis_twisting_vines" - }, - "ceilling=true,facing=west,flowers=7": { - "model": "beautify:block/trellis/cherry/open_trellis_twisting_vines" - }, - "ceilling=false,facing=north,flowers=8": { - "model": "beautify:block/trellis/cherry/closed_trellis_lichen", - "y": 270 - }, - "ceilling=false,facing=east,flowers=8": { - "model": "beautify:block/trellis/cherry/closed_trellis_lichen" - }, - "ceilling=false,facing=south,flowers=8": { - "model": "beautify:block/trellis/cherry/closed_trellis_lichen", - "y": 90 - }, - "ceilling=false,facing=west,flowers=8": { - "model": "beautify:block/trellis/cherry/closed_trellis_lichen", - "y": 180 - }, - "ceilling=true,facing=north,flowers=8": { - "model": "beautify:block/trellis/cherry/open_trellis_lichen" - }, - "ceilling=true,facing=east,flowers=8": { - "model": "beautify:block/trellis/cherry/open_trellis_lichen" - }, - "ceilling=true,facing=south,flowers=8": { - "model": "beautify:block/trellis/cherry/open_trellis_lichen" - }, - "ceilling=true,facing=west,flowers=8": { - "model": "beautify:block/trellis/cherry/open_trellis_lichen" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/crimson_blinds.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/crimson_blinds.json deleted file mode 100644 index 72eecf49..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/crimson_blinds.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "variants": { - "open=false,facing=north,hidden=false": { - "model": "beautify:block/blinds/crimson_blinds_up" - }, - "open=false,facing=east,hidden=false": { - "model": "beautify:block/blinds/crimson_blinds_up", - "y": 90 - }, - "open=false,facing=south,hidden=false": { - "model": "beautify:block/blinds/crimson_blinds_up", - "y": 180 - }, - "open=false,facing=west,hidden=false": { - "model": "beautify:block/blinds/crimson_blinds_up", - "y": 270 - }, - "open=true,facing=north,hidden=false": { - "model": "beautify:block/blinds/crimson_blinds_down" - }, - "open=true,facing=east,hidden=false": { - "model": "beautify:block/blinds/crimson_blinds_down", - "y": 90 - }, - "open=true,facing=south,hidden=false": { - "model": "beautify:block/blinds/crimson_blinds_down", - "y": 180 - }, - "open=true,facing=west,hidden=false": { - "model": "beautify:block/blinds/crimson_blinds_down", - "y": 270 - }, - "hidden=true":{ - "model": "beautify:block/blinds/none" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/crimson_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/crimson_picture_frame.json deleted file mode 100644 index 6462f1d7..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/crimson_picture_frame.json +++ /dev/null @@ -1,199 +0,0 @@ -{ - "variants": { - "frame_motive=0,facing=north": { - "model": "beautify:block/pictureframes/crimson_sunset_picture_frame" - }, - "frame_motive=0,facing=east": { - "model": "beautify:block/pictureframes/crimson_sunset_picture_frame", - "y": 90 - }, - "frame_motive=0,facing=south": { - "model": "beautify:block/pictureframes/crimson_sunset_picture_frame", - "y": 180 - }, - "frame_motive=0,facing=west": { - "model": "beautify:block/pictureframes/crimson_sunset_picture_frame", - "y": 270 - }, - "frame_motive=1,facing=north": { - "model": "beautify:block/pictureframes/crimson_flower_picture_frame" - }, - "frame_motive=1,facing=east": { - "model": "beautify:block/pictureframes/crimson_flower_picture_frame", - "y": 90 - }, - "frame_motive=1,facing=south": { - "model": "beautify:block/pictureframes/crimson_flower_picture_frame", - "y": 180 - }, - "frame_motive=1,facing=west": { - "model": "beautify:block/pictureframes/crimson_flower_picture_frame", - "y": 270 - }, - "frame_motive=2,facing=north": { - "model": "beautify:block/pictureframes/crimson_wasteland_picture_frame" - }, - "frame_motive=2,facing=east": { - "model": "beautify:block/pictureframes/crimson_wasteland_picture_frame", - "y": 90 - }, - "frame_motive=2,facing=south": { - "model": "beautify:block/pictureframes/crimson_wasteland_picture_frame", - "y": 180 - }, - "frame_motive=2,facing=west": { - "model": "beautify:block/pictureframes/crimson_wasteland_picture_frame", - "y": 270 - }, - "frame_motive=3,facing=north": { - "model": "beautify:block/pictureframes/crimson_plant_picture_frame" - }, - "frame_motive=3,facing=east": { - "model": "beautify:block/pictureframes/crimson_plant_picture_frame", - "y": 90 - }, - "frame_motive=3,facing=south": { - "model": "beautify:block/pictureframes/crimson_plant_picture_frame", - "y": 180 - }, - "frame_motive=3,facing=west": { - "model": "beautify:block/pictureframes/crimson_plant_picture_frame", - "y": 270 - }, - "frame_motive=4,facing=north": { - "model": "beautify:block/pictureframes/crimson_kebab_picture_frame" - }, - "frame_motive=4,facing=east": { - "model": "beautify:block/pictureframes/crimson_kebab_picture_frame", - "y": 90 - }, - "frame_motive=4,facing=south": { - "model": "beautify:block/pictureframes/crimson_kebab_picture_frame", - "y": 180 - }, - "frame_motive=4,facing=west": { - "model": "beautify:block/pictureframes/crimson_kebab_picture_frame", - "y": 270 - }, - "frame_motive=5,facing=north": { - "model": "beautify:block/pictureframes/crimson_aztec2_picture_frame" - }, - "frame_motive=5,facing=east": { - "model": "beautify:block/pictureframes/crimson_aztec2_picture_frame", - "y": 90 - }, - "frame_motive=5,facing=south": { - "model": "beautify:block/pictureframes/crimson_aztec2_picture_frame", - "y": 180 - }, - "frame_motive=5,facing=west": { - "model": "beautify:block/pictureframes/crimson_aztec2_picture_frame", - "y": 270 - }, - "frame_motive=6,facing=north": { - "model": "beautify:block/pictureframes/crimson_aztec_picture_frame" - }, - "frame_motive=6,facing=east": { - "model": "beautify:block/pictureframes/crimson_aztec_picture_frame", - "y": 90 - }, - "frame_motive=6,facing=south": { - "model": "beautify:block/pictureframes/crimson_aztec_picture_frame", - "y": 180 - }, - "frame_motive=6,facing=west": { - "model": "beautify:block/pictureframes/crimson_aztec_picture_frame", - "y": 270 - }, - "frame_motive=7,facing=north": { - "model": "beautify:block/pictureframes/crimson_alban_picture_frame" - }, - "frame_motive=7,facing=east": { - "model": "beautify:block/pictureframes/crimson_alban_picture_frame", - "y": 90 - }, - "frame_motive=7,facing=south": { - "model": "beautify:block/pictureframes/crimson_alban_picture_frame", - "y": 180 - }, - "frame_motive=7,facing=west": { - "model": "beautify:block/pictureframes/crimson_alban_picture_frame", - "y": 270 - }, - "frame_motive=8,facing=north": { - "model": "beautify:block/pictureframes/crimson_bomb_picture_frame" - }, - "frame_motive=8,facing=east": { - "model": "beautify:block/pictureframes/crimson_bomb_picture_frame", - "y": 90 - }, - "frame_motive=8,facing=south": { - "model": "beautify:block/pictureframes/crimson_bomb_picture_frame", - "y": 180 - }, - "frame_motive=8,facing=west": { - "model": "beautify:block/pictureframes/crimson_bomb_picture_frame", - "y": 270 - }, - "frame_motive=9,facing=north": { - "model": "beautify:block/pictureframes/crimson_shroom_picture_frame" - }, - "frame_motive=9,facing=east": { - "model": "beautify:block/pictureframes/crimson_shroom_picture_frame", - "y": 90 - }, - "frame_motive=9,facing=south": { - "model": "beautify:block/pictureframes/crimson_shroom_picture_frame", - "y": 180 - }, - "frame_motive=9,facing=west": { - "model": "beautify:block/pictureframes/crimson_shroom_picture_frame", - "y": 270 - }, - "frame_motive=10,facing=north": { - "model": "beautify:block/pictureframes/crimson_river_picture_frame" - }, - "frame_motive=10,facing=east": { - "model": "beautify:block/pictureframes/crimson_river_picture_frame", - "y": 90 - }, - "frame_motive=10,facing=south": { - "model": "beautify:block/pictureframes/crimson_river_picture_frame", - "y": 180 - }, - "frame_motive=10,facing=west": { - "model": "beautify:block/pictureframes/crimson_river_picture_frame", - "y": 270 - }, - "frame_motive=11,facing=north": { - "model": "beautify:block/pictureframes/crimson_beach_picture_frame" - }, - "frame_motive=11,facing=east": { - "model": "beautify:block/pictureframes/crimson_beach_picture_frame", - "y": 90 - }, - "frame_motive=11,facing=south": { - "model": "beautify:block/pictureframes/crimson_beach_picture_frame", - "y": 180 - }, - "frame_motive=11,facing=west": { - "model": "beautify:block/pictureframes/crimson_beach_picture_frame", - "y": 270 - }, - "frame_motive=12,facing=north": { - "model": "beautify:block/pictureframes/crimson_frog_picture_frame" - }, - "frame_motive=12,facing=east": { - "model": "beautify:block/pictureframes/crimson_frog_picture_frame", - "y": 90 - }, - "frame_motive=12,facing=south": { - "model": "beautify:block/pictureframes/crimson_frog_picture_frame", - "y": 180 - }, - "frame_motive=12,facing=west": { - "model": "beautify:block/pictureframes/crimson_frog_picture_frame", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/crimson_trellis.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/crimson_trellis.json deleted file mode 100644 index 2b5ff8aa..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/crimson_trellis.json +++ /dev/null @@ -1,247 +0,0 @@ -{ - "variants": { - "ceilling=false,facing=north,flowers=0": { - "model": "beautify:block/trellis/crimson/closed_trellis", - "y": 270 - }, - "ceilling=false,facing=east,flowers=0": { - "model": "beautify:block/trellis/crimson/closed_trellis" - }, - "ceilling=false,facing=south,flowers=0": { - "model": "beautify:block/trellis/crimson/closed_trellis", - "y": 90 - }, - "ceilling=false,facing=west,flowers=0": { - "model": "beautify:block/trellis/crimson/closed_trellis", - "y": 180 - }, - "ceilling=true,facing=north,flowers=0": { - "model": "beautify:block/trellis/crimson/open_trellis" - }, - "ceilling=true,facing=east,flowers=0": { - "model": "beautify:block/trellis/crimson/open_trellis" - }, - "ceilling=true,facing=south,flowers=0": { - "model": "beautify:block/trellis/crimson/open_trellis" - }, - "ceilling=true,facing=west,flowers=0": { - "model": "beautify:block/trellis/crimson/open_trellis" - }, - "ceilling=false,facing=north,flowers=1": { - "model": "beautify:block/trellis/crimson/closed_trellis_rose", - "y": 270 - }, - "ceilling=false,facing=east,flowers=1": { - "model": "beautify:block/trellis/crimson/closed_trellis_rose" - }, - "ceilling=false,facing=south,flowers=1": { - "model": "beautify:block/trellis/crimson/closed_trellis_rose", - "y": 90 - }, - "ceilling=false,facing=west,flowers=1": { - "model": "beautify:block/trellis/crimson/closed_trellis_rose", - "y": 180 - }, - "ceilling=true,facing=north,flowers=1": { - "model": "beautify:block/trellis/crimson/open_trellis_rose" - }, - "ceilling=true,facing=east,flowers=1": { - "model": "beautify:block/trellis/crimson/open_trellis_rose" - }, - "ceilling=true,facing=south,flowers=1": { - "model": "beautify:block/trellis/crimson/open_trellis_rose" - }, - "ceilling=true,facing=west,flowers=1": { - "model": "beautify:block/trellis/crimson/open_trellis_rose" - }, - "ceilling=false,facing=north,flowers=2": { - "model": "beautify:block/trellis/crimson/closed_trellis_sunflower", - "y": 270 - }, - "ceilling=false,facing=east,flowers=2": { - "model": "beautify:block/trellis/crimson/closed_trellis_sunflower" - }, - "ceilling=false,facing=south,flowers=2": { - "model": "beautify:block/trellis/crimson/closed_trellis_sunflower", - "y": 90 - }, - "ceilling=false,facing=west,flowers=2": { - "model": "beautify:block/trellis/crimson/closed_trellis_sunflower", - "y": 180 - }, - "ceilling=true,facing=north,flowers=2": { - "model": "beautify:block/trellis/crimson/open_trellis_sunflower" - }, - "ceilling=true,facing=east,flowers=2": { - "model": "beautify:block/trellis/crimson/open_trellis_sunflower" - }, - "ceilling=true,facing=south,flowers=2": { - "model": "beautify:block/trellis/crimson/open_trellis_sunflower" - }, - "ceilling=true,facing=west,flowers=2": { - "model": "beautify:block/trellis/crimson/open_trellis_sunflower" - }, - "ceilling=false,facing=north,flowers=3": { - "model": "beautify:block/trellis/crimson/closed_trellis_peony", - "y": 270 - }, - "ceilling=false,facing=east,flowers=3": { - "model": "beautify:block/trellis/crimson/closed_trellis_peony" - }, - "ceilling=false,facing=south,flowers=3": { - "model": "beautify:block/trellis/crimson/closed_trellis_peony", - "y": 90 - }, - "ceilling=false,facing=west,flowers=3": { - "model": "beautify:block/trellis/crimson/closed_trellis_peony", - "y": 180 - }, - "ceilling=true,facing=north,flowers=3": { - "model": "beautify:block/trellis/crimson/open_trellis_peony" - }, - "ceilling=true,facing=east,flowers=3": { - "model": "beautify:block/trellis/crimson/open_trellis_peony" - }, - "ceilling=true,facing=south,flowers=3": { - "model": "beautify:block/trellis/crimson/open_trellis_peony" - }, - "ceilling=true,facing=west,flowers=3": { - "model": "beautify:block/trellis/crimson/open_trellis_peony" - }, - "ceilling=false,facing=north,flowers=4": { - "model": "beautify:block/trellis/crimson/closed_trellis_lilac", - "y": 270 - }, - "ceilling=false,facing=east,flowers=4": { - "model": "beautify:block/trellis/crimson/closed_trellis_lilac" - }, - "ceilling=false,facing=south,flowers=4": { - "model": "beautify:block/trellis/crimson/closed_trellis_lilac", - "y": 90 - }, - "ceilling=false,facing=west,flowers=4": { - "model": "beautify:block/trellis/crimson/closed_trellis_lilac", - "y": 180 - }, - "ceilling=true,facing=north,flowers=4": { - "model": "beautify:block/trellis/crimson/open_trellis_lilac" - }, - "ceilling=true,facing=east,flowers=4": { - "model": "beautify:block/trellis/crimson/open_trellis_lilac" - }, - "ceilling=true,facing=south,flowers=4": { - "model": "beautify:block/trellis/crimson/open_trellis_lilac" - }, - "ceilling=true,facing=west,flowers=4": { - "model": "beautify:block/trellis/crimson/open_trellis_lilac" - }, - "ceilling=false,facing=north,flowers=5": { - "model": "beautify:block/trellis/crimson/closed_trellis_vine", - "y": 270 - }, - "ceilling=false,facing=east,flowers=5": { - "model": "beautify:block/trellis/crimson/closed_trellis_vine" - }, - "ceilling=false,facing=south,flowers=5": { - "model": "beautify:block/trellis/crimson/closed_trellis_vine", - "y": 90 - }, - "ceilling=false,facing=west,flowers=5": { - "model": "beautify:block/trellis/crimson/closed_trellis_vine", - "y": 180 - }, - "ceilling=true,facing=north,flowers=5": { - "model": "beautify:block/trellis/crimson/open_trellis_vine" - }, - "ceilling=true,facing=east,flowers=5": { - "model": "beautify:block/trellis/crimson/open_trellis_vine" - }, - "ceilling=true,facing=south,flowers=5": { - "model": "beautify:block/trellis/crimson/open_trellis_vine" - }, - "ceilling=true,facing=west,flowers=5": { - "model": "beautify:block/trellis/crimson/open_trellis_vine" - }, - "ceilling=false,facing=north,flowers=6": { - "model": "beautify:block/trellis/crimson/closed_trellis_weeping_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=6": { - "model": "beautify:block/trellis/crimson/closed_trellis_weeping_vines" - }, - "ceilling=false,facing=south,flowers=6": { - "model": "beautify:block/trellis/crimson/closed_trellis_weeping_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=6": { - "model": "beautify:block/trellis/crimson/closed_trellis_weeping_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=6": { - "model": "beautify:block/trellis/crimson/open_trellis_weeping_vines" - }, - "ceilling=true,facing=east,flowers=6": { - "model": "beautify:block/trellis/crimson/open_trellis_weeping_vines" - }, - "ceilling=true,facing=south,flowers=6": { - "model": "beautify:block/trellis/crimson/open_trellis_weeping_vines" - }, - "ceilling=true,facing=west,flowers=6": { - "model": "beautify:block/trellis/crimson/open_trellis_weeping_vines" - }, - "ceilling=false,facing=north,flowers=7": { - "model": "beautify:block/trellis/crimson/closed_trellis_twisting_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=7": { - "model": "beautify:block/trellis/crimson/closed_trellis_twisting_vines" - }, - "ceilling=false,facing=south,flowers=7": { - "model": "beautify:block/trellis/crimson/closed_trellis_twisting_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=7": { - "model": "beautify:block/trellis/crimson/closed_trellis_twisting_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=7": { - "model": "beautify:block/trellis/crimson/open_trellis_twisting_vines" - }, - "ceilling=true,facing=east,flowers=7": { - "model": "beautify:block/trellis/crimson/open_trellis_twisting_vines" - }, - "ceilling=true,facing=south,flowers=7": { - "model": "beautify:block/trellis/crimson/open_trellis_twisting_vines" - }, - "ceilling=true,facing=west,flowers=7": { - "model": "beautify:block/trellis/crimson/open_trellis_twisting_vines" - }, - "ceilling=false,facing=north,flowers=8": { - "model": "beautify:block/trellis/crimson/closed_trellis_lichen", - "y": 270 - }, - "ceilling=false,facing=east,flowers=8": { - "model": "beautify:block/trellis/crimson/closed_trellis_lichen" - }, - "ceilling=false,facing=south,flowers=8": { - "model": "beautify:block/trellis/crimson/closed_trellis_lichen", - "y": 90 - }, - "ceilling=false,facing=west,flowers=8": { - "model": "beautify:block/trellis/crimson/closed_trellis_lichen", - "y": 180 - }, - "ceilling=true,facing=north,flowers=8": { - "model": "beautify:block/trellis/crimson/open_trellis_lichen" - }, - "ceilling=true,facing=east,flowers=8": { - "model": "beautify:block/trellis/crimson/open_trellis_lichen" - }, - "ceilling=true,facing=south,flowers=8": { - "model": "beautify:block/trellis/crimson/open_trellis_lichen" - }, - "ceilling=true,facing=west,flowers=8": { - "model": "beautify:block/trellis/crimson/open_trellis_lichen" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/dark_oak_blinds.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/dark_oak_blinds.json deleted file mode 100644 index d110e35f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/dark_oak_blinds.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "variants": { - "open=false,facing=north,hidden=false": { - "model": "beautify:block/blinds/dark_oak_blinds_up" - }, - "open=false,facing=east,hidden=false": { - "model": "beautify:block/blinds/dark_oak_blinds_up", - "y": 90 - }, - "open=false,facing=south,hidden=false": { - "model": "beautify:block/blinds/dark_oak_blinds_up", - "y": 180 - }, - "open=false,facing=west,hidden=false": { - "model": "beautify:block/blinds/dark_oak_blinds_up", - "y": 270 - }, - "open=true,facing=north,hidden=false": { - "model": "beautify:block/blinds/dark_oak_blinds_down" - }, - "open=true,facing=east,hidden=false": { - "model": "beautify:block/blinds/dark_oak_blinds_down", - "y": 90 - }, - "open=true,facing=south,hidden=false": { - "model": "beautify:block/blinds/dark_oak_blinds_down", - "y": 180 - }, - "open=true,facing=west,hidden=false": { - "model": "beautify:block/blinds/dark_oak_blinds_down", - "y": 270 - }, - "hidden=true":{ - "model": "beautify:block/blinds/none" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/dark_oak_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/dark_oak_picture_frame.json deleted file mode 100644 index dc022f62..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/dark_oak_picture_frame.json +++ /dev/null @@ -1,199 +0,0 @@ -{ - "variants": { - "frame_motive=0,facing=north": { - "model": "beautify:block/pictureframes/dark_oak_sunset_picture_frame" - }, - "frame_motive=0,facing=east": { - "model": "beautify:block/pictureframes/dark_oak_sunset_picture_frame", - "y": 90 - }, - "frame_motive=0,facing=south": { - "model": "beautify:block/pictureframes/dark_oak_sunset_picture_frame", - "y": 180 - }, - "frame_motive=0,facing=west": { - "model": "beautify:block/pictureframes/dark_oak_sunset_picture_frame", - "y": 270 - }, - "frame_motive=1,facing=north": { - "model": "beautify:block/pictureframes/dark_oak_flower_picture_frame" - }, - "frame_motive=1,facing=east": { - "model": "beautify:block/pictureframes/dark_oak_flower_picture_frame", - "y": 90 - }, - "frame_motive=1,facing=south": { - "model": "beautify:block/pictureframes/dark_oak_flower_picture_frame", - "y": 180 - }, - "frame_motive=1,facing=west": { - "model": "beautify:block/pictureframes/dark_oak_flower_picture_frame", - "y": 270 - }, - "frame_motive=2,facing=north": { - "model": "beautify:block/pictureframes/dark_oak_wasteland_picture_frame" - }, - "frame_motive=2,facing=east": { - "model": "beautify:block/pictureframes/dark_oak_wasteland_picture_frame", - "y": 90 - }, - "frame_motive=2,facing=south": { - "model": "beautify:block/pictureframes/dark_oak_wasteland_picture_frame", - "y": 180 - }, - "frame_motive=2,facing=west": { - "model": "beautify:block/pictureframes/dark_oak_wasteland_picture_frame", - "y": 270 - }, - "frame_motive=3,facing=north": { - "model": "beautify:block/pictureframes/dark_oak_plant_picture_frame" - }, - "frame_motive=3,facing=east": { - "model": "beautify:block/pictureframes/dark_oak_plant_picture_frame", - "y": 90 - }, - "frame_motive=3,facing=south": { - "model": "beautify:block/pictureframes/dark_oak_plant_picture_frame", - "y": 180 - }, - "frame_motive=3,facing=west": { - "model": "beautify:block/pictureframes/dark_oak_plant_picture_frame", - "y": 270 - }, - "frame_motive=4,facing=north": { - "model": "beautify:block/pictureframes/dark_oak_kebab_picture_frame" - }, - "frame_motive=4,facing=east": { - "model": "beautify:block/pictureframes/dark_oak_kebab_picture_frame", - "y": 90 - }, - "frame_motive=4,facing=south": { - "model": "beautify:block/pictureframes/dark_oak_kebab_picture_frame", - "y": 180 - }, - "frame_motive=4,facing=west": { - "model": "beautify:block/pictureframes/dark_oak_kebab_picture_frame", - "y": 270 - }, - "frame_motive=5,facing=north": { - "model": "beautify:block/pictureframes/dark_oak_aztec2_picture_frame" - }, - "frame_motive=5,facing=east": { - "model": "beautify:block/pictureframes/dark_oak_aztec2_picture_frame", - "y": 90 - }, - "frame_motive=5,facing=south": { - "model": "beautify:block/pictureframes/dark_oak_aztec2_picture_frame", - "y": 180 - }, - "frame_motive=5,facing=west": { - "model": "beautify:block/pictureframes/dark_oak_aztec2_picture_frame", - "y": 270 - }, - "frame_motive=6,facing=north": { - "model": "beautify:block/pictureframes/dark_oak_aztec_picture_frame" - }, - "frame_motive=6,facing=east": { - "model": "beautify:block/pictureframes/dark_oak_aztec_picture_frame", - "y": 90 - }, - "frame_motive=6,facing=south": { - "model": "beautify:block/pictureframes/dark_oak_aztec_picture_frame", - "y": 180 - }, - "frame_motive=6,facing=west": { - "model": "beautify:block/pictureframes/dark_oak_aztec_picture_frame", - "y": 270 - }, - "frame_motive=7,facing=north": { - "model": "beautify:block/pictureframes/dark_oak_alban_picture_frame" - }, - "frame_motive=7,facing=east": { - "model": "beautify:block/pictureframes/dark_oak_alban_picture_frame", - "y": 90 - }, - "frame_motive=7,facing=south": { - "model": "beautify:block/pictureframes/dark_oak_alban_picture_frame", - "y": 180 - }, - "frame_motive=7,facing=west": { - "model": "beautify:block/pictureframes/dark_oak_alban_picture_frame", - "y": 270 - }, - "frame_motive=8,facing=north": { - "model": "beautify:block/pictureframes/dark_oak_bomb_picture_frame" - }, - "frame_motive=8,facing=east": { - "model": "beautify:block/pictureframes/dark_oak_bomb_picture_frame", - "y": 90 - }, - "frame_motive=8,facing=south": { - "model": "beautify:block/pictureframes/dark_oak_bomb_picture_frame", - "y": 180 - }, - "frame_motive=8,facing=west": { - "model": "beautify:block/pictureframes/dark_oak_bomb_picture_frame", - "y": 270 - }, - "frame_motive=9,facing=north": { - "model": "beautify:block/pictureframes/dark_oak_shroom_picture_frame" - }, - "frame_motive=9,facing=east": { - "model": "beautify:block/pictureframes/dark_oak_shroom_picture_frame", - "y": 90 - }, - "frame_motive=9,facing=south": { - "model": "beautify:block/pictureframes/dark_oak_shroom_picture_frame", - "y": 180 - }, - "frame_motive=9,facing=west": { - "model": "beautify:block/pictureframes/dark_oak_shroom_picture_frame", - "y": 270 - }, - "frame_motive=10,facing=north": { - "model": "beautify:block/pictureframes/dark_oak_river_picture_frame" - }, - "frame_motive=10,facing=east": { - "model": "beautify:block/pictureframes/dark_oak_river_picture_frame", - "y": 90 - }, - "frame_motive=10,facing=south": { - "model": "beautify:block/pictureframes/dark_oak_river_picture_frame", - "y": 180 - }, - "frame_motive=10,facing=west": { - "model": "beautify:block/pictureframes/dark_oak_river_picture_frame", - "y": 270 - }, - "frame_motive=11,facing=north": { - "model": "beautify:block/pictureframes/dark_oak_beach_picture_frame" - }, - "frame_motive=11,facing=east": { - "model": "beautify:block/pictureframes/dark_oak_beach_picture_frame", - "y": 90 - }, - "frame_motive=11,facing=south": { - "model": "beautify:block/pictureframes/dark_oak_beach_picture_frame", - "y": 180 - }, - "frame_motive=11,facing=west": { - "model": "beautify:block/pictureframes/dark_oak_beach_picture_frame", - "y": 270 - }, - "frame_motive=12,facing=north": { - "model": "beautify:block/pictureframes/dark_oak_frog_picture_frame" - }, - "frame_motive=12,facing=east": { - "model": "beautify:block/pictureframes/dark_oak_frog_picture_frame", - "y": 90 - }, - "frame_motive=12,facing=south": { - "model": "beautify:block/pictureframes/dark_oak_frog_picture_frame", - "y": 180 - }, - "frame_motive=12,facing=west": { - "model": "beautify:block/pictureframes/dark_oak_frog_picture_frame", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/dark_oak_trellis.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/dark_oak_trellis.json deleted file mode 100644 index 0f3fff3e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/dark_oak_trellis.json +++ /dev/null @@ -1,247 +0,0 @@ -{ - "variants": { - "ceilling=false,facing=north,flowers=0": { - "model": "beautify:block/trellis/dark_oak/closed_trellis", - "y": 270 - }, - "ceilling=false,facing=east,flowers=0": { - "model": "beautify:block/trellis/dark_oak/closed_trellis" - }, - "ceilling=false,facing=south,flowers=0": { - "model": "beautify:block/trellis/dark_oak/closed_trellis", - "y": 90 - }, - "ceilling=false,facing=west,flowers=0": { - "model": "beautify:block/trellis/dark_oak/closed_trellis", - "y": 180 - }, - "ceilling=true,facing=north,flowers=0": { - "model": "beautify:block/trellis/dark_oak/open_trellis" - }, - "ceilling=true,facing=east,flowers=0": { - "model": "beautify:block/trellis/dark_oak/open_trellis" - }, - "ceilling=true,facing=south,flowers=0": { - "model": "beautify:block/trellis/dark_oak/open_trellis" - }, - "ceilling=true,facing=west,flowers=0": { - "model": "beautify:block/trellis/dark_oak/open_trellis" - }, - "ceilling=false,facing=north,flowers=1": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_rose", - "y": 270 - }, - "ceilling=false,facing=east,flowers=1": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_rose" - }, - "ceilling=false,facing=south,flowers=1": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_rose", - "y": 90 - }, - "ceilling=false,facing=west,flowers=1": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_rose", - "y": 180 - }, - "ceilling=true,facing=north,flowers=1": { - "model": "beautify:block/trellis/dark_oak/open_trellis_rose" - }, - "ceilling=true,facing=east,flowers=1": { - "model": "beautify:block/trellis/dark_oak/open_trellis_rose" - }, - "ceilling=true,facing=south,flowers=1": { - "model": "beautify:block/trellis/dark_oak/open_trellis_rose" - }, - "ceilling=true,facing=west,flowers=1": { - "model": "beautify:block/trellis/dark_oak/open_trellis_rose" - }, - "ceilling=false,facing=north,flowers=2": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_sunflower", - "y": 270 - }, - "ceilling=false,facing=east,flowers=2": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_sunflower" - }, - "ceilling=false,facing=south,flowers=2": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_sunflower", - "y": 90 - }, - "ceilling=false,facing=west,flowers=2": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_sunflower", - "y": 180 - }, - "ceilling=true,facing=north,flowers=2": { - "model": "beautify:block/trellis/dark_oak/open_trellis_sunflower" - }, - "ceilling=true,facing=east,flowers=2": { - "model": "beautify:block/trellis/dark_oak/open_trellis_sunflower" - }, - "ceilling=true,facing=south,flowers=2": { - "model": "beautify:block/trellis/dark_oak/open_trellis_sunflower" - }, - "ceilling=true,facing=west,flowers=2": { - "model": "beautify:block/trellis/dark_oak/open_trellis_sunflower" - }, - "ceilling=false,facing=north,flowers=3": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_peony", - "y": 270 - }, - "ceilling=false,facing=east,flowers=3": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_peony" - }, - "ceilling=false,facing=south,flowers=3": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_peony", - "y": 90 - }, - "ceilling=false,facing=west,flowers=3": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_peony", - "y": 180 - }, - "ceilling=true,facing=north,flowers=3": { - "model": "beautify:block/trellis/dark_oak/open_trellis_peony" - }, - "ceilling=true,facing=east,flowers=3": { - "model": "beautify:block/trellis/dark_oak/open_trellis_peony" - }, - "ceilling=true,facing=south,flowers=3": { - "model": "beautify:block/trellis/dark_oak/open_trellis_peony" - }, - "ceilling=true,facing=west,flowers=3": { - "model": "beautify:block/trellis/dark_oak/open_trellis_peony" - }, - "ceilling=false,facing=north,flowers=4": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_lilac", - "y": 270 - }, - "ceilling=false,facing=east,flowers=4": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_lilac" - }, - "ceilling=false,facing=south,flowers=4": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_lilac", - "y": 90 - }, - "ceilling=false,facing=west,flowers=4": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_lilac", - "y": 180 - }, - "ceilling=true,facing=north,flowers=4": { - "model": "beautify:block/trellis/dark_oak/open_trellis_lilac" - }, - "ceilling=true,facing=east,flowers=4": { - "model": "beautify:block/trellis/dark_oak/open_trellis_lilac" - }, - "ceilling=true,facing=south,flowers=4": { - "model": "beautify:block/trellis/dark_oak/open_trellis_lilac" - }, - "ceilling=true,facing=west,flowers=4": { - "model": "beautify:block/trellis/dark_oak/open_trellis_lilac" - }, - "ceilling=false,facing=north,flowers=5": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_vine", - "y": 270 - }, - "ceilling=false,facing=east,flowers=5": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_vine" - }, - "ceilling=false,facing=south,flowers=5": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_vine", - "y": 90 - }, - "ceilling=false,facing=west,flowers=5": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_vine", - "y": 180 - }, - "ceilling=true,facing=north,flowers=5": { - "model": "beautify:block/trellis/dark_oak/open_trellis_vine" - }, - "ceilling=true,facing=east,flowers=5": { - "model": "beautify:block/trellis/dark_oak/open_trellis_vine" - }, - "ceilling=true,facing=south,flowers=5": { - "model": "beautify:block/trellis/dark_oak/open_trellis_vine" - }, - "ceilling=true,facing=west,flowers=5": { - "model": "beautify:block/trellis/dark_oak/open_trellis_vine" - }, - "ceilling=false,facing=north,flowers=6": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_weeping_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=6": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_weeping_vines" - }, - "ceilling=false,facing=south,flowers=6": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_weeping_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=6": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_weeping_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=6": { - "model": "beautify:block/trellis/dark_oak/open_trellis_weeping_vines" - }, - "ceilling=true,facing=east,flowers=6": { - "model": "beautify:block/trellis/dark_oak/open_trellis_weeping_vines" - }, - "ceilling=true,facing=south,flowers=6": { - "model": "beautify:block/trellis/dark_oak/open_trellis_weeping_vines" - }, - "ceilling=true,facing=west,flowers=6": { - "model": "beautify:block/trellis/dark_oak/open_trellis_weeping_vines" - }, - "ceilling=false,facing=north,flowers=7": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_twisting_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=7": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_twisting_vines" - }, - "ceilling=false,facing=south,flowers=7": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_twisting_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=7": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_twisting_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=7": { - "model": "beautify:block/trellis/dark_oak/open_trellis_twisting_vines" - }, - "ceilling=true,facing=east,flowers=7": { - "model": "beautify:block/trellis/dark_oak/open_trellis_twisting_vines" - }, - "ceilling=true,facing=south,flowers=7": { - "model": "beautify:block/trellis/dark_oak/open_trellis_twisting_vines" - }, - "ceilling=true,facing=west,flowers=7": { - "model": "beautify:block/trellis/dark_oak/open_trellis_twisting_vines" - }, - "ceilling=false,facing=north,flowers=8": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_lichen", - "y": 270 - }, - "ceilling=false,facing=east,flowers=8": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_lichen" - }, - "ceilling=false,facing=south,flowers=8": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_lichen", - "y": 90 - }, - "ceilling=false,facing=west,flowers=8": { - "model": "beautify:block/trellis/dark_oak/closed_trellis_lichen", - "y": 180 - }, - "ceilling=true,facing=north,flowers=8": { - "model": "beautify:block/trellis/dark_oak/open_trellis_lichen" - }, - "ceilling=true,facing=east,flowers=8": { - "model": "beautify:block/trellis/dark_oak/open_trellis_lichen" - }, - "ceilling=true,facing=south,flowers=8": { - "model": "beautify:block/trellis/dark_oak/open_trellis_lichen" - }, - "ceilling=true,facing=west,flowers=8": { - "model": "beautify:block/trellis/dark_oak/open_trellis_lichen" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/hanging_pot.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/hanging_pot.json deleted file mode 100644 index 7f7bd223..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/hanging_pot.json +++ /dev/null @@ -1,341 +0,0 @@ -{ - "variants": { - "grown=false,hanging=true,potflower=0": { - "model": "beautify:block/pots/base/hanging_pot" - }, - "grown=false,hanging=false,potflower=0": { - "model": "beautify:block/pots/base/standing_pot" - }, - "grown=true,hanging=true,potflower=0": { - "model": "beautify:block/pots/base/hanging_pot" - }, - "grown=true,hanging=false,potflower=0": { - "model": "beautify:block/pots/base/standing_pot" - }, - - "grown=false,hanging=true,potflower=1": { - "model": "beautify:block/pots/rose/rose_pot" - }, - "grown=false,hanging=false,potflower=1": { - "model": "beautify:block/pots/rose/standing_rose_pot" - }, - "grown=true,hanging=true,potflower=1": { - "model": "beautify:block/pots/rose/rose_pot_grown" - }, - "grown=true,hanging=false,potflower=1": { - "model": "beautify:block/pots/rose/standing_rose_pot_grown" - }, - - "grown=false,hanging=true,potflower=2": { - "model": "beautify:block/pots/lilac/lilac_pot" - }, - "grown=false,hanging=false,potflower=2": { - "model": "beautify:block/pots/lilac/standing_lilac_pot" - }, - "grown=true,hanging=true,potflower=2": { - "model": "beautify:block/pots/lilac/lilac_pot_grown" - }, - "grown=true,hanging=false,potflower=2": { - "model": "beautify:block/pots/lilac/standing_lilac_pot_grown" - }, - - "grown=false,hanging=true,potflower=3": { - "model": "beautify:block/pots/orchid/orchid_pot" - }, - "grown=false,hanging=false,potflower=3": { - "model": "beautify:block/pots/orchid/standing_orchid_pot" - }, - "grown=true,hanging=true,potflower=3": { - "model": "beautify:block/pots/orchid/orchid_pot_grown" - }, - "grown=true,hanging=false,potflower=3": { - "model": "beautify:block/pots/orchid/standing_orchid_pot_grown" - }, - - "grown=false,hanging=true,potflower=4": { - "model": "beautify:block/pots/vine/vine_pot" - }, - "grown=false,hanging=false,potflower=4": { - "model": "beautify:block/pots/vine/standing_vine_pot" - }, - "grown=true,hanging=true,potflower=4": { - "model": "beautify:block/pots/vine/vine_pot_grown" - }, - "grown=true,hanging=false,potflower=4": { - "model": "beautify:block/pots/vine/standing_vine_pot_grown" - }, - - "grown=false,hanging=true,potflower=5": { - "model": "beautify:block/pots/sunflower/sunflower_pot" - }, - "grown=false,hanging=false,potflower=5": { - "model": "beautify:block/pots/sunflower/standing_sunflower_pot" - }, - "grown=true,hanging=true,potflower=5": { - "model": "beautify:block/pots/sunflower/sunflower_pot_grown" - }, - "grown=true,hanging=false,potflower=5": { - "model": "beautify:block/pots/sunflower/standing_sunflower_pot_grown" - }, - - "grown=false,hanging=true,potflower=6": { - "model": "beautify:block/pots/peony/peony_pot" - }, - "grown=false,hanging=false,potflower=6": { - "model": "beautify:block/pots/peony/standing_peony_pot" - }, - "grown=true,hanging=true,potflower=6": { - "model": "beautify:block/pots/peony/peony_pot_grown" - }, - "grown=true,hanging=false,potflower=6": { - "model": "beautify:block/pots/peony/standing_peony_pot_grown" - }, - - "grown=false,hanging=true,potflower=7": { - "model": "beautify:block/pots/azure_bluet/azure_bluet_pot" - }, - "grown=false,hanging=false,potflower=7": { - "model": "beautify:block/pots/azure_bluet/standing_azure_bluet_pot" - }, - "grown=true,hanging=true,potflower=7": { - "model": "beautify:block/pots/azure_bluet/azure_bluet_pot_grown" - }, - "grown=true,hanging=false,potflower=7": { - "model": "beautify:block/pots/azure_bluet/standing_azure_bluet_pot_grown" - }, - - "grown=false,hanging=true,potflower=8": { - "model": "beautify:block/pots/red_tulip/red_tulip_pot" - }, - "grown=false,hanging=false,potflower=8": { - "model": "beautify:block/pots/red_tulip/standing_red_tulip_pot" - }, - "grown=true,hanging=true,potflower=8": { - "model": "beautify:block/pots/red_tulip/red_tulip_pot_grown" - }, - "grown=true,hanging=false,potflower=8": { - "model": "beautify:block/pots/red_tulip/standing_red_tulip_pot_grown" - }, - - "grown=false,hanging=true,potflower=9": { - "model": "beautify:block/pots/orange_tulip/orange_tulip_pot" - }, - "grown=false,hanging=false,potflower=9": { - "model": "beautify:block/pots/orange_tulip/standing_orange_tulip_pot" - }, - "grown=true,hanging=true,potflower=9": { - "model": "beautify:block/pots/orange_tulip/orange_tulip_pot_grown" - }, - "grown=true,hanging=false,potflower=9": { - "model": "beautify:block/pots/orange_tulip/standing_orange_tulip_pot_grown" - }, - - "grown=false,hanging=true,potflower=10": { - "model": "beautify:block/pots/white_tulip/white_tulip_pot" - }, - "grown=false,hanging=false,potflower=10": { - "model": "beautify:block/pots/white_tulip/standing_white_tulip_pot" - }, - "grown=true,hanging=true,potflower=10": { - "model": "beautify:block/pots/white_tulip/white_tulip_pot_grown" - }, - "grown=true,hanging=false,potflower=10": { - "model": "beautify:block/pots/white_tulip/standing_white_tulip_pot_grown" - }, - - "grown=false,hanging=true,potflower=11": { - "model": "beautify:block/pots/pink_tulip/pink_tulip_pot" - }, - "grown=false,hanging=false,potflower=11": { - "model": "beautify:block/pots/pink_tulip/standing_pink_tulip_pot" - }, - "grown=true,hanging=true,potflower=11": { - "model": "beautify:block/pots/pink_tulip/pink_tulip_pot_grown" - }, - "grown=true,hanging=false,potflower=11": { - "model": "beautify:block/pots/pink_tulip/standing_pink_tulip_pot_grown" - }, - - "grown=false,hanging=true,potflower=12": { - "model": "beautify:block/pots/allium/allium_pot" - }, - "grown=false,hanging=false,potflower=12": { - "model": "beautify:block/pots/allium/standing_allium_pot" - }, - "grown=true,hanging=true,potflower=12": { - "model": "beautify:block/pots/allium/allium_pot_grown" - }, - "grown=true,hanging=false,potflower=12": { - "model": "beautify:block/pots/allium/standing_allium_pot_grown" - }, - - "grown=false,hanging=true,potflower=13": { - "model": "beautify:block/pots/dandelion/dandelion_pot" - }, - "grown=false,hanging=false,potflower=13": { - "model": "beautify:block/pots/dandelion/standing_dandelion_pot" - }, - "grown=true,hanging=true,potflower=13": { - "model": "beautify:block/pots/dandelion/dandelion_pot_grown" - }, - "grown=true,hanging=false,potflower=13": { - "model": "beautify:block/pots/dandelion/standing_dandelion_pot_grown" - }, - - "grown=false,hanging=true,potflower=14": { - "model": "beautify:block/pots/poppy/poppy_pot" - }, - "grown=false,hanging=false,potflower=14": { - "model": "beautify:block/pots/poppy/standing_poppy_pot" - }, - "grown=true,hanging=true,potflower=14": { - "model": "beautify:block/pots/poppy/poppy_pot_grown" - }, - "grown=true,hanging=false,potflower=14": { - "model": "beautify:block/pots/poppy/standing_poppy_pot_grown" - }, - - "grown=false,hanging=true,potflower=15": { - "model": "beautify:block/pots/glow_lichen/glow_lichen_pot" - }, - "grown=false,hanging=false,potflower=15": { - "model": "beautify:block/pots/glow_lichen/standing_glow_lichen_pot" - }, - "grown=true,hanging=true,potflower=15": { - "model": "beautify:block/pots/glow_lichen/glow_lichen_pot_grown" - }, - "grown=true,hanging=false,potflower=15": { - "model": "beautify:block/pots/glow_lichen/standing_glow_lichen_pot_grown" - }, - - "grown=false,hanging=true,potflower=16": { - "model": "beautify:block/pots/oxeye_daisy/oxeye_daisy_pot" - }, - "grown=false,hanging=false,potflower=16": { - "model": "beautify:block/pots/oxeye_daisy/standing_oxeye_daisy_pot" - }, - "grown=true,hanging=true,potflower=16": { - "model": "beautify:block/pots/oxeye_daisy/oxeye_daisy_pot_grown" - }, - "grown=true,hanging=false,potflower=16": { - "model": "beautify:block/pots/oxeye_daisy/standing_oxeye_daisy_pot_grown" - }, - - "grown=false,hanging=true,potflower=17": { - "model": "beautify:block/pots/lily/lily_pot" - }, - "grown=false,hanging=false,potflower=17": { - "model": "beautify:block/pots/lily/standing_lily_pot" - }, - "grown=true,hanging=true,potflower=17": { - "model": "beautify:block/pots/lily/lily_pot_grown" - }, - "grown=true,hanging=false,potflower=17": { - "model": "beautify:block/pots/lily/standing_lily_pot_grown" - }, - - "grown=false,hanging=true,potflower=18": { - "model": "beautify:block/pots/cornflower/cornflower_pot" - }, - "grown=false,hanging=false,potflower=18": { - "model": "beautify:block/pots/cornflower/standing_cornflower_pot" - }, - "grown=true,hanging=true,potflower=18": { - "model": "beautify:block/pots/cornflower/cornflower_pot_grown" - }, - "grown=true,hanging=false,potflower=18": { - "model": "beautify:block/pots/cornflower/standing_cornflower_pot_grown" - }, - - "grown=false,hanging=true,potflower=19": { - "model": "beautify:block/pots/weeping_vines/weeping_vines_pot" - }, - "grown=false,hanging=false,potflower=19": { - "model": "beautify:block/pots/weeping_vines/standing_weeping_vines_pot" - }, - "grown=true,hanging=true,potflower=19": { - "model": "beautify:block/pots/weeping_vines/weeping_vines_pot_grown" - }, - "grown=true,hanging=false,potflower=19": { - "model": "beautify:block/pots/weeping_vines/standing_weeping_vines_pot_grown" - }, - - "grown=false,hanging=true,potflower=20": { - "model": "beautify:block/pots/twisting_vines/twisting_vines_pot" - }, - "grown=false,hanging=false,potflower=20": { - "model": "beautify:block/pots/twisting_vines/standing_twisting_vines_pot" - }, - "grown=true,hanging=true,potflower=20": { - "model": "beautify:block/pots/twisting_vines/twisting_vines_pot_grown" - }, - "grown=true,hanging=false,potflower=20": { - "model": "beautify:block/pots/twisting_vines/standing_twisting_vines_pot_grown" - }, - - "grown=false,hanging=true,potflower=21": { - "model": "beautify:block/pots/wither_rose/wither_rose_pot" - }, - "grown=false,hanging=false,potflower=21": { - "model": "beautify:block/pots/wither_rose/standing_wither_rose_pot" - }, - "grown=true,hanging=true,potflower=21": { - "model": "beautify:block/pots/wither_rose/wither_rose_pot_grown" - }, - "grown=true,hanging=false,potflower=21": { - "model": "beautify:block/pots/wither_rose/standing_wither_rose_pot_grown" - }, - - "grown=false,hanging=true,potflower=22": { - "model": "beautify:block/pots/glowberry/glowberry_pot" - }, - "grown=false,hanging=false,potflower=22": { - "model": "beautify:block/pots/glowberry/standing_glowberry_pot" - }, - "grown=true,hanging=true,potflower=22": { - "model": "beautify:block/pots/glowberry/glowberry_pot_grown" - }, - "grown=true,hanging=false,potflower=22": { - "model": "beautify:block/pots/glowberry/standing_glowberry_pot_grown" - }, - - "grown=false,hanging=true,potflower=23": { - "model": "beautify:block/pots/berry/berry_pot" - }, - "grown=false,hanging=false,potflower=23": { - "model": "beautify:block/pots/berry/standing_berry_pot" - }, - "grown=true,hanging=true,potflower=23": { - "model": "beautify:block/pots/berry/berry_pot_grown" - }, - "grown=true,hanging=false,potflower=23": { - "model": "beautify:block/pots/berry/standing_berry_pot_grown" - }, - - "grown=false,hanging=true,potflower=24": { - "model": "beautify:block/pots/grass/grass_pot" - }, - "grown=false,hanging=false,potflower=24": { - "model": "beautify:block/pots/grass/standing_grass_pot" - }, - "grown=true,hanging=true,potflower=24": { - "model": "beautify:block/pots/grass/grass_pot_grown" - }, - "grown=true,hanging=false,potflower=24": { - "model": "beautify:block/pots/grass/standing_grass_pot_grown" - }, - - "grown=false,hanging=true,potflower=25": { - "model": "beautify:block/pots/fern/fern_pot" - }, - "grown=false,hanging=false,potflower=25": { - "model": "beautify:block/pots/fern/standing_fern_pot" - }, - "grown=true,hanging=true,potflower=25": { - "model": "beautify:block/pots/fern/fern_pot_grown" - }, - "grown=true,hanging=false,potflower=25": { - "model": "beautify:block/pots/fern/standing_fern_pot_grown" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/iron_blinds.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/iron_blinds.json deleted file mode 100644 index c1ea1fa6..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/iron_blinds.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "variants": { - "open=false,facing=north,hidden=false": { - "model": "beautify:block/blinds/iron_blinds_up" - }, - "open=false,facing=east,hidden=false": { - "model": "beautify:block/blinds/iron_blinds_up", - "y": 90 - }, - "open=false,facing=south,hidden=false": { - "model": "beautify:block/blinds/iron_blinds_up", - "y": 180 - }, - "open=false,facing=west,hidden=false": { - "model": "beautify:block/blinds/iron_blinds_up", - "y": 270 - }, - "open=true,facing=north,hidden=false": { - "model": "beautify:block/blinds/iron_blinds_down" - }, - "open=true,facing=east,hidden=false": { - "model": "beautify:block/blinds/iron_blinds_down", - "y": 90 - }, - "open=true,facing=south,hidden=false": { - "model": "beautify:block/blinds/iron_blinds_down", - "y": 180 - }, - "open=true,facing=west,hidden=false": { - "model": "beautify:block/blinds/iron_blinds_down", - "y": 270 - }, - "hidden=true":{ - "model": "beautify:block/blinds/none" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/jungle_blinds.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/jungle_blinds.json deleted file mode 100644 index 6ec9d9f6..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/jungle_blinds.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "variants": { - "open=false,facing=north,hidden=false": { - "model": "beautify:block/blinds/jungle_blinds_up" - }, - "open=false,facing=east,hidden=false": { - "model": "beautify:block/blinds/jungle_blinds_up", - "y": 90 - }, - "open=false,facing=south,hidden=false": { - "model": "beautify:block/blinds/jungle_blinds_up", - "y": 180 - }, - "open=false,facing=west,hidden=false": { - "model": "beautify:block/blinds/jungle_blinds_up", - "y": 270 - }, - "open=true,facing=north,hidden=false": { - "model": "beautify:block/blinds/jungle_blinds_down" - }, - "open=true,facing=east,hidden=false": { - "model": "beautify:block/blinds/jungle_blinds_down", - "y": 90 - }, - "open=true,facing=south,hidden=false": { - "model": "beautify:block/blinds/jungle_blinds_down", - "y": 180 - }, - "open=true,facing=west,hidden=false": { - "model": "beautify:block/blinds/jungle_blinds_down", - "y": 270 - }, - "hidden=true":{ - "model": "beautify:block/blinds/none" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/jungle_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/jungle_picture_frame.json deleted file mode 100644 index ba21c9e3..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/jungle_picture_frame.json +++ /dev/null @@ -1,199 +0,0 @@ -{ - "variants": { - "frame_motive=0,facing=north": { - "model": "beautify:block/pictureframes/jungle_sunset_picture_frame" - }, - "frame_motive=0,facing=east": { - "model": "beautify:block/pictureframes/jungle_sunset_picture_frame", - "y": 90 - }, - "frame_motive=0,facing=south": { - "model": "beautify:block/pictureframes/jungle_sunset_picture_frame", - "y": 180 - }, - "frame_motive=0,facing=west": { - "model": "beautify:block/pictureframes/jungle_sunset_picture_frame", - "y": 270 - }, - "frame_motive=1,facing=north": { - "model": "beautify:block/pictureframes/jungle_flower_picture_frame" - }, - "frame_motive=1,facing=east": { - "model": "beautify:block/pictureframes/jungle_flower_picture_frame", - "y": 90 - }, - "frame_motive=1,facing=south": { - "model": "beautify:block/pictureframes/jungle_flower_picture_frame", - "y": 180 - }, - "frame_motive=1,facing=west": { - "model": "beautify:block/pictureframes/jungle_flower_picture_frame", - "y": 270 - }, - "frame_motive=2,facing=north": { - "model": "beautify:block/pictureframes/jungle_wasteland_picture_frame" - }, - "frame_motive=2,facing=east": { - "model": "beautify:block/pictureframes/jungle_wasteland_picture_frame", - "y": 90 - }, - "frame_motive=2,facing=south": { - "model": "beautify:block/pictureframes/jungle_wasteland_picture_frame", - "y": 180 - }, - "frame_motive=2,facing=west": { - "model": "beautify:block/pictureframes/jungle_wasteland_picture_frame", - "y": 270 - }, - "frame_motive=3,facing=north": { - "model": "beautify:block/pictureframes/jungle_plant_picture_frame" - }, - "frame_motive=3,facing=east": { - "model": "beautify:block/pictureframes/jungle_plant_picture_frame", - "y": 90 - }, - "frame_motive=3,facing=south": { - "model": "beautify:block/pictureframes/jungle_plant_picture_frame", - "y": 180 - }, - "frame_motive=3,facing=west": { - "model": "beautify:block/pictureframes/jungle_plant_picture_frame", - "y": 270 - }, - "frame_motive=4,facing=north": { - "model": "beautify:block/pictureframes/jungle_kebab_picture_frame" - }, - "frame_motive=4,facing=east": { - "model": "beautify:block/pictureframes/jungle_kebab_picture_frame", - "y": 90 - }, - "frame_motive=4,facing=south": { - "model": "beautify:block/pictureframes/jungle_kebab_picture_frame", - "y": 180 - }, - "frame_motive=4,facing=west": { - "model": "beautify:block/pictureframes/jungle_kebab_picture_frame", - "y": 270 - }, - "frame_motive=5,facing=north": { - "model": "beautify:block/pictureframes/jungle_aztec2_picture_frame" - }, - "frame_motive=5,facing=east": { - "model": "beautify:block/pictureframes/jungle_aztec2_picture_frame", - "y": 90 - }, - "frame_motive=5,facing=south": { - "model": "beautify:block/pictureframes/jungle_aztec2_picture_frame", - "y": 180 - }, - "frame_motive=5,facing=west": { - "model": "beautify:block/pictureframes/jungle_aztec2_picture_frame", - "y": 270 - }, - "frame_motive=6,facing=north": { - "model": "beautify:block/pictureframes/jungle_aztec_picture_frame" - }, - "frame_motive=6,facing=east": { - "model": "beautify:block/pictureframes/jungle_aztec_picture_frame", - "y": 90 - }, - "frame_motive=6,facing=south": { - "model": "beautify:block/pictureframes/jungle_aztec_picture_frame", - "y": 180 - }, - "frame_motive=6,facing=west": { - "model": "beautify:block/pictureframes/jungle_aztec_picture_frame", - "y": 270 - }, - "frame_motive=7,facing=north": { - "model": "beautify:block/pictureframes/jungle_alban_picture_frame" - }, - "frame_motive=7,facing=east": { - "model": "beautify:block/pictureframes/jungle_alban_picture_frame", - "y": 90 - }, - "frame_motive=7,facing=south": { - "model": "beautify:block/pictureframes/jungle_alban_picture_frame", - "y": 180 - }, - "frame_motive=7,facing=west": { - "model": "beautify:block/pictureframes/jungle_alban_picture_frame", - "y": 270 - }, - "frame_motive=8,facing=north": { - "model": "beautify:block/pictureframes/jungle_bomb_picture_frame" - }, - "frame_motive=8,facing=east": { - "model": "beautify:block/pictureframes/jungle_bomb_picture_frame", - "y": 90 - }, - "frame_motive=8,facing=south": { - "model": "beautify:block/pictureframes/jungle_bomb_picture_frame", - "y": 180 - }, - "frame_motive=8,facing=west": { - "model": "beautify:block/pictureframes/jungle_bomb_picture_frame", - "y": 270 - }, - "frame_motive=9,facing=north": { - "model": "beautify:block/pictureframes/jungle_shroom_picture_frame" - }, - "frame_motive=9,facing=east": { - "model": "beautify:block/pictureframes/jungle_shroom_picture_frame", - "y": 90 - }, - "frame_motive=9,facing=south": { - "model": "beautify:block/pictureframes/jungle_shroom_picture_frame", - "y": 180 - }, - "frame_motive=9,facing=west": { - "model": "beautify:block/pictureframes/jungle_shroom_picture_frame", - "y": 270 - }, - "frame_motive=10,facing=north": { - "model": "beautify:block/pictureframes/jungle_river_picture_frame" - }, - "frame_motive=10,facing=east": { - "model": "beautify:block/pictureframes/jungle_river_picture_frame", - "y": 90 - }, - "frame_motive=10,facing=south": { - "model": "beautify:block/pictureframes/jungle_river_picture_frame", - "y": 180 - }, - "frame_motive=10,facing=west": { - "model": "beautify:block/pictureframes/jungle_river_picture_frame", - "y": 270 - }, - "frame_motive=11,facing=north": { - "model": "beautify:block/pictureframes/jungle_beach_picture_frame" - }, - "frame_motive=11,facing=east": { - "model": "beautify:block/pictureframes/jungle_beach_picture_frame", - "y": 90 - }, - "frame_motive=11,facing=south": { - "model": "beautify:block/pictureframes/jungle_beach_picture_frame", - "y": 180 - }, - "frame_motive=11,facing=west": { - "model": "beautify:block/pictureframes/jungle_beach_picture_frame", - "y": 270 - }, - "frame_motive=12,facing=north": { - "model": "beautify:block/pictureframes/jungle_frog_picture_frame" - }, - "frame_motive=12,facing=east": { - "model": "beautify:block/pictureframes/jungle_frog_picture_frame", - "y": 90 - }, - "frame_motive=12,facing=south": { - "model": "beautify:block/pictureframes/jungle_frog_picture_frame", - "y": 180 - }, - "frame_motive=12,facing=west": { - "model": "beautify:block/pictureframes/jungle_frog_picture_frame", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/jungle_trellis.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/jungle_trellis.json deleted file mode 100644 index de375ca9..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/jungle_trellis.json +++ /dev/null @@ -1,247 +0,0 @@ -{ - "variants": { - "ceilling=false,facing=north,flowers=0": { - "model": "beautify:block/trellis/jungle/closed_trellis", - "y": 270 - }, - "ceilling=false,facing=east,flowers=0": { - "model": "beautify:block/trellis/jungle/closed_trellis" - }, - "ceilling=false,facing=south,flowers=0": { - "model": "beautify:block/trellis/jungle/closed_trellis", - "y": 90 - }, - "ceilling=false,facing=west,flowers=0": { - "model": "beautify:block/trellis/jungle/closed_trellis", - "y": 180 - }, - "ceilling=true,facing=north,flowers=0": { - "model": "beautify:block/trellis/jungle/open_trellis" - }, - "ceilling=true,facing=east,flowers=0": { - "model": "beautify:block/trellis/jungle/open_trellis" - }, - "ceilling=true,facing=south,flowers=0": { - "model": "beautify:block/trellis/jungle/open_trellis" - }, - "ceilling=true,facing=west,flowers=0": { - "model": "beautify:block/trellis/jungle/open_trellis" - }, - "ceilling=false,facing=north,flowers=1": { - "model": "beautify:block/trellis/jungle/closed_trellis_rose", - "y": 270 - }, - "ceilling=false,facing=east,flowers=1": { - "model": "beautify:block/trellis/jungle/closed_trellis_rose" - }, - "ceilling=false,facing=south,flowers=1": { - "model": "beautify:block/trellis/jungle/closed_trellis_rose", - "y": 90 - }, - "ceilling=false,facing=west,flowers=1": { - "model": "beautify:block/trellis/jungle/closed_trellis_rose", - "y": 180 - }, - "ceilling=true,facing=north,flowers=1": { - "model": "beautify:block/trellis/jungle/open_trellis_rose" - }, - "ceilling=true,facing=east,flowers=1": { - "model": "beautify:block/trellis/jungle/open_trellis_rose" - }, - "ceilling=true,facing=south,flowers=1": { - "model": "beautify:block/trellis/jungle/open_trellis_rose" - }, - "ceilling=true,facing=west,flowers=1": { - "model": "beautify:block/trellis/jungle/open_trellis_rose" - }, - "ceilling=false,facing=north,flowers=2": { - "model": "beautify:block/trellis/jungle/closed_trellis_sunflower", - "y": 270 - }, - "ceilling=false,facing=east,flowers=2": { - "model": "beautify:block/trellis/jungle/closed_trellis_sunflower" - }, - "ceilling=false,facing=south,flowers=2": { - "model": "beautify:block/trellis/jungle/closed_trellis_sunflower", - "y": 90 - }, - "ceilling=false,facing=west,flowers=2": { - "model": "beautify:block/trellis/jungle/closed_trellis_sunflower", - "y": 180 - }, - "ceilling=true,facing=north,flowers=2": { - "model": "beautify:block/trellis/jungle/open_trellis_sunflower" - }, - "ceilling=true,facing=east,flowers=2": { - "model": "beautify:block/trellis/jungle/open_trellis_sunflower" - }, - "ceilling=true,facing=south,flowers=2": { - "model": "beautify:block/trellis/jungle/open_trellis_sunflower" - }, - "ceilling=true,facing=west,flowers=2": { - "model": "beautify:block/trellis/jungle/open_trellis_sunflower" - }, - "ceilling=false,facing=north,flowers=3": { - "model": "beautify:block/trellis/jungle/closed_trellis_peony", - "y": 270 - }, - "ceilling=false,facing=east,flowers=3": { - "model": "beautify:block/trellis/jungle/closed_trellis_peony" - }, - "ceilling=false,facing=south,flowers=3": { - "model": "beautify:block/trellis/jungle/closed_trellis_peony", - "y": 90 - }, - "ceilling=false,facing=west,flowers=3": { - "model": "beautify:block/trellis/jungle/closed_trellis_peony", - "y": 180 - }, - "ceilling=true,facing=north,flowers=3": { - "model": "beautify:block/trellis/jungle/open_trellis_peony" - }, - "ceilling=true,facing=east,flowers=3": { - "model": "beautify:block/trellis/jungle/open_trellis_peony" - }, - "ceilling=true,facing=south,flowers=3": { - "model": "beautify:block/trellis/jungle/open_trellis_peony" - }, - "ceilling=true,facing=west,flowers=3": { - "model": "beautify:block/trellis/jungle/open_trellis_peony" - }, - "ceilling=false,facing=north,flowers=4": { - "model": "beautify:block/trellis/jungle/closed_trellis_lilac", - "y": 270 - }, - "ceilling=false,facing=east,flowers=4": { - "model": "beautify:block/trellis/jungle/closed_trellis_lilac" - }, - "ceilling=false,facing=south,flowers=4": { - "model": "beautify:block/trellis/jungle/closed_trellis_lilac", - "y": 90 - }, - "ceilling=false,facing=west,flowers=4": { - "model": "beautify:block/trellis/jungle/closed_trellis_lilac", - "y": 180 - }, - "ceilling=true,facing=north,flowers=4": { - "model": "beautify:block/trellis/jungle/open_trellis_lilac" - }, - "ceilling=true,facing=east,flowers=4": { - "model": "beautify:block/trellis/jungle/open_trellis_lilac" - }, - "ceilling=true,facing=south,flowers=4": { - "model": "beautify:block/trellis/jungle/open_trellis_lilac" - }, - "ceilling=true,facing=west,flowers=4": { - "model": "beautify:block/trellis/jungle/open_trellis_lilac" - }, - "ceilling=false,facing=north,flowers=5": { - "model": "beautify:block/trellis/jungle/closed_trellis_vine", - "y": 270 - }, - "ceilling=false,facing=east,flowers=5": { - "model": "beautify:block/trellis/jungle/closed_trellis_vine" - }, - "ceilling=false,facing=south,flowers=5": { - "model": "beautify:block/trellis/jungle/closed_trellis_vine", - "y": 90 - }, - "ceilling=false,facing=west,flowers=5": { - "model": "beautify:block/trellis/jungle/closed_trellis_vine", - "y": 180 - }, - "ceilling=true,facing=north,flowers=5": { - "model": "beautify:block/trellis/jungle/open_trellis_vine" - }, - "ceilling=true,facing=east,flowers=5": { - "model": "beautify:block/trellis/jungle/open_trellis_vine" - }, - "ceilling=true,facing=south,flowers=5": { - "model": "beautify:block/trellis/jungle/open_trellis_vine" - }, - "ceilling=true,facing=west,flowers=5": { - "model": "beautify:block/trellis/jungle/open_trellis_vine" - }, - "ceilling=false,facing=north,flowers=6": { - "model": "beautify:block/trellis/jungle/closed_trellis_weeping_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=6": { - "model": "beautify:block/trellis/jungle/closed_trellis_weeping_vines" - }, - "ceilling=false,facing=south,flowers=6": { - "model": "beautify:block/trellis/jungle/closed_trellis_weeping_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=6": { - "model": "beautify:block/trellis/jungle/closed_trellis_weeping_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=6": { - "model": "beautify:block/trellis/jungle/open_trellis_weeping_vines" - }, - "ceilling=true,facing=east,flowers=6": { - "model": "beautify:block/trellis/jungle/open_trellis_weeping_vines" - }, - "ceilling=true,facing=south,flowers=6": { - "model": "beautify:block/trellis/jungle/open_trellis_weeping_vines" - }, - "ceilling=true,facing=west,flowers=6": { - "model": "beautify:block/trellis/jungle/open_trellis_weeping_vines" - }, - "ceilling=false,facing=north,flowers=7": { - "model": "beautify:block/trellis/jungle/closed_trellis_twisting_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=7": { - "model": "beautify:block/trellis/jungle/closed_trellis_twisting_vines" - }, - "ceilling=false,facing=south,flowers=7": { - "model": "beautify:block/trellis/jungle/closed_trellis_twisting_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=7": { - "model": "beautify:block/trellis/jungle/closed_trellis_twisting_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=7": { - "model": "beautify:block/trellis/jungle/open_trellis_twisting_vines" - }, - "ceilling=true,facing=east,flowers=7": { - "model": "beautify:block/trellis/jungle/open_trellis_twisting_vines" - }, - "ceilling=true,facing=south,flowers=7": { - "model": "beautify:block/trellis/jungle/open_trellis_twisting_vines" - }, - "ceilling=true,facing=west,flowers=7": { - "model": "beautify:block/trellis/jungle/open_trellis_twisting_vines" - }, - "ceilling=false,facing=north,flowers=8": { - "model": "beautify:block/trellis/jungle/closed_trellis_lichen", - "y": 270 - }, - "ceilling=false,facing=east,flowers=8": { - "model": "beautify:block/trellis/jungle/closed_trellis_lichen" - }, - "ceilling=false,facing=south,flowers=8": { - "model": "beautify:block/trellis/jungle/closed_trellis_lichen", - "y": 90 - }, - "ceilling=false,facing=west,flowers=8": { - "model": "beautify:block/trellis/jungle/closed_trellis_lichen", - "y": 180 - }, - "ceilling=true,facing=north,flowers=8": { - "model": "beautify:block/trellis/jungle/open_trellis_lichen" - }, - "ceilling=true,facing=east,flowers=8": { - "model": "beautify:block/trellis/jungle/open_trellis_lichen" - }, - "ceilling=true,facing=south,flowers=8": { - "model": "beautify:block/trellis/jungle/open_trellis_lichen" - }, - "ceilling=true,facing=west,flowers=8": { - "model": "beautify:block/trellis/jungle/open_trellis_lichen" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_bamboo.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_bamboo.json deleted file mode 100644 index 4d413c99..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_bamboo.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "hanging=true,on=true": { - "model": "beautify:block/lamps/lamp_bamboo" - }, - "hanging=false,on=true": { - "model": "beautify:block/lamps/standing_lamp_bamboo" - }, - "hanging=true,on=false": { - "model": "beautify:block/lamps/lamp_bamboo_off" - }, - "hanging=false,on=false": { - "model": "beautify:block/lamps/standing_lamp_bamboo_off" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra.json deleted file mode 100644 index 8a49a9c0..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_black.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_black.json deleted file mode 100644 index afe07459..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_black.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_black" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_black", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_black", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_black", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_black" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_black", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_black", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_black", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_black" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_black", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_black", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_black", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_black" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_black", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_black", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_black", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_blue.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_blue.json deleted file mode 100644 index 055c318d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_blue.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_blue" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_blue", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_blue", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_blue", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_blue" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_blue", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_blue", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_blue", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_blue" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_blue", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_blue", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_blue", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_blue" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_blue", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_blue", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_blue", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_brown.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_brown.json deleted file mode 100644 index 03408682..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_brown.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_brown" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_brown", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_brown", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_brown", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_brown" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_brown", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_brown", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_brown", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_brown" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_brown", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_brown", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_brown", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_brown" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_brown", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_brown", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_brown", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_cyan.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_cyan.json deleted file mode 100644 index 98baaeb8..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_cyan.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_cyan" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_cyan", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_cyan", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_cyan", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_cyan" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_cyan", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_cyan", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_cyan", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_cyan" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_cyan", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_cyan", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_cyan", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_cyan" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_cyan", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_cyan", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_cyan", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_gray.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_gray.json deleted file mode 100644 index 9d8de4cf..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_gray.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_gray" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_gray", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_gray", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_gray", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_gray" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_gray", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_gray", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_gray", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_gray" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_gray", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_gray", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_gray", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_gray" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_gray", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_gray", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_gray", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_green.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_green.json deleted file mode 100644 index c0d50f54..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_green.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_green" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_green", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_green", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_green", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_green" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_green", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_green", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_green", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_green" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_green", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_green", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_green", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_green" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_green", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_green", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_green", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_light_blue.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_light_blue.json deleted file mode 100644 index d647a6ed..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_light_blue.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_blue" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_blue", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_blue", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_blue", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_light_blue" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_light_blue", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_light_blue", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_light_blue", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_light_blue" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_light_blue", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_light_blue", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_light_blue", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_light_blue" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_light_blue", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_light_blue", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_light_blue", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_light_gray.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_light_gray.json deleted file mode 100644 index bd88a976..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_light_gray.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_gray" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_gray", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_gray", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_gray", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_light_gray" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_light_gray", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_light_gray", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_light_gray", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_light_gray" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_light_gray", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_light_gray", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_light_gray", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_light_gray" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_light_gray", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_light_gray", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_light_gray", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_lime.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_lime.json deleted file mode 100644 index 9a3884be..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_lime.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_lime" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_lime", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_lime", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_lime", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_lime" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_lime", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_lime", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_lime", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_lime" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_lime", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_lime", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_lime", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_lime" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_lime", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_lime", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_lime", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_magenta.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_magenta.json deleted file mode 100644 index c08503ed..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_magenta.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_magenta" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_magenta", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_magenta", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_magenta", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_magenta" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_magenta", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_magenta", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_magenta", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_magenta" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_magenta", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_magenta", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_magenta", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_magenta" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_magenta", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_magenta", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_magenta", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_orange.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_orange.json deleted file mode 100644 index 65ad910f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_orange.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_orange" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_orange", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_orange", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_orange", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_orange" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_orange", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_orange", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_orange", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_orange" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_orange", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_orange", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_orange", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_orange" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_orange", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_orange", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_orange", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_pink.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_pink.json deleted file mode 100644 index 64ef7999..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_pink.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_pink" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_pink", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_pink", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_pink", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_pink" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_pink", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_pink", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_pink", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_pink" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_pink", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_pink", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_pink", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_pink" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_pink", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_pink", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_pink", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_purple.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_purple.json deleted file mode 100644 index da370a7a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_purple.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_purple" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_purple", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_purple", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_purple", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_purple" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_purple", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_purple", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_purple", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_purple" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_purple", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_purple", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_purple", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_purple" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_purple", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_purple", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_purple", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_red.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_red.json deleted file mode 100644 index ffc3076c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_red.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_red" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_red", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_red", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_red", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_red" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_red", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_red", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_red", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_red" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_red", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_red", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_red", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_red" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_red", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_red", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_red", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_white.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_white.json deleted file mode 100644 index f90fe35d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_white.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_white" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_white", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_white", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_white", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_white" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_white", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_white", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_white", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_white" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_white", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_white", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_white", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_white" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_white", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_white", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_white", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_yellow.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_yellow.json deleted file mode 100644 index 3c0ccc5c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_candleabra_yellow.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_yellow" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_yellow", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_yellow", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_yellow", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_yellow" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_yellow", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_yellow", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_yellow", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_yellow" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_yellow", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_yellow", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_yellow", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_yellow" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_yellow", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_yellow", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_yellow", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_jar.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_jar.json deleted file mode 100644 index a404c940..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_jar.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "variants": { - "hanging=true": { - "model": "beautify:block/lamps/lamp_jar" - }, - "hanging=false": { - "model": "beautify:block/lamps/standing_lamp_jar" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_light_bulb.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_light_bulb.json deleted file mode 100644 index c2101967..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/lamp_light_bulb.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "variants": { - "hanging=true,on=true": { - "model": "beautify:block/lamps/light_bulb" - }, - "hanging=false,on=true": { - "model": "beautify:block/lamps/standing_light_bulb" - }, - "hanging=true,on=false": { - "model": "beautify:block/lamps/light_bulb_off" - }, - "hanging=false,on=false": { - "model": "beautify:block/lamps/standing_light_bulb_off" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/mangrove_blinds.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/mangrove_blinds.json deleted file mode 100644 index 688f74fd..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/mangrove_blinds.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "variants": { - "open=false,facing=north,hidden=false": { - "model": "beautify:block/blinds/mangrove_blinds_up" - }, - "open=false,facing=east,hidden=false": { - "model": "beautify:block/blinds/mangrove_blinds_up", - "y": 90 - }, - "open=false,facing=south,hidden=false": { - "model": "beautify:block/blinds/mangrove_blinds_up", - "y": 180 - }, - "open=false,facing=west,hidden=false": { - "model": "beautify:block/blinds/mangrove_blinds_up", - "y": 270 - }, - "open=true,facing=north,hidden=false": { - "model": "beautify:block/blinds/mangrove_blinds_down" - }, - "open=true,facing=east,hidden=false": { - "model": "beautify:block/blinds/mangrove_blinds_down", - "y": 90 - }, - "open=true,facing=south,hidden=false": { - "model": "beautify:block/blinds/mangrove_blinds_down", - "y": 180 - }, - "open=true,facing=west,hidden=false": { - "model": "beautify:block/blinds/mangrove_blinds_down", - "y": 270 - }, - "hidden=true":{ - "model": "beautify:block/blinds/none" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/mangrove_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/mangrove_picture_frame.json deleted file mode 100644 index 32a726f9..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/mangrove_picture_frame.json +++ /dev/null @@ -1,199 +0,0 @@ -{ - "variants": { - "frame_motive=0,facing=north": { - "model": "beautify:block/pictureframes/mangrove_sunset_picture_frame" - }, - "frame_motive=0,facing=east": { - "model": "beautify:block/pictureframes/mangrove_sunset_picture_frame", - "y": 90 - }, - "frame_motive=0,facing=south": { - "model": "beautify:block/pictureframes/mangrove_sunset_picture_frame", - "y": 180 - }, - "frame_motive=0,facing=west": { - "model": "beautify:block/pictureframes/mangrove_sunset_picture_frame", - "y": 270 - }, - "frame_motive=1,facing=north": { - "model": "beautify:block/pictureframes/mangrove_flower_picture_frame" - }, - "frame_motive=1,facing=east": { - "model": "beautify:block/pictureframes/mangrove_flower_picture_frame", - "y": 90 - }, - "frame_motive=1,facing=south": { - "model": "beautify:block/pictureframes/mangrove_flower_picture_frame", - "y": 180 - }, - "frame_motive=1,facing=west": { - "model": "beautify:block/pictureframes/mangrove_flower_picture_frame", - "y": 270 - }, - "frame_motive=2,facing=north": { - "model": "beautify:block/pictureframes/mangrove_wasteland_picture_frame" - }, - "frame_motive=2,facing=east": { - "model": "beautify:block/pictureframes/mangrove_wasteland_picture_frame", - "y": 90 - }, - "frame_motive=2,facing=south": { - "model": "beautify:block/pictureframes/mangrove_wasteland_picture_frame", - "y": 180 - }, - "frame_motive=2,facing=west": { - "model": "beautify:block/pictureframes/mangrove_wasteland_picture_frame", - "y": 270 - }, - "frame_motive=3,facing=north": { - "model": "beautify:block/pictureframes/mangrove_plant_picture_frame" - }, - "frame_motive=3,facing=east": { - "model": "beautify:block/pictureframes/mangrove_plant_picture_frame", - "y": 90 - }, - "frame_motive=3,facing=south": { - "model": "beautify:block/pictureframes/mangrove_plant_picture_frame", - "y": 180 - }, - "frame_motive=3,facing=west": { - "model": "beautify:block/pictureframes/mangrove_plant_picture_frame", - "y": 270 - }, - "frame_motive=4,facing=north": { - "model": "beautify:block/pictureframes/mangrove_kebab_picture_frame" - }, - "frame_motive=4,facing=east": { - "model": "beautify:block/pictureframes/mangrove_kebab_picture_frame", - "y": 90 - }, - "frame_motive=4,facing=south": { - "model": "beautify:block/pictureframes/mangrove_kebab_picture_frame", - "y": 180 - }, - "frame_motive=4,facing=west": { - "model": "beautify:block/pictureframes/mangrove_kebab_picture_frame", - "y": 270 - }, - "frame_motive=5,facing=north": { - "model": "beautify:block/pictureframes/mangrove_aztec2_picture_frame" - }, - "frame_motive=5,facing=east": { - "model": "beautify:block/pictureframes/mangrove_aztec2_picture_frame", - "y": 90 - }, - "frame_motive=5,facing=south": { - "model": "beautify:block/pictureframes/mangrove_aztec2_picture_frame", - "y": 180 - }, - "frame_motive=5,facing=west": { - "model": "beautify:block/pictureframes/mangrove_aztec2_picture_frame", - "y": 270 - }, - "frame_motive=6,facing=north": { - "model": "beautify:block/pictureframes/mangrove_aztec_picture_frame" - }, - "frame_motive=6,facing=east": { - "model": "beautify:block/pictureframes/mangrove_aztec_picture_frame", - "y": 90 - }, - "frame_motive=6,facing=south": { - "model": "beautify:block/pictureframes/mangrove_aztec_picture_frame", - "y": 180 - }, - "frame_motive=6,facing=west": { - "model": "beautify:block/pictureframes/mangrove_aztec_picture_frame", - "y": 270 - }, - "frame_motive=7,facing=north": { - "model": "beautify:block/pictureframes/mangrove_alban_picture_frame" - }, - "frame_motive=7,facing=east": { - "model": "beautify:block/pictureframes/mangrove_alban_picture_frame", - "y": 90 - }, - "frame_motive=7,facing=south": { - "model": "beautify:block/pictureframes/mangrove_alban_picture_frame", - "y": 180 - }, - "frame_motive=7,facing=west": { - "model": "beautify:block/pictureframes/mangrove_alban_picture_frame", - "y": 270 - }, - "frame_motive=8,facing=north": { - "model": "beautify:block/pictureframes/mangrove_bomb_picture_frame" - }, - "frame_motive=8,facing=east": { - "model": "beautify:block/pictureframes/mangrove_bomb_picture_frame", - "y": 90 - }, - "frame_motive=8,facing=south": { - "model": "beautify:block/pictureframes/mangrove_bomb_picture_frame", - "y": 180 - }, - "frame_motive=8,facing=west": { - "model": "beautify:block/pictureframes/mangrove_bomb_picture_frame", - "y": 270 - }, - "frame_motive=9,facing=north": { - "model": "beautify:block/pictureframes/mangrove_shroom_picture_frame" - }, - "frame_motive=9,facing=east": { - "model": "beautify:block/pictureframes/mangrove_shroom_picture_frame", - "y": 90 - }, - "frame_motive=9,facing=south": { - "model": "beautify:block/pictureframes/mangrove_shroom_picture_frame", - "y": 180 - }, - "frame_motive=9,facing=west": { - "model": "beautify:block/pictureframes/mangrove_shroom_picture_frame", - "y": 270 - }, - "frame_motive=10,facing=north": { - "model": "beautify:block/pictureframes/mangrove_river_picture_frame" - }, - "frame_motive=10,facing=east": { - "model": "beautify:block/pictureframes/mangrove_river_picture_frame", - "y": 90 - }, - "frame_motive=10,facing=south": { - "model": "beautify:block/pictureframes/mangrove_river_picture_frame", - "y": 180 - }, - "frame_motive=10,facing=west": { - "model": "beautify:block/pictureframes/mangrove_river_picture_frame", - "y": 270 - }, - "frame_motive=11,facing=north": { - "model": "beautify:block/pictureframes/mangrove_beach_picture_frame" - }, - "frame_motive=11,facing=east": { - "model": "beautify:block/pictureframes/mangrove_beach_picture_frame", - "y": 90 - }, - "frame_motive=11,facing=south": { - "model": "beautify:block/pictureframes/mangrove_beach_picture_frame", - "y": 180 - }, - "frame_motive=11,facing=west": { - "model": "beautify:block/pictureframes/mangrove_beach_picture_frame", - "y": 270 - }, - "frame_motive=12,facing=north": { - "model": "beautify:block/pictureframes/mangrove_frog_picture_frame" - }, - "frame_motive=12,facing=east": { - "model": "beautify:block/pictureframes/mangrove_frog_picture_frame", - "y": 90 - }, - "frame_motive=12,facing=south": { - "model": "beautify:block/pictureframes/mangrove_frog_picture_frame", - "y": 180 - }, - "frame_motive=12,facing=west": { - "model": "beautify:block/pictureframes/mangrove_frog_picture_frame", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/mangrove_trellis.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/mangrove_trellis.json deleted file mode 100644 index 0c44dbc5..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/mangrove_trellis.json +++ /dev/null @@ -1,247 +0,0 @@ -{ - "variants": { - "ceilling=false,facing=north,flowers=0": { - "model": "beautify:block/trellis/mangrove/closed_trellis", - "y": 270 - }, - "ceilling=false,facing=east,flowers=0": { - "model": "beautify:block/trellis/mangrove/closed_trellis" - }, - "ceilling=false,facing=south,flowers=0": { - "model": "beautify:block/trellis/mangrove/closed_trellis", - "y": 90 - }, - "ceilling=false,facing=west,flowers=0": { - "model": "beautify:block/trellis/mangrove/closed_trellis", - "y": 180 - }, - "ceilling=true,facing=north,flowers=0": { - "model": "beautify:block/trellis/mangrove/open_trellis" - }, - "ceilling=true,facing=east,flowers=0": { - "model": "beautify:block/trellis/mangrove/open_trellis" - }, - "ceilling=true,facing=south,flowers=0": { - "model": "beautify:block/trellis/mangrove/open_trellis" - }, - "ceilling=true,facing=west,flowers=0": { - "model": "beautify:block/trellis/mangrove/open_trellis" - }, - "ceilling=false,facing=north,flowers=1": { - "model": "beautify:block/trellis/mangrove/closed_trellis_rose", - "y": 270 - }, - "ceilling=false,facing=east,flowers=1": { - "model": "beautify:block/trellis/mangrove/closed_trellis_rose" - }, - "ceilling=false,facing=south,flowers=1": { - "model": "beautify:block/trellis/mangrove/closed_trellis_rose", - "y": 90 - }, - "ceilling=false,facing=west,flowers=1": { - "model": "beautify:block/trellis/mangrove/closed_trellis_rose", - "y": 180 - }, - "ceilling=true,facing=north,flowers=1": { - "model": "beautify:block/trellis/mangrove/open_trellis_rose" - }, - "ceilling=true,facing=east,flowers=1": { - "model": "beautify:block/trellis/mangrove/open_trellis_rose" - }, - "ceilling=true,facing=south,flowers=1": { - "model": "beautify:block/trellis/mangrove/open_trellis_rose" - }, - "ceilling=true,facing=west,flowers=1": { - "model": "beautify:block/trellis/mangrove/open_trellis_rose" - }, - "ceilling=false,facing=north,flowers=2": { - "model": "beautify:block/trellis/mangrove/closed_trellis_sunflower", - "y": 270 - }, - "ceilling=false,facing=east,flowers=2": { - "model": "beautify:block/trellis/mangrove/closed_trellis_sunflower" - }, - "ceilling=false,facing=south,flowers=2": { - "model": "beautify:block/trellis/mangrove/closed_trellis_sunflower", - "y": 90 - }, - "ceilling=false,facing=west,flowers=2": { - "model": "beautify:block/trellis/mangrove/closed_trellis_sunflower", - "y": 180 - }, - "ceilling=true,facing=north,flowers=2": { - "model": "beautify:block/trellis/mangrove/open_trellis_sunflower" - }, - "ceilling=true,facing=east,flowers=2": { - "model": "beautify:block/trellis/mangrove/open_trellis_sunflower" - }, - "ceilling=true,facing=south,flowers=2": { - "model": "beautify:block/trellis/mangrove/open_trellis_sunflower" - }, - "ceilling=true,facing=west,flowers=2": { - "model": "beautify:block/trellis/mangrove/open_trellis_sunflower" - }, - "ceilling=false,facing=north,flowers=3": { - "model": "beautify:block/trellis/mangrove/closed_trellis_peony", - "y": 270 - }, - "ceilling=false,facing=east,flowers=3": { - "model": "beautify:block/trellis/mangrove/closed_trellis_peony" - }, - "ceilling=false,facing=south,flowers=3": { - "model": "beautify:block/trellis/mangrove/closed_trellis_peony", - "y": 90 - }, - "ceilling=false,facing=west,flowers=3": { - "model": "beautify:block/trellis/mangrove/closed_trellis_peony", - "y": 180 - }, - "ceilling=true,facing=north,flowers=3": { - "model": "beautify:block/trellis/mangrove/open_trellis_peony" - }, - "ceilling=true,facing=east,flowers=3": { - "model": "beautify:block/trellis/mangrove/open_trellis_peony" - }, - "ceilling=true,facing=south,flowers=3": { - "model": "beautify:block/trellis/mangrove/open_trellis_peony" - }, - "ceilling=true,facing=west,flowers=3": { - "model": "beautify:block/trellis/mangrove/open_trellis_peony" - }, - "ceilling=false,facing=north,flowers=4": { - "model": "beautify:block/trellis/mangrove/closed_trellis_lilac", - "y": 270 - }, - "ceilling=false,facing=east,flowers=4": { - "model": "beautify:block/trellis/mangrove/closed_trellis_lilac" - }, - "ceilling=false,facing=south,flowers=4": { - "model": "beautify:block/trellis/mangrove/closed_trellis_lilac", - "y": 90 - }, - "ceilling=false,facing=west,flowers=4": { - "model": "beautify:block/trellis/mangrove/closed_trellis_lilac", - "y": 180 - }, - "ceilling=true,facing=north,flowers=4": { - "model": "beautify:block/trellis/mangrove/open_trellis_lilac" - }, - "ceilling=true,facing=east,flowers=4": { - "model": "beautify:block/trellis/mangrove/open_trellis_lilac" - }, - "ceilling=true,facing=south,flowers=4": { - "model": "beautify:block/trellis/mangrove/open_trellis_lilac" - }, - "ceilling=true,facing=west,flowers=4": { - "model": "beautify:block/trellis/mangrove/open_trellis_lilac" - }, - "ceilling=false,facing=north,flowers=5": { - "model": "beautify:block/trellis/mangrove/closed_trellis_vine", - "y": 270 - }, - "ceilling=false,facing=east,flowers=5": { - "model": "beautify:block/trellis/mangrove/closed_trellis_vine" - }, - "ceilling=false,facing=south,flowers=5": { - "model": "beautify:block/trellis/mangrove/closed_trellis_vine", - "y": 90 - }, - "ceilling=false,facing=west,flowers=5": { - "model": "beautify:block/trellis/mangrove/closed_trellis_vine", - "y": 180 - }, - "ceilling=true,facing=north,flowers=5": { - "model": "beautify:block/trellis/mangrove/open_trellis_vine" - }, - "ceilling=true,facing=east,flowers=5": { - "model": "beautify:block/trellis/mangrove/open_trellis_vine" - }, - "ceilling=true,facing=south,flowers=5": { - "model": "beautify:block/trellis/mangrove/open_trellis_vine" - }, - "ceilling=true,facing=west,flowers=5": { - "model": "beautify:block/trellis/mangrove/open_trellis_vine" - }, - "ceilling=false,facing=north,flowers=6": { - "model": "beautify:block/trellis/mangrove/closed_trellis_weeping_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=6": { - "model": "beautify:block/trellis/mangrove/closed_trellis_weeping_vines" - }, - "ceilling=false,facing=south,flowers=6": { - "model": "beautify:block/trellis/mangrove/closed_trellis_weeping_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=6": { - "model": "beautify:block/trellis/mangrove/closed_trellis_weeping_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=6": { - "model": "beautify:block/trellis/mangrove/open_trellis_weeping_vines" - }, - "ceilling=true,facing=east,flowers=6": { - "model": "beautify:block/trellis/mangrove/open_trellis_weeping_vines" - }, - "ceilling=true,facing=south,flowers=6": { - "model": "beautify:block/trellis/mangrove/open_trellis_weeping_vines" - }, - "ceilling=true,facing=west,flowers=6": { - "model": "beautify:block/trellis/mangrove/open_trellis_weeping_vines" - }, - "ceilling=false,facing=north,flowers=7": { - "model": "beautify:block/trellis/mangrove/closed_trellis_twisting_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=7": { - "model": "beautify:block/trellis/mangrove/closed_trellis_twisting_vines" - }, - "ceilling=false,facing=south,flowers=7": { - "model": "beautify:block/trellis/mangrove/closed_trellis_twisting_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=7": { - "model": "beautify:block/trellis/mangrove/closed_trellis_twisting_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=7": { - "model": "beautify:block/trellis/mangrove/open_trellis_twisting_vines" - }, - "ceilling=true,facing=east,flowers=7": { - "model": "beautify:block/trellis/mangrove/open_trellis_twisting_vines" - }, - "ceilling=true,facing=south,flowers=7": { - "model": "beautify:block/trellis/mangrove/open_trellis_twisting_vines" - }, - "ceilling=true,facing=west,flowers=7": { - "model": "beautify:block/trellis/mangrove/open_trellis_twisting_vines" - }, - "ceilling=false,facing=north,flowers=8": { - "model": "beautify:block/trellis/mangrove/closed_trellis_lichen", - "y": 270 - }, - "ceilling=false,facing=east,flowers=8": { - "model": "beautify:block/trellis/mangrove/closed_trellis_lichen" - }, - "ceilling=false,facing=south,flowers=8": { - "model": "beautify:block/trellis/mangrove/closed_trellis_lichen", - "y": 90 - }, - "ceilling=false,facing=west,flowers=8": { - "model": "beautify:block/trellis/mangrove/closed_trellis_lichen", - "y": 180 - }, - "ceilling=true,facing=north,flowers=8": { - "model": "beautify:block/trellis/mangrove/open_trellis_lichen" - }, - "ceilling=true,facing=east,flowers=8": { - "model": "beautify:block/trellis/mangrove/open_trellis_lichen" - }, - "ceilling=true,facing=south,flowers=8": { - "model": "beautify:block/trellis/mangrove/open_trellis_lichen" - }, - "ceilling=true,facing=west,flowers=8": { - "model": "beautify:block/trellis/mangrove/open_trellis_lichen" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/oak_blinds.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/oak_blinds.json deleted file mode 100644 index 431a8a37..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/oak_blinds.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "variants": { - "open=false,facing=north,hidden=false": { - "model": "beautify:block/blinds/oak_blinds_up" - }, - "open=false,facing=east,hidden=false": { - "model": "beautify:block/blinds/oak_blinds_up", - "y": 90 - }, - "open=false,facing=south,hidden=false": { - "model": "beautify:block/blinds/oak_blinds_up", - "y": 180 - }, - "open=false,facing=west,hidden=false": { - "model": "beautify:block/blinds/oak_blinds_up", - "y": 270 - }, - "open=true,facing=north,hidden=false": { - "model": "beautify:block/blinds/oak_blinds_down" - }, - "open=true,facing=east,hidden=false": { - "model": "beautify:block/blinds/oak_blinds_down", - "y": 90 - }, - "open=true,facing=south,hidden=false": { - "model": "beautify:block/blinds/oak_blinds_down", - "y": 180 - }, - "open=true,facing=west,hidden=false": { - "model": "beautify:block/blinds/oak_blinds_down", - "y": 270 - }, - "hidden=true":{ - "model": "beautify:block/blinds/none" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/oak_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/oak_picture_frame.json deleted file mode 100644 index ff938738..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/oak_picture_frame.json +++ /dev/null @@ -1,199 +0,0 @@ -{ - "variants": { - "frame_motive=0,facing=north": { - "model": "beautify:block/pictureframes/oak_sunset_picture_frame" - }, - "frame_motive=0,facing=east": { - "model": "beautify:block/pictureframes/oak_sunset_picture_frame", - "y": 90 - }, - "frame_motive=0,facing=south": { - "model": "beautify:block/pictureframes/oak_sunset_picture_frame", - "y": 180 - }, - "frame_motive=0,facing=west": { - "model": "beautify:block/pictureframes/oak_sunset_picture_frame", - "y": 270 - }, - "frame_motive=1,facing=north": { - "model": "beautify:block/pictureframes/oak_flower_picture_frame" - }, - "frame_motive=1,facing=east": { - "model": "beautify:block/pictureframes/oak_flower_picture_frame", - "y": 90 - }, - "frame_motive=1,facing=south": { - "model": "beautify:block/pictureframes/oak_flower_picture_frame", - "y": 180 - }, - "frame_motive=1,facing=west": { - "model": "beautify:block/pictureframes/oak_flower_picture_frame", - "y": 270 - }, - "frame_motive=2,facing=north": { - "model": "beautify:block/pictureframes/oak_wasteland_picture_frame" - }, - "frame_motive=2,facing=east": { - "model": "beautify:block/pictureframes/oak_wasteland_picture_frame", - "y": 90 - }, - "frame_motive=2,facing=south": { - "model": "beautify:block/pictureframes/oak_wasteland_picture_frame", - "y": 180 - }, - "frame_motive=2,facing=west": { - "model": "beautify:block/pictureframes/oak_wasteland_picture_frame", - "y": 270 - }, - "frame_motive=3,facing=north": { - "model": "beautify:block/pictureframes/oak_plant_picture_frame" - }, - "frame_motive=3,facing=east": { - "model": "beautify:block/pictureframes/oak_plant_picture_frame", - "y": 90 - }, - "frame_motive=3,facing=south": { - "model": "beautify:block/pictureframes/oak_plant_picture_frame", - "y": 180 - }, - "frame_motive=3,facing=west": { - "model": "beautify:block/pictureframes/oak_plant_picture_frame", - "y": 270 - }, - "frame_motive=4,facing=north": { - "model": "beautify:block/pictureframes/oak_kebab_picture_frame" - }, - "frame_motive=4,facing=east": { - "model": "beautify:block/pictureframes/oak_kebab_picture_frame", - "y": 90 - }, - "frame_motive=4,facing=south": { - "model": "beautify:block/pictureframes/oak_kebab_picture_frame", - "y": 180 - }, - "frame_motive=4,facing=west": { - "model": "beautify:block/pictureframes/oak_kebab_picture_frame", - "y": 270 - }, - "frame_motive=5,facing=north": { - "model": "beautify:block/pictureframes/oak_aztec2_picture_frame" - }, - "frame_motive=5,facing=east": { - "model": "beautify:block/pictureframes/oak_aztec2_picture_frame", - "y": 90 - }, - "frame_motive=5,facing=south": { - "model": "beautify:block/pictureframes/oak_aztec2_picture_frame", - "y": 180 - }, - "frame_motive=5,facing=west": { - "model": "beautify:block/pictureframes/oak_aztec2_picture_frame", - "y": 270 - }, - "frame_motive=6,facing=north": { - "model": "beautify:block/pictureframes/oak_aztec_picture_frame" - }, - "frame_motive=6,facing=east": { - "model": "beautify:block/pictureframes/oak_aztec_picture_frame", - "y": 90 - }, - "frame_motive=6,facing=south": { - "model": "beautify:block/pictureframes/oak_aztec_picture_frame", - "y": 180 - }, - "frame_motive=6,facing=west": { - "model": "beautify:block/pictureframes/oak_aztec_picture_frame", - "y": 270 - }, - "frame_motive=7,facing=north": { - "model": "beautify:block/pictureframes/oak_alban_picture_frame" - }, - "frame_motive=7,facing=east": { - "model": "beautify:block/pictureframes/oak_alban_picture_frame", - "y": 90 - }, - "frame_motive=7,facing=south": { - "model": "beautify:block/pictureframes/oak_alban_picture_frame", - "y": 180 - }, - "frame_motive=7,facing=west": { - "model": "beautify:block/pictureframes/oak_alban_picture_frame", - "y": 270 - }, - "frame_motive=8,facing=north": { - "model": "beautify:block/pictureframes/oak_bomb_picture_frame" - }, - "frame_motive=8,facing=east": { - "model": "beautify:block/pictureframes/oak_bomb_picture_frame", - "y": 90 - }, - "frame_motive=8,facing=south": { - "model": "beautify:block/pictureframes/oak_bomb_picture_frame", - "y": 180 - }, - "frame_motive=8,facing=west": { - "model": "beautify:block/pictureframes/oak_bomb_picture_frame", - "y": 270 - }, - "frame_motive=9,facing=north": { - "model": "beautify:block/pictureframes/oak_shroom_picture_frame" - }, - "frame_motive=9,facing=east": { - "model": "beautify:block/pictureframes/oak_shroom_picture_frame", - "y": 90 - }, - "frame_motive=9,facing=south": { - "model": "beautify:block/pictureframes/oak_shroom_picture_frame", - "y": 180 - }, - "frame_motive=9,facing=west": { - "model": "beautify:block/pictureframes/oak_shroom_picture_frame", - "y": 270 - }, - "frame_motive=10,facing=north": { - "model": "beautify:block/pictureframes/oak_river_picture_frame" - }, - "frame_motive=10,facing=east": { - "model": "beautify:block/pictureframes/oak_river_picture_frame", - "y": 90 - }, - "frame_motive=10,facing=south": { - "model": "beautify:block/pictureframes/oak_river_picture_frame", - "y": 180 - }, - "frame_motive=10,facing=west": { - "model": "beautify:block/pictureframes/oak_river_picture_frame", - "y": 270 - }, - "frame_motive=11,facing=north": { - "model": "beautify:block/pictureframes/oak_beach_picture_frame" - }, - "frame_motive=11,facing=east": { - "model": "beautify:block/pictureframes/oak_beach_picture_frame", - "y": 90 - }, - "frame_motive=11,facing=south": { - "model": "beautify:block/pictureframes/oak_beach_picture_frame", - "y": 180 - }, - "frame_motive=11,facing=west": { - "model": "beautify:block/pictureframes/oak_beach_picture_frame", - "y": 270 - }, - "frame_motive=12,facing=north": { - "model": "beautify:block/pictureframes/oak_frog_picture_frame" - }, - "frame_motive=12,facing=east": { - "model": "beautify:block/pictureframes/oak_frog_picture_frame", - "y": 90 - }, - "frame_motive=12,facing=south": { - "model": "beautify:block/pictureframes/oak_frog_picture_frame", - "y": 180 - }, - "frame_motive=12,facing=west": { - "model": "beautify:block/pictureframes/oak_frog_picture_frame", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/oak_trellis.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/oak_trellis.json deleted file mode 100644 index f9927da5..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/oak_trellis.json +++ /dev/null @@ -1,247 +0,0 @@ -{ - "variants": { - "ceilling=false,facing=north,flowers=0": { - "model": "beautify:block/trellis/oak/closed_trellis", - "y": 270 - }, - "ceilling=false,facing=east,flowers=0": { - "model": "beautify:block/trellis/oak/closed_trellis" - }, - "ceilling=false,facing=south,flowers=0": { - "model": "beautify:block/trellis/oak/closed_trellis", - "y": 90 - }, - "ceilling=false,facing=west,flowers=0": { - "model": "beautify:block/trellis/oak/closed_trellis", - "y": 180 - }, - "ceilling=true,facing=north,flowers=0": { - "model": "beautify:block/trellis/oak/open_trellis" - }, - "ceilling=true,facing=east,flowers=0": { - "model": "beautify:block/trellis/oak/open_trellis" - }, - "ceilling=true,facing=south,flowers=0": { - "model": "beautify:block/trellis/oak/open_trellis" - }, - "ceilling=true,facing=west,flowers=0": { - "model": "beautify:block/trellis/oak/open_trellis" - }, - "ceilling=false,facing=north,flowers=1": { - "model": "beautify:block/trellis/oak/closed_trellis_rose", - "y": 270 - }, - "ceilling=false,facing=east,flowers=1": { - "model": "beautify:block/trellis/oak/closed_trellis_rose" - }, - "ceilling=false,facing=south,flowers=1": { - "model": "beautify:block/trellis/oak/closed_trellis_rose", - "y": 90 - }, - "ceilling=false,facing=west,flowers=1": { - "model": "beautify:block/trellis/oak/closed_trellis_rose", - "y": 180 - }, - "ceilling=true,facing=north,flowers=1": { - "model": "beautify:block/trellis/oak/open_trellis_rose" - }, - "ceilling=true,facing=east,flowers=1": { - "model": "beautify:block/trellis/oak/open_trellis_rose" - }, - "ceilling=true,facing=south,flowers=1": { - "model": "beautify:block/trellis/oak/open_trellis_rose" - }, - "ceilling=true,facing=west,flowers=1": { - "model": "beautify:block/trellis/oak/open_trellis_rose" - }, - "ceilling=false,facing=north,flowers=2": { - "model": "beautify:block/trellis/oak/closed_trellis_sunflower", - "y": 270 - }, - "ceilling=false,facing=east,flowers=2": { - "model": "beautify:block/trellis/oak/closed_trellis_sunflower" - }, - "ceilling=false,facing=south,flowers=2": { - "model": "beautify:block/trellis/oak/closed_trellis_sunflower", - "y": 90 - }, - "ceilling=false,facing=west,flowers=2": { - "model": "beautify:block/trellis/oak/closed_trellis_sunflower", - "y": 180 - }, - "ceilling=true,facing=north,flowers=2": { - "model": "beautify:block/trellis/oak/open_trellis_sunflower" - }, - "ceilling=true,facing=east,flowers=2": { - "model": "beautify:block/trellis/oak/open_trellis_sunflower" - }, - "ceilling=true,facing=south,flowers=2": { - "model": "beautify:block/trellis/oak/open_trellis_sunflower" - }, - "ceilling=true,facing=west,flowers=2": { - "model": "beautify:block/trellis/oak/open_trellis_sunflower" - }, - "ceilling=false,facing=north,flowers=3": { - "model": "beautify:block/trellis/oak/closed_trellis_peony", - "y": 270 - }, - "ceilling=false,facing=east,flowers=3": { - "model": "beautify:block/trellis/oak/closed_trellis_peony" - }, - "ceilling=false,facing=south,flowers=3": { - "model": "beautify:block/trellis/oak/closed_trellis_peony", - "y": 90 - }, - "ceilling=false,facing=west,flowers=3": { - "model": "beautify:block/trellis/oak/closed_trellis_peony", - "y": 180 - }, - "ceilling=true,facing=north,flowers=3": { - "model": "beautify:block/trellis/oak/open_trellis_peony" - }, - "ceilling=true,facing=east,flowers=3": { - "model": "beautify:block/trellis/oak/open_trellis_peony" - }, - "ceilling=true,facing=south,flowers=3": { - "model": "beautify:block/trellis/oak/open_trellis_peony" - }, - "ceilling=true,facing=west,flowers=3": { - "model": "beautify:block/trellis/oak/open_trellis_peony" - }, - "ceilling=false,facing=north,flowers=4": { - "model": "beautify:block/trellis/oak/closed_trellis_lilac", - "y": 270 - }, - "ceilling=false,facing=east,flowers=4": { - "model": "beautify:block/trellis/oak/closed_trellis_lilac" - }, - "ceilling=false,facing=south,flowers=4": { - "model": "beautify:block/trellis/oak/closed_trellis_lilac", - "y": 90 - }, - "ceilling=false,facing=west,flowers=4": { - "model": "beautify:block/trellis/oak/closed_trellis_lilac", - "y": 180 - }, - "ceilling=true,facing=north,flowers=4": { - "model": "beautify:block/trellis/oak/open_trellis_lilac" - }, - "ceilling=true,facing=east,flowers=4": { - "model": "beautify:block/trellis/oak/open_trellis_lilac" - }, - "ceilling=true,facing=south,flowers=4": { - "model": "beautify:block/trellis/oak/open_trellis_lilac" - }, - "ceilling=true,facing=west,flowers=4": { - "model": "beautify:block/trellis/oak/open_trellis_lilac" - }, - "ceilling=false,facing=north,flowers=5": { - "model": "beautify:block/trellis/oak/closed_trellis_vine", - "y": 270 - }, - "ceilling=false,facing=east,flowers=5": { - "model": "beautify:block/trellis/oak/closed_trellis_vine" - }, - "ceilling=false,facing=south,flowers=5": { - "model": "beautify:block/trellis/oak/closed_trellis_vine", - "y": 90 - }, - "ceilling=false,facing=west,flowers=5": { - "model": "beautify:block/trellis/oak/closed_trellis_vine", - "y": 180 - }, - "ceilling=true,facing=north,flowers=5": { - "model": "beautify:block/trellis/oak/open_trellis_vine" - }, - "ceilling=true,facing=east,flowers=5": { - "model": "beautify:block/trellis/oak/open_trellis_vine" - }, - "ceilling=true,facing=south,flowers=5": { - "model": "beautify:block/trellis/oak/open_trellis_vine" - }, - "ceilling=true,facing=west,flowers=5": { - "model": "beautify:block/trellis/oak/open_trellis_vine" - }, - "ceilling=false,facing=north,flowers=6": { - "model": "beautify:block/trellis/oak/closed_trellis_weeping_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=6": { - "model": "beautify:block/trellis/oak/closed_trellis_weeping_vines" - }, - "ceilling=false,facing=south,flowers=6": { - "model": "beautify:block/trellis/oak/closed_trellis_weeping_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=6": { - "model": "beautify:block/trellis/oak/closed_trellis_weeping_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=6": { - "model": "beautify:block/trellis/oak/open_trellis_weeping_vines" - }, - "ceilling=true,facing=east,flowers=6": { - "model": "beautify:block/trellis/oak/open_trellis_weeping_vines" - }, - "ceilling=true,facing=south,flowers=6": { - "model": "beautify:block/trellis/oak/open_trellis_weeping_vines" - }, - "ceilling=true,facing=west,flowers=6": { - "model": "beautify:block/trellis/oak/open_trellis_weeping_vines" - }, - "ceilling=false,facing=north,flowers=7": { - "model": "beautify:block/trellis/oak/closed_trellis_twisting_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=7": { - "model": "beautify:block/trellis/oak/closed_trellis_twisting_vines" - }, - "ceilling=false,facing=south,flowers=7": { - "model": "beautify:block/trellis/oak/closed_trellis_twisting_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=7": { - "model": "beautify:block/trellis/oak/closed_trellis_twisting_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=7": { - "model": "beautify:block/trellis/oak/open_trellis_twisting_vines" - }, - "ceilling=true,facing=east,flowers=7": { - "model": "beautify:block/trellis/oak/open_trellis_twisting_vines" - }, - "ceilling=true,facing=south,flowers=7": { - "model": "beautify:block/trellis/oak/open_trellis_twisting_vines" - }, - "ceilling=true,facing=west,flowers=7": { - "model": "beautify:block/trellis/oak/open_trellis_twisting_vines" - }, - "ceilling=false,facing=north,flowers=8": { - "model": "beautify:block/trellis/oak/closed_trellis_lichen", - "y": 270 - }, - "ceilling=false,facing=east,flowers=8": { - "model": "beautify:block/trellis/oak/closed_trellis_lichen" - }, - "ceilling=false,facing=south,flowers=8": { - "model": "beautify:block/trellis/oak/closed_trellis_lichen", - "y": 90 - }, - "ceilling=false,facing=west,flowers=8": { - "model": "beautify:block/trellis/oak/closed_trellis_lichen", - "y": 180 - }, - "ceilling=true,facing=north,flowers=8": { - "model": "beautify:block/trellis/oak/open_trellis_lichen" - }, - "ceilling=true,facing=east,flowers=8": { - "model": "beautify:block/trellis/oak/open_trellis_lichen" - }, - "ceilling=true,facing=south,flowers=8": { - "model": "beautify:block/trellis/oak/open_trellis_lichen" - }, - "ceilling=true,facing=west,flowers=8": { - "model": "beautify:block/trellis/oak/open_trellis_lichen" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/quartz_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/quartz_picture_frame.json deleted file mode 100644 index bddc90b2..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/quartz_picture_frame.json +++ /dev/null @@ -1,199 +0,0 @@ -{ - "variants": { - "frame_motive=0,facing=north": { - "model": "beautify:block/pictureframes/quartz_sunset_picture_frame" - }, - "frame_motive=0,facing=east": { - "model": "beautify:block/pictureframes/quartz_sunset_picture_frame", - "y": 90 - }, - "frame_motive=0,facing=south": { - "model": "beautify:block/pictureframes/quartz_sunset_picture_frame", - "y": 180 - }, - "frame_motive=0,facing=west": { - "model": "beautify:block/pictureframes/quartz_sunset_picture_frame", - "y": 270 - }, - "frame_motive=1,facing=north": { - "model": "beautify:block/pictureframes/quartz_flower_picture_frame" - }, - "frame_motive=1,facing=east": { - "model": "beautify:block/pictureframes/quartz_flower_picture_frame", - "y": 90 - }, - "frame_motive=1,facing=south": { - "model": "beautify:block/pictureframes/quartz_flower_picture_frame", - "y": 180 - }, - "frame_motive=1,facing=west": { - "model": "beautify:block/pictureframes/quartz_flower_picture_frame", - "y": 270 - }, - "frame_motive=2,facing=north": { - "model": "beautify:block/pictureframes/quartz_wasteland_picture_frame" - }, - "frame_motive=2,facing=east": { - "model": "beautify:block/pictureframes/quartz_wasteland_picture_frame", - "y": 90 - }, - "frame_motive=2,facing=south": { - "model": "beautify:block/pictureframes/quartz_wasteland_picture_frame", - "y": 180 - }, - "frame_motive=2,facing=west": { - "model": "beautify:block/pictureframes/quartz_wasteland_picture_frame", - "y": 270 - }, - "frame_motive=3,facing=north": { - "model": "beautify:block/pictureframes/quartz_plant_picture_frame" - }, - "frame_motive=3,facing=east": { - "model": "beautify:block/pictureframes/quartz_plant_picture_frame", - "y": 90 - }, - "frame_motive=3,facing=south": { - "model": "beautify:block/pictureframes/quartz_plant_picture_frame", - "y": 180 - }, - "frame_motive=3,facing=west": { - "model": "beautify:block/pictureframes/quartz_plant_picture_frame", - "y": 270 - }, - "frame_motive=4,facing=north": { - "model": "beautify:block/pictureframes/quartz_kebab_picture_frame" - }, - "frame_motive=4,facing=east": { - "model": "beautify:block/pictureframes/quartz_kebab_picture_frame", - "y": 90 - }, - "frame_motive=4,facing=south": { - "model": "beautify:block/pictureframes/quartz_kebab_picture_frame", - "y": 180 - }, - "frame_motive=4,facing=west": { - "model": "beautify:block/pictureframes/quartz_kebab_picture_frame", - "y": 270 - }, - "frame_motive=5,facing=north": { - "model": "beautify:block/pictureframes/quartz_aztec2_picture_frame" - }, - "frame_motive=5,facing=east": { - "model": "beautify:block/pictureframes/quartz_aztec2_picture_frame", - "y": 90 - }, - "frame_motive=5,facing=south": { - "model": "beautify:block/pictureframes/quartz_aztec2_picture_frame", - "y": 180 - }, - "frame_motive=5,facing=west": { - "model": "beautify:block/pictureframes/quartz_aztec2_picture_frame", - "y": 270 - }, - "frame_motive=6,facing=north": { - "model": "beautify:block/pictureframes/quartz_aztec_picture_frame" - }, - "frame_motive=6,facing=east": { - "model": "beautify:block/pictureframes/quartz_aztec_picture_frame", - "y": 90 - }, - "frame_motive=6,facing=south": { - "model": "beautify:block/pictureframes/quartz_aztec_picture_frame", - "y": 180 - }, - "frame_motive=6,facing=west": { - "model": "beautify:block/pictureframes/quartz_aztec_picture_frame", - "y": 270 - }, - "frame_motive=7,facing=north": { - "model": "beautify:block/pictureframes/quartz_alban_picture_frame" - }, - "frame_motive=7,facing=east": { - "model": "beautify:block/pictureframes/quartz_alban_picture_frame", - "y": 90 - }, - "frame_motive=7,facing=south": { - "model": "beautify:block/pictureframes/quartz_alban_picture_frame", - "y": 180 - }, - "frame_motive=7,facing=west": { - "model": "beautify:block/pictureframes/quartz_alban_picture_frame", - "y": 270 - }, - "frame_motive=8,facing=north": { - "model": "beautify:block/pictureframes/quartz_bomb_picture_frame" - }, - "frame_motive=8,facing=east": { - "model": "beautify:block/pictureframes/quartz_bomb_picture_frame", - "y": 90 - }, - "frame_motive=8,facing=south": { - "model": "beautify:block/pictureframes/quartz_bomb_picture_frame", - "y": 180 - }, - "frame_motive=8,facing=west": { - "model": "beautify:block/pictureframes/quartz_bomb_picture_frame", - "y": 270 - }, - "frame_motive=9,facing=north": { - "model": "beautify:block/pictureframes/quartz_shroom_picture_frame" - }, - "frame_motive=9,facing=east": { - "model": "beautify:block/pictureframes/quartz_shroom_picture_frame", - "y": 90 - }, - "frame_motive=9,facing=south": { - "model": "beautify:block/pictureframes/quartz_shroom_picture_frame", - "y": 180 - }, - "frame_motive=9,facing=west": { - "model": "beautify:block/pictureframes/quartz_shroom_picture_frame", - "y": 270 - }, - "frame_motive=10,facing=north": { - "model": "beautify:block/pictureframes/quartz_river_picture_frame" - }, - "frame_motive=10,facing=east": { - "model": "beautify:block/pictureframes/quartz_river_picture_frame", - "y": 90 - }, - "frame_motive=10,facing=south": { - "model": "beautify:block/pictureframes/quartz_river_picture_frame", - "y": 180 - }, - "frame_motive=10,facing=west": { - "model": "beautify:block/pictureframes/quartz_river_picture_frame", - "y": 270 - }, - "frame_motive=11,facing=north": { - "model": "beautify:block/pictureframes/quartz_beach_picture_frame" - }, - "frame_motive=11,facing=east": { - "model": "beautify:block/pictureframes/quartz_beach_picture_frame", - "y": 90 - }, - "frame_motive=11,facing=south": { - "model": "beautify:block/pictureframes/quartz_beach_picture_frame", - "y": 180 - }, - "frame_motive=11,facing=west": { - "model": "beautify:block/pictureframes/quartz_beach_picture_frame", - "y": 270 - }, - "frame_motive=12,facing=north": { - "model": "beautify:block/pictureframes/quartz_frog_picture_frame" - }, - "frame_motive=12,facing=east": { - "model": "beautify:block/pictureframes/quartz_frog_picture_frame", - "y": 90 - }, - "frame_motive=12,facing=south": { - "model": "beautify:block/pictureframes/quartz_frog_picture_frame", - "y": 180 - }, - "frame_motive=12,facing=west": { - "model": "beautify:block/pictureframes/quartz_frog_picture_frame", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/rope.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/rope.json deleted file mode 100644 index eb969797..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/rope.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "axis=y": { - "model": "beautify:block/rope" - }, - "axis=x": { - "model": "beautify:block/rope", "x": 90, "y": 90 - }, - "axis=z": { - "model": "beautify:block/rope", "x": 90 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/spruce_blinds.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/spruce_blinds.json deleted file mode 100644 index 3d041142..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/spruce_blinds.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "variants": { - "open=false,facing=north,hidden=false": { - "model": "beautify:block/blinds/spruce_blinds_up" - }, - "open=false,facing=east,hidden=false": { - "model": "beautify:block/blinds/spruce_blinds_up", - "y": 90 - }, - "open=false,facing=south,hidden=false": { - "model": "beautify:block/blinds/spruce_blinds_up", - "y": 180 - }, - "open=false,facing=west,hidden=false": { - "model": "beautify:block/blinds/spruce_blinds_up", - "y": 270 - }, - "open=true,facing=north,hidden=false": { - "model": "beautify:block/blinds/spruce_blinds_down" - }, - "open=true,facing=east,hidden=false": { - "model": "beautify:block/blinds/spruce_blinds_down", - "y": 90 - }, - "open=true,facing=south,hidden=false": { - "model": "beautify:block/blinds/spruce_blinds_down", - "y": 180 - }, - "open=true,facing=west,hidden=false": { - "model": "beautify:block/blinds/spruce_blinds_down", - "y": 270 - }, - "hidden=true":{ - "model": "beautify:block/blinds/none" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/spruce_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/spruce_picture_frame.json deleted file mode 100644 index a27ea370..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/spruce_picture_frame.json +++ /dev/null @@ -1,199 +0,0 @@ -{ - "variants": { - "frame_motive=0,facing=north": { - "model": "beautify:block/pictureframes/spruce_sunset_picture_frame" - }, - "frame_motive=0,facing=east": { - "model": "beautify:block/pictureframes/spruce_sunset_picture_frame", - "y": 90 - }, - "frame_motive=0,facing=south": { - "model": "beautify:block/pictureframes/spruce_sunset_picture_frame", - "y": 180 - }, - "frame_motive=0,facing=west": { - "model": "beautify:block/pictureframes/spruce_sunset_picture_frame", - "y": 270 - }, - "frame_motive=1,facing=north": { - "model": "beautify:block/pictureframes/spruce_flower_picture_frame" - }, - "frame_motive=1,facing=east": { - "model": "beautify:block/pictureframes/spruce_flower_picture_frame", - "y": 90 - }, - "frame_motive=1,facing=south": { - "model": "beautify:block/pictureframes/spruce_flower_picture_frame", - "y": 180 - }, - "frame_motive=1,facing=west": { - "model": "beautify:block/pictureframes/spruce_flower_picture_frame", - "y": 270 - }, - "frame_motive=2,facing=north": { - "model": "beautify:block/pictureframes/spruce_wasteland_picture_frame" - }, - "frame_motive=2,facing=east": { - "model": "beautify:block/pictureframes/spruce_wasteland_picture_frame", - "y": 90 - }, - "frame_motive=2,facing=south": { - "model": "beautify:block/pictureframes/spruce_wasteland_picture_frame", - "y": 180 - }, - "frame_motive=2,facing=west": { - "model": "beautify:block/pictureframes/spruce_wasteland_picture_frame", - "y": 270 - }, - "frame_motive=3,facing=north": { - "model": "beautify:block/pictureframes/spruce_plant_picture_frame" - }, - "frame_motive=3,facing=east": { - "model": "beautify:block/pictureframes/spruce_plant_picture_frame", - "y": 90 - }, - "frame_motive=3,facing=south": { - "model": "beautify:block/pictureframes/spruce_plant_picture_frame", - "y": 180 - }, - "frame_motive=3,facing=west": { - "model": "beautify:block/pictureframes/spruce_plant_picture_frame", - "y": 270 - }, - "frame_motive=4,facing=north": { - "model": "beautify:block/pictureframes/spruce_kebab_picture_frame" - }, - "frame_motive=4,facing=east": { - "model": "beautify:block/pictureframes/spruce_kebab_picture_frame", - "y": 90 - }, - "frame_motive=4,facing=south": { - "model": "beautify:block/pictureframes/spruce_kebab_picture_frame", - "y": 180 - }, - "frame_motive=4,facing=west": { - "model": "beautify:block/pictureframes/spruce_kebab_picture_frame", - "y": 270 - }, - "frame_motive=5,facing=north": { - "model": "beautify:block/pictureframes/spruce_aztec2_picture_frame" - }, - "frame_motive=5,facing=east": { - "model": "beautify:block/pictureframes/spruce_aztec2_picture_frame", - "y": 90 - }, - "frame_motive=5,facing=south": { - "model": "beautify:block/pictureframes/spruce_aztec2_picture_frame", - "y": 180 - }, - "frame_motive=5,facing=west": { - "model": "beautify:block/pictureframes/spruce_aztec2_picture_frame", - "y": 270 - }, - "frame_motive=6,facing=north": { - "model": "beautify:block/pictureframes/spruce_aztec_picture_frame" - }, - "frame_motive=6,facing=east": { - "model": "beautify:block/pictureframes/spruce_aztec_picture_frame", - "y": 90 - }, - "frame_motive=6,facing=south": { - "model": "beautify:block/pictureframes/spruce_aztec_picture_frame", - "y": 180 - }, - "frame_motive=6,facing=west": { - "model": "beautify:block/pictureframes/spruce_aztec_picture_frame", - "y": 270 - }, - "frame_motive=7,facing=north": { - "model": "beautify:block/pictureframes/spruce_alban_picture_frame" - }, - "frame_motive=7,facing=east": { - "model": "beautify:block/pictureframes/spruce_alban_picture_frame", - "y": 90 - }, - "frame_motive=7,facing=south": { - "model": "beautify:block/pictureframes/spruce_alban_picture_frame", - "y": 180 - }, - "frame_motive=7,facing=west": { - "model": "beautify:block/pictureframes/spruce_alban_picture_frame", - "y": 270 - }, - "frame_motive=8,facing=north": { - "model": "beautify:block/pictureframes/spruce_bomb_picture_frame" - }, - "frame_motive=8,facing=east": { - "model": "beautify:block/pictureframes/spruce_bomb_picture_frame", - "y": 90 - }, - "frame_motive=8,facing=south": { - "model": "beautify:block/pictureframes/spruce_bomb_picture_frame", - "y": 180 - }, - "frame_motive=8,facing=west": { - "model": "beautify:block/pictureframes/spruce_bomb_picture_frame", - "y": 270 - }, - "frame_motive=9,facing=north": { - "model": "beautify:block/pictureframes/spruce_shroom_picture_frame" - }, - "frame_motive=9,facing=east": { - "model": "beautify:block/pictureframes/spruce_shroom_picture_frame", - "y": 90 - }, - "frame_motive=9,facing=south": { - "model": "beautify:block/pictureframes/spruce_shroom_picture_frame", - "y": 180 - }, - "frame_motive=9,facing=west": { - "model": "beautify:block/pictureframes/spruce_shroom_picture_frame", - "y": 270 - }, - "frame_motive=10,facing=north": { - "model": "beautify:block/pictureframes/spruce_river_picture_frame" - }, - "frame_motive=10,facing=east": { - "model": "beautify:block/pictureframes/spruce_river_picture_frame", - "y": 90 - }, - "frame_motive=10,facing=south": { - "model": "beautify:block/pictureframes/spruce_river_picture_frame", - "y": 180 - }, - "frame_motive=10,facing=west": { - "model": "beautify:block/pictureframes/spruce_river_picture_frame", - "y": 270 - }, - "frame_motive=11,facing=north": { - "model": "beautify:block/pictureframes/spruce_beach_picture_frame" - }, - "frame_motive=11,facing=east": { - "model": "beautify:block/pictureframes/spruce_beach_picture_frame", - "y": 90 - }, - "frame_motive=11,facing=south": { - "model": "beautify:block/pictureframes/spruce_beach_picture_frame", - "y": 180 - }, - "frame_motive=11,facing=west": { - "model": "beautify:block/pictureframes/spruce_beach_picture_frame", - "y": 270 - }, - "frame_motive=12,facing=north": { - "model": "beautify:block/pictureframes/spruce_frog_picture_frame" - }, - "frame_motive=12,facing=east": { - "model": "beautify:block/pictureframes/spruce_frog_picture_frame", - "y": 90 - }, - "frame_motive=12,facing=south": { - "model": "beautify:block/pictureframes/spruce_frog_picture_frame", - "y": 180 - }, - "frame_motive=12,facing=west": { - "model": "beautify:block/pictureframes/spruce_frog_picture_frame", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/spruce_trellis.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/spruce_trellis.json deleted file mode 100644 index a18dbbaa..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/spruce_trellis.json +++ /dev/null @@ -1,247 +0,0 @@ -{ - "variants": { - "ceilling=false,facing=north,flowers=0": { - "model": "beautify:block/trellis/spruce/closed_trellis", - "y": 270 - }, - "ceilling=false,facing=east,flowers=0": { - "model": "beautify:block/trellis/spruce/closed_trellis" - }, - "ceilling=false,facing=south,flowers=0": { - "model": "beautify:block/trellis/spruce/closed_trellis", - "y": 90 - }, - "ceilling=false,facing=west,flowers=0": { - "model": "beautify:block/trellis/spruce/closed_trellis", - "y": 180 - }, - "ceilling=true,facing=north,flowers=0": { - "model": "beautify:block/trellis/spruce/open_trellis" - }, - "ceilling=true,facing=east,flowers=0": { - "model": "beautify:block/trellis/spruce/open_trellis" - }, - "ceilling=true,facing=south,flowers=0": { - "model": "beautify:block/trellis/spruce/open_trellis" - }, - "ceilling=true,facing=west,flowers=0": { - "model": "beautify:block/trellis/spruce/open_trellis" - }, - "ceilling=false,facing=north,flowers=1": { - "model": "beautify:block/trellis/spruce/closed_trellis_rose", - "y": 270 - }, - "ceilling=false,facing=east,flowers=1": { - "model": "beautify:block/trellis/spruce/closed_trellis_rose" - }, - "ceilling=false,facing=south,flowers=1": { - "model": "beautify:block/trellis/spruce/closed_trellis_rose", - "y": 90 - }, - "ceilling=false,facing=west,flowers=1": { - "model": "beautify:block/trellis/spruce/closed_trellis_rose", - "y": 180 - }, - "ceilling=true,facing=north,flowers=1": { - "model": "beautify:block/trellis/spruce/open_trellis_rose" - }, - "ceilling=true,facing=east,flowers=1": { - "model": "beautify:block/trellis/spruce/open_trellis_rose" - }, - "ceilling=true,facing=south,flowers=1": { - "model": "beautify:block/trellis/spruce/open_trellis_rose" - }, - "ceilling=true,facing=west,flowers=1": { - "model": "beautify:block/trellis/spruce/open_trellis_rose" - }, - "ceilling=false,facing=north,flowers=2": { - "model": "beautify:block/trellis/spruce/closed_trellis_sunflower", - "y": 270 - }, - "ceilling=false,facing=east,flowers=2": { - "model": "beautify:block/trellis/spruce/closed_trellis_sunflower" - }, - "ceilling=false,facing=south,flowers=2": { - "model": "beautify:block/trellis/spruce/closed_trellis_sunflower", - "y": 90 - }, - "ceilling=false,facing=west,flowers=2": { - "model": "beautify:block/trellis/spruce/closed_trellis_sunflower", - "y": 180 - }, - "ceilling=true,facing=north,flowers=2": { - "model": "beautify:block/trellis/spruce/open_trellis_sunflower" - }, - "ceilling=true,facing=east,flowers=2": { - "model": "beautify:block/trellis/spruce/open_trellis_sunflower" - }, - "ceilling=true,facing=south,flowers=2": { - "model": "beautify:block/trellis/spruce/open_trellis_sunflower" - }, - "ceilling=true,facing=west,flowers=2": { - "model": "beautify:block/trellis/spruce/open_trellis_sunflower" - }, - "ceilling=false,facing=north,flowers=3": { - "model": "beautify:block/trellis/spruce/closed_trellis_peony", - "y": 270 - }, - "ceilling=false,facing=east,flowers=3": { - "model": "beautify:block/trellis/spruce/closed_trellis_peony" - }, - "ceilling=false,facing=south,flowers=3": { - "model": "beautify:block/trellis/spruce/closed_trellis_peony", - "y": 90 - }, - "ceilling=false,facing=west,flowers=3": { - "model": "beautify:block/trellis/spruce/closed_trellis_peony", - "y": 180 - }, - "ceilling=true,facing=north,flowers=3": { - "model": "beautify:block/trellis/spruce/open_trellis_peony" - }, - "ceilling=true,facing=east,flowers=3": { - "model": "beautify:block/trellis/spruce/open_trellis_peony" - }, - "ceilling=true,facing=south,flowers=3": { - "model": "beautify:block/trellis/spruce/open_trellis_peony" - }, - "ceilling=true,facing=west,flowers=3": { - "model": "beautify:block/trellis/spruce/open_trellis_peony" - }, - "ceilling=false,facing=north,flowers=4": { - "model": "beautify:block/trellis/spruce/closed_trellis_lilac", - "y": 270 - }, - "ceilling=false,facing=east,flowers=4": { - "model": "beautify:block/trellis/spruce/closed_trellis_lilac" - }, - "ceilling=false,facing=south,flowers=4": { - "model": "beautify:block/trellis/spruce/closed_trellis_lilac", - "y": 90 - }, - "ceilling=false,facing=west,flowers=4": { - "model": "beautify:block/trellis/spruce/closed_trellis_lilac", - "y": 180 - }, - "ceilling=true,facing=north,flowers=4": { - "model": "beautify:block/trellis/spruce/open_trellis_lilac" - }, - "ceilling=true,facing=east,flowers=4": { - "model": "beautify:block/trellis/spruce/open_trellis_lilac" - }, - "ceilling=true,facing=south,flowers=4": { - "model": "beautify:block/trellis/spruce/open_trellis_lilac" - }, - "ceilling=true,facing=west,flowers=4": { - "model": "beautify:block/trellis/spruce/open_trellis_lilac" - }, - "ceilling=false,facing=north,flowers=5": { - "model": "beautify:block/trellis/spruce/closed_trellis_vine", - "y": 270 - }, - "ceilling=false,facing=east,flowers=5": { - "model": "beautify:block/trellis/spruce/closed_trellis_vine" - }, - "ceilling=false,facing=south,flowers=5": { - "model": "beautify:block/trellis/spruce/closed_trellis_vine", - "y": 90 - }, - "ceilling=false,facing=west,flowers=5": { - "model": "beautify:block/trellis/spruce/closed_trellis_vine", - "y": 180 - }, - "ceilling=true,facing=north,flowers=5": { - "model": "beautify:block/trellis/spruce/open_trellis_vine" - }, - "ceilling=true,facing=east,flowers=5": { - "model": "beautify:block/trellis/spruce/open_trellis_vine" - }, - "ceilling=true,facing=south,flowers=5": { - "model": "beautify:block/trellis/spruce/open_trellis_vine" - }, - "ceilling=true,facing=west,flowers=5": { - "model": "beautify:block/trellis/spruce/open_trellis_vine" - }, - "ceilling=false,facing=north,flowers=6": { - "model": "beautify:block/trellis/spruce/closed_trellis_weeping_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=6": { - "model": "beautify:block/trellis/spruce/closed_trellis_weeping_vines" - }, - "ceilling=false,facing=south,flowers=6": { - "model": "beautify:block/trellis/spruce/closed_trellis_weeping_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=6": { - "model": "beautify:block/trellis/spruce/closed_trellis_weeping_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=6": { - "model": "beautify:block/trellis/spruce/open_trellis_weeping_vines" - }, - "ceilling=true,facing=east,flowers=6": { - "model": "beautify:block/trellis/spruce/open_trellis_weeping_vines" - }, - "ceilling=true,facing=south,flowers=6": { - "model": "beautify:block/trellis/spruce/open_trellis_weeping_vines" - }, - "ceilling=true,facing=west,flowers=6": { - "model": "beautify:block/trellis/spruce/open_trellis_weeping_vines" - }, - "ceilling=false,facing=north,flowers=7": { - "model": "beautify:block/trellis/spruce/closed_trellis_twisting_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=7": { - "model": "beautify:block/trellis/spruce/closed_trellis_twisting_vines" - }, - "ceilling=false,facing=south,flowers=7": { - "model": "beautify:block/trellis/spruce/closed_trellis_twisting_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=7": { - "model": "beautify:block/trellis/spruce/closed_trellis_twisting_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=7": { - "model": "beautify:block/trellis/spruce/open_trellis_twisting_vines" - }, - "ceilling=true,facing=east,flowers=7": { - "model": "beautify:block/trellis/spruce/open_trellis_twisting_vines" - }, - "ceilling=true,facing=south,flowers=7": { - "model": "beautify:block/trellis/spruce/open_trellis_twisting_vines" - }, - "ceilling=true,facing=west,flowers=7": { - "model": "beautify:block/trellis/spruce/open_trellis_twisting_vines" - }, - "ceilling=false,facing=north,flowers=8": { - "model": "beautify:block/trellis/spruce/closed_trellis_lichen", - "y": 270 - }, - "ceilling=false,facing=east,flowers=8": { - "model": "beautify:block/trellis/spruce/closed_trellis_lichen" - }, - "ceilling=false,facing=south,flowers=8": { - "model": "beautify:block/trellis/spruce/closed_trellis_lichen", - "y": 90 - }, - "ceilling=false,facing=west,flowers=8": { - "model": "beautify:block/trellis/spruce/closed_trellis_lichen", - "y": 180 - }, - "ceilling=true,facing=north,flowers=8": { - "model": "beautify:block/trellis/spruce/open_trellis_lichen" - }, - "ceilling=true,facing=east,flowers=8": { - "model": "beautify:block/trellis/spruce/open_trellis_lichen" - }, - "ceilling=true,facing=south,flowers=8": { - "model": "beautify:block/trellis/spruce/open_trellis_lichen" - }, - "ceilling=true,facing=west,flowers=8": { - "model": "beautify:block/trellis/spruce/open_trellis_lichen" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/warped_blinds.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/warped_blinds.json deleted file mode 100644 index c1b5416a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/warped_blinds.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "variants": { - "open=false,facing=north,hidden=false": { - "model": "beautify:block/blinds/warped_blinds_up" - }, - "open=false,facing=east,hidden=false": { - "model": "beautify:block/blinds/warped_blinds_up", - "y": 90 - }, - "open=false,facing=south,hidden=false": { - "model": "beautify:block/blinds/warped_blinds_up", - "y": 180 - }, - "open=false,facing=west,hidden=false": { - "model": "beautify:block/blinds/warped_blinds_up", - "y": 270 - }, - "open=true,facing=north,hidden=false": { - "model": "beautify:block/blinds/warped_blinds_down" - }, - "open=true,facing=east,hidden=false": { - "model": "beautify:block/blinds/warped_blinds_down", - "y": 90 - }, - "open=true,facing=south,hidden=false": { - "model": "beautify:block/blinds/warped_blinds_down", - "y": 180 - }, - "open=true,facing=west,hidden=false": { - "model": "beautify:block/blinds/warped_blinds_down", - "y": 270 - }, - "hidden=true":{ - "model": "beautify:block/blinds/none" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/warped_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/warped_picture_frame.json deleted file mode 100644 index 3f9e872e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/warped_picture_frame.json +++ /dev/null @@ -1,199 +0,0 @@ -{ - "variants": { - "frame_motive=0,facing=north": { - "model": "beautify:block/pictureframes/warped_sunset_picture_frame" - }, - "frame_motive=0,facing=east": { - "model": "beautify:block/pictureframes/warped_sunset_picture_frame", - "y": 90 - }, - "frame_motive=0,facing=south": { - "model": "beautify:block/pictureframes/warped_sunset_picture_frame", - "y": 180 - }, - "frame_motive=0,facing=west": { - "model": "beautify:block/pictureframes/warped_sunset_picture_frame", - "y": 270 - }, - "frame_motive=1,facing=north": { - "model": "beautify:block/pictureframes/warped_flower_picture_frame" - }, - "frame_motive=1,facing=east": { - "model": "beautify:block/pictureframes/warped_flower_picture_frame", - "y": 90 - }, - "frame_motive=1,facing=south": { - "model": "beautify:block/pictureframes/warped_flower_picture_frame", - "y": 180 - }, - "frame_motive=1,facing=west": { - "model": "beautify:block/pictureframes/warped_flower_picture_frame", - "y": 270 - }, - "frame_motive=2,facing=north": { - "model": "beautify:block/pictureframes/warped_wasteland_picture_frame" - }, - "frame_motive=2,facing=east": { - "model": "beautify:block/pictureframes/warped_wasteland_picture_frame", - "y": 90 - }, - "frame_motive=2,facing=south": { - "model": "beautify:block/pictureframes/warped_wasteland_picture_frame", - "y": 180 - }, - "frame_motive=2,facing=west": { - "model": "beautify:block/pictureframes/warped_wasteland_picture_frame", - "y": 270 - }, - "frame_motive=3,facing=north": { - "model": "beautify:block/pictureframes/warped_plant_picture_frame" - }, - "frame_motive=3,facing=east": { - "model": "beautify:block/pictureframes/warped_plant_picture_frame", - "y": 90 - }, - "frame_motive=3,facing=south": { - "model": "beautify:block/pictureframes/warped_plant_picture_frame", - "y": 180 - }, - "frame_motive=3,facing=west": { - "model": "beautify:block/pictureframes/warped_plant_picture_frame", - "y": 270 - }, - "frame_motive=4,facing=north": { - "model": "beautify:block/pictureframes/warped_kebab_picture_frame" - }, - "frame_motive=4,facing=east": { - "model": "beautify:block/pictureframes/warped_kebab_picture_frame", - "y": 90 - }, - "frame_motive=4,facing=south": { - "model": "beautify:block/pictureframes/warped_kebab_picture_frame", - "y": 180 - }, - "frame_motive=4,facing=west": { - "model": "beautify:block/pictureframes/warped_kebab_picture_frame", - "y": 270 - }, - "frame_motive=5,facing=north": { - "model": "beautify:block/pictureframes/warped_aztec2_picture_frame" - }, - "frame_motive=5,facing=east": { - "model": "beautify:block/pictureframes/warped_aztec2_picture_frame", - "y": 90 - }, - "frame_motive=5,facing=south": { - "model": "beautify:block/pictureframes/warped_aztec2_picture_frame", - "y": 180 - }, - "frame_motive=5,facing=west": { - "model": "beautify:block/pictureframes/warped_aztec2_picture_frame", - "y": 270 - }, - "frame_motive=6,facing=north": { - "model": "beautify:block/pictureframes/warped_aztec_picture_frame" - }, - "frame_motive=6,facing=east": { - "model": "beautify:block/pictureframes/warped_aztec_picture_frame", - "y": 90 - }, - "frame_motive=6,facing=south": { - "model": "beautify:block/pictureframes/warped_aztec_picture_frame", - "y": 180 - }, - "frame_motive=6,facing=west": { - "model": "beautify:block/pictureframes/warped_aztec_picture_frame", - "y": 270 - }, - "frame_motive=7,facing=north": { - "model": "beautify:block/pictureframes/warped_alban_picture_frame" - }, - "frame_motive=7,facing=east": { - "model": "beautify:block/pictureframes/warped_alban_picture_frame", - "y": 90 - }, - "frame_motive=7,facing=south": { - "model": "beautify:block/pictureframes/warped_alban_picture_frame", - "y": 180 - }, - "frame_motive=7,facing=west": { - "model": "beautify:block/pictureframes/warped_alban_picture_frame", - "y": 270 - }, - "frame_motive=8,facing=north": { - "model": "beautify:block/pictureframes/warped_bomb_picture_frame" - }, - "frame_motive=8,facing=east": { - "model": "beautify:block/pictureframes/warped_bomb_picture_frame", - "y": 90 - }, - "frame_motive=8,facing=south": { - "model": "beautify:block/pictureframes/warped_bomb_picture_frame", - "y": 180 - }, - "frame_motive=8,facing=west": { - "model": "beautify:block/pictureframes/warped_bomb_picture_frame", - "y": 270 - }, - "frame_motive=9,facing=north": { - "model": "beautify:block/pictureframes/warped_shroom_picture_frame" - }, - "frame_motive=9,facing=east": { - "model": "beautify:block/pictureframes/warped_shroom_picture_frame", - "y": 90 - }, - "frame_motive=9,facing=south": { - "model": "beautify:block/pictureframes/warped_shroom_picture_frame", - "y": 180 - }, - "frame_motive=9,facing=west": { - "model": "beautify:block/pictureframes/warped_shroom_picture_frame", - "y": 270 - }, - "frame_motive=10,facing=north": { - "model": "beautify:block/pictureframes/warped_river_picture_frame" - }, - "frame_motive=10,facing=east": { - "model": "beautify:block/pictureframes/warped_river_picture_frame", - "y": 90 - }, - "frame_motive=10,facing=south": { - "model": "beautify:block/pictureframes/warped_river_picture_frame", - "y": 180 - }, - "frame_motive=10,facing=west": { - "model": "beautify:block/pictureframes/warped_river_picture_frame", - "y": 270 - }, - "frame_motive=11,facing=north": { - "model": "beautify:block/pictureframes/warped_beach_picture_frame" - }, - "frame_motive=11,facing=east": { - "model": "beautify:block/pictureframes/warped_beach_picture_frame", - "y": 90 - }, - "frame_motive=11,facing=south": { - "model": "beautify:block/pictureframes/warped_beach_picture_frame", - "y": 180 - }, - "frame_motive=11,facing=west": { - "model": "beautify:block/pictureframes/warped_beach_picture_frame", - "y": 270 - }, - "frame_motive=12,facing=north": { - "model": "beautify:block/pictureframes/warped_frog_picture_frame" - }, - "frame_motive=12,facing=east": { - "model": "beautify:block/pictureframes/warped_frog_picture_frame", - "y": 90 - }, - "frame_motive=12,facing=south": { - "model": "beautify:block/pictureframes/warped_frog_picture_frame", - "y": 180 - }, - "frame_motive=12,facing=west": { - "model": "beautify:block/pictureframes/warped_frog_picture_frame", - "y": 270 - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/blockstates/warped_trellis.json b/mod/beautify/src/main/resources/assets/beautify/blockstates/warped_trellis.json deleted file mode 100644 index acf8d5bb..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/blockstates/warped_trellis.json +++ /dev/null @@ -1,247 +0,0 @@ -{ - "variants": { - "ceilling=false,facing=north,flowers=0": { - "model": "beautify:block/trellis/warped/closed_trellis", - "y": 270 - }, - "ceilling=false,facing=east,flowers=0": { - "model": "beautify:block/trellis/warped/closed_trellis" - }, - "ceilling=false,facing=south,flowers=0": { - "model": "beautify:block/trellis/warped/closed_trellis", - "y": 90 - }, - "ceilling=false,facing=west,flowers=0": { - "model": "beautify:block/trellis/warped/closed_trellis", - "y": 180 - }, - "ceilling=true,facing=north,flowers=0": { - "model": "beautify:block/trellis/warped/open_trellis" - }, - "ceilling=true,facing=east,flowers=0": { - "model": "beautify:block/trellis/warped/open_trellis" - }, - "ceilling=true,facing=south,flowers=0": { - "model": "beautify:block/trellis/warped/open_trellis" - }, - "ceilling=true,facing=west,flowers=0": { - "model": "beautify:block/trellis/warped/open_trellis" - }, - "ceilling=false,facing=north,flowers=1": { - "model": "beautify:block/trellis/warped/closed_trellis_rose", - "y": 270 - }, - "ceilling=false,facing=east,flowers=1": { - "model": "beautify:block/trellis/warped/closed_trellis_rose" - }, - "ceilling=false,facing=south,flowers=1": { - "model": "beautify:block/trellis/warped/closed_trellis_rose", - "y": 90 - }, - "ceilling=false,facing=west,flowers=1": { - "model": "beautify:block/trellis/warped/closed_trellis_rose", - "y": 180 - }, - "ceilling=true,facing=north,flowers=1": { - "model": "beautify:block/trellis/warped/open_trellis_rose" - }, - "ceilling=true,facing=east,flowers=1": { - "model": "beautify:block/trellis/warped/open_trellis_rose" - }, - "ceilling=true,facing=south,flowers=1": { - "model": "beautify:block/trellis/warped/open_trellis_rose" - }, - "ceilling=true,facing=west,flowers=1": { - "model": "beautify:block/trellis/warped/open_trellis_rose" - }, - "ceilling=false,facing=north,flowers=2": { - "model": "beautify:block/trellis/warped/closed_trellis_sunflower", - "y": 270 - }, - "ceilling=false,facing=east,flowers=2": { - "model": "beautify:block/trellis/warped/closed_trellis_sunflower" - }, - "ceilling=false,facing=south,flowers=2": { - "model": "beautify:block/trellis/warped/closed_trellis_sunflower", - "y": 90 - }, - "ceilling=false,facing=west,flowers=2": { - "model": "beautify:block/trellis/warped/closed_trellis_sunflower", - "y": 180 - }, - "ceilling=true,facing=north,flowers=2": { - "model": "beautify:block/trellis/warped/open_trellis_sunflower" - }, - "ceilling=true,facing=east,flowers=2": { - "model": "beautify:block/trellis/warped/open_trellis_sunflower" - }, - "ceilling=true,facing=south,flowers=2": { - "model": "beautify:block/trellis/warped/open_trellis_sunflower" - }, - "ceilling=true,facing=west,flowers=2": { - "model": "beautify:block/trellis/warped/open_trellis_sunflower" - }, - "ceilling=false,facing=north,flowers=3": { - "model": "beautify:block/trellis/warped/closed_trellis_peony", - "y": 270 - }, - "ceilling=false,facing=east,flowers=3": { - "model": "beautify:block/trellis/warped/closed_trellis_peony" - }, - "ceilling=false,facing=south,flowers=3": { - "model": "beautify:block/trellis/warped/closed_trellis_peony", - "y": 90 - }, - "ceilling=false,facing=west,flowers=3": { - "model": "beautify:block/trellis/warped/closed_trellis_peony", - "y": 180 - }, - "ceilling=true,facing=north,flowers=3": { - "model": "beautify:block/trellis/warped/open_trellis_peony" - }, - "ceilling=true,facing=east,flowers=3": { - "model": "beautify:block/trellis/warped/open_trellis_peony" - }, - "ceilling=true,facing=south,flowers=3": { - "model": "beautify:block/trellis/warped/open_trellis_peony" - }, - "ceilling=true,facing=west,flowers=3": { - "model": "beautify:block/trellis/warped/open_trellis_peony" - }, - "ceilling=false,facing=north,flowers=4": { - "model": "beautify:block/trellis/warped/closed_trellis_lilac", - "y": 270 - }, - "ceilling=false,facing=east,flowers=4": { - "model": "beautify:block/trellis/warped/closed_trellis_lilac" - }, - "ceilling=false,facing=south,flowers=4": { - "model": "beautify:block/trellis/warped/closed_trellis_lilac", - "y": 90 - }, - "ceilling=false,facing=west,flowers=4": { - "model": "beautify:block/trellis/warped/closed_trellis_lilac", - "y": 180 - }, - "ceilling=true,facing=north,flowers=4": { - "model": "beautify:block/trellis/warped/open_trellis_lilac" - }, - "ceilling=true,facing=east,flowers=4": { - "model": "beautify:block/trellis/warped/open_trellis_lilac" - }, - "ceilling=true,facing=south,flowers=4": { - "model": "beautify:block/trellis/warped/open_trellis_lilac" - }, - "ceilling=true,facing=west,flowers=4": { - "model": "beautify:block/trellis/warped/open_trellis_lilac" - }, - "ceilling=false,facing=north,flowers=5": { - "model": "beautify:block/trellis/warped/closed_trellis_vine", - "y": 270 - }, - "ceilling=false,facing=east,flowers=5": { - "model": "beautify:block/trellis/warped/closed_trellis_vine" - }, - "ceilling=false,facing=south,flowers=5": { - "model": "beautify:block/trellis/warped/closed_trellis_vine", - "y": 90 - }, - "ceilling=false,facing=west,flowers=5": { - "model": "beautify:block/trellis/warped/closed_trellis_vine", - "y": 180 - }, - "ceilling=true,facing=north,flowers=5": { - "model": "beautify:block/trellis/warped/open_trellis_vine" - }, - "ceilling=true,facing=east,flowers=5": { - "model": "beautify:block/trellis/warped/open_trellis_vine" - }, - "ceilling=true,facing=south,flowers=5": { - "model": "beautify:block/trellis/warped/open_trellis_vine" - }, - "ceilling=true,facing=west,flowers=5": { - "model": "beautify:block/trellis/warped/open_trellis_vine" - }, - "ceilling=false,facing=north,flowers=6": { - "model": "beautify:block/trellis/warped/closed_trellis_weeping_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=6": { - "model": "beautify:block/trellis/warped/closed_trellis_weeping_vines" - }, - "ceilling=false,facing=south,flowers=6": { - "model": "beautify:block/trellis/warped/closed_trellis_weeping_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=6": { - "model": "beautify:block/trellis/warped/closed_trellis_weeping_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=6": { - "model": "beautify:block/trellis/warped/open_trellis_weeping_vines" - }, - "ceilling=true,facing=east,flowers=6": { - "model": "beautify:block/trellis/warped/open_trellis_weeping_vines" - }, - "ceilling=true,facing=south,flowers=6": { - "model": "beautify:block/trellis/warped/open_trellis_weeping_vines" - }, - "ceilling=true,facing=west,flowers=6": { - "model": "beautify:block/trellis/warped/open_trellis_weeping_vines" - }, - "ceilling=false,facing=north,flowers=7": { - "model": "beautify:block/trellis/warped/closed_trellis_twisting_vines", - "y": 270 - }, - "ceilling=false,facing=east,flowers=7": { - "model": "beautify:block/trellis/warped/closed_trellis_twisting_vines" - }, - "ceilling=false,facing=south,flowers=7": { - "model": "beautify:block/trellis/warped/closed_trellis_twisting_vines", - "y": 90 - }, - "ceilling=false,facing=west,flowers=7": { - "model": "beautify:block/trellis/warped/closed_trellis_twisting_vines", - "y": 180 - }, - "ceilling=true,facing=north,flowers=7": { - "model": "beautify:block/trellis/warped/open_trellis_twisting_vines" - }, - "ceilling=true,facing=east,flowers=7": { - "model": "beautify:block/trellis/warped/open_trellis_twisting_vines" - }, - "ceilling=true,facing=south,flowers=7": { - "model": "beautify:block/trellis/warped/open_trellis_twisting_vines" - }, - "ceilling=true,facing=west,flowers=7": { - "model": "beautify:block/trellis/warped/open_trellis_twisting_vines" - }, - "ceilling=false,facing=north,flowers=8": { - "model": "beautify:block/trellis/warped/closed_trellis_lichen", - "y": 270 - }, - "ceilling=false,facing=east,flowers=8": { - "model": "beautify:block/trellis/warped/closed_trellis_lichen" - }, - "ceilling=false,facing=south,flowers=8": { - "model": "beautify:block/trellis/warped/closed_trellis_lichen", - "y": 90 - }, - "ceilling=false,facing=west,flowers=8": { - "model": "beautify:block/trellis/warped/closed_trellis_lichen", - "y": 180 - }, - "ceilling=true,facing=north,flowers=8": { - "model": "beautify:block/trellis/warped/open_trellis_lichen" - }, - "ceilling=true,facing=east,flowers=8": { - "model": "beautify:block/trellis/warped/open_trellis_lichen" - }, - "ceilling=true,facing=south,flowers=8": { - "model": "beautify:block/trellis/warped/open_trellis_lichen" - }, - "ceilling=true,facing=west,flowers=8": { - "model": "beautify:block/trellis/warped/open_trellis_lichen" - } - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/lang/en_us.json b/mod/beautify/src/main/resources/assets/beautify/lang/en_us.json deleted file mode 100644 index 5ece134f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/lang/en_us.json +++ /dev/null @@ -1,129 +0,0 @@ -{ - "itemGroup.beautify.group": "Beautify", - "block.beautify.rope": "Rope", - "block.beautify.hanging_pot": "Hanging Pot", - "block.beautify.bookstack": "Bookstack", - "block.beautify.oak_picture_frame": "Oak Picture Frame", - "block.beautify.birch_picture_frame": "Birch Picture Frame", - "block.beautify.spruce_picture_frame": "Spruce Picture Frame", - "block.beautify.dark_oak_picture_frame": "Dark Oak Picture Frame", - "block.beautify.jungle_picture_frame": "Jungle Picture Frame", - "block.beautify.acacia_picture_frame": "Acacia Picture Frame", - "block.beautify.warped_picture_frame": "Warped Picture Frame", - "block.beautify.crimson_picture_frame": "Crimson Picture Frame", - "block.beautify.cherry_picture_frame": "Cherry Picture Frame", - "block.beautify.mangrove_picture_frame": "Mangrove Picture Frame", - "block.beautify.quartz_picture_frame": "Quartz Picture Frame", - "block.beautify.lamp_light_bulb": "Light Bulb", - "block.beautify.lamp_bamboo": "Bamboo Lamp", - "block.beautify.lamp_jar": "Glowstone Essence Lamp", - "block.beautify.lamp_candleabra": "Candelabra", - "block.beautify.lamp_candleabra_light_blue": "Light Blue Candelabra", - "block.beautify.lamp_candleabra_light_gray": "Light Gray Candelabra", - "block.beautify.lamp_candleabra_black": "Black Candelabra", - "block.beautify.lamp_candleabra_blue": "Blue Candelabra", - "block.beautify.lamp_candleabra_brown": "Brown Candelabra", - "block.beautify.lamp_candleabra_cyan": "Cyan Candelabra", - "block.beautify.lamp_candleabra_gray": "Gray Candelabra", - "block.beautify.lamp_candleabra_green": "Green Candelabra", - "block.beautify.lamp_candleabra_lime": "Lime Candelabra", - "block.beautify.lamp_candleabra_magenta": "Magenta Candelabra", - "block.beautify.lamp_candleabra_orange": "Orange Candelabra", - "block.beautify.lamp_candleabra_pink": "Pink Candelabra", - "block.beautify.lamp_candleabra_purple": "Purple Candelabra", - "block.beautify.lamp_candleabra_red": "Red Candelabra", - "block.beautify.lamp_candleabra_white": "White Candelabra", - "block.beautify.lamp_candleabra_yellow": "Yellow Candelabra", - "block.beautify.oak_blinds": "Oak Blinds", - "block.beautify.spruce_blinds": "Spruce Blinds", - "block.beautify.birch_blinds": "Birch Blinds", - "block.beautify.dark_oak_blinds": "Dark Oak Blinds", - "block.beautify.jungle_blinds": "Jungle Blinds", - "block.beautify.crimson_blinds": "Crimson Blinds", - "block.beautify.cherry_blinds": "Cherry Blinds", - "block.beautify.acacia_blinds": "Acacia Blinds", - "block.beautify.warped_blinds": "Warped Blinds", - "block.beautify.mangrove_blinds": "Mangrove Blinds", - "block.beautify.iron_blinds": "Iron Blinds", - "block.beautify.oak_trellis": "Oak Lattice", - "block.beautify.spruce_trellis": "Spruce Lattice", - "block.beautify.birch_trellis": "Birch Lattice", - "block.beautify.jungle_trellis": "Jungle Lattice", - "block.beautify.acacia_trellis": "Acacia Lattice", - "block.beautify.dark_oak_trellis": "Dark Oak Lattice", - "block.beautify.mangrove_trellis": "Mangrove Lattice", - "block.beautify.crimson_trellis": "Crimson Lattice", - "block.beautify.cherry_trellis": "Cherry Lattice", - "block.beautify.warped_trellis": "Warped Lattice", - "block.beautify.botanist_workbench": "Botanist Workbench", - - "entity.minecraft.villager.botanist": "Botanist", - - "sounds.beautify.bookstack_break": "Bookstack broken", - "sounds.beautify.bookstack_step": "Steps on Bookstack", - "sounds.beautify.bookstack_place": "Bookstack placed", - "sounds.beautify.bookstack_hit": "Bookstack hit", - "sounds.beautify.bookstack_fall": "Fallen on Bookstack", - "sounds.beautify.bookstack_next": "Bookstack switched", - "sounds.beautify.blinds_open": "Blinds opened", - "sounds.beautify.blinds_close": "Blinds closed", - - "tooltip.beautify.shift": "Hold SHIFT for more info.", - "tooltip.beautify.plantlist": "Hold CTRL for a list of plants.", - "tooltip.beautify.bookstack.1": "Place a random stack of books, sneaking right-click on the block to change the model.", - "tooltip.beautify.bookstack.2": "Increase the power of the Enchantment Table like bookshelves.", - "tooltip.beautify.botanist_workbench.1": "Workbench for Botanist Villagers, also for decoration.", - "tooltip.beautify.hanging_pot.1": "Can be placed hanging on blocks, Ropes or on ground as usual.", - "tooltip.beautify.hanging_pot.2": "Right click to pot up plants.", - "tooltip.beautify.hanging_pot.3": "Right click with Bone Meal to grow the plant further. Trim with shears to shorten and recieve plant item.", - "tooltip.beautify.hanging_pot.plant_header": "Pottable plants:", - "tooltip.beautify.hanging_pot.plants": "All normal flowers + Rose Bushes, Lilacs, Peonies, Sunflowers, Vines, Weeping Vines, Twisting Vines, Glow Lichen, Glow Berries, Sweet Berries.", - "tooltip.beautify.lamp.1": "Can be placed hanging and standing like Lanterns.", - "tooltip.beautify.lamp.2": "Right click to turn on/off.", - "tooltip.beautify.candelabra.1": "Can be placed hanging and standing like Lanterns.", - "tooltip.beautify.candelabra.2": "Right click with empty hand to extinguish.", - "tooltip.beautify.candelabra.3": "Right click with Flint and Steel to light up.", - "tooltip.beautify.lamp_jar.1": "Can be placed hanging and standing like Lanterns.", - "tooltip.beautify.lamp_jar.2": "Tweaks brightness by filling with Glowstone Dust.", - "tooltip.beautify.lamp_jar.3": "Right click with empty hand to take out the Glowstone Dust.", - "tooltip.beautify.blinds.1": "Right click to open or close all adjacent blinds.", - "tooltip.beautify.blinds.2": "After closing for the first time, the blinds below the uppermost shutter are no longer visible when opened.", - "tooltip.beautify.picture_frame.1": "Random picture when placed.", - "tooltip.beautify.picture_frame.2": "Sneaking right-click on the frame to change the picture inside the frame.", - "tooltip.beautify.rope.1": "Can be placed like chains and climbable.", - "tooltip.beautify.rope.2": "Great with Hanging Pots.", - "tooltip.beautify.trellis.1": "Can be placed on wall or ceiling and can be climbed.", - "tooltip.beautify.trellis.2": "Right click on plants in your hand to place it in.", - "tooltip.beautify.trellis.plant_header": "Pottable plants:", - "tooltip.beautify.trellis.plants": "Rose Bushes, Sunflowers, Peonies, Lilacs, Vines, Weeping Vines, Twisting Vines, Glow Lichen.", - - "advancements.beautify.blinds.title": "Blinded by the lights", - "advancements.beautify.blinds.description": "Craft blinds to filter some light.", - "advancements.beautify.bookstack.title": "No shelf organization", - "advancements.beautify.bookstack.description": "Who needs shelves anyways? Craft a bookstack.", - "advancements.beautify.candelabra.title": "Wicked!", - "advancements.beautify.candelabra.description": "Craft a candelabra.", - "advancements.beautify.hanging_pot.title": "Left hanging", - "advancements.beautify.hanging_pot.description": "Craft a hanging pot.", - "advancements.beautify.light.title": "Lit!", - "advancements.beautify.light.description": "Craft a lightsource from Beautify.", - "advancements.beautify.root.title": "Let's Beautify!", - "advancements.beautify.root.description": "The devil is in the detailing.", - "advancements.beautify.rope.title": "Could you knot?", - "advancements.beautify.rope.description": "Tie String together to receive Rope.", - - "text.autoconfig.beautify.title": "Beautify", - - "text.autoconfig.beautify.option.blinds": "Blinds", - "text.autoconfig.beautify.option.blinds.searchRadius": "Search Radius", - "text.autoconfig.beautify.option.blinds.opensFromRoot": "Opens From Root", - - "text.autoconfig.beautify.option.houses": "Houses", - "text.autoconfig.beautify.option.houses.botanistSpawnWeight": "Botanist Spawn Weight", - - "text.autoconfig.beautify.option.blinds.searchRadius.@Tooltip": "Searches X-Blocks(x = Search Radius) below and X/2 to the sides of the clicked blind for others and opens/closes them too.", - "text.autoconfig.beautify.option.blinds.opensFromRoot.@Tooltip": "Opens blinds from the topmost blind on if true.", - "text.autoconfig.beautify.option.houses.botanistSpawnWeight.@Tooltip": "Defines the chance of a Botanist Villager House inside a village.", - - "category.rei.beautify.pottable": "Pottable" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/lang/it_it.json b/mod/beautify/src/main/resources/assets/beautify/lang/it_it.json deleted file mode 100644 index fc525005..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/lang/it_it.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "itemGroup.beautify.group": "Beautify", - "block.beautify.rope": "Corda", - "block.beautify.hanging_pot": "Vaso pendente", - "block.beautify.bookstack": "Pila di libri", - "block.beautify.oak_picture_frame": "Portafoto di quercia", - "block.beautify.birch_picture_frame": "Portafoto di betulla", - "block.beautify.spruce_picture_frame": "Portafoto di abete", - "block.beautify.dark_oak_picture_frame": "Portafoto di quercia scura", - "block.beautify.jungle_picture_frame": "Portafoto della giungla", - "block.beautify.acacia_picture_frame": "Portafoto di acacia", - "block.beautify.warped_picture_frame": "Portafoto distorta", - "block.beautify.crimson_picture_frame": "Portafoto cremisi", - "block.beautify.cherry_picture_frame": "Portafoto ciliegia", - "block.beautify.mangrove_picture_frame": "Portafoto di mangrovia", - "block.beautify.quartz_picture_frame": "Portafoto di quarzo", - "block.beautify.lamp_light_bulb": "Lampadina", - "block.beautify.lamp_bamboo": "Lampada di bambù", - "block.beautify.lamp_jar": "Lampada di essenza di luminite", - "block.beautify.lamp_candleabra": "Candelabro", - "block.beautify.lamp_candleabra_light_blue": "Candelabro azzurro", - "block.beautify.lamp_candleabra_light_gray": "Candelabro grigio chiaro", - "block.beautify.lamp_candleabra_black": "Candelabro nero", - "block.beautify.lamp_candleabra_blue": "Candelabro blu", - "block.beautify.lamp_candleabra_brown": "Candelabro marrone", - "block.beautify.lamp_candleabra_cyan": "Candelabro ciano", - "block.beautify.lamp_candleabra_gray": "Candelabro grigio", - "block.beautify.lamp_candleabra_green": "Candelabro verde", - "block.beautify.lamp_candleabra_lime": "Candelabro lime", - "block.beautify.lamp_candleabra_magenta": "Candelabro magenta", - "block.beautify.lamp_candleabra_orange": "Candelabro arancione", - "block.beautify.lamp_candleabra_pink": "Candelabro rosa", - "block.beautify.lamp_candleabra_purple": "Candelabro viola", - "block.beautify.lamp_candleabra_red": "Candelabro rosso", - "block.beautify.lamp_candleabra_white": "Candelabro bianco", - "block.beautify.lamp_candleabra_yellow": "Candelabro giallo", - "block.beautify.oak_blinds": "Veneziana di quercia", - "block.beautify.spruce_blinds": "Veneziana di abete", - "block.beautify.birch_blinds": "Veneziana di betulla", - "block.beautify.dark_oak_blinds": "Veneziana di quercia scura", - "block.beautify.jungle_blinds": "Veneziana della giungla", - "block.beautify.crimson_blinds": "Veneziana cremisi", - "block.beautify.cherry_blinds": "Veneziana ciliegia", - "block.beautify.acacia_blinds": "Veneziana di acacia", - "block.beautify.warped_blinds": "Veneziana distorta", - "block.beautify.mangrove_blinds": "Veneziana di mangrovia", - "block.beautify.iron_blinds": "Veneziana di ferro", - "block.beautify.oak_trellis": "Pannello reticolato di quercia", - "block.beautify.spruce_trellis": "Pannello reticolato di abete", - "block.beautify.birch_trellis": "Pannello reticolato di betulla", - "block.beautify.jungle_trellis": "Pannello reticolato della giungla", - "block.beautify.acacia_trellis": "Pannello reticolato di acacia", - "block.beautify.dark_oak_trellis": "Pannello reticolato di quercia scura", - "block.beautify.mangrove_trellis": "Pannello reticolato di mangrovia", - "block.beautify.crimson_trellis": "Pannello reticolato cremisi", - "block.beautify.cherry_trellis": "Pannello reticolato ciliegia", - "block.beautify.warped_trellis": "Pannello reticolato distorto", - "block.beautify.botanist_workbench": "Banco da lavoro del botanico", - - "entity.minecraft.villager.botanist": "Botanico", - - "sounds.beautify.bookstack_break": "Pila di libri rotta", - "sounds.beautify.bookstack_step": "Passi su pila di libri", - "sounds.beautify.bookstack_place": "Pila di libri piazzata", - "sounds.beautify.bookstack_hit": "Pila di libri colpita", - "sounds.beautify.bookstack_fall": "Caduta su pila di libri", - "sounds.beautify.bookstack_next": "Cambio di pila di libri", - "sounds.beautify.blinds_open": "Veneziana aperta", - "sounds.beautify.blinds_close": "Veneziana chiusa", - - "tooltip.beautify.shift": "Tieni premuto SHIFT per maggiori informazioni.", - "tooltip.beautify.plantlist": "Tieni premuto CTRL per una lista di piante.", - "tooltip.beautify.bookstack.1": "Piazza una pila di libri casuale, tasto destro da accovacciati sul blocco cambia il modello.", - "tooltip.beautify.bookstack.2": "Incrementa il potere del banco degli incantesimi come le librerie.", - "tooltip.beautify.botanist_workbench.1": "Banco da lavoro per villici botanici, utile anche come decorazione.", - "tooltip.beautify.hanging_pot.1": "Può essere appeso sotto un blocco, legato a una corda o piazzato a terra.", - "tooltip.beautify.hanging_pot.2": "Tasto destro per mettere una pianta nel vaso.", - "tooltip.beautify.hanging_pot.3": "Tasto destro con della farina d'ossa per far crescere ulteriormente la pianta. Accorciala con delle cesoie e otterrai l'oggetto della pianta.", - "tooltip.beautify.hanging_pot.plant_header": "Piante compatibili:", - "tooltip.beautify.hanging_pot.plants": "Tutti i fiori regolari + rosai, lillà, peonie, girasoli, rampicanti inclusi attorcigliati e piangenti, licheni luminescenti, bacche luminose, bacche dolci.", - "tooltip.beautify.lamp.1": "Può essere appeso o piazzato come le lanterne.", - "tooltip.beautify.lamp.2": "Tasto destro per accendere/spegnere.", - "tooltip.beautify.candelabra.1": "Può essere appeso o piazzato come le lanterne.", - "tooltip.beautify.candelabra.2": "Tasto destro con la mano vuota per spegnere.", - "tooltip.beautify.candelabra.3": "Tasto destro con un acciarino per accendere.", - "tooltip.beautify.lamp_jar.1": "Può essere appeso o piazzato come le lanterne.", - "tooltip.beautify.lamp_jar.2": "Aggiusta la luminosità riempendolo con della luminite.", - "tooltip.beautify.lamp_jar.3": "Tasto destro con una mano vuota per recuperare la polvere di luminite.", - "tooltip.beautify.blinds.1": "Tasto destro per aprire o chiudere tutte le veneziane adiacenti.", - "tooltip.beautify.blinds.2": "Dopo averla chiusa per la prima volta, le veneziane sotto quella più in alto non saranno visibili quando chiuse e funzioneranno come un'unica grande veneziana.", - "tooltip.beautify.picture_frame.1": "Inserisce un'immagine casuale quando piazzata.", - "tooltip.beautify.picture_frame.2": "Tasto destro da accovacciati sul portafoto per cambiare l'immagine all'interno.", - "tooltip.beautify.rope.1": "Può essere piazzata come le catene, e puoi arrampicarti.", - "tooltip.beautify.rope.2": "Un'ottima accoppiata con i vasi pendenti.", - "tooltip.beautify.trellis.1": "Può essere piazzato su un muro o sul soffitto, e puoi arrampicarti.", - "tooltip.beautify.trellis.2": "Tasto destro con una pianta in mano per inserirla.", - "tooltip.beautify.trellis.plant_header": "Piante compatibili:", - "tooltip.beautify.trellis.plants": "Rosai, girasoli, peonie, lillà, rampicanti inclusi attorcigliati e piangenti, licheni luminescenti.", - - "advancements.beautify.blinds.title": "Come a Venezia", - "advancements.beautify.blinds.description": "Crea delle veneziane per filtrare un po' di luce.", - "advancements.beautify.bookstack.title": "Gli scaffali non servono", - "advancements.beautify.bookstack.description": "Basta impilarli, no? Crea una pila di libri.", - "advancements.beautify.candelabra.title": "Cera una volta...", - "advancements.beautify.candelabra.description": "Crea un candelabro.", - "advancements.beautify.hanging_pot.title": "Lasciato in sospeso", - "advancements.beautify.hanging_pot.description": "Crea un vaso pendente.", - "advancements.beautify.light.title": "E luce fu!", - "advancements.beautify.light.description": "Crea una fonte di luce di Beautify.", - "advancements.beautify.root.title": "Decoriamo!", - "advancements.beautify.root.description": "Il diavolo è nei dettagli.", - "advancements.beautify.rope.title": "Tagliamo la corda", - "advancements.beautify.rope.description": "Intreccia delle cordicelle per creare della corda.", - - "text.autoconfig.beautify.title": "Beautify", - - "text.autoconfig.beautify.option.blinds": "Veneziane", - "text.autoconfig.beautify.option.blinds.searchRadius": "Cerca nel raggio", - "text.autoconfig.beautify.option.blinds.opensFromRoot": "Apri dalla base", - - "text.autoconfig.beautify.option.houses": "Case", - "text.autoconfig.beautify.option.houses.botanistSpawnWeight": "Rateo di spawn dei botanici", - - "text.autoconfig.beautify.option.blinds.searchRadius.@Tooltip": "Cerca X blocchi (x = raggio di ricerca) sotto e X/2 ai lati della veneziana con cui si interagisce per trovare e aprire/chiudere anche le veneziane vicine.", - "text.autoconfig.beautify.option.blinds.opensFromRoot.@Tooltip": "Se attivo, apre le veneziane partendo da quella più in alto.", - "text.autoconfig.beautify.option.houses.botanistSpawnWeight.@Tooltip": "Stabilisce le probabilità di spawn della casa del botanico nei villaggi." -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/lang/zh_cn.json b/mod/beautify/src/main/resources/assets/beautify/lang/zh_cn.json deleted file mode 100644 index 205d5270..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/lang/zh_cn.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "itemGroup.beautify.group": "美化!", - "block.beautify.rope": "绳索", - "block.beautify.hanging_pot": "悬挂花盆", - "block.beautify.bookstack": "书堆", - "block.beautify.oak_picture_frame": "橡木画框", - "block.beautify.birch_picture_frame": "白桦木画框", - "block.beautify.spruce_picture_frame": "云杉木画框", - "block.beautify.dark_oak_picture_frame": "深色橡木画框", - "block.beautify.jungle_picture_frame": "丛林木画框", - "block.beautify.acacia_picture_frame": "金合欢木画框", - "block.beautify.warped_picture_frame": "诡异木画框", - "block.beautify.crimson_picture_frame": "绯红木画框", - "block.beautify.cherry_picture_frame": "樱花木画框", - "block.beautify.mangrove_picture_frame": "红树木画框", - "block.beautify.quartz_picture_frame": "石英画框", - "block.beautify.lamp_light_bulb": "灯泡", - "block.beautify.lamp_bamboo": "竹灯", - "block.beautify.lamp_jar": "荧石灯", - "block.beautify.lamp_candleabra": "烛台", - "block.beautify.lamp_candleabra_light_blue": "淡蓝色蜡烛烛台", - "block.beautify.lamp_candleabra_light_gray": "淡灰色蜡烛烛台", - "block.beautify.lamp_candleabra_black": "黑色蜡烛烛台", - "block.beautify.lamp_candleabra_blue": "蓝色蜡烛烛台", - "block.beautify.lamp_candleabra_brown": "棕色蜡烛烛台", - "block.beautify.lamp_candleabra_cyan": "青色蜡烛烛台", - "block.beautify.lamp_candleabra_gray": "灰色蜡烛烛台", - "block.beautify.lamp_candleabra_green": "绿色蜡烛烛台", - "block.beautify.lamp_candleabra_lime": "黄绿色蜡烛烛台", - "block.beautify.lamp_candleabra_magenta": "品红色蜡烛烛台", - "block.beautify.lamp_candleabra_orange": "橙色蜡烛烛台", - "block.beautify.lamp_candleabra_pink": "粉红色蜡烛烛台", - "block.beautify.lamp_candleabra_purple": "紫色蜡烛烛台", - "block.beautify.lamp_candleabra_red": "红色蜡烛烛台", - "block.beautify.lamp_candleabra_white": "白色蜡烛烛台", - "block.beautify.lamp_candleabra_yellow": "黄色蜡烛烛台", - "block.beautify.oak_blinds": "橡木百叶窗", - "block.beautify.spruce_blinds": "云杉木百叶窗", - "block.beautify.birch_blinds": "白桦木百叶窗", - "block.beautify.dark_oak_blinds": "深色橡木百叶窗", - "block.beautify.jungle_blinds": "丛林木百叶窗", - "block.beautify.crimson_blinds": "绯红木百叶窗", - "block.beautify.cherry_blinds": "樱花木百叶窗", - "block.beautify.acacia_blinds": "金合欢木百叶窗", - "block.beautify.warped_blinds": "诡异木百叶窗", - "block.beautify.mangrove_blinds": "红树木百叶窗", - "block.beautify.iron_blinds": "铁百叶窗", - "block.beautify.oak_trellis": "橡木花爬架", - "block.beautify.spruce_trellis": "云杉木花爬架", - "block.beautify.birch_trellis": "白桦木花爬架", - "block.beautify.jungle_trellis": "丛林木花爬架", - "block.beautify.acacia_trellis": "金合欢木花爬架", - "block.beautify.dark_oak_trellis": "深色橡木花爬架", - "block.beautify.mangrove_trellis": "红树木花爬架", - "block.beautify.crimson_trellis": "绯红木花爬架", - "block.beautify.cherry_trellis": "樱花木花爬架", - "block.beautify.warped_trellis": "诡异木花爬架", - "block.beautify.botanist_workbench": "植物学家工作台", - - "entity.minecraft.villager.botanist": "植物学家", - - "sounds.beautify.bookstack_break": "书堆:被破坏", - "sounds.beautify.bookstack_step": "书堆:脚步声", - "sounds.beautify.bookstack_place": "书堆:被放置", - "sounds.beautify.bookstack_hit": "书堆:击打", - "sounds.beautify.bookstack_fall": "玩家:落在书堆上", - "sounds.beautify.bookstack_next": "书堆:改变", - "sounds.beautify.blinds_open": "百叶窗:打开", - "sounds.beautify.blinds_close": "百叶窗:关闭", - - "tooltip.beautify.shift": "按住SHIFT键获取更多信息。", - "tooltip.beautify.plantlist": "按住CTRL键查看植物列表。", - "tooltip.beautify.bookstack.1": "放置时随机书堆,潜行右击书堆以更改模型。", - "tooltip.beautify.bookstack.2": "可以像书架一样为附魔台提升附魔等级。", - "tooltip.beautify.botanist_workbench.1": "植物学家村民的工作台,也可用于装饰。", - "tooltip.beautify.hanging_pot.1": "可悬挂在方块上或者放在地面上。", - "tooltip.beautify.hanging_pot.2": "右击可将植物种上悬挂花盆。", - "tooltip.beautify.hanging_pot.3": "对植物手持骨粉右击,可使植物进一步生长,用剪刀修剪以缩短和收获植物。", - "tooltip.beautify.hanging_pot.plant_header": "可盆栽植物:", - "tooltip.beautify.hanging_pot.plants": "对所有小型花,玫瑰丛,丁香,牡丹,向日葵,藤蔓,垂泪藤,缠怨藤,发光地衣,发光浆果,甜浆果有效。", - "tooltip.beautify.lamp.1": "可以像灯笼一样悬挂和放置。", - "tooltip.beautify.lamp.2": "空手右击以开关。", - "tooltip.beautify.candelabra.1": "可以像灯笼一样悬挂和放置。", - "tooltip.beautify.candelabra.2": "空手右击以熄灭烛台。", - "tooltip.beautify.candelabra.3": "可用打火石来点亮。", - "tooltip.beautify.lamp_jar.1": "可以像灯笼一样悬挂和放置。", - "tooltip.beautify.lamp_jar.2": "可通过填充荧石来调整亮度。", - "tooltip.beautify.lamp_jar.3": "空手右击以取出荧石粉。", - "tooltip.beautify.blinds.1": "右击以打开或关闭所有相邻的百叶窗。", - "tooltip.beautify.blinds.2": "第一次关闭后,最上面的百叶窗下面的百叶窗在打开时将不再可见。", - "tooltip.beautify.picture_frame.1": "放置时将随机图片。", - "tooltip.beautify.picture_frame.2": "潜行右击以改变画框内的画。", - "tooltip.beautify.rope.1": "可以像锁链一样放置并且可以攀爬。", - "tooltip.beautify.rope.2": "和悬挂花盆很搭。", - "tooltip.beautify.trellis.1": "可以放置在墙上或天花板上,可攀爬。", - "tooltip.beautify.trellis.2": "手持植物右击可将其放入其中", - "tooltip.beautify.trellis.plant_header": "可放置植物:", - "tooltip.beautify.trellis.plants": "玫瑰丛,向日葵,牡丹,丁香,藤蔓,垂泪藤,缠怨藤,发光地衣。", - - "advancements.beautify.blinds.title": "被灯光蒙蔽了双眼", - "advancements.beautify.blinds.description": "制作百叶窗来过滤一些光线。", - "advancements.beautify.bookstack.title": "不在书架上的书", - "advancements.beautify.bookstack.description": "谁需要书架呢?制作一个书架。", - "advancements.beautify.candelabra.title": "烛芯!", - "advancements.beautify.candelabra.description": "制作一个烛台。", - "advancements.beautify.hanging_pot.title": "挂起来", - "advancements.beautify.hanging_pot.description": "制作一个悬挂花盆。", - "advancements.beautify.light.title": "点亮!", - "advancements.beautify.light.description": "在美化中制作一个灯源。", - "advancements.beautify.root.title": "让我们来美化!", - "advancements.beautify.root.description": "恶魔就在细节之中。", - "advancements.beautify.rope.title": "你能打结吗?", - "advancements.beautify.rope.description": "把绳子系在一起来接收绳子。", - - "text.autoconfig.beautify.title": "美化", - - "text.autoconfig.beautify.option.blinds": "百叶窗", - "text.autoconfig.beautify.option.blinds.searchRadius": "搜索半径", - "text.autoconfig.beautify.option.blinds.opensFromRoot": "顶部打开", - - "text.autoconfig.beautify.option.houses": "小屋", - "text.autoconfig.beautify.option.houses.botanistSpawnWeight": "植物学家村民生成权重", - - "text.autoconfig.beautify.option.blinds.searchRadius.@Tooltip": "搜索半径会确定打开或关闭距离被点击的百叶窗的块数(例如,搜索半径为 6 时,将搜索被点击的百叶窗左右 3 个方块和向下 6 个方块)。", - "text.autoconfig.beautify.option.blinds.opensFromRoot.@Tooltip": "是否从顶部打开百叶窗。", - "text.autoconfig.beautify.option.houses.botanistSpawnWeight.@Tooltip": "植物学家村民小屋在村庄中的生成几率。" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/acacia_blinds_down.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/acacia_blinds_down.json deleted file mode 100644 index 9a859800..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/acacia_blinds_down.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_down", - "textures": { - "0": "minecraft:block/acacia_planks", - "particle": "minecraft:block/acacia_planks" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/acacia_blinds_up.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/acacia_blinds_up.json deleted file mode 100644 index cf632d18..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/acacia_blinds_up.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_up", - "textures": { - "0": "minecraft:block/acacia_planks", - "particle": "minecraft:block/acacia_planks" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/birch_blinds_down.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/birch_blinds_down.json deleted file mode 100644 index 917aeb51..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/birch_blinds_down.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_down", - "textures": { - "0": "minecraft:block/birch_planks", - "particle": "minecraft:block/birch_planks" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/birch_blinds_up.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/birch_blinds_up.json deleted file mode 100644 index 75d8aa32..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/birch_blinds_up.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_up", - "textures": { - "0": "minecraft:block/birch_planks", - "particle": "minecraft:block/birch_planks" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/cherry_blinds_down.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/cherry_blinds_down.json deleted file mode 100644 index ba8f6ae5..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/cherry_blinds_down.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_down", - "textures": { - "0": "minecraft:block/cherry_planks", - "particle": "minecraft:block/cherry_planks" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/cherry_blinds_up.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/cherry_blinds_up.json deleted file mode 100644 index 49e4331e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/cherry_blinds_up.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_up", - "textures": { - "0": "minecraft:block/cherry_planks", - "particle": "minecraft:block/cherry_planks" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/crimson_blinds_down.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/crimson_blinds_down.json deleted file mode 100644 index 5538c6fa..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/crimson_blinds_down.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_down", - "textures": { - "0": "minecraft:block/crimson_planks", - "particle": "minecraft:block/crimson_planks" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/crimson_blinds_up.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/crimson_blinds_up.json deleted file mode 100644 index fab1763a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/crimson_blinds_up.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_up", - "textures": { - "0": "minecraft:block/crimson_planks", - "particle": "minecraft:block/crimson_planks" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/dark_oak_blinds_down.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/dark_oak_blinds_down.json deleted file mode 100644 index d96650b7..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/dark_oak_blinds_down.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_down", - "textures": { - "0": "minecraft:block/dark_oak_planks", - "particle": "minecraft:block/dark_oak_planks" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/dark_oak_blinds_up.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/dark_oak_blinds_up.json deleted file mode 100644 index 3bb69f4e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/dark_oak_blinds_up.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_up", - "textures": { - "0": "minecraft:block/dark_oak_planks", - "particle": "minecraft:block/dark_oak_planks" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/iron_blinds_down.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/iron_blinds_down.json deleted file mode 100644 index f0ef9bbc..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/iron_blinds_down.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_down", - "textures": { - "0": "minecraft:block/iron_block", - "particle": "minecraft:block/iron_block" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/iron_blinds_up.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/iron_blinds_up.json deleted file mode 100644 index e4adeb85..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/iron_blinds_up.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_up", - "textures": { - "0": "minecraft:block/iron_block", - "particle": "minecraft:block/iron_block" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/jungle_blinds_down.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/jungle_blinds_down.json deleted file mode 100644 index 09bfaa83..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/jungle_blinds_down.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_down", - "textures": { - "0": "minecraft:block/jungle_planks", - "particle": "minecraft:block/jungle_planks" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/jungle_blinds_up.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/jungle_blinds_up.json deleted file mode 100644 index 7864240a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/jungle_blinds_up.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_up", - "textures": { - "0": "minecraft:block/jungle_planks", - "particle": "minecraft:block/jungle_planks" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/mangrove_blinds_down.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/mangrove_blinds_down.json deleted file mode 100644 index f9e34633..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/mangrove_blinds_down.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_down", - "textures": { - "0": "minecraft:block/mangrove_planks", - "particle": "minecraft:block/mangrove_planks" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/mangrove_blinds_up.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/mangrove_blinds_up.json deleted file mode 100644 index e8c29a65..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/mangrove_blinds_up.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_up", - "textures": { - "0": "minecraft:block/mangrove_planks", - "particle": "minecraft:block/mangrove_planks" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/none.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/none.json deleted file mode 100644 index 2a8865b4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/none.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "beautify:block/empty", - "particle": "beautify:block/empty" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 0, 0], - "to": [0, 0, 0], - "faces": { - "north": {"uv": [0, 0, 1, 1], "texture": "#0"}, - "east": {"uv": [0, 1, 1, 2], "texture": "#0"}, - "south": {"uv": [1, 0, 2, 1], "texture": "#0"}, - "west": {"uv": [1, 1, 2, 2], "texture": "#0"}, - "up": {"uv": [1, 3, 0, 2], "texture": "#0"}, - "down": {"uv": [3, 0, 2, 1], "texture": "#0"} - } - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/oak_blinds_down.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/oak_blinds_down.json deleted file mode 100644 index f5047ffb..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/oak_blinds_down.json +++ /dev/null @@ -1,148 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "block/oak_planks", - "particle": "block/oak_planks" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 14.75], - "to": [16, 15.75, 16.75], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 12.5, 16]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 1], "texture": "#0"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 2], "texture": "#0"} - } - }, - { - "from": [0, 11.75, 13.5], - "to": [16, 12.75, 15.5], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 12.5, 16]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 1], "texture": "#0"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 2], "texture": "#0"} - } - }, - { - "from": [0, 8.75, 12.25], - "to": [16, 9.75, 14.25], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 12.5, 16]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 1], "texture": "#0"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 2], "texture": "#0"} - } - }, - { - "from": [0, 5.75, 11], - "to": [16, 6.75, 13], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 12.5, 16]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 1], "texture": "#0"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 2], "texture": "#0"} - } - }, - { - "from": [0, 2.75, 9.75], - "to": [16, 3.75, 11.75], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 12.5, 16]}, - "faces": { - "north": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 1], "texture": "#0"}, - "south": {"uv": [0, 0, 16, 1], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 2], "texture": "#0"} - } - }, - { - "from": [14, 0, 15], - "to": [15, 16, 15], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 0], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 0], "texture": "#0"} - } - }, - { - "from": [1, 0, 15], - "to": [2, 16, 15], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 0], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 0], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "translation": [0, 3.5, -2.75], - "scale": [0.5, 0.5, 0.5] - }, - "thirdperson_lefthand": { - "translation": [0, 3.5, -2.75], - "scale": [0.5, 0.5, 0.5] - }, - "firstperson_righthand": { - "rotation": [172.48, -4.07, 179.68], - "translation": [1.25, 1.5, 4.5], - "scale": [0.5, 0.5, 0.5] - }, - "firstperson_lefthand": { - "rotation": [172.48, -4.07, 179.68], - "translation": [1.25, 1.5, 4.5], - "scale": [0.5, 0.5, 0.5] - }, - "ground": { - "translation": [0, 2, -4.75], - "scale": [0.65, 0.65, 0.65] - }, - "gui": { - "rotation": [176.13, 18.08, -174.53], - "translation": [-2, 0.25, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "translation": [0, -0.25, -13.75] - }, - "fixed": { - "translation": [0, 0, -7.5] - } - }, - "groups": [ - { - "name": "blinds", - "origin": [8, 8, 8], - "color": 0, - "children": [0, 1, 2, 3, 4] - }, - { - "name": "string", - "origin": [8, 8, 8], - "color": 0, - "children": [5, 6] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/oak_blinds_up.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/oak_blinds_up.json deleted file mode 100644 index 0245bd4a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/oak_blinds_up.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "minecraft:block/oak_planks", - "particle": "minecraft:block/oak_planks" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14, 14], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 12.5, 16]}, - "faces": { - "north": {"uv": [0, 0, 16, 2], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "south": {"uv": [0, 0, 16, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 2], "texture": "#0"}, - "up": {"uv": [0, 0, 16, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 16, 2], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "blinds", - "origin": [8, 8, 8], - "color": 0, - "children": [0] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/spruce_blinds_down.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/spruce_blinds_down.json deleted file mode 100644 index 5a5dff82..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/spruce_blinds_down.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_down", - "textures": { - "0": "minecraft:block/spruce_planks", - "particle": "minecraft:block/spruce_planks" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/spruce_blinds_up.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/spruce_blinds_up.json deleted file mode 100644 index 48c5b38b..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/spruce_blinds_up.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_up", - "textures": { - "0": "minecraft:block/spruce_planks", - "particle": "minecraft:block/spruce_planks" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/warped_blinds_down.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/warped_blinds_down.json deleted file mode 100644 index 1afab849..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/warped_blinds_down.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_down", - "textures": { - "0": "minecraft:block/warped_planks", - "particle": "minecraft:block/warped_planks" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/warped_blinds_up.json b/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/warped_blinds_up.json deleted file mode 100644 index 890ca099..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/blinds/warped_blinds_up.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_up", - "textures": { - "0": "minecraft:block/warped_planks", - "particle": "minecraft:block/warped_planks" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_0.json b/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_0.json deleted file mode 100644 index 78d1e3c9..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_0.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "beautify:block/bookstack_0", - "particle": "beautify:block/bookstack_0" - }, - "render_type": "cutout", - "elements": [ - { - "from": [6.25, 0, 2], - "to": [14.25, 2, 11], - "rotation": {"angle": -22.5, "axis": "y", "origin": [6.25, 0, 7]}, - "faces": { - "north": {"uv": [0.5, 13, 8, 15], "texture": "#0"}, - "east": {"uv": [0.5, 13, 5, 15], "texture": "#0"}, - "south": {"uv": [0, 13, 7.5, 15], "texture": "#0"}, - "west": {"uv": [4.5, 7.5, 9, 8.5], "texture": "#0"}, - "up": {"uv": [4, 13, 0, 8.5], "texture": "#0"}, - "down": {"uv": [8, 8.5, 4, 13], "texture": "#0"} - } - }, - { - "from": [7.78284, 2, 4.32122], - "to": [12.78284, 4, 11.32122], - "rotation": {"angle": 45, "axis": "y", "origin": [10.25, 3, 7]}, - "faces": { - "north": {"uv": [6, 4.5, 10.5, 6.5], "texture": "#0"}, - "east": {"uv": [6, 3.5, 9.5, 4.5], "texture": "#0"}, - "south": {"uv": [6.5, 4.5, 11, 6.5], "texture": "#0"}, - "west": {"uv": [6.5, 4.5, 10, 6.5], "texture": "#0"}, - "up": {"uv": [8.5, 3.5, 6, 0], "texture": "#0"}, - "down": {"uv": [11, 0, 8.5, 3.5], "texture": "#0"} - } - }, - { - "from": [1.25, 1, 3], - "to": [7.25, 3, 12], - "rotation": {"angle": 22.5, "axis": "z", "origin": [3.25, 0, 7]}, - "faces": { - "north": {"uv": [0.5, 4.5, 6, 6.5], "texture": "#0"}, - "east": {"uv": [1, 4.5, 5.5, 6.5], "texture": "#0"}, - "south": {"uv": [0, 4.5, 5.5, 6.5], "texture": "#0"}, - "west": {"uv": [0, 7.5, 4.5, 8.5], "texture": "#0"}, - "up": {"uv": [3, 4.5, 0, 0], "texture": "#0"}, - "down": {"uv": [6, 0, 3, 4.5], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "stack", - "origin": [8, 8, 8], - "color": 0, - "children": [0, 1, 2] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_1.json b/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_1.json deleted file mode 100644 index 4fbdb285..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_1.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "beautify:block/bookstack_1", - "particle": "beautify:block/bookstack_1" - }, - "render_type": "cutout", - "elements": [ - { - "from": [3.75, 0.5, 5], - "to": [9, 1.5, 15], - "rotation": {"angle": 22.5, "axis": "y", "origin": [9, 0, 9]}, - "faces": { - "north": {"uv": [7, 12, 10, 13], "texture": "#0"}, - "east": {"uv": [5, 12, 10, 12.5], "texture": "#0"}, - "south": {"uv": [7, 13, 10, 14], "texture": "#0"}, - "west": {"uv": [5, 13, 10, 14], "texture": "#0"}, - "up": {"uv": [6, 7, 9, 12], "texture": "#0"}, - "down": {"uv": [9, 7, 12, 12], "texture": "#0"} - } - }, - { - "from": [9, 0.5, 5], - "to": [9.75, 1, 15], - "rotation": {"angle": 22.5, "axis": "y", "origin": [9, 0, 9]}, - "faces": { - "north": {"uv": [7, 12, 7.375, 12.5], "texture": "#0"}, - "east": {"uv": [5, 12, 10, 12.5], "texture": "#0"}, - "south": {"uv": [7, 13, 7.375, 13.25], "texture": "#0"}, - "west": {"uv": [5, 13, 10, 13.5], "texture": "#0"}, - "up": {"uv": [6, 7, 6.375, 12], "texture": "#0"}, - "down": {"uv": [9, 7, 12, 12], "texture": "#0"} - } - }, - { - "from": [10.25, 0.5, 5], - "to": [11, 1, 15], - "rotation": {"angle": 22.5, "axis": "y", "origin": [9, 0, 9]}, - "faces": { - "north": {"uv": [7, 13, 7.375, 13.25], "texture": "#0"}, - "east": {"uv": [5, 13, 10, 13.5], "texture": "#0"}, - "south": {"uv": [7, 12, 7.375, 12.5], "texture": "#0"}, - "west": {"uv": [5, 12, 10, 12.5], "texture": "#0"}, - "up": {"uv": [6, 7, 6.375, 12], "rotation": 180, "texture": "#0"}, - "down": {"uv": [9, 7, 12, 12], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [11, 0.5, 5], - "to": [16.25, 1.5, 15], - "rotation": {"angle": 22.5, "axis": "y", "origin": [9, 0, 9]}, - "faces": { - "north": {"uv": [0, 12, 3, 13], "texture": "#0"}, - "east": {"uv": [0, 13, 5, 14], "texture": "#0"}, - "south": {"uv": [0, 13, 3, 14], "texture": "#0"}, - "west": {"uv": [0, 12, 5, 12.5], "texture": "#0"}, - "up": {"uv": [0, 7, 3, 12], "texture": "#0"}, - "down": {"uv": [3, 7, 6, 12], "texture": "#0"} - } - }, - { - "from": [9, 0, 5], - "to": [11, 0.5, 15], - "rotation": {"angle": 22.5, "axis": "y", "origin": [9, 0, 9]}, - "faces": { - "north": {"uv": [10, 12.5, 11, 12.75], "texture": "#0"}, - "east": {"uv": [10, 12.5, 15, 12.75], "texture": "#0"}, - "south": {"uv": [10, 12, 11, 12.25], "texture": "#0"}, - "west": {"uv": [10, 12, 15, 12.25], "texture": "#0"}, - "up": {"uv": [13, 7, 14, 12], "texture": "#0"}, - "down": {"uv": [12, 7, 13, 12], "texture": "#0"} - } - }, - { - "from": [0.5, 1.25, 4], - "to": [7.5, 3.25, 12], - "rotation": {"angle": 22.5, "axis": "z", "origin": [3.5, 0, 0]}, - "faces": { - "north": {"uv": [0.5, 4, 6, 6], "texture": "#0"}, - "east": {"uv": [0.5, 4, 4.5, 6], "texture": "#0"}, - "south": {"uv": [0, 4, 5.5, 6], "texture": "#0"}, - "west": {"uv": [0, 6, 4, 7], "texture": "#0"}, - "up": {"uv": [0, 0, 3.5, 4], "texture": "#0"}, - "down": {"uv": [3.5, 0, 7, 4], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "open book", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4] - }, - 5 - ] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_2.json b/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_2.json deleted file mode 100644 index 6e49aff3..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_2.json +++ /dev/null @@ -1,163 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "beautify:block/bookstack_2", - "particle": "beautify:block/bookstack_2" - }, - "render_type": "cutout", - "elements": [ - { - "from": [2.75, 0.5, 6], - "to": [8, 1.5, 16], - "rotation": {"angle": -45, "axis": "y", "origin": [9, 0, 8]}, - "faces": { - "north": {"uv": [7, 12, 10, 13], "texture": "#0"}, - "east": {"uv": [5, 12, 10, 12.5], "texture": "#0"}, - "south": {"uv": [7, 13, 10, 14], "texture": "#0"}, - "west": {"uv": [5, 13, 10, 14], "texture": "#0"}, - "up": {"uv": [6, 7, 9, 12], "texture": "#0"}, - "down": {"uv": [9, 7, 12, 12], "texture": "#0"} - } - }, - { - "from": [8, 0.5, 6], - "to": [8.75, 1, 16], - "rotation": {"angle": -45, "axis": "y", "origin": [9, 0, 8]}, - "faces": { - "north": {"uv": [7, 12, 7.375, 12.5], "texture": "#0"}, - "east": {"uv": [5, 12, 10, 12.5], "texture": "#0"}, - "south": {"uv": [7, 13, 7.375, 13.25], "texture": "#0"}, - "west": {"uv": [5, 13, 10, 13.5], "texture": "#0"}, - "up": {"uv": [6, 7, 6.375, 12], "texture": "#0"}, - "down": {"uv": [9, 7, 12, 12], "texture": "#0"} - } - }, - { - "from": [9.25, 0.5, 6], - "to": [10, 1, 16], - "rotation": {"angle": -45, "axis": "y", "origin": [9, 0, 8]}, - "faces": { - "north": {"uv": [7, 13, 7.375, 13.25], "texture": "#0"}, - "east": {"uv": [5, 13, 10, 13.5], "texture": "#0"}, - "south": {"uv": [7, 12, 7.375, 12.5], "texture": "#0"}, - "west": {"uv": [5, 12, 10, 12.5], "texture": "#0"}, - "up": {"uv": [6, 7, 6.375, 12], "rotation": 180, "texture": "#0"}, - "down": {"uv": [9, 7, 12, 12], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [10, 0.5, 6], - "to": [15.25, 1.5, 16], - "rotation": {"angle": -45, "axis": "y", "origin": [9, 0, 8]}, - "faces": { - "north": {"uv": [0, 12, 3, 13], "texture": "#0"}, - "east": {"uv": [0, 13, 5, 14], "texture": "#0"}, - "south": {"uv": [0, 13, 3, 14], "texture": "#0"}, - "west": {"uv": [0, 12, 5, 12.5], "texture": "#0"}, - "up": {"uv": [0, 7, 3, 12], "texture": "#0"}, - "down": {"uv": [3, 7, 6, 12], "texture": "#0"} - } - }, - { - "from": [8, 0, 6], - "to": [10, 0.5, 16], - "rotation": {"angle": -45, "axis": "y", "origin": [9, 0, 8]}, - "faces": { - "north": {"uv": [10, 12.5, 11, 12.75], "texture": "#0"}, - "east": {"uv": [10, 12.5, 15, 12.75], "texture": "#0"}, - "south": {"uv": [10, 12, 11, 12.25], "texture": "#0"}, - "west": {"uv": [10, 12, 15, 12.25], "texture": "#0"}, - "up": {"uv": [13, 7, 14, 12], "texture": "#0"}, - "down": {"uv": [12, 7, 13, 12], "texture": "#0"} - } - }, - { - "from": [11.5, 1.5, 9], - "to": [12, 1.75, 10], - "rotation": {"angle": -22.5, "axis": "y", "origin": [10.5, 1.75, 6.25]}, - "faces": { - "north": {"uv": [8.5, 0, 8.75, 0.125], "texture": "#0"}, - "east": {"uv": [9, 0, 9.5, 0.125], "texture": "#0"}, - "south": {"uv": [8.5, 0, 8.75, 0.125], "texture": "#0"}, - "west": {"uv": [9, 0, 9.5, 0.125], "texture": "#0"}, - "up": {"uv": [8.5, 0, 8.75, 0.5], "texture": "#0"}, - "down": {"uv": [9, 0, 9.25, 0.5], "texture": "#0"} - } - }, - { - "from": [11.5, 1.5, 2.75], - "to": [12, 1.75, 9], - "rotation": {"angle": -22.5, "axis": "y", "origin": [10.5, 1.75, 6.25]}, - "faces": { - "north": {"uv": [5, 0, 5.25, 0.125], "texture": "#0"}, - "east": {"uv": [3.5, 0, 6.625, 0.125], "texture": "#0"}, - "south": {"uv": [4.5, 0, 4.75, 0.125], "texture": "#0"}, - "west": {"uv": [3.5, 0, 6.625, 0.125], "texture": "#0"}, - "up": {"uv": [8, 0, 8.25, 3.125], "texture": "#0"}, - "down": {"uv": [8, 0, 8.25, 3.125], "texture": "#0"} - } - }, - { - "from": [11, 1.5, 3.75], - "to": [11.5, 1.75, 8], - "rotation": {"angle": -22.5, "axis": "y", "origin": [10.5, 1.75, 6.25]}, - "faces": { - "north": {"uv": [5.5, 0, 5.75, 0.125], "texture": "#0"}, - "east": {"uv": [4, 0, 6.125, 0.125], "texture": "#0"}, - "south": {"uv": [5, 0, 5.25, 0.125], "texture": "#0"}, - "west": {"uv": [4, 0, 6.125, 0.125], "texture": "#0"}, - "up": {"uv": [7.5, 0, 7.75, 2.125], "texture": "#0"}, - "down": {"uv": [7.5, 0, 7.75, 2.125], "texture": "#0"} - } - }, - { - "from": [12, 1.5, 1.75], - "to": [12.5, 1.75, 7], - "rotation": {"angle": -22.5, "axis": "y", "origin": [10.5, 1.75, 6.25]}, - "faces": { - "north": {"uv": [4, 0, 4.25, 0.125], "texture": "#0"}, - "east": {"uv": [3.5, 0, 6.125, 0.125], "texture": "#0"}, - "south": {"uv": [3.5, 0, 3.75, 0.125], "texture": "#0"}, - "west": {"uv": [3.5, 0, 6.125, 0.125], "texture": "#0"}, - "up": {"uv": [7, 0, 7.25, 2.625], "texture": "#0"}, - "down": {"uv": [7, 0, 7.25, 2.625], "texture": "#0"} - } - }, - { - "from": [9, 0, -3.5], - "to": [16, 1.5, 0.5], - "rotation": {"angle": -22.5, "axis": "y", "origin": [0, 0, 0]}, - "faces": { - "north": {"uv": [0, 6, 3.5, 7], "texture": "#0"}, - "east": {"uv": [0.5, 4, 6, 6], "texture": "#0"}, - "south": {"uv": [2, 4, 5.5, 6], "texture": "#0"}, - "west": {"uv": [0, 4, 5.5, 6], "texture": "#0"}, - "up": {"uv": [0, 2, 3.5, 4], "texture": "#0"}, - "down": {"uv": [0, 0, 3.5, 2], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "open book", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3, 4] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [5, 6, 7, 8] - }, - 9 - ] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_3.json b/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_3.json deleted file mode 100644 index 6b7f8ad3..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_3.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "beautify:block/bookstack_3", - "particle": "beautify:block/bookstack_3" - }, - "render_type": "cutout", - "elements": [ - { - "from": [2, 0, 8], - "to": [4, 9, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 0]}, - "faces": { - "north": {"uv": [14, 10, 16, 14.5], "texture": "#0"}, - "east": {"uv": [9, 10, 13, 14.5], "texture": "#0"}, - "south": {"uv": [13, 10, 14, 14.5], "texture": "#0"}, - "west": {"uv": [9, 10, 13, 14.5], "texture": "#0"}, - "up": {"uv": [0, 12.5, 7, 14.5], "rotation": 270, "texture": "#0"}, - "down": {"uv": [0, 12.5, 7, 14.5], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [12, 0, 9.5], - "to": [14, 8, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 0]}, - "faces": { - "north": {"uv": [14, 0, 16, 4], "texture": "#0"}, - "east": {"uv": [11, 0, 14, 4], "texture": "#0"}, - "south": {"uv": [14, 0, 14.5, 4], "texture": "#0"}, - "west": {"uv": [8, 0, 11, 4], "texture": "#0"}, - "up": {"uv": [7, 4, 11, 6], "rotation": 270, "texture": "#0"}, - "down": {"uv": [7, 4, 11, 6], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [8, 0, -3.25], - "to": [16, 1, 2.75], - "rotation": {"angle": -22.5, "axis": "y", "origin": [0, 0, 0]}, - "faces": { - "north": {"uv": [6, 0, 7.5, 4], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 4, 6, 5.5], "texture": "#0"}, - "south": {"uv": [7.5, 0, 8, 4], "rotation": 270, "texture": "#0"}, - "west": {"uv": [0, 4, 6, 5.5], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 0, 3, 4], "rotation": 270, "texture": "#0"}, - "down": {"uv": [3, 0, 6, 4], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [4, 0, 7.5], - "to": [7, 8, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [1, 0, 0]}, - "faces": { - "north": {"uv": [9, 6, 11, 10], "texture": "#0"}, - "east": {"uv": [11, 4, 14.5, 8], "texture": "#0"}, - "south": {"uv": [14.5, 4, 16, 8], "texture": "#0"}, - "west": {"uv": [11, 4, 14.5, 8], "texture": "#0"}, - "up": {"uv": [10.5, 8, 16, 10], "rotation": 270, "texture": "#0"}, - "down": {"uv": [10.5, 8, 14, 9.5], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [9.5, -3.5, 8], - "to": [11.5, 6.5, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [1, 0, 0]}, - "faces": { - "north": {"uv": [7, 6, 9, 11], "texture": "#0"}, - "east": {"uv": [0, 5.5, 3.5, 10.5], "texture": "#0"}, - "south": {"uv": [3.5, 5.5, 4.5, 10.5], "texture": "#0"}, - "west": {"uv": [3.5, 5.5, 7, 10.5], "texture": "#0"}, - "up": {"uv": [0, 10.5, 7, 12.5], "rotation": 270, "texture": "#0"}, - "down": {"uv": [0, 10.5, 7, 12.5], "rotation": 90, "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [8, 8, 8], - "color": 0, - "children": [0, 1, 2, 3, 4] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_4.json b/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_4.json deleted file mode 100644 index 4fecf525..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_4.json +++ /dev/null @@ -1,132 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "1": "beautify:block/bookstack_4", - "particle": "beautify:block/bookstack_4" - }, - "render_type": "cutout", - "elements": [ - { - "from": [4, 3, 4], - "to": [14, 5, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 7]}, - "faces": { - "north": {"uv": [11, 13, 16, 14], "texture": "#1"}, - "east": {"uv": [8, 5.5, 12, 7], "texture": "#1"}, - "south": {"uv": [6.5, 5.5, 11.5, 7], "texture": "#1"}, - "west": {"uv": [6, 5.5, 10, 7], "texture": "#1"}, - "up": {"uv": [6, 12, 11, 16], "texture": "#1"}, - "down": {"uv": [11, 12, 16, 16], "texture": "#1"} - } - }, - { - "from": [2, 0, 4], - "to": [14, 2, 12], - "faces": { - "north": {"uv": [6, 4, 12, 5.5], "texture": "#1"}, - "east": {"uv": [2, 5.5, 6, 7], "texture": "#1"}, - "south": {"uv": [0, 4, 6, 5.5], "texture": "#1"}, - "west": {"uv": [0, 5.5, 4, 7], "texture": "#1"}, - "up": {"uv": [0, 0, 6, 4], "texture": "#1"}, - "down": {"uv": [6, 0, 12, 4], "texture": "#1"} - } - }, - { - "from": [1.25, 2, 3.75], - "to": [13, 3, 11.75], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 7]}, - "faces": { - "north": {"uv": [6, 11, 11.875, 12], "texture": "#1"}, - "east": {"uv": [0.5, 12.5, 6, 14], "texture": "#1"}, - "south": {"uv": [0, 11, 5.875, 12.5], "texture": "#1"}, - "west": {"uv": [0, 12.5, 5.5, 14], "texture": "#1"}, - "up": {"uv": [0, 7, 5.875, 11], "texture": "#1"}, - "down": {"uv": [6, 7, 11.875, 11], "texture": "#1"} - } - }, - { - "from": [7, 0, 3.75], - "to": [8, 5, 3.75], - "rotation": {"angle": 0, "axis": "x", "origin": [8, 0, 3.5]}, - "faces": { - "north": {"uv": [12, 0, 12.5, 2.5], "texture": "#1"}, - "east": {"uv": [12, 0, 12, 2.5], "texture": "#1"}, - "south": {"uv": [12, 0, 12.5, 2.5], "texture": "#1"}, - "west": {"uv": [12, 0, 12, 2.5], "texture": "#1"}, - "up": {"uv": [12, 0, 12.5, 0], "texture": "#1"}, - "down": {"uv": [12, 0, 12.5, 0], "texture": "#1"} - } - }, - { - "from": [7, 0, 12.25], - "to": [8, 5, 12.25], - "faces": { - "north": {"uv": [12, 0, 12.5, 2.5], "texture": "#1"}, - "east": {"uv": [12, 0, 12, 2.5], "texture": "#1"}, - "south": {"uv": [12, 0, 12.5, 2.5], "texture": "#1"}, - "west": {"uv": [12, 0, 12, 2.5], "texture": "#1"}, - "up": {"uv": [12, 0, 12.5, 0], "texture": "#1"}, - "down": {"uv": [12, 0, 12.5, 0], "texture": "#1"} - } - }, - { - "from": [7, 5, 3.75], - "to": [8, 5, 12.25], - "faces": { - "north": {"uv": [12, 0, 12.5, 0], "rotation": 180, "texture": "#1"}, - "east": {"uv": [12, 0, 12, 4.125], "rotation": 270, "texture": "#1"}, - "south": {"uv": [12, 0, 12.5, 0], "texture": "#1"}, - "west": {"uv": [12, 0, 12, 4.125], "rotation": 90, "texture": "#1"}, - "up": {"uv": [12, 0, 12.5, 4.125], "rotation": 180, "texture": "#1"}, - "down": {"uv": [12, 0, 12.5, 4.125], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [0, 29, 0], - "translation": [-0.25, 1.25, 0.25], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "rotation": [0, 29, 0], - "translation": [-0.25, 1.25, 0.25], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [0, 29, 0], - "translation": [1.25, 5.25, 0.25], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [0, 29, 0], - "translation": [1.25, 5.25, 0.25], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 4.25, 0], - "scale": [0.75, 0.75, 0.75] - }, - "gui": { - "rotation": [-162.25, 36, -180], - "translation": [0, 2.25, 0] - }, - "head": { - "rotation": [0, 45, 0], - "translation": [0, 14.5, 0] - }, - "fixed": { - "rotation": [0, -180, 0], - "translation": [0, 5.75, 0] - } - }, - "groups": [ - { - "name": "group", - "origin": [8, 0, 7], - "color": 0, - "children": [0, 1, 2, 3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_5.json b/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_5.json deleted file mode 100644 index 4254172d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_5.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "beautify:block/bookstack_5", - "particle": "beautify:block/bookstack_5" - }, - "elements": [ - { - "from": [2.5, 0, 1.75], - "to": [10.5, 2, 13.75], - "rotation": {"angle": -22.5, "axis": "y", "origin": [6.5, 0, 9]}, - "faces": { - "north": {"uv": [3.5, 4.25, 5.5, 5.25], "texture": "#0"}, - "east": {"uv": [3.5, 5.25, 6.5, 6.25], "texture": "#0"}, - "south": {"uv": [5, 4.25, 7, 5.25], "texture": "#0"}, - "west": {"uv": [3.75, 4.25, 6.75, 5.25], "texture": "#0"}, - "up": {"uv": [5.5, 6.25, 7.5, 9.25], "texture": "#0"}, - "down": {"uv": [3.5, 6.25, 5.5, 9.25], "texture": "#0"} - } - }, - { - "from": [2.25, 5, 3.25], - "to": [9.25, 7, 14.25], - "rotation": {"angle": 22.5, "axis": "y", "origin": [6.5, 0, 9]}, - "faces": { - "north": {"uv": [3.5, 0, 5.25, 1], "texture": "#0"}, - "east": {"uv": [3.5, 1, 6.25, 1.5], "texture": "#0"}, - "south": {"uv": [5, 0, 6.75, 1], "texture": "#0"}, - "west": {"uv": [3.75, 0, 6.5, 1], "texture": "#0"}, - "up": {"uv": [5.25, 1.5, 7, 4.25], "texture": "#0"}, - "down": {"uv": [3.5, 1.5, 5.25, 4.25], "texture": "#0"} - } - }, - { - "from": [13.25, -2.75, 4], - "to": [15.25, 4.25, 15], - "rotation": {"angle": 22.5, "axis": "z", "origin": [6.5, 0, 9]}, - "faces": { - "north": {"uv": [0, 0, 1.75, 1], "rotation": 270, "texture": "#0"}, - "east": {"uv": [1.75, 1.5, 3.5, 4.25], "rotation": 90, "texture": "#0"}, - "south": {"uv": [1.5, 0, 3.25, 1], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 1.5, 1.75, 4.25], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0.25, 0, 3, 1], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 1, 2.75, 1.5], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [3.5, 2, 4], - "to": [10.5, 5, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [6.5, 0, 9]}, - "faces": { - "north": {"uv": [1.5, 4.25, 3.25, 5.25], "texture": "#0"}, - "east": {"uv": [0.25, 4.25, 3, 5.25], "texture": "#0"}, - "south": {"uv": [1.5, 4.25, 3.25, 5.25], "texture": "#0"}, - "west": {"uv": [0, 5.25, 2.75, 6.25], "texture": "#0"}, - "up": {"uv": [1.75, 6.25, 3.5, 9], "texture": "#0"}, - "down": {"uv": [0, 6.25, 1.75, 9], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [0, 29, 0], - "translation": [-0.25, 1.25, 0.25], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "rotation": [0, 29, 0], - "translation": [-0.25, 1.25, 0.25], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [0, 29, 0], - "translation": [1.25, 5.25, 0.25], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [0, 29, 0], - "translation": [1.25, 5.25, 0.25], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 4.25, 0], - "scale": [0.75, 0.75, 0.75] - }, - "gui": { - "rotation": [-162.25, 36, -180], - "translation": [0, 2.25, 0] - }, - "head": { - "rotation": [0, 45, 0], - "translation": [0, 14.5, 0] - }, - "fixed": { - "rotation": [0, -180, 0], - "translation": [0, 5.75, 0] - } - }, - "groups": [ - { - "name": "group", - "origin": [8, 0, 8], - "color": 0, - "children": [0, 1, 2, 3] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_6.json b/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_6.json deleted file mode 100644 index 8ebd2501..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/bookstacks/bookstack_6.json +++ /dev/null @@ -1,131 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "beautify:block/bookstack_6", - "particle": "beautify:block/bookstack_6" - }, - "elements": [ - { - "from": [7, 2, -1.25], - "to": [15, 4, 9.75], - "rotation": {"angle": -22.5, "axis": "y", "origin": [0, 0, 0]}, - "faces": { - "north": {"uv": [0, 4.25, 2, 5.25], "texture": "#0"}, - "east": {"uv": [0, 5.25, 2.75, 5.75], "texture": "#0"}, - "south": {"uv": [1.25, 4.25, 3.25, 5.25], "texture": "#0"}, - "west": {"uv": [0.25, 4.25, 3, 5.25], "texture": "#0"}, - "up": {"uv": [2, 8.5, 4, 5.75], "texture": "#0"}, - "down": {"uv": [0, 5.75, 2, 8.5], "texture": "#0"} - } - }, - { - "from": [-5.5, 8, 8], - "to": [4.5, 10, 15], - "rotation": {"angle": 45, "axis": "y", "origin": [0, 0, 0]}, - "faces": { - "north": {"uv": [3.25, 0, 5.75, 1], "texture": "#0"}, - "east": {"uv": [3, 0, 4.75, 1], "texture": "#0"}, - "south": {"uv": [3, 1, 5.5, 1.5], "texture": "#0"}, - "west": {"uv": [4.25, 0, 6, 1], "texture": "#0"}, - "up": {"uv": [4.75, 1.5, 6.5, 4], "rotation": 90, "texture": "#0"}, - "down": {"uv": [3, 1.5, 4.75, 4], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [4.75, 0, 2], - "to": [12.75, 2, 14], - "faces": { - "north": {"uv": [5.5, 4.25, 7.5, 5.25], "texture": "#0"}, - "east": {"uv": [4.25, 4.25, 7.25, 5.25], "texture": "#0"}, - "south": {"uv": [4, 4.25, 6, 5.25], "texture": "#0"}, - "west": {"uv": [4, 5.25, 7, 5.75], "texture": "#0"}, - "up": {"uv": [6, 5.75, 8, 8.75], "texture": "#0"}, - "down": {"uv": [4, 5.75, 6, 8.75], "texture": "#0"} - } - }, - { - "from": [5, 10, 4], - "to": [11, 12, 13], - "faces": { - "north": {"uv": [1.25, 0, 2.75, 1], "texture": "#0"}, - "east": {"uv": [0.25, 0, 2.5, 1], "texture": "#0"}, - "south": {"uv": [0, 0, 1.5, 1], "texture": "#0"}, - "west": {"uv": [0, 1, 2.25, 1.5], "texture": "#0"}, - "up": {"uv": [1.5, 1.5, 3, 3.75], "texture": "#0"}, - "down": {"uv": [0, 1.5, 1.5, 3.75], "texture": "#0"} - } - }, - { - "from": [3.5, 6, 3], - "to": [11.5, 8, 14], - "faces": { - "north": {"uv": [6.5, 0, 8.5, 1], "texture": "#0"}, - "east": {"uv": [6.5, 1, 9.25, 1.5], "texture": "#0"}, - "south": {"uv": [7.75, 0, 9.75, 1], "texture": "#0"}, - "west": {"uv": [6.75, 0, 9.5, 1], "texture": "#0"}, - "up": {"uv": [6.5, 1.5, 8.5, 4.25], "texture": "#0"}, - "down": {"uv": [8.5, 1.5, 10.5, 4.25], "texture": "#0"} - } - }, - { - "from": [4.75, 4, 3], - "to": [11.75, 6, 14], - "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 4, 8]}, - "faces": { - "north": {"uv": [12, 0, 13.75, 1], "texture": "#0"}, - "east": {"uv": [10.75, 0, 13.5, 1], "texture": "#0"}, - "south": {"uv": [10.5, 0, 12.25, 1], "texture": "#0"}, - "west": {"uv": [10.5, 1, 13.25, 1.5], "texture": "#0"}, - "up": {"uv": [14, 1.5, 12.25, 4.25], "texture": "#0"}, - "down": {"uv": [12.25, 1.5, 10.5, 4.25], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [0, 29, 0], - "translation": [-0.25, 1.25, 0.25], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "rotation": [0, 29, 0], - "translation": [-0.25, 1.25, 0.25], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [0, 29, 0], - "translation": [1.25, 5.25, 0.25], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [0, 29, 0], - "translation": [1.25, 5.25, 0.25], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 4.25, 0], - "scale": [0.75, 0.75, 0.75] - }, - "gui": { - "rotation": [-162.25, 36, -180], - "translation": [0, 2.25, 0] - }, - "head": { - "rotation": [0, 45, 0], - "translation": [0, 14.5, 0] - }, - "fixed": { - "rotation": [0, -180, 0], - "translation": [0, 5.75, 0] - } - }, - "groups": [ - { - "name": "group", - "origin": [8, 4, 8], - "color": 0, - "children": [0, 1, 2, 3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/botanist_workbench.json b/mod/beautify/src/main/resources/assets/beautify/models/block/botanist_workbench.json deleted file mode 100644 index 593a47d2..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/botanist_workbench.json +++ /dev/null @@ -1,382 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "beautify:block/pots/dandelion_pot_grown", - "1": "minecraft:block/barrel_bottom", - "2": "minecraft:block/beehive_end", - "3": "minecraft:block/dark_oak_log", - "4": "minecraft:block/dirt", - "5": "minecraft:item/sweet_berries", - "6": "beautify:block/trellis_lilac_front", - "particle": "beautify:block/pots/dandelion_pot_grown" - }, - "render_type": "cutout", - "elements": [ - { - "from": [2, 10, 0.25], - "to": [16, 12, 14.25], - "faces": { - "north": {"uv": [0, 0, 16, 2], "texture": "#1"}, - "east": {"uv": [0, 0, 16, 2], "texture": "#1"}, - "south": {"uv": [0, 0, 16, 2], "texture": "#1"}, - "west": {"uv": [0, 0, 16, 2], "texture": "#1"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#1"}, - "down": {"uv": [0, 0, 16, 16], "texture": "#1"} - } - }, - { - "from": [4, 5, 2.25], - "to": [14, 6, 12.25], - "faces": { - "north": {"uv": [1, 1, 13, 2], "texture": "#1"}, - "east": {"uv": [1, 1, 13, 2], "texture": "#1"}, - "south": {"uv": [1, 1, 13, 2], "texture": "#1"}, - "west": {"uv": [1, 1, 13, 2], "texture": "#1"}, - "up": {"uv": [1, 1, 13, 13], "texture": "#1"}, - "down": {"uv": [1, 1, 13, 13], "texture": "#1"} - } - }, - { - "from": [3.25, 0, 11], - "to": [5.25, 11, 13], - "faces": { - "north": {"uv": [1, 2, 3, 13], "texture": "#2"}, - "east": {"uv": [1, 2, 3, 13], "texture": "#2"}, - "south": {"uv": [1, 2, 3, 13], "texture": "#2"}, - "west": {"uv": [1, 2, 3, 13], "texture": "#2"}, - "up": {"uv": [1, 2, 3, 7], "texture": "#2"}, - "down": {"uv": [1, 2, 3, 7], "texture": "#2"} - } - }, - { - "from": [12.75, 0, 11], - "to": [14.75, 11, 13], - "faces": { - "north": {"uv": [1, 2, 3, 13], "texture": "#2"}, - "east": {"uv": [1, 2, 3, 13], "texture": "#2"}, - "south": {"uv": [1, 2, 3, 13], "texture": "#2"}, - "west": {"uv": [1, 2, 3, 13], "texture": "#2"}, - "up": {"uv": [1, 2, 3, 7], "texture": "#2"}, - "down": {"uv": [1, 2, 3, 7], "texture": "#2"} - } - }, - { - "from": [12.75, 0, 1.5], - "to": [14.75, 11, 3.5], - "faces": { - "north": {"uv": [1, 2, 3, 13], "texture": "#2"}, - "east": {"uv": [1, 2, 3, 13], "texture": "#2"}, - "south": {"uv": [1, 2, 3, 13], "texture": "#2"}, - "west": {"uv": [1, 2, 3, 13], "texture": "#2"}, - "up": {"uv": [1, 2, 3, 7], "texture": "#2"}, - "down": {"uv": [1, 2, 3, 7], "texture": "#2"} - } - }, - { - "from": [3.25, 0, 1.5], - "to": [5.25, 11, 3.5], - "faces": { - "north": {"uv": [1, 2, 3, 13], "texture": "#2"}, - "east": {"uv": [1, 2, 3, 13], "texture": "#2"}, - "south": {"uv": [1, 2, 3, 13], "texture": "#2"}, - "west": {"uv": [1, 2, 3, 13], "texture": "#2"}, - "up": {"uv": [1, 2, 3, 7], "texture": "#2"}, - "down": {"uv": [1, 2, 3, 7], "texture": "#2"} - } - }, - { - "from": [-0.25, 7.75, 5.5], - "to": [0.25, 9, 15.5], - "rotation": {"angle": -22.5, "axis": "z", "origin": [0, 0, 0]}, - "faces": { - "north": {"uv": [0, 0, 1.725, 10.8125], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 2.0625, 13], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 1.725, 10.8125], "texture": "#3"}, - "west": {"uv": [0, 0, 2.0625, 13], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 1.725, 13], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 1.725, 13], "texture": "#3"} - } - }, - { - "from": [-0.25, 4.75, 5.5], - "to": [0.25, 6, 15.5], - "rotation": {"angle": -22.5, "axis": "z", "origin": [0, 0, 0]}, - "faces": { - "north": {"uv": [0, 0, 1.725, 10.8125], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 2.0625, 13], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 1.725, 10.8125], "texture": "#3"}, - "west": {"uv": [0, 0, 2.0625, 13], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 1.725, 13], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 1.725, 13], "texture": "#3"} - } - }, - { - "from": [-0.25, 1.75, 5.5], - "to": [0.25, 3, 15.5], - "rotation": {"angle": -22.5, "axis": "z", "origin": [0, 0, 0]}, - "faces": { - "north": {"uv": [0, 0, 1.725, 10.8125], "rotation": 180, "texture": "#3"}, - "east": {"uv": [0, 0, 2.0625, 13], "rotation": 270, "texture": "#3"}, - "south": {"uv": [0, 0, 1.725, 10.8125], "texture": "#3"}, - "west": {"uv": [0, 0, 2.0625, 13], "rotation": 90, "texture": "#3"}, - "up": {"uv": [0, 0, 1.725, 13], "rotation": 180, "texture": "#3"}, - "down": {"uv": [0, 0, 1.725, 13], "texture": "#3"} - } - }, - { - "from": [0, 0.25, 7], - "to": [0.5, 10.25, 8.25], - "rotation": {"angle": -22.5, "axis": "z", "origin": [0, 0, 0]}, - "faces": { - "north": {"uv": [6, 0, 7.75, 10], "texture": "#3"}, - "east": {"uv": [6, 0, 8, 10], "texture": "#3"}, - "south": {"uv": [6, 0, 7.75, 10], "texture": "#3"}, - "west": {"uv": [6, 0, 8, 10], "texture": "#3"}, - "up": {"uv": [6, 0, 7.75, 6.5], "texture": "#3"}, - "down": {"uv": [6, 0, 7.75, 6.5], "texture": "#3"} - } - }, - { - "from": [0, 0.25, 13], - "to": [0.5, 10.25, 14.25], - "rotation": {"angle": -22.5, "axis": "z", "origin": [0, 0, 0]}, - "faces": { - "north": {"uv": [6, 0, 7.75, 10], "texture": "#3"}, - "east": {"uv": [6, 0, 8, 10], "texture": "#3"}, - "south": {"uv": [6, 0, 7.75, 10], "texture": "#3"}, - "west": {"uv": [6, 0, 8, 10], "texture": "#3"}, - "up": {"uv": [6, 0, 7.75, 6.5], "texture": "#3"}, - "down": {"uv": [6, 0, 7.75, 6.5], "texture": "#3"} - } - }, - { - "from": [0, 0.25, 10], - "to": [0.5, 10.25, 11.25], - "rotation": {"angle": -22.5, "axis": "z", "origin": [0, 0, 0]}, - "faces": { - "north": {"uv": [6, 0, 7.75, 13], "texture": "#3"}, - "east": {"uv": [6, 0, 8, 13], "texture": "#3"}, - "south": {"uv": [6, 0, 7.75, 13], "texture": "#3"}, - "west": {"uv": [6, 0, 8, 13], "texture": "#3"}, - "up": {"uv": [6, 0, 7.75, 9.5], "texture": "#3"}, - "down": {"uv": [6, 0, 7.75, 9.5], "texture": "#3"} - } - }, - { - "from": [9.5, 12, 8.5], - "to": [13.5, 13, 12.5], - "faces": { - "north": {"uv": [4.5, 9, 5.5, 9.25], "texture": "#0"}, - "east": {"uv": [3.5, 9, 4.5, 9.25], "texture": "#0"}, - "south": {"uv": [5, 9, 6, 9.25], "texture": "#0"}, - "west": {"uv": [8.25, 1.75, 9.25, 2], "texture": "#0"}, - "up": {"uv": [8.25, 1.75, 9.25, 2.75], "texture": "#0"}, - "down": {"uv": [8.25, 1.75, 9.25, 2.75], "texture": "#0"} - } - }, - { - "from": [10.25, 14, 9.25], - "to": [12.75, 15, 11.75], - "faces": { - "north": {"uv": [4.125, 4, 7, 5.15], "texture": "#4"}, - "east": {"uv": [4.125, 4, 7, 5.15], "texture": "#4"}, - "south": {"uv": [4.125, 4, 7, 5.15], "texture": "#4"}, - "west": {"uv": [4.125, 4, 7, 5.15], "texture": "#4"}, - "up": {"uv": [4.125, 4, 7, 6.875], "texture": "#4"}, - "down": {"uv": [4.125, 4, 7, 6.875], "texture": "#4"} - } - }, - { - "from": [9.5, 13, 11.75], - "to": [13.5, 16, 12.5], - "faces": { - "north": {"uv": [5, 8.25, 6, 9], "texture": "#0"}, - "east": {"uv": [5, 8.25, 5.1875, 9], "texture": "#0"}, - "south": {"uv": [5, 8.25, 6, 9], "texture": "#0"}, - "west": {"uv": [5, 8.25, 5.1875, 9], "texture": "#0"}, - "up": {"uv": [5, 8.25, 6, 8.4375], "texture": "#0"}, - "down": {"uv": [5, 8.25, 6, 8.4375], "texture": "#0"} - } - }, - { - "from": [9.5, 13, 8.5], - "to": [13.5, 16, 9.25], - "faces": { - "north": {"uv": [4.5, 8, 5.5, 8.75], "texture": "#0"}, - "east": {"uv": [4.5, 8, 4.6875, 8.75], "texture": "#0"}, - "south": {"uv": [4.5, 8, 5.5, 8.75], "texture": "#0"}, - "west": {"uv": [4.5, 8, 4.6875, 8.75], "texture": "#0"}, - "up": {"uv": [4.5, 8, 5.5, 8.1875], "texture": "#0"}, - "down": {"uv": [4.5, 8, 5.5, 8.1875], "texture": "#0"} - } - }, - { - "from": [9.5, 13, 9.25], - "to": [10.25, 16, 11.75], - "faces": { - "north": {"uv": [4.75, 8, 4.9375, 8.75], "texture": "#0"}, - "east": {"uv": [4.75, 8, 5.375, 8.75], "texture": "#0"}, - "south": {"uv": [4.75, 8, 4.9375, 8.75], "texture": "#0"}, - "west": {"uv": [4.75, 8, 5.375, 8.75], "texture": "#0"}, - "up": {"uv": [4.75, 8, 4.9375, 8.625], "texture": "#0"}, - "down": {"uv": [4.75, 8, 4.9375, 8.625], "texture": "#0"} - } - }, - { - "from": [12.75, 13, 9.25], - "to": [13.5, 16, 11.75], - "faces": { - "north": {"uv": [3.75, 8, 3.9375, 8.75], "texture": "#0"}, - "east": {"uv": [3.75, 8, 4.375, 8.75], "texture": "#0"}, - "south": {"uv": [3.75, 8, 3.9375, 8.75], "texture": "#0"}, - "west": {"uv": [3.75, 8, 4.375, 8.75], "texture": "#0"}, - "up": {"uv": [3.75, 8, 3.9375, 8.625], "texture": "#0"}, - "down": {"uv": [3.75, 8, 3.9375, 8.625], "texture": "#0"} - } - }, - { - "from": [7.75, 6.25, 4.5], - "to": [15.75, 6.25, 12.5], - "faces": { - "north": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "west": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "down": {"uv": [0, 16, 16, 0], "texture": "#5"} - } - }, - { - "from": [2.5, 12.25, 4.75], - "to": [15.5, 12.25, 14.75], - "faces": { - "north": {"uv": [0, 0, 3.25, 0], "texture": "#6"}, - "east": {"uv": [0, 0, 2.5, 0], "texture": "#6"}, - "south": {"uv": [0, 0, 3.25, 0], "texture": "#6"}, - "west": {"uv": [0, 0, 2.5, 0], "texture": "#6"}, - "up": {"uv": [6, 1, 16, 9], "texture": "#6"}, - "down": {"uv": [6, 1, 16, 9], "texture": "#6"} - } - }, - { - "from": [2, 12.25, 0], - "to": [16, 12.25, 5], - "faces": { - "north": {"uv": [4.5, 1.25, 8, 1.25], "texture": "#0"}, - "east": {"uv": [4.5, 1.25, 5.75, 1.25], "texture": "#0"}, - "south": {"uv": [4.5, 1.25, 8, 1.25], "texture": "#0"}, - "west": {"uv": [4.5, 1.25, 5.75, 1.25], "texture": "#0"}, - "up": {"uv": [4.5, 1.25, 8, 2.5], "texture": "#0"}, - "down": {"uv": [4.5, 1.25, 8, 2.5], "texture": "#0"} - } - }, - { - "from": [10, 0, 0], - "to": [16, 12, 0], - "faces": { - "north": {"uv": [6.5, 4.75, 8, 7.75], "texture": "#0"}, - "east": {"uv": [6.5, 4.75, 6.5, 7.75], "texture": "#0"}, - "south": {"uv": [6.5, 4.75, 8, 7.75], "texture": "#0"}, - "west": {"uv": [6.5, 4.75, 6.5, 7.75], "texture": "#0"}, - "up": {"uv": [6.5, 4.75, 8, 4.75], "texture": "#0"}, - "down": {"uv": [6.5, 4.75, 8, 4.75], "texture": "#0"} - } - }, - { - "from": [2, 0, 0], - "to": [8, 12, 0], - "faces": { - "north": {"uv": [0, 4.25, 1.5, 7.25], "texture": "#0"}, - "east": {"uv": [0, 4.25, 0, 7.25], "texture": "#0"}, - "south": {"uv": [0, 4.25, 1.5, 7.25], "texture": "#0"}, - "west": {"uv": [0, 4.25, 0, 7.25], "texture": "#0"}, - "up": {"uv": [0, 4.25, 1.5, 4.25], "texture": "#0"}, - "down": {"uv": [0, 4.25, 1.5, 4.25], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [0, -25, 0], - "translation": [0.5, 1, 0], - "scale": [0.4, 0.4, 0.4] - }, - "thirdperson_lefthand": { - "rotation": [0, -25, 0], - "translation": [0.5, 1, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_righthand": { - "rotation": [0, -25, 0], - "translation": [-1.5, 2, 0], - "scale": [0.5, 0.5, 0.5] - }, - "firstperson_lefthand": { - "rotation": [0, -25, 0], - "translation": [-1.25, 2, 0.25], - "scale": [0.5, 0.5, 0.5] - }, - "ground": { - "translation": [0, 2, 0], - "scale": [0.4, 0.4, 0.4] - }, - "gui": { - "rotation": [25, 45, 0], - "translation": [0, 1, 0], - "scale": [0.8, 0.8, 0.8] - }, - "head": { - "translation": [-0.5, 14.5, 1.25] - }, - "fixed": { - "translation": [-1.25, 0, 3] - } - }, - "groups": [ - { - "name": "tisch", - "origin": [0, 0, 0], - "color": 0, - "children": [ - { - "name": "platten", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1] - }, - { - "name": "Beine", - "origin": [0, 0, 0], - "color": 0, - "children": [2, 3, 4, 5] - }, - { - "name": "lattice", - "origin": [0, 0, 0], - "color": 0, - "children": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [6, 7, 8] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [9, 10, 11] - } - ] - }, - { - "name": "Deco", - "origin": [0, 0, 0], - "color": 0, - "children": [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] - } - ] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_brown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_brown.json deleted file mode 100644 index 8398a7f1..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_brown.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/brown_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_cyan.json b/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_cyan.json deleted file mode 100644 index 5461e31a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_cyan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/cyan_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_lime.json b/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_lime.json deleted file mode 100644 index 468f414a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_lime.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/lime_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_blue.json b/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_blue.json deleted file mode 100644 index 9d7bb814..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_blue.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/blue_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_brown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_brown.json deleted file mode 100644 index 8aa60682..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_brown.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/brown_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_gray.json b/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_gray.json deleted file mode 100644 index 6b27c239..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_gray.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/gray_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_red.json b/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_red.json deleted file mode 100644 index 6b57cd26..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_red.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/red_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/lamp_bamboo.json b/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/lamp_bamboo.json deleted file mode 100644 index ae2191f5..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/lamp_bamboo.json +++ /dev/null @@ -1,248 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "2": "beautify:block/chain", - "3": "beautify:block/bamboo_lamp_on", - "particle": "beautify:block/bamboo_lamp_on" - }, - "render_type": "cutout", - "elements": [ - { - "from": [2, 3, 13], - "to": [14, 10, 14], - "faces": { - "north": {"uv": [0, 0, 5.5, 3.5], "texture": "#3"}, - "east": {"uv": [0, 0, 0.5, 3.5], "texture": "#3"}, - "south": {"uv": [0, 0, 5.5, 3.5], "texture": "#3"}, - "west": {"uv": [0, 0, 0.5, 3.5], "texture": "#3"}, - "up": {"uv": [0, 0, 5.5, 0.5], "texture": "#3"}, - "down": {"uv": [0, 0, 5.5, 0.5], "texture": "#3"} - } - }, - { - "from": [2, 3, 2], - "to": [14, 10, 3], - "faces": { - "north": {"uv": [0, 0, 5.5, 3.5], "texture": "#3"}, - "east": {"uv": [0, 0, 0.5, 3.5], "texture": "#3"}, - "south": {"uv": [0, 0, 5.5, 3.5], "texture": "#3"}, - "west": {"uv": [0, 0, 0.5, 3.5], "texture": "#3"}, - "up": {"uv": [0, 0, 5.5, 0.5], "texture": "#3"}, - "down": {"uv": [0, 0, 5.5, 0.5], "texture": "#3"} - } - }, - { - "from": [2, 3, 3], - "to": [3, 10, 13], - "faces": { - "north": {"uv": [0.5, 6, 1, 9.5], "texture": "#3"}, - "east": {"uv": [0, 0, 5, 3.5], "texture": "#3"}, - "south": {"uv": [0.5, 6, 1, 9.5], "texture": "#3"}, - "west": {"uv": [0, 0, 5, 3.5], "texture": "#3"}, - "up": {"uv": [0, 0, 4.5, 0.5], "rotation": 90, "texture": "#3"}, - "down": {"uv": [0, 0, 4.5, 0.5], "rotation": 270, "texture": "#3"} - } - }, - { - "from": [13, 3, 3], - "to": [14, 10, 13], - "faces": { - "north": {"uv": [0.5, 6, 1, 9.5], "texture": "#3"}, - "east": {"uv": [0, 0, 5, 3.5], "texture": "#3"}, - "south": {"uv": [0.5, 6, 1, 9.5], "texture": "#3"}, - "west": {"uv": [0, 0, 5, 3.5], "texture": "#3"}, - "up": {"uv": [0, 0, 4.5, 0.5], "rotation": 90, "texture": "#3"}, - "down": {"uv": [0, 0, 4.5, 0.5], "rotation": 270, "texture": "#3"} - } - }, - { - "from": [4.5, 1, 4.5], - "to": [11.5, 12, 5.5], - "faces": { - "north": {"uv": [5.5, 0, 9, 5.5], "texture": "#3"}, - "east": {"uv": [5.5, 0, 6, 5.5], "texture": "#3"}, - "south": {"uv": [5.5, 0, 9, 5.5], "texture": "#3"}, - "west": {"uv": [5.5, 0, 6, 5.5], "texture": "#3"}, - "up": {"uv": [5.5, 0, 9, 0.5], "texture": "#3"}, - "down": {"uv": [5.5, 0, 9, 0.5], "texture": "#3"} - } - }, - { - "from": [4.5, 1, 10.5], - "to": [11.5, 12, 11.5], - "faces": { - "north": {"uv": [5.5, 0, 9, 5.5], "texture": "#3"}, - "east": {"uv": [5.5, 0, 6, 5.5], "texture": "#3"}, - "south": {"uv": [5.5, 0, 9, 5.5], "texture": "#3"}, - "west": {"uv": [5.5, 0, 6, 5.5], "texture": "#3"}, - "up": {"uv": [5.5, 0, 9, 0.5], "texture": "#3"}, - "down": {"uv": [5.5, 0, 9, 0.5], "texture": "#3"} - } - }, - { - "from": [10.5, 1, 5.5], - "to": [11.5, 12, 10.5], - "faces": { - "north": {"uv": [5.5, 0, 6, 5.5], "texture": "#3"}, - "east": {"uv": [5.5, 0, 8, 5.5], "texture": "#3"}, - "south": {"uv": [5.5, 0, 6, 5.5], "texture": "#3"}, - "west": {"uv": [5.5, 0, 8, 5.5], "texture": "#3"}, - "up": {"uv": [5.5, 0, 8, 0.5], "rotation": 270, "texture": "#3"}, - "down": {"uv": [5.5, 0, 8, 0.5], "rotation": 90, "texture": "#3"} - } - }, - { - "from": [4.5, 1, 5.5], - "to": [5.5, 12, 10.5], - "faces": { - "north": {"uv": [5.5, 0, 6, 5.5], "texture": "#3"}, - "east": {"uv": [5.5, 0, 8, 5.5], "texture": "#3"}, - "south": {"uv": [5.5, 0, 6, 5.5], "texture": "#3"}, - "west": {"uv": [5.5, 0, 8, 5.5], "texture": "#3"}, - "up": {"uv": [5.5, 0, 8, 0.5], "rotation": 270, "texture": "#3"}, - "down": {"uv": [5.5, 0, 8, 0.5], "rotation": 90, "texture": "#3"} - } - }, - { - "from": [-7.25, 8, 10.75], - "to": [7.25, 9, 11.75], - "rotation": {"angle": 45, "axis": "y", "origin": [0, 0, 0]}, - "faces": { - "north": {"uv": [0, 5.5, 7.25, 6], "texture": "#3"}, - "east": {"uv": [0, 5.5, 0.5, 6], "texture": "#3"}, - "south": {"uv": [0, 5.5, 7.25, 6], "texture": "#3"}, - "west": {"uv": [0, 5.5, 0.5, 6], "texture": "#3"}, - "up": {"uv": [0, 5, 0.5, 12.25], "rotation": 90, "texture": "#3"}, - "down": {"uv": [0, 5, 0.5, 12.25], "rotation": 270, "texture": "#3"} - } - }, - { - "from": [4, 8, -0.5], - "to": [18.5, 9, 0.5], - "rotation": {"angle": -45, "axis": "y", "origin": [0, 0, 0]}, - "faces": { - "north": {"uv": [0, 5.5, 7.25, 6], "texture": "#3"}, - "east": {"uv": [0, 5.5, 0.5, 6], "texture": "#3"}, - "south": {"uv": [0, 5.5, 7.25, 6], "texture": "#3"}, - "west": {"uv": [0, 5.5, 0.5, 6], "texture": "#3"}, - "up": {"uv": [0, 5, 0.5, 12.25], "rotation": 90, "texture": "#3"}, - "down": {"uv": [0, 5, 0.5, 12.25], "rotation": 270, "texture": "#3"} - } - }, - { - "name": "fassung", - "from": [6.5, 7, 6.5], - "to": [9.5, 9, 9.5], - "faces": { - "north": {"uv": [1, 3.5, 2.5, 4], "texture": "#3"}, - "east": {"uv": [1, 3.5, 2.5, 4], "texture": "#3"}, - "south": {"uv": [1, 3.5, 2.5, 4], "texture": "#3"}, - "west": {"uv": [1, 3.5, 2.5, 4], "texture": "#3"}, - "up": {"uv": [1, 3.5, 2.5, 5], "texture": "#3"}, - "down": {"uv": [1, 3.5, 2.5, 5], "texture": "#3"} - } - }, - { - "name": "birn e", - "from": [7, 4, 7], - "to": [9, 7, 9], - "faces": { - "north": {"uv": [0, 3.5, 1, 5], "texture": "#3"}, - "east": {"uv": [0, 3.5, 1, 5], "texture": "#3"}, - "south": {"uv": [0, 3.5, 1, 5], "texture": "#3"}, - "west": {"uv": [0, 3.5, 1, 5], "texture": "#3"}, - "up": {"uv": [0, 3.5, 1, 4.5], "texture": "#3"}, - "down": {"uv": [0, 4, 1, 5], "texture": "#3"} - } - }, - { - "from": [11.25, 9, -1.5], - "to": [11.25, 16, 1.5], - "rotation": {"angle": -45, "axis": "y", "origin": [0, 0, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 3.5], "texture": "#2"}, - "east": {"uv": [0, 0, 1.5, 3.5], "texture": "#2"}, - "south": {"uv": [0, 0, 0, 3.5], "texture": "#2"}, - "west": {"uv": [0, 0, 1.5, 3.5], "texture": "#2"}, - "up": {"uv": [0, 0, 1.5, 0], "rotation": 90, "texture": "#2"}, - "down": {"uv": [0, 0, 1.5, 0], "rotation": 270, "texture": "#2"} - } - }, - { - "from": [9.75, 9, 0], - "to": [12.75, 16, 0], - "rotation": {"angle": -45, "axis": "y", "origin": [0, 0, 0]}, - "faces": { - "north": {"uv": [1.5, 0, 3, 3.5], "texture": "#2"}, - "east": {"uv": [1.5, 0, 1.5, 3.5], "texture": "#2"}, - "south": {"uv": [1.5, 0, 3, 3.5], "texture": "#2"}, - "west": {"uv": [1.5, 0, 1.5, 3.5], "texture": "#2"}, - "up": {"uv": [1.5, 0, 3, 0], "texture": "#2"}, - "down": {"uv": [1.5, 0, 3, 0], "texture": "#2"} - } - } - ], - "display": { - "thirdperson_righthand": { - "translation": [0, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "translation": [0, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "translation": [0, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "translation": [0, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 1.25, 0], - "scale": [0.75, 0.75, 0.75] - }, - "gui": { - "rotation": [15.36, -40.47, -0.32], - "scale": [0.8, 0.8, 0.8] - }, - "head": { - "translation": [0, 11.5, 0] - }, - "fixed": { - "translation": [0, 0, -1] - } - }, - "groups": [ - { - "name": "bamboo_lamp", - "origin": [0, 0, 0], - "color": 0, - "children": [ - { - "name": "shirm aussen", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3] - }, - { - "name": "shirm innen", - "origin": [0, 0, 0], - "color": 0, - "children": [4, 5, 6, 7] - }, - { - "name": "halterung", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - }, - 11 - ] - }, - 12, - 13 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/lamp_bamboo_off.json b/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/lamp_bamboo_off.json deleted file mode 100644 index 9c27ce4f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/lamp_bamboo_off.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/lamp_bamboo", - "textures": { - "2": "beautify:block/chain", - "3": "beautify:block/bamboo_lamp_off", - "particle": "beautify:block/bamboo_lamp_off" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/lamp_jar.json b/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/lamp_jar.json deleted file mode 100644 index b1ffd17f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/lamp_jar.json +++ /dev/null @@ -1,135 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "beautify:block/jar", - "1": "minecraft:block/mushroom_block_inside", - "2": "beautify:block/chain", - "particle": "beautify:block/jar" - }, - "render_type": "cutout", - "elements": [ - { - "name": "korken", - "from": [6, 9.25, 6], - "to": [10, 10.25, 10], - "faces": { - "north": {"uv": [7, 4, 9, 4.5], "texture": "#1"}, - "east": {"uv": [7, 4, 9, 4.5], "texture": "#1"}, - "south": {"uv": [7, 4, 9, 4.5], "texture": "#1"}, - "west": {"uv": [7, 4, 9, 4.5], "texture": "#1"}, - "up": {"uv": [7, 4, 9, 6], "texture": "#1"}, - "down": {"uv": [7, 4, 9, 6], "texture": "#1"} - } - }, - { - "from": [5, 1, 5], - "to": [11, 8, 11], - "faces": { - "north": {"uv": [3, 0, 0, 3.5], "texture": "#0"}, - "east": {"uv": [3, 0, 0, 3.5], "texture": "#0"}, - "south": {"uv": [3, 0, 0, 3.5], "texture": "#0"}, - "west": {"uv": [3, 0, 0, 3.5], "texture": "#0"}, - "up": {"uv": [6.5, 0, 9.5, 3], "texture": "#0"}, - "down": {"uv": [6.5, 0, 9.5, 3], "texture": "#0"} - } - }, - { - "from": [5, 8.5, 5], - "to": [6, 9.5, 11], - "faces": { - "north": {"uv": [6.5, 0, 6, 0.5], "texture": "#0"}, - "east": {"uv": [6.5, 0, 3.5, 0.5], "texture": "#0"}, - "south": {"uv": [3.5, 0, 4, 0.5], "texture": "#0"}, - "west": {"uv": [6.5, 0, 3.5, 0.5], "texture": "#0"}, - "up": {"uv": [6.5, 0, 3.5, 0.5], "rotation": 90, "texture": "#0"}, - "down": {"uv": [6.5, 0, 3.5, 0.5], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [6, 8.5, 10], - "to": [10, 9.5, 11], - "faces": { - "north": {"uv": [4.5, 0, 6.5, 0.5], "texture": "#0"}, - "east": {"uv": [3.5, 0.5, 4, 1], "texture": "#0"}, - "south": {"uv": [6.5, 0, 4.5, 0.5], "texture": "#0"}, - "west": {"uv": [3.5, 0.5, 4, 1], "texture": "#0"}, - "up": {"uv": [4.5, 0, 6.5, 0.5], "rotation": 180, "texture": "#0"}, - "down": {"uv": [4.5, 0, 6.5, 0.5], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [6, 8.5, 5], - "to": [10, 9.5, 6], - "faces": { - "north": {"uv": [6.5, 0, 4.5, 0.5], "texture": "#0"}, - "east": {"uv": [4.5, 0.5, 5, 1], "texture": "#0"}, - "south": {"uv": [6.5, 0, 4.5, 0.5], "texture": "#0"}, - "west": {"uv": [4.5, 0.5, 5, 1], "texture": "#0"}, - "up": {"uv": [6.5, 0, 4.5, 0.5], "rotation": 180, "texture": "#0"}, - "down": {"uv": [6.5, 0, 4.5, 0.5], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [10, 8.5, 5], - "to": [11, 9.5, 11], - "faces": { - "north": {"uv": [3, 0, 3.5, 0.5], "texture": "#0"}, - "east": {"uv": [6.5, 0, 3.5, 0.5], "texture": "#0"}, - "south": {"uv": [6, 0, 6.5, 0.5], "texture": "#0"}, - "west": {"uv": [3.5, 0, 6.5, 0.5], "texture": "#0"}, - "up": {"uv": [3.5, 0, 6.5, 0.5], "rotation": 90, "texture": "#0"}, - "down": {"uv": [3.5, 0, 6.5, 0.5], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [5.5, 8, 5.5], - "to": [10.5, 9, 10.5], - "faces": { - "north": {"uv": [3, 0.5, 5.5, 1], "texture": "#0"}, - "east": {"uv": [3, 0.5, 5.5, 1], "texture": "#0"}, - "south": {"uv": [3, 0.5, 5.5, 1], "texture": "#0"}, - "west": {"uv": [3, 0.5, 5.5, 1], "texture": "#0"}, - "up": {"uv": [3, 1, 5.5, 3.5], "texture": "#0"}, - "down": {"uv": [3, 1, 5.5, 3.5], "texture": "#0"} - } - }, - { - "from": [11.25, 10, -1.5], - "to": [11.25, 16, 1.5], - "rotation": {"angle": -45, "axis": "y", "origin": [0, 0, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 3], "texture": "#2"}, - "east": {"uv": [0, 0, 1.5, 3], "texture": "#2"}, - "south": {"uv": [0, 0, 0, 3], "texture": "#2"}, - "west": {"uv": [0, 0, 1.5, 3], "texture": "#2"}, - "up": {"uv": [0, 0, 1.5, 0], "rotation": 90, "texture": "#2"}, - "down": {"uv": [0, 0, 1.5, 0], "rotation": 270, "texture": "#2"} - } - }, - { - "from": [9.75, 10, 0], - "to": [12.75, 16, 0], - "rotation": {"angle": -45, "axis": "y", "origin": [0, 0, 0]}, - "faces": { - "north": {"uv": [1.5, 0, 3, 3], "texture": "#2"}, - "east": {"uv": [1.5, 0, 1.5, 3], "texture": "#2"}, - "south": {"uv": [1.5, 0, 3, 3], "texture": "#2"}, - "west": {"uv": [1.5, 0, 1.5, 3], "texture": "#2"}, - "up": {"uv": [1.5, 0, 3, 0], "texture": "#2"}, - "down": {"uv": [1.5, 0, 3, 0], "texture": "#2"} - } - } - ], - "groups": [ - 0, - { - "name": "flasche", - "origin": [8, 8, 8], - "color": 0, - "children": [1, 2, 3, 4, 5, 6] - }, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/light_bulb.json b/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/light_bulb.json deleted file mode 100644 index 10ed1f70..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/light_bulb.json +++ /dev/null @@ -1,212 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "beautify:block/light_bulb", - "particle": "beautify:block/light_bulb" - }, - "render_type": "cutout", - "elements": [ - { - "name": "sockel", - "from": [6.75, 10.5, 6.75], - "to": [9.25, 14, 9.25], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.5, 8]}, - "faces": { - "north": {"uv": [5.5, 0, 7.5, 2.5], "rotation": 180, "texture": "#0"}, - "east": {"uv": [5.5, 0, 7.5, 2.5], "rotation": 180, "texture": "#0"}, - "south": {"uv": [5.5, 0, 7.5, 2.5], "rotation": 180, "texture": "#0"}, - "west": {"uv": [5.5, 0, 7.5, 2.5], "rotation": 180, "texture": "#0"}, - "up": {"uv": [7.5, 0, 9.5, 2], "rotation": 180, "texture": "#0"}, - "down": {"uv": [7.5, 0, 9.5, 2], "rotation": 180, "texture": "#0"} - } - }, - { - "name": "bulb_top", - "from": [6.25, 2.5, 6.25], - "to": [9.75, 4, 9.75], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.5, 8]}, - "faces": { - "north": {"uv": [9.5, 2, 12, 3], "rotation": 180, "texture": "#0"}, - "east": {"uv": [9.5, 2, 12, 3], "rotation": 180, "texture": "#0"}, - "south": {"uv": [9.5, 2, 12, 3], "rotation": 180, "texture": "#0"}, - "west": {"uv": [9.5, 2, 12, 3], "rotation": 180, "texture": "#0"}, - "up": {"uv": [5.5, 2.5, 8, 5], "rotation": 180, "texture": "#0"}, - "down": {"uv": [9.5, 0, 12, 2.5], "rotation": 180, "texture": "#0"} - } - }, - { - "name": "bulb_bottom", - "from": [6.25, 10.5, 6.25], - "to": [9.75, 11.5, 9.75], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.5, 8]}, - "faces": { - "north": {"uv": [9.5, 2.5, 12, 3.5], "rotation": 180, "texture": "#0"}, - "east": {"uv": [9.5, 2.5, 12, 3.5], "rotation": 180, "texture": "#0"}, - "south": {"uv": [9.5, 2.5, 12, 3.5], "rotation": 180, "texture": "#0"}, - "west": {"uv": [9.5, 2.5, 12, 3.5], "rotation": 180, "texture": "#0"}, - "up": {"uv": [9.5, 0, 12, 2.5], "rotation": 180, "texture": "#0"}, - "down": {"uv": [5.5, 2.5, 8, 5], "rotation": 180, "texture": "#0"} - } - }, - { - "name": "bulb", - "from": [5.75, 4, 5.75], - "to": [10.25, 10.5, 10.25], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.5, 8]}, - "faces": { - "north": {"uv": [12, 0, 15.5, 4.5], "rotation": 180, "texture": "#0"}, - "east": {"uv": [12, 0, 15.5, 4.5], "rotation": 180, "texture": "#0"}, - "south": {"uv": [12, 0, 15.5, 4.5], "rotation": 180, "texture": "#0"}, - "west": {"uv": [12, 0, 15.5, 4.5], "rotation": 180, "texture": "#0"}, - "up": {"uv": [12, 4.5, 15.5, 8], "rotation": 180, "texture": "#0"}, - "down": {"uv": [12, 4.5, 15.5, 8], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [8, 5, 5.25], - "to": [8, 9.5, 10.75], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 3.5, 8]}, - "faces": { - "north": {"uv": [0.5, 5, 0.5, 9], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0.5, 5, 5, 9], "rotation": 180, "texture": "#0"}, - "south": {"uv": [0.5, 5, 0.5, 9], "rotation": 180, "texture": "#0"}, - "west": {"uv": [0.5, 5, 5, 9], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0.5, 5, 0.5, 9.5], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0.5, 5, 0.5, 9.5], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [8, 9.5, 6], - "to": [8, 10.5, 10], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 3.5, 8]}, - "faces": { - "north": {"uv": [1.25, 9, 1.25, 10], "rotation": 180, "texture": "#0"}, - "east": {"uv": [1.25, 9, 4.25, 10], "rotation": 180, "texture": "#0"}, - "south": {"uv": [1.25, 9, 1.25, 10], "rotation": 180, "texture": "#0"}, - "west": {"uv": [1.25, 9, 4.25, 10], "rotation": 180, "texture": "#0"}, - "up": {"uv": [1.25, 9, 1.25, 12], "rotation": 180, "texture": "#0"}, - "down": {"uv": [1.25, 9, 1.25, 12], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [5.25, 5.5, 8], - "to": [10.75, 9.5, 8], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 3.5, 8]}, - "faces": { - "north": {"uv": [0.5, 5, 5, 9], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0.5, 5, 0.5, 9], "rotation": 180, "texture": "#0"}, - "south": {"uv": [0.5, 5, 5, 9], "rotation": 180, "texture": "#0"}, - "west": {"uv": [0.5, 5, 0.5, 9], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0.5, 5, 0.5, 9.5], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0.5, 5, 0.5, 9.5], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [6, 9.5, 8], - "to": [10, 10.5, 8], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 3.5, 8]}, - "faces": { - "north": {"uv": [1.25, 9, 4.25, 10], "rotation": 180, "texture": "#0"}, - "east": {"uv": [1.25, 9, 1.25, 10], "rotation": 180, "texture": "#0"}, - "south": {"uv": [1.25, 9, 4.25, 10], "rotation": 180, "texture": "#0"}, - "west": {"uv": [1.25, 9, 1.25, 10], "rotation": 180, "texture": "#0"}, - "up": {"uv": [1.25, 9, 1.25, 12], "rotation": 90, "texture": "#0"}, - "down": {"uv": [1.25, 9, 1.25, 12], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [8, 14, 6.5], - "to": [8, 16, 9.5], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 1], "texture": "#0"}, - "east": {"uv": [0, 0, 1.5, 1], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 1], "texture": "#0"}, - "west": {"uv": [0, 0, 1.5, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 0, 1.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 1.5], "texture": "#0"} - } - }, - { - "from": [8, 14, 6.5], - "to": [8, 16, 9.5], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 1], "texture": "#0"}, - "east": {"uv": [0, 0, 1.5, 1], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 1], "texture": "#0"}, - "west": {"uv": [0, 0, 1.5, 1], "texture": "#0"}, - "up": {"uv": [0, 0, 0, 1.5], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 1.5], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [-180, 0, 0], - "translation": [0, 1.75, 0], - "scale": [0.5, 0.5, 0.5] - }, - "thirdperson_lefthand": { - "rotation": [-180, 0, 0], - "translation": [0, 1.75, 0], - "scale": [0.5, 0.5, 0.5] - }, - "firstperson_righthand": { - "rotation": [-180, 0, 0], - "translation": [1.5, 3.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [-180, 0, 0], - "translation": [1.5, 3.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "rotation": [-180, 0, 0], - "translation": [0, 2, 0], - "scale": [0.75, 0.75, 0.75] - }, - "gui": { - "rotation": [21.25, -45, -180], - "translation": [0, 0.75, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "rotation": [-180, 0, 0], - "translation": [0, 12.25, 0] - }, - "fixed": { - "rotation": [0, 0, -180], - "translation": [0, 1.25, 0] - } - }, - "groups": [ - { - "name": "group", - "origin": [8, 0, 8], - "color": 0, - "children": [ - 0, - 1, - 2, - 3, - { - "name": "wire", - "origin": [0, 0, 0], - "color": 0, - "children": [4, 5] - }, - { - "name": "wire", - "origin": [0, 0, 0], - "color": 0, - "children": [6, 7] - }, - 8, - 9 - ] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/light_bulb_off.json b/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/light_bulb_off.json deleted file mode 100644 index 55dda429..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/light_bulb_off.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/lamps/light_bulb", - "textures": { - "0": "beautify:block/hanging_light_bulb_off", - "particle": "beautify:block/hanging_light_bulb_off" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_lamp_bamboo.json b/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_lamp_bamboo.json deleted file mode 100644 index f90abf56..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_lamp_bamboo.json +++ /dev/null @@ -1,117 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "beautify:block/bamboo_lamp_on", - "particle": "beautify:block/bamboo_lamp_on" - }, - "render_type": "cutout", - "elements": [ - { - "from": [6, 2, 5], - "to": [10, 11, 6], - "faces": { - "north": {"uv": [6, 0, 8, 4.5], "texture": "#0"}, - "east": {"uv": [9, 0, 9.5, 4.5], "texture": "#0"}, - "south": {"uv": [6, 0, 8, 4.5], "texture": "#0"}, - "west": {"uv": [9, 0, 9.5, 4.5], "texture": "#0"}, - "up": {"uv": [6, 0, 8, 0.5], "texture": "#0"}, - "down": {"uv": [6, 0, 8, 0.5], "texture": "#0"} - } - }, - { - "from": [6, 2, 10], - "to": [10, 11, 11], - "faces": { - "north": {"uv": [6, 0, 8, 4.5], "texture": "#0"}, - "east": {"uv": [9, 0, 9.5, 4.5], "texture": "#0"}, - "south": {"uv": [6, 0, 8, 4.5], "texture": "#0"}, - "west": {"uv": [9, 0, 9.5, 4.5], "texture": "#0"}, - "up": {"uv": [6, 0, 8, 0.5], "texture": "#0"}, - "down": {"uv": [6, 0, 8, 0.5], "texture": "#0"} - } - }, - { - "from": [10, 2, 5], - "to": [11, 11, 11], - "faces": { - "north": {"uv": [5.5, 0, 6, 4.5], "texture": "#0"}, - "east": {"uv": [5.5, 0, 8.5, 4.5], "texture": "#0"}, - "south": {"uv": [8, 0, 8.5, 4.5], "texture": "#0"}, - "west": {"uv": [5.5, 0, 8.5, 4.5], "texture": "#0"}, - "up": {"uv": [5.5, 0, 8.5, 0.5], "rotation": 270, "texture": "#0"}, - "down": {"uv": [5.5, 0, 8.5, 0.5], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [5, 2, 5], - "to": [6, 11, 11], - "faces": { - "north": {"uv": [6, 0, 6.5, 4.5], "texture": "#0"}, - "east": {"uv": [5.5, 0, 8.5, 4.5], "texture": "#0"}, - "south": {"uv": [5.5, 0, 6, 4.5], "texture": "#0"}, - "west": {"uv": [5.5, 0, 8.5, 4.5], "texture": "#0"}, - "up": {"uv": [6, 0, 9, 0.5], "rotation": 270, "texture": "#0"}, - "down": {"uv": [6, 0, 9, 0.5], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [7, 3, 7], - "to": [9, 6, 9], - "faces": { - "north": {"uv": [0, 3.5, 1, 5], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 3.5, 1, 5], "rotation": 180, "texture": "#0"}, - "south": {"uv": [0, 3.5, 1, 5], "rotation": 180, "texture": "#0"}, - "west": {"uv": [0, 3.5, 1, 5], "rotation": 180, "texture": "#0"}, - "up": {"uv": [0, 4, 1, 5], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 4, 1, 5], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [6, 2, 6], - "to": [10, 3, 10], - "faces": { - "north": {"uv": [1, 4, 2.5, 4], "texture": "#0"}, - "east": {"uv": [1, 4, 2.5, 4], "texture": "#0"}, - "south": {"uv": [1, 4, 2.5, 4], "texture": "#0"}, - "west": {"uv": [1, 4, 2.5, 4], "texture": "#0"}, - "up": {"uv": [1, 3.5, 2.5, 5], "texture": "#0"}, - "down": {"uv": [1, 3.5, 2.5, 5], "texture": "#0"} - } - }, - { - "from": [4, 0, 4], - "to": [12, 2, 12], - "faces": { - "north": {"uv": [0, 15, 4, 16], "texture": "#0"}, - "east": {"uv": [0, 15, 4, 16], "texture": "#0"}, - "south": {"uv": [0, 15, 4, 16], "texture": "#0"}, - "west": {"uv": [0, 15, 4, 16], "texture": "#0"}, - "up": {"uv": [4, 12, 8, 16], "texture": "#0"}, - "down": {"uv": [4, 12, 8, 16], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "bamboo", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2, 3] - }, - { - "name": "fassung", - "origin": [0, 0, 0], - "color": 0, - "children": [4, 5] - }, - 6 - ] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_lamp_bamboo_off.json b/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_lamp_bamboo_off.json deleted file mode 100644 index 956ec2fc..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_lamp_bamboo_off.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/standing_lamp_bamboo", - "texture_size": [32, 32], - "textures": { - "0": "beautify:block/bamboo_lamp_off", - "particle": "beautify:block/bamboo_lamp_off" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_lamp_jar.json b/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_lamp_jar.json deleted file mode 100644 index 1bcbb4f0..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_lamp_jar.json +++ /dev/null @@ -1,141 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "beautify:block/jar", - "1": "block/mushroom_block_inside", - "particle": "beautify:block/jar" - }, - "render_type": "cutout", - "elements": [ - { - "name": "korken", - "from": [6, 8.25, 6], - "to": [10, 9.25, 10], - "faces": { - "north": {"uv": [7, 4, 9, 4.5], "texture": "#1"}, - "east": {"uv": [7, 4, 9, 4.5], "texture": "#1"}, - "south": {"uv": [7, 4, 9, 4.5], "texture": "#1"}, - "west": {"uv": [7, 4, 9, 4.5], "texture": "#1"}, - "up": {"uv": [7, 4, 9, 6], "texture": "#1"}, - "down": {"uv": [7, 4, 9, 6], "texture": "#1"} - } - }, - { - "from": [5, 0, 5], - "to": [11, 7, 11], - "faces": { - "north": {"uv": [3, 0, 0, 3.5], "texture": "#0"}, - "east": {"uv": [3, 0, 0, 3.5], "texture": "#0"}, - "south": {"uv": [3, 0, 0, 3.5], "texture": "#0"}, - "west": {"uv": [3, 0, 0, 3.5], "texture": "#0"}, - "up": {"uv": [6.5, 0, 9.5, 3], "texture": "#0"}, - "down": {"uv": [6.5, 0, 9.5, 3], "texture": "#0"} - } - }, - { - "from": [5, 7.5, 5], - "to": [6, 8.5, 11], - "faces": { - "north": {"uv": [6.5, 0, 6, 0.5], "texture": "#0"}, - "east": {"uv": [6.5, 0, 3.5, 0.5], "texture": "#0"}, - "south": {"uv": [3.5, 0, 4, 0.5], "texture": "#0"}, - "west": {"uv": [6.5, 0, 3.5, 0.5], "texture": "#0"}, - "up": {"uv": [6.5, 0, 3.5, 0.5], "rotation": 90, "texture": "#0"}, - "down": {"uv": [6.5, 0, 3.5, 0.5], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [6, 7.5, 10], - "to": [10, 8.5, 11], - "faces": { - "north": {"uv": [4.5, 0, 6.5, 0.5], "texture": "#0"}, - "east": {"uv": [3.5, 0.5, 4, 1], "texture": "#0"}, - "south": {"uv": [6.5, 0, 4.5, 0.5], "texture": "#0"}, - "west": {"uv": [3.5, 0.5, 4, 1], "texture": "#0"}, - "up": {"uv": [4.5, 0, 6.5, 0.5], "rotation": 180, "texture": "#0"}, - "down": {"uv": [4.5, 0, 6.5, 0.5], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [6, 7.5, 5], - "to": [10, 8.5, 6], - "faces": { - "north": {"uv": [6.5, 0, 4.5, 0.5], "texture": "#0"}, - "east": {"uv": [4.5, 0.5, 5, 1], "texture": "#0"}, - "south": {"uv": [6.5, 0, 4.5, 0.5], "texture": "#0"}, - "west": {"uv": [4.5, 0.5, 5, 1], "texture": "#0"}, - "up": {"uv": [6.5, 0, 4.5, 0.5], "rotation": 180, "texture": "#0"}, - "down": {"uv": [6.5, 0, 4.5, 0.5], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [10, 7.5, 5], - "to": [11, 8.5, 11], - "faces": { - "north": {"uv": [3, 0, 3.5, 0.5], "texture": "#0"}, - "east": {"uv": [6.5, 0, 3.5, 0.5], "texture": "#0"}, - "south": {"uv": [6, 0, 6.5, 0.5], "texture": "#0"}, - "west": {"uv": [3.5, 0, 6.5, 0.5], "texture": "#0"}, - "up": {"uv": [3.5, 0, 6.5, 0.5], "rotation": 90, "texture": "#0"}, - "down": {"uv": [3.5, 0, 6.5, 0.5], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [5.5, 7, 5.5], - "to": [10.5, 8, 10.5], - "faces": { - "north": {"uv": [3, 0.5, 5.5, 1], "texture": "#0"}, - "east": {"uv": [3, 0.5, 5.5, 1], "texture": "#0"}, - "south": {"uv": [3, 0.5, 5.5, 1], "texture": "#0"}, - "west": {"uv": [3, 0.5, 5.5, 1], "texture": "#0"}, - "up": {"uv": [3, 1, 5.5, 3.5], "texture": "#0"}, - "down": {"uv": [3, 1, 5.5, 3.5], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [0, 45, 0], - "translation": [0, 1.5, -0.5], - "scale": [0.55, 0.55, 0.55] - }, - "thirdperson_lefthand": { - "rotation": [0, 45, 0], - "translation": [0, 1.5, -0.5], - "scale": [0.55, 0.55, 0.55] - }, - "firstperson_righthand": { - "rotation": [0, 15.5, 0], - "translation": [1.5, 3.5, 0], - "scale": [0.75, 0.75, 0.75] - }, - "firstperson_lefthand": { - "rotation": [0, 15.5, 0], - "translation": [1.5, 3.5, 0], - "scale": [0.75, 0.75, 0.75] - }, - "ground": { - "translation": [0, 4.5, 0] - }, - "gui": { - "rotation": [25, -45, 0], - "translation": [0, 3, 0] - }, - "head": { - "translation": [0, 14.5, 0] - }, - "fixed": { - "translation": [0, 4, 0] - } - }, - "groups": [ - 0, - { - "name": "flasche", - "origin": [8, 8, 8], - "color": 0, - "children": [1, 2, 3, 4, 5, 6] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_light_bulb.json b/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_light_bulb.json deleted file mode 100644 index 884a22ee..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_light_bulb.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "beautify:block/standing_light_bulb", - "particle": "beautify:block/standing_light_bulb" - }, - "render_type": "cutout", - "elements": [ - { - "name": "bein0", - "from": [7.5, -0.5, 4], - "to": [8.5, 3.5, 5], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 6.5]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#0"}, - "east": {"uv": [0, 0, 1, 4], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#0"}, - "west": {"uv": [0, 0, 1, 4], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#0"} - } - }, - { - "name": "bein1", - "from": [7.5, -0.5, 11], - "to": [8.5, 3.5, 12], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 0, 9.5]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#0"}, - "east": {"uv": [0, 0, 1, 4], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#0"}, - "west": {"uv": [0, 0, 1, 4], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#0"} - } - }, - { - "name": "bein2", - "from": [11, -0.5, 7.5], - "to": [12, 3.5, 8.5], - "rotation": {"angle": 22.5, "axis": "z", "origin": [9.5, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#0"}, - "east": {"uv": [0, 0, 1, 4], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#0"}, - "west": {"uv": [0, 0, 1, 4], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#0"} - } - }, - { - "name": "bein3", - "from": [4, -0.5, 7.5], - "to": [5, 3.5, 8.5], - "rotation": {"angle": -22.5, "axis": "z", "origin": [6.5, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 1, 4], "texture": "#0"}, - "east": {"uv": [0, 0, 1, 4], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 4], "texture": "#0"}, - "west": {"uv": [0, 0, 1, 4], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#0"} - } - }, - { - "name": "platform", - "from": [5.75, 4, 5.75], - "to": [10.25, 5, 10.25], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [1, 4, 5.5, 5], "texture": "#0"}, - "east": {"uv": [1, 4, 5.5, 5], "texture": "#0"}, - "south": {"uv": [1, 4, 5.5, 5], "texture": "#0"}, - "west": {"uv": [1, 4, 5.5, 5], "texture": "#0"}, - "up": {"uv": [1, 0, 5.5, 4.5], "texture": "#0"}, - "down": {"uv": [1, 0, 5.5, 4.5], "texture": "#0"} - } - }, - { - "name": "sockel", - "from": [7, 3.5, 7], - "to": [9, 6, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0.25, 0]}, - "faces": { - "north": {"uv": [5.5, 0, 7.5, 2.5], "texture": "#0"}, - "east": {"uv": [5.5, 0, 7.5, 2.5], "texture": "#0"}, - "south": {"uv": [5.5, 0, 7.5, 2.5], "texture": "#0"}, - "west": {"uv": [5.5, 0, 7.5, 2.5], "texture": "#0"}, - "up": {"uv": [7.5, 0, 9.5, 2], "texture": "#0"}, - "down": {"uv": [7.5, 0, 9.5, 2], "texture": "#0"} - } - }, - { - "name": "bulb_top", - "from": [6.75, 11, 6.75], - "to": [9.25, 12.5, 9.25], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0.25, 0]}, - "faces": { - "north": {"uv": [9.5, 2, 12, 3.5], "texture": "#0"}, - "east": {"uv": [9.5, 2, 12, 3.5], "texture": "#0"}, - "south": {"uv": [9.5, 2, 12, 3.5], "texture": "#0"}, - "west": {"uv": [9.5, 2, 12, 3.5], "texture": "#0"}, - "up": {"uv": [9.5, 0, 12, 2.5], "texture": "#0"}, - "down": {"uv": [5.5, 2.5, 8, 5], "texture": "#0"} - } - }, - { - "name": "bulb_bottom", - "from": [6.75, 6, 6.75], - "to": [9.25, 7, 9.25], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0.25, 0]}, - "faces": { - "north": {"uv": [9.5, 2.5, 12, 3.5], "texture": "#0"}, - "east": {"uv": [9.5, 2.5, 12, 3.5], "texture": "#0"}, - "south": {"uv": [9.5, 2.5, 12, 3.5], "texture": "#0"}, - "west": {"uv": [9.5, 2.5, 12, 3.5], "texture": "#0"}, - "up": {"uv": [5.5, 2.5, 8, 5], "texture": "#0"}, - "down": {"uv": [9.5, 0, 12, 2.5], "texture": "#0"} - } - }, - { - "name": "bulb", - "from": [6.25, 7, 6.25], - "to": [9.75, 11.5, 9.75], - "rotation": {"angle": 0, "axis": "y", "origin": [0, 0.25, 0]}, - "faces": { - "north": {"uv": [12, 0, 15.5, 4.5], "texture": "#0"}, - "east": {"uv": [12, 0, 15.5, 4.5], "texture": "#0"}, - "south": {"uv": [12, 0, 15.5, 4.5], "texture": "#0"}, - "west": {"uv": [12, 0, 15.5, 4.5], "texture": "#0"}, - "up": {"uv": [12, 4.5, 15.5, 8], "texture": "#0"}, - "down": {"uv": [12, 4.5, 15.5, 8], "texture": "#0"} - } - }, - { - "from": [8, 7, 5.75], - "to": [8, 11, 10.25], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0.25, 8]}, - "faces": { - "north": {"uv": [0.5, 5, 0.5, 9], "texture": "#0"}, - "east": {"uv": [0.5, 5, 5, 9], "texture": "#0"}, - "south": {"uv": [0.5, 5, 0.5, 9], "texture": "#0"}, - "west": {"uv": [0.5, 5, 5, 9], "texture": "#0"}, - "up": {"uv": [0.5, 5, 0.5, 9.5], "texture": "#0"}, - "down": {"uv": [0.5, 5, 0.5, 9.5], "texture": "#0"} - } - }, - { - "from": [8, 6, 6.5], - "to": [8, 7, 9.5], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0.25, 8]}, - "faces": { - "north": {"uv": [1.25, 9, 1.25, 10], "texture": "#0"}, - "east": {"uv": [1.25, 9, 4.25, 10], "texture": "#0"}, - "south": {"uv": [1.25, 9, 1.25, 10], "texture": "#0"}, - "west": {"uv": [1.25, 9, 4.25, 10], "texture": "#0"}, - "up": {"uv": [1.25, 9, 1.25, 12], "texture": "#0"}, - "down": {"uv": [1.25, 9, 1.25, 12], "texture": "#0"} - } - }, - { - "from": [5.75, 7, 8], - "to": [10.25, 11, 8], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0.25, 8]}, - "faces": { - "north": {"uv": [0.5, 5, 5, 9], "texture": "#0"}, - "east": {"uv": [0.5, 5, 0.5, 9], "texture": "#0"}, - "south": {"uv": [0.5, 5, 5, 9], "texture": "#0"}, - "west": {"uv": [0.5, 5, 0.5, 9], "texture": "#0"}, - "up": {"uv": [0.5, 5, 0.5, 9.5], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0.5, 5, 0.5, 9.5], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [6.5, 6, 8], - "to": [9.5, 7, 8], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0.25, 8]}, - "faces": { - "north": {"uv": [1.25, 9, 4.25, 10], "texture": "#0"}, - "east": {"uv": [1.25, 9, 1.25, 10], "texture": "#0"}, - "south": {"uv": [1.25, 9, 4.25, 10], "texture": "#0"}, - "west": {"uv": [1.25, 9, 1.25, 10], "texture": "#0"}, - "up": {"uv": [1.25, 9, 1.25, 12], "rotation": 90, "texture": "#0"}, - "down": {"uv": [1.25, 9, 1.25, 12], "rotation": 270, "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [8, 0, 8], - "color": 0, - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - { - "name": "wire", - "origin": [0, 0, 0], - "color": 0, - "children": [9, 10] - }, - { - "name": "wire", - "origin": [0, 0, 0], - "color": 0, - "children": [11, 12] - } - ] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_light_bulb_off.json b/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_light_bulb_off.json deleted file mode 100644 index 3daacc9e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/standing_light_bulb_off.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/lamps/standing_light_bulb", - "textures": { - "0": "beautify:block/standing_light_bulb_off", - "particle": "beautify:block/standing_light_bulb_off" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_alban_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_alban_picture_frame.json deleted file mode 100644 index 4d30b06f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_alban_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_alban", - "1": "beautify:block/acacia_frame_texture", - "particle": "beautify:block/acacia_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_aztec2_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_aztec2_picture_frame.json deleted file mode 100644 index 486bd4e2..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_aztec2_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec2", - "1": "beautify:block/acacia_frame_texture", - "particle": "beautify:block/acacia_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_aztec_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_aztec_picture_frame.json deleted file mode 100644 index ea024372..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_aztec_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec", - "1": "beautify:block/acacia_frame_texture", - "particle": "beautify:block/acacia_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_beach_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_beach_picture_frame.json deleted file mode 100644 index 37934c04..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_beach_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_beach", - "1": "beautify:block/acacia_frame_texture", - "particle": "beautify:block/acacia_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_bomb_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_bomb_picture_frame.json deleted file mode 100644 index 62bc9318..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_bomb_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_bomb", - "1": "beautify:block/acacia_frame_texture", - "particle": "beautify:block/acacia_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_flower_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_flower_picture_frame.json deleted file mode 100644 index 1be867c0..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_flower_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_flower", - "1": "beautify:block/acacia_frame_texture", - "particle": "beautify:block/acacia_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_frog_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_frog_picture_frame.json deleted file mode 100644 index eb635c1e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_frog_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_frog", - "1": "beautify:block/acacia_frame_texture", - "particle": "beautify:block/acacia_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_kebab_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_kebab_picture_frame.json deleted file mode 100644 index b49f641b..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_kebab_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_kebab", - "1": "beautify:block/acacia_frame_texture", - "particle": "beautify:block/acacia_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_plant_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_plant_picture_frame.json deleted file mode 100644 index 21f7d39e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_plant_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_plant", - "1": "beautify:block/acacia_frame_texture", - "particle": "beautify:block/acacia_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_river_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_river_picture_frame.json deleted file mode 100644 index 15199f78..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_river_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_river", - "1": "beautify:block/acacia_frame_texture", - "particle": "beautify:block/acacia_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_shroom_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_shroom_picture_frame.json deleted file mode 100644 index 97106d74..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_shroom_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_shroom", - "1": "beautify:block/acacia_frame_texture", - "particle": "beautify:block/acacia_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_sunset_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_sunset_picture_frame.json deleted file mode 100644 index faae1d33..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_sunset_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_sunset", - "1": "beautify:block/acacia_frame_texture", - "particle": "beautify:block/acacia_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_wasteland_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_wasteland_picture_frame.json deleted file mode 100644 index d999f34a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/acacia_wasteland_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_wasteland", - "1": "beautify:block/acacia_frame_texture", - "particle": "beautify:block/acacia_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/base_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/base_picture_frame.json deleted file mode 100644 index 8ce39ac1..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/base_picture_frame.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "minecraft:block/stone", - "1": "minecraft:block/stone", - "particle": "minecraft:block/stone" - }, - "elements": [ - { - "from": [7, 0, 9.5], - "to": [9, 4, 10.5], - "rotation": {"angle": -22.5, "axis": "x", "origin": [1, 0, 9.5]}, - "faces": { - "north": {"uv": [0, 8, 2, 12], "texture": "#1"}, - "east": {"uv": [0, 12, 1, 16], "texture": "#1"}, - "south": {"uv": [2, 8, 4, 12], "texture": "#1"}, - "west": {"uv": [12, 0, 13, 4], "texture": "#1"}, - "up": {"uv": [3, 13, 1, 12], "texture": "#1"}, - "down": {"uv": [14, 12, 12, 13], "texture": "#1"} - } - }, - { - "from": [6, 0.75, 5.75], - "to": [10, 6.75, 5.75], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 7.5]}, - "faces": { - "north": {"uv": [0, 0, 6, 8], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 8], "texture": "#0"}, - "south": {"uv": [6, 0, 12, 8], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 8], "texture": "#0"}, - "up": {"uv": [6, 0, 0, 0], "texture": "#0"}, - "down": {"uv": [6, 0, 0, 0], "texture": "#0"} - } - }, - { - "from": [5, -0.25, 5.5], - "to": [6, 7.75, 6.5], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 7.5]}, - "faces": { - "north": {"uv": [4, 8, 5, 16], "texture": "#1"}, - "east": {"uv": [5, 8, 6, 16], "texture": "#1"}, - "south": {"uv": [6, 8, 7, 16], "texture": "#1"}, - "west": {"uv": [7, 8, 8, 16], "texture": "#1"}, - "up": {"uv": [4, 13, 3, 12], "texture": "#1"}, - "down": {"uv": [14, 0, 13, 1], "texture": "#1"} - } - }, - { - "from": [10, -0.25, 5.5], - "to": [11, 7.75, 6.5], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 7.5]}, - "faces": { - "north": {"uv": [8, 8, 9, 16], "texture": "#1"}, - "east": {"uv": [9, 8, 10, 16], "texture": "#1"}, - "south": {"uv": [10, 8, 11, 16], "texture": "#1"}, - "west": {"uv": [11, 8, 12, 16], "texture": "#1"}, - "up": {"uv": [2, 14, 1, 13], "texture": "#1"}, - "down": {"uv": [14, 1, 13, 2], "texture": "#1"} - } - }, - { - "from": [6, 6.75, 5.5], - "to": [10, 7.75, 6.5], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 7.5]}, - "faces": { - "north": {"uv": [12, 4, 16, 5], "texture": "#1"}, - "east": {"uv": [2, 13, 3, 14], "texture": "#1"}, - "south": {"uv": [12, 5, 16, 6], "texture": "#1"}, - "west": {"uv": [13, 2, 14, 3], "texture": "#1"}, - "up": {"uv": [16, 7, 12, 6], "texture": "#1"}, - "down": {"uv": [16, 7, 12, 8], "texture": "#1"} - } - }, - { - "from": [6, -0.25, 5.5], - "to": [10, 0.75, 6.5], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 7.5]}, - "faces": { - "north": {"uv": [12, 8, 16, 9], "texture": "#1"}, - "east": {"uv": [3, 13, 4, 14], "texture": "#1"}, - "south": {"uv": [12, 9, 16, 10], "texture": "#1"}, - "west": {"uv": [13, 3, 14, 4], "texture": "#1"}, - "up": {"uv": [16, 11, 12, 10], "texture": "#1"}, - "down": {"uv": [16, 11, 12, 12], "texture": "#1"} - } - }, - { - "from": [5, -0.25, 6.5], - "to": [11, 7.75, 6.5], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 7.5]}, - "faces": { - "north": {"uv": [0, 0, 6, 8], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 8], "texture": "#1"}, - "south": {"uv": [6, 0, 12, 8], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 8], "texture": "#1"}, - "up": {"uv": [6, 0, 0, 0], "texture": "#1"}, - "down": {"uv": [6, 0, 0, 0], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [-155.5, 45, -180], - "translation": [0.5, 4.5, 1.25], - "scale": [0.75, 0.75, 0.75] - }, - "thirdperson_lefthand": { - "rotation": [-155.5, 45, -180], - "translation": [0.5, 4.5, 1.25], - "scale": [0.75, 0.75, 0.75] - }, - "firstperson_righthand": { - "rotation": [-167.47, -9.87, -178.8], - "translation": [0.5, 5.75, 2], - "scale": [0.75, 0.75, 0.75] - }, - "firstperson_lefthand": { - "rotation": [-167.47, -9.87, -178.8], - "translation": [0.5, 5.75, 2], - "scale": [0.75, 0.75, 0.75] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.7, 0.7, 0.7] - }, - "gui": { - "rotation": [-164.3, 42.23, 173.23], - "translation": [0, 2.25, 0], - "scale": [1.25, 1.25, 1.25] - }, - "head": { - "translation": [0, 14.25, 0] - }, - "fixed": { - "rotation": [-22, 0, 0], - "translation": [0, 4, -1.5] - } - }, - "groups": [ - { - "name": "Main", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "Stand", - "origin": [1, 0, 10], - "color": 0, - "children": [0] - }, - { - "name": "Picture", - "origin": [8, 0, 8], - "color": 0, - "children": [1] - }, - { - "name": "Frame", - "origin": [8, 0, 8], - "color": 0, - "children": [2, 3, 4, 5, 6] - } - ] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_alban_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_alban_picture_frame.json deleted file mode 100644 index 406f336e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_alban_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_alban", - "1": "beautify:block/birch_frame_texture", - "particle": "beautify:block/birch_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_aztec2_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_aztec2_picture_frame.json deleted file mode 100644 index 97fcf6e9..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_aztec2_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec2", - "1": "beautify:block/birch_frame_texture", - "particle": "beautify:block/birch_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_aztec_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_aztec_picture_frame.json deleted file mode 100644 index 6d275561..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_aztec_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec", - "1": "beautify:block/birch_frame_texture", - "particle": "beautify:block/birch_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_beach_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_beach_picture_frame.json deleted file mode 100644 index 0534263e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_beach_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_beach", - "1": "beautify:block/birch_frame_texture", - "particle": "beautify:block/birch_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_bomb_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_bomb_picture_frame.json deleted file mode 100644 index c3155e62..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_bomb_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_bomb", - "1": "beautify:block/birch_frame_texture", - "particle": "beautify:block/birch_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_flower_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_flower_picture_frame.json deleted file mode 100644 index 1a778de7..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_flower_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_flower", - "1": "beautify:block/birch_frame_texture", - "particle": "beautify:block/birch_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_frog_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_frog_picture_frame.json deleted file mode 100644 index 34b97254..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_frog_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_frog", - "1": "beautify:block/birch_frame_texture", - "particle": "beautify:block/birch_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_kebab_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_kebab_picture_frame.json deleted file mode 100644 index ac566e9b..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_kebab_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_kebab", - "1": "beautify:block/birch_frame_texture", - "particle": "beautify:block/birch_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_plant_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_plant_picture_frame.json deleted file mode 100644 index 34895c4a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_plant_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_plant", - "1": "beautify:block/birch_frame_texture", - "particle": "beautify:block/birch_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_river_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_river_picture_frame.json deleted file mode 100644 index 7d5445b8..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_river_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_river", - "1": "beautify:block/birch_frame_texture", - "particle": "beautify:block/birch_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_shroom_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_shroom_picture_frame.json deleted file mode 100644 index 010b710c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_shroom_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_shroom", - "1": "beautify:block/birch_frame_texture", - "particle": "beautify:block/birch_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_sunset_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_sunset_picture_frame.json deleted file mode 100644 index eb2ac7c8..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_sunset_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_sunset", - "1": "beautify:block/birch_frame_texture", - "particle": "beautify:block/birch_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_wasteland_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_wasteland_picture_frame.json deleted file mode 100644 index b6ebb7a3..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/birch_wasteland_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_wasteland", - "1": "beautify:block/birch_frame_texture", - "particle": "beautify:block/birch_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_alban_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_alban_picture_frame.json deleted file mode 100644 index 05cc5eb2..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_alban_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_alban", - "1": "beautify:block/cherry_frame_texture", - "particle": "beautify:block/cherry_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_aztec2_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_aztec2_picture_frame.json deleted file mode 100644 index c9aef407..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_aztec2_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec2", - "1": "beautify:block/cherry_frame_texture", - "particle": "beautify:block/cherry_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_aztec_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_aztec_picture_frame.json deleted file mode 100644 index 5e1341d0..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_aztec_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec", - "1": "beautify:block/cherry_frame_texture", - "particle": "beautify:block/cherry_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_beach_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_beach_picture_frame.json deleted file mode 100644 index 426d9508..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_beach_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_beach", - "1": "beautify:block/cherry_frame_texture", - "particle": "beautify:block/cherry_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_bomb_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_bomb_picture_frame.json deleted file mode 100644 index 3f5f8af7..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_bomb_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_bomb", - "1": "beautify:block/cherry_frame_texture", - "particle": "beautify:block/cherry_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_flower_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_flower_picture_frame.json deleted file mode 100644 index aab7a3eb..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_flower_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_flower", - "1": "beautify:block/cherry_frame_texture", - "particle": "beautify:block/cherry_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_frog_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_frog_picture_frame.json deleted file mode 100644 index e9cce714..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_frog_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_frog", - "1": "beautify:block/cherry_frame_texture", - "particle": "beautify:block/cherry_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_kebab_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_kebab_picture_frame.json deleted file mode 100644 index 6cf8fda7..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_kebab_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_kebab", - "1": "beautify:block/cherry_frame_texture", - "particle": "beautify:block/cherry_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_plant_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_plant_picture_frame.json deleted file mode 100644 index 88f448da..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_plant_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_plant", - "1": "beautify:block/cherry_frame_texture", - "particle": "beautify:block/cherry_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_river_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_river_picture_frame.json deleted file mode 100644 index ee6ea44b..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_river_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_river", - "1": "beautify:block/cherry_frame_texture", - "particle": "beautify:block/cherry_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_shroom_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_shroom_picture_frame.json deleted file mode 100644 index 0a46c256..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_shroom_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_shroom", - "1": "beautify:block/cherry_frame_texture", - "particle": "beautify:block/cherry_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_sunset_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_sunset_picture_frame.json deleted file mode 100644 index e0b0576f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_sunset_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_sunset", - "1": "beautify:block/cherry_frame_texture", - "particle": "beautify:block/cherry_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_wasteland_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_wasteland_picture_frame.json deleted file mode 100644 index 6a83c287..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/cherry_wasteland_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_wasteland", - "1": "beautify:block/cherry_frame_texture", - "particle": "beautify:block/cherry_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_alban_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_alban_picture_frame.json deleted file mode 100644 index ee7a5540..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_alban_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_alban", - "1": "beautify:block/crimson_frame_texture", - "particle": "beautify:block/crimson_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_aztec2_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_aztec2_picture_frame.json deleted file mode 100644 index 3534a012..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_aztec2_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec2", - "1": "beautify:block/crimson_frame_texture", - "particle": "beautify:block/crimson_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_aztec_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_aztec_picture_frame.json deleted file mode 100644 index 9c85a7f8..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_aztec_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec", - "1": "beautify:block/crimson_frame_texture", - "particle": "beautify:block/crimson_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_beach_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_beach_picture_frame.json deleted file mode 100644 index 46612770..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_beach_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_beach", - "1": "beautify:block/crimson_frame_texture", - "particle": "beautify:block/crimson_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_bomb_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_bomb_picture_frame.json deleted file mode 100644 index 789b698f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_bomb_picture_frame.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_bomb", - "1": "beautify:block/crimson_frame_texture", - "particle": "beautify:block/crimson_frame_texture" - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_flower_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_flower_picture_frame.json deleted file mode 100644 index 7fcd7372..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_flower_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_flower", - "1": "beautify:block/crimson_frame_texture", - "particle": "beautify:block/crimson_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_frog_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_frog_picture_frame.json deleted file mode 100644 index e54e1197..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_frog_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_frog", - "1": "beautify:block/crimson_frame_texture", - "particle": "beautify:block/crimson_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_kebab_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_kebab_picture_frame.json deleted file mode 100644 index b93e97de..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_kebab_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_kebab", - "1": "beautify:block/crimson_frame_texture", - "particle": "beautify:block/crimson_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_plant_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_plant_picture_frame.json deleted file mode 100644 index 0c5bf4e7..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_plant_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_plant", - "1": "beautify:block/crimson_frame_texture", - "particle": "beautify:block/crimson_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_river_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_river_picture_frame.json deleted file mode 100644 index f2aec615..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_river_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_river", - "1": "beautify:block/crimson_frame_texture", - "particle": "beautify:block/crimson_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_shroom_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_shroom_picture_frame.json deleted file mode 100644 index 628398bf..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_shroom_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_shroom", - "1": "beautify:block/crimson_frame_texture", - "particle": "beautify:block/crimson_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_sunset_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_sunset_picture_frame.json deleted file mode 100644 index d4c1face..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_sunset_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_sunset", - "1": "beautify:block/crimson_frame_texture", - "particle": "beautify:block/crimson_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_wasteland_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_wasteland_picture_frame.json deleted file mode 100644 index 8272421e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/crimson_wasteland_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_wasteland", - "1": "beautify:block/crimson_frame_texture", - "particle": "beautify:block/crimson_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_alban_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_alban_picture_frame.json deleted file mode 100644 index 09ee0f3a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_alban_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_alban", - "1": "beautify:block/dark_oak_frame_texture", - "particle": "beautify:block/dark_oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_aztec2_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_aztec2_picture_frame.json deleted file mode 100644 index 499a2b06..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_aztec2_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec2", - "1": "beautify:block/dark_oak_frame_texture", - "particle": "beautify:block/dark_oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_aztec_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_aztec_picture_frame.json deleted file mode 100644 index 2a32d66f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_aztec_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec", - "1": "beautify:block/dark_oak_frame_texture", - "particle": "beautify:block/dark_oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_beach_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_beach_picture_frame.json deleted file mode 100644 index c07438e2..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_beach_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_beach", - "1": "beautify:block/dark_oak_frame_texture", - "particle": "beautify:block/dark_oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_bomb_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_bomb_picture_frame.json deleted file mode 100644 index fafe79c9..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_bomb_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_bomb", - "1": "beautify:block/dark_oak_frame_texture", - "particle": "beautify:block/dark_oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_flower_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_flower_picture_frame.json deleted file mode 100644 index c162c2f0..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_flower_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_flower", - "1": "beautify:block/dark_oak_frame_texture", - "particle": "beautify:block/dark_oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_frog_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_frog_picture_frame.json deleted file mode 100644 index be021c06..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_frog_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_frog", - "1": "beautify:block/dark_oak_frame_texture", - "particle": "beautify:block/dark_oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_kebab_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_kebab_picture_frame.json deleted file mode 100644 index 3a332412..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_kebab_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_kebab", - "1": "beautify:block/dark_oak_frame_texture", - "particle": "beautify:block/dark_oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_plant_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_plant_picture_frame.json deleted file mode 100644 index 6e81d098..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_plant_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_plant", - "1": "beautify:block/dark_oak_frame_texture", - "particle": "beautify:block/dark_oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_river_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_river_picture_frame.json deleted file mode 100644 index 543950cd..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_river_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_river", - "1": "beautify:block/dark_oak_frame_texture", - "particle": "beautify:block/dark_oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_shroom_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_shroom_picture_frame.json deleted file mode 100644 index d24ddb76..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_shroom_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_shroom", - "1": "beautify:block/dark_oak_frame_texture", - "particle": "beautify:block/dark_oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_sunset_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_sunset_picture_frame.json deleted file mode 100644 index 2cc3dfe0..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_sunset_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_sunset", - "1": "beautify:block/dark_oak_frame_texture", - "particle": "beautify:block/dark_oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_wasteland_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_wasteland_picture_frame.json deleted file mode 100644 index f066cf70..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/dark_oak_wasteland_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_wasteland", - "1": "beautify:block/dark_oak_frame_texture", - "particle": "beautify:block/dark_oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_alban_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_alban_picture_frame.json deleted file mode 100644 index 43c6ed7c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_alban_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_alban", - "1": "beautify:block/jungle_frame_texture", - "particle": "beautify:block/jungle_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_aztec2_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_aztec2_picture_frame.json deleted file mode 100644 index 433db54e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_aztec2_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec2", - "1": "beautify:block/jungle_frame_texture", - "particle": "beautify:block/jungle_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_aztec_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_aztec_picture_frame.json deleted file mode 100644 index fde9828f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_aztec_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec", - "1": "beautify:block/jungle_frame_texture", - "particle": "beautify:block/jungle_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_beach_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_beach_picture_frame.json deleted file mode 100644 index d59234fd..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_beach_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_beach", - "1": "beautify:block/jungle_frame_texture", - "particle": "beautify:block/jungle_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_bomb_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_bomb_picture_frame.json deleted file mode 100644 index f846d086..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_bomb_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_bomb", - "1": "beautify:block/jungle_frame_texture", - "particle": "beautify:block/jungle_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_flower_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_flower_picture_frame.json deleted file mode 100644 index 6d03114f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_flower_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_flower", - "1": "beautify:block/jungle_frame_texture", - "particle": "beautify:block/jungle_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_frog_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_frog_picture_frame.json deleted file mode 100644 index 62780221..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_frog_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_frog", - "1": "beautify:block/jungle_frame_texture", - "particle": "beautify:block/jungle_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_kebab_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_kebab_picture_frame.json deleted file mode 100644 index c91f726f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_kebab_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_kebab", - "1": "beautify:block/jungle_frame_texture", - "particle": "beautify:block/jungle_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_plant_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_plant_picture_frame.json deleted file mode 100644 index 73447491..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_plant_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_plant", - "1": "beautify:block/jungle_frame_texture", - "particle": "beautify:block/jungle_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_river_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_river_picture_frame.json deleted file mode 100644 index dc5af104..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_river_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_river", - "1": "beautify:block/jungle_frame_texture", - "particle": "beautify:block/jungle_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_shroom_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_shroom_picture_frame.json deleted file mode 100644 index 6e533429..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_shroom_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_shroom", - "1": "beautify:block/jungle_frame_texture", - "particle": "beautify:block/jungle_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_sunset_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_sunset_picture_frame.json deleted file mode 100644 index c80af341..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_sunset_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_sunset", - "1": "beautify:block/jungle_frame_texture", - "particle": "beautify:block/jungle_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_wasteland_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_wasteland_picture_frame.json deleted file mode 100644 index a453e1fd..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/jungle_wasteland_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_wasteland", - "1": "beautify:block/jungle_frame_texture", - "particle": "beautify:block/jungle_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_alban_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_alban_picture_frame.json deleted file mode 100644 index c16166ff..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_alban_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_alban", - "1": "beautify:block/mangrove_frame_texture", - "particle": "beautify:block/mangrove_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_aztec2_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_aztec2_picture_frame.json deleted file mode 100644 index 40e31e7d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_aztec2_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec2", - "1": "beautify:block/mangrove_frame_texture", - "particle": "beautify:block/mangrove_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_aztec_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_aztec_picture_frame.json deleted file mode 100644 index a5e44bcd..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_aztec_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec", - "1": "beautify:block/mangrove_frame_texture", - "particle": "beautify:block/mangrove_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_beach_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_beach_picture_frame.json deleted file mode 100644 index 79e193d4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_beach_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_beach", - "1": "beautify:block/mangrove_frame_texture", - "particle": "beautify:block/mangrove_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_bomb_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_bomb_picture_frame.json deleted file mode 100644 index 0aeb3e28..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_bomb_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_bomb", - "1": "beautify:block/mangrove_frame_texture", - "particle": "beautify:block/mangrove_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_flower_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_flower_picture_frame.json deleted file mode 100644 index 7744fd91..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_flower_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_flower", - "1": "beautify:block/mangrove_frame_texture", - "particle": "beautify:block/mangrove_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_frog_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_frog_picture_frame.json deleted file mode 100644 index 00220a96..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_frog_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_frog", - "1": "beautify:block/mangrove_frame_texture", - "particle": "beautify:block/mangrove_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_kebab_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_kebab_picture_frame.json deleted file mode 100644 index 50140d64..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_kebab_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_kebab", - "1": "beautify:block/mangrove_frame_texture", - "particle": "beautify:block/mangrove_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_plant_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_plant_picture_frame.json deleted file mode 100644 index 00f454ef..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_plant_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_plant", - "1": "beautify:block/mangrove_frame_texture", - "particle": "beautify:block/mangrove_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_river_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_river_picture_frame.json deleted file mode 100644 index 7742c7b2..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_river_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_river", - "1": "beautify:block/mangrove_frame_texture", - "particle": "beautify:block/mangrove_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_shroom_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_shroom_picture_frame.json deleted file mode 100644 index 759d3537..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_shroom_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_shroom", - "1": "beautify:block/mangrove_frame_texture", - "particle": "beautify:block/mangrove_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_sunset_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_sunset_picture_frame.json deleted file mode 100644 index 79a2299b..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_sunset_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_sunset", - "1": "beautify:block/mangrove_frame_texture", - "particle": "beautify:block/mangrove_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_wasteland_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_wasteland_picture_frame.json deleted file mode 100644 index 9172963c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/mangrove_wasteland_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_wasteland", - "1": "beautify:block/mangrove_frame_texture", - "particle": "beautify:block/mangrove_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_alban_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_alban_picture_frame.json deleted file mode 100644 index 313670df..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_alban_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_alban", - "1": "beautify:block/oak_frame_texture", - "particle": "beautify:block/oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_aztec2_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_aztec2_picture_frame.json deleted file mode 100644 index 0a25c67b..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_aztec2_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec2", - "1": "beautify:block/oak_frame_texture", - "particle": "beautify:block/oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_aztec_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_aztec_picture_frame.json deleted file mode 100644 index 02ba978e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_aztec_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec", - "1": "beautify:block/oak_frame_texture", - "particle": "beautify:block/oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_beach_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_beach_picture_frame.json deleted file mode 100644 index 30cf17fa..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_beach_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_beach", - "1": "beautify:block/oak_frame_texture", - "particle": "beautify:block/oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_bomb_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_bomb_picture_frame.json deleted file mode 100644 index d2533afc..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_bomb_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_bomb", - "1": "beautify:block/oak_frame_texture", - "particle": "beautify:block/oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_flower_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_flower_picture_frame.json deleted file mode 100644 index 06a1c924..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_flower_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_flower", - "1": "beautify:block/oak_frame_texture", - "particle": "beautify:block/oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_frog_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_frog_picture_frame.json deleted file mode 100644 index 19a4ab52..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_frog_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_frog", - "1": "beautify:block/oak_frame_texture", - "particle": "beautify:block/oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_kebab_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_kebab_picture_frame.json deleted file mode 100644 index 0cc5219e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_kebab_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_kebab", - "1": "beautify:block/oak_frame_texture", - "particle": "beautify:block/oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_plant_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_plant_picture_frame.json deleted file mode 100644 index facd913e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_plant_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_plant", - "1": "beautify:block/oak_frame_texture", - "particle": "beautify:block/oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_river_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_river_picture_frame.json deleted file mode 100644 index 13bb8c95..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_river_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_river", - "1": "beautify:block/oak_frame_texture", - "particle": "beautify:block/oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_shroom_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_shroom_picture_frame.json deleted file mode 100644 index d430e27d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_shroom_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_shroom", - "1": "beautify:block/oak_frame_texture", - "particle": "beautify:block/oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_sunset_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_sunset_picture_frame.json deleted file mode 100644 index ef496a60..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_sunset_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_sunset", - "1": "beautify:block/oak_frame_texture", - "particle": "beautify:block/oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_wasteland_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_wasteland_picture_frame.json deleted file mode 100644 index 9404ad46..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/oak_wasteland_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_wasteland", - "1": "beautify:block/oak_frame_texture", - "particle": "beautify:block/oak_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_alban_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_alban_picture_frame.json deleted file mode 100644 index 88c4e54f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_alban_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_alban", - "1": "beautify:block/quartz_frame_texture", - "particle": "beautify:block/quartz_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_aztec2_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_aztec2_picture_frame.json deleted file mode 100644 index 536713c3..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_aztec2_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec2", - "1": "beautify:block/quartz_frame_texture", - "particle": "beautify:block/quartz_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_aztec_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_aztec_picture_frame.json deleted file mode 100644 index 05db3c4a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_aztec_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec", - "1": "beautify:block/quartz_frame_texture", - "particle": "beautify:block/quartz_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_beach_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_beach_picture_frame.json deleted file mode 100644 index 6de96086..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_beach_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_beach", - "1": "beautify:block/quartz_frame_texture", - "particle": "beautify:block/quartz_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_bomb_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_bomb_picture_frame.json deleted file mode 100644 index db4f1205..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_bomb_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_bomb", - "1": "beautify:block/quartz_frame_texture", - "particle": "beautify:block/quartz_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_flower_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_flower_picture_frame.json deleted file mode 100644 index c4b48b7d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_flower_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_flower", - "1": "beautify:block/quartz_frame_texture", - "particle": "beautify:block/quartz_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_frog_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_frog_picture_frame.json deleted file mode 100644 index e7c55eb8..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_frog_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_frog", - "1": "beautify:block/quartz_frame_texture", - "particle": "beautify:block/quartz_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_kebab_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_kebab_picture_frame.json deleted file mode 100644 index 5cfb7d0d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_kebab_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_kebab", - "1": "beautify:block/quartz_frame_texture", - "particle": "beautify:block/quartz_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_plant_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_plant_picture_frame.json deleted file mode 100644 index 549473f6..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_plant_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_plant", - "1": "beautify:block/quartz_frame_texture", - "particle": "beautify:block/quartz_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_river_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_river_picture_frame.json deleted file mode 100644 index 67b2a2cf..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_river_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_river", - "1": "beautify:block/quartz_frame_texture", - "particle": "beautify:block/quartz_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_shroom_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_shroom_picture_frame.json deleted file mode 100644 index cfe2f31a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_shroom_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_shroom", - "1": "beautify:block/quartz_frame_texture", - "particle": "beautify:block/quartz_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_sunset_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_sunset_picture_frame.json deleted file mode 100644 index 538e7c03..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_sunset_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_sunset", - "1": "beautify:block/quartz_frame_texture", - "particle": "beautify:block/quartz_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_wasteland_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_wasteland_picture_frame.json deleted file mode 100644 index 92bbb5e5..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/quartz_wasteland_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_wasteland", - "1": "beautify:block/quartz_frame_texture", - "particle": "beautify:block/quartz_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_alban_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_alban_picture_frame.json deleted file mode 100644 index 0a6a7c94..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_alban_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_alban", - "1": "beautify:block/spruce_frame_texture", - "particle": "beautify:block/spruce_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_aztec2_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_aztec2_picture_frame.json deleted file mode 100644 index c74f14a7..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_aztec2_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec2", - "1": "beautify:block/spruce_frame_texture", - "particle": "beautify:block/spruce_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_aztec_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_aztec_picture_frame.json deleted file mode 100644 index cf267b66..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_aztec_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec", - "1": "beautify:block/spruce_frame_texture", - "particle": "beautify:block/spruce_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_beach_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_beach_picture_frame.json deleted file mode 100644 index 6e71ca2b..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_beach_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_beach", - "1": "beautify:block/spruce_frame_texture", - "particle": "beautify:block/spruce_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_bomb_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_bomb_picture_frame.json deleted file mode 100644 index b0b6d301..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_bomb_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_bomb", - "1": "beautify:block/spruce_frame_texture", - "particle": "beautify:block/spruce_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_flower_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_flower_picture_frame.json deleted file mode 100644 index 18d9979c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_flower_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_flower", - "1": "beautify:block/spruce_frame_texture", - "particle": "beautify:block/spruce_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_frog_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_frog_picture_frame.json deleted file mode 100644 index 1923026a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_frog_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_frog", - "1": "beautify:block/spruce_frame_texture", - "particle": "beautify:block/spruce_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_kebab_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_kebab_picture_frame.json deleted file mode 100644 index 95b3eecf..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_kebab_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_kebab", - "1": "beautify:block/spruce_frame_texture", - "particle": "beautify:block/spruce_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_plant_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_plant_picture_frame.json deleted file mode 100644 index 60bac549..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_plant_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_plant", - "1": "beautify:block/spruce_frame_texture", - "particle": "beautify:block/spruce_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_river_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_river_picture_frame.json deleted file mode 100644 index 1ccf8d59..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_river_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_river", - "1": "beautify:block/spruce_frame_texture", - "particle": "beautify:block/spruce_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_shroom_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_shroom_picture_frame.json deleted file mode 100644 index d31992b6..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_shroom_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_shroom", - "1": "beautify:block/spruce_frame_texture", - "particle": "beautify:block/spruce_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_sunset_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_sunset_picture_frame.json deleted file mode 100644 index 64269305..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_sunset_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_sunset", - "1": "beautify:block/spruce_frame_texture", - "particle": "beautify:block/spruce_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_wasteland_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_wasteland_picture_frame.json deleted file mode 100644 index c003de03..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/spruce_wasteland_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_wasteland", - "1": "beautify:block/spruce_frame_texture", - "particle": "beautify:block/spruce_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_alban_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_alban_picture_frame.json deleted file mode 100644 index 854266d1..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_alban_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_alban", - "1": "beautify:block/warped_frame_texture", - "particle": "beautify:block/warped_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_aztec2_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_aztec2_picture_frame.json deleted file mode 100644 index 34b46a59..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_aztec2_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec2", - "1": "beautify:block/warped_frame_texture", - "particle": "beautify:block/warped_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_aztec_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_aztec_picture_frame.json deleted file mode 100644 index ef6ec325..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_aztec_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_aztec", - "1": "beautify:block/warped_frame_texture", - "particle": "beautify:block/warped_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_beach_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_beach_picture_frame.json deleted file mode 100644 index ffe52b1f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_beach_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_beach", - "1": "beautify:block/warped_frame_texture", - "particle": "beautify:block/warped_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_bomb_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_bomb_picture_frame.json deleted file mode 100644 index f14554e2..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_bomb_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_bomb", - "1": "beautify:block/warped_frame_texture", - "particle": "beautify:block/warped_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_flower_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_flower_picture_frame.json deleted file mode 100644 index b550564a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_flower_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_flower", - "1": "beautify:block/warped_frame_texture", - "particle": "beautify:block/warped_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_frog_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_frog_picture_frame.json deleted file mode 100644 index 5675bfa0..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_frog_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_frog", - "1": "beautify:block/warped_frame_texture", - "particle": "beautify:block/warped_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_kebab_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_kebab_picture_frame.json deleted file mode 100644 index f658e890..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_kebab_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_kebab", - "1": "beautify:block/warped_frame_texture", - "particle": "beautify:block/warped_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_plant_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_plant_picture_frame.json deleted file mode 100644 index a2e5be34..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_plant_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_plant", - "1": "beautify:block/warped_frame_texture", - "particle": "beautify:block/warped_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_river_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_river_picture_frame.json deleted file mode 100644 index 1ce879d1..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_river_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_river", - "1": "beautify:block/warped_frame_texture", - "particle": "beautify:block/warped_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_shroom_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_shroom_picture_frame.json deleted file mode 100644 index e14464c8..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_shroom_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_shroom", - "1": "beautify:block/warped_frame_texture", - "particle": "beautify:block/warped_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_sunset_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_sunset_picture_frame.json deleted file mode 100644 index fff5b628..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_sunset_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_sunset", - "1": "beautify:block/warped_frame_texture", - "particle": "beautify:block/warped_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_wasteland_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_wasteland_picture_frame.json deleted file mode 100644 index e7a966fd..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pictureframes/warped_wasteland_picture_frame.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/base_picture_frame", - "textures": { - "0": "beautify:block/motive_wasteland", - "1": "beautify:block/warped_frame_texture", - "particle": "beautify:block/warped_frame_texture" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/allium/allium_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/allium/allium_pot.json deleted file mode 100644 index ca47375e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/allium/allium_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/allium_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/allium/allium_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/allium/allium_pot_grown.json deleted file mode 100644 index 6d9f132d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/allium/allium_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/allium_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/allium/standing_allium_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/allium/standing_allium_pot.json deleted file mode 100644 index 7fee1a68..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/allium/standing_allium_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/allium_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/allium/standing_allium_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/allium/standing_allium_pot_grown.json deleted file mode 100644 index 081084ff..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/allium/standing_allium_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/allium_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/azure_bluet/azure_bluet_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/azure_bluet/azure_bluet_pot.json deleted file mode 100644 index bb14a6c1..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/azure_bluet/azure_bluet_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/azure_bluet_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/azure_bluet/azure_bluet_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/azure_bluet/azure_bluet_pot_grown.json deleted file mode 100644 index a8956423..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/azure_bluet/azure_bluet_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/azure_bluet_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/azure_bluet/standing_azure_bluet_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/azure_bluet/standing_azure_bluet_pot.json deleted file mode 100644 index 86390b88..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/azure_bluet/standing_azure_bluet_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/azure_bluet_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/azure_bluet/standing_azure_bluet_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/azure_bluet/standing_azure_bluet_pot_grown.json deleted file mode 100644 index 07184c84..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/azure_bluet/standing_azure_bluet_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/azure_bluet_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/hanging_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/hanging_pot.json deleted file mode 100644 index 5b72d08b..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/hanging_pot.json +++ /dev/null @@ -1,304 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "beautify:block/hanging_pot", - "particle": "block/terracotta" - }, - "render_type": "cutout", - "elements": [ - { - "from": [5, 5, 5], - "to": [11, 6, 11], - "faces": { - "north": {"uv": [9.5, 4.5, 11, 4.75], "texture": "#0"}, - "east": {"uv": [9.5, 4.75, 11, 5], "texture": "#0"}, - "south": {"uv": [9.5, 5, 11, 5.25], "texture": "#0"}, - "west": {"uv": [9.5, 5.25, 11, 5.5], "texture": "#0"}, - "up": {"uv": [1.5, 9.5, 0, 8], "texture": "#0"}, - "down": {"uv": [9.5, 0, 8, 1.5], "texture": "#0"} - } - }, - { - "from": [11, 5, 5], - "to": [12, 8, 11], - "faces": { - "north": {"uv": [8, 9.5, 8.25, 10.25], "texture": "#0"}, - "east": {"uv": [8, 7.75, 9.5, 8.5], "texture": "#0"}, - "south": {"uv": [8.25, 9.5, 8.5, 10.25], "texture": "#0"}, - "west": {"uv": [8, 8.5, 9.5, 9.25], "texture": "#0"}, - "up": {"uv": [7.25, 11, 7, 9.5], "texture": "#0"}, - "down": {"uv": [7.5, 9.5, 7.25, 11], "texture": "#0"} - } - }, - { - "from": [4, 5, 5], - "to": [5, 8, 11], - "faces": { - "north": {"uv": [9.5, 8.25, 9.75, 9], "texture": "#0"}, - "east": {"uv": [6, 8.75, 7.5, 9.5], "texture": "#0"}, - "south": {"uv": [8.5, 9.5, 8.75, 10.25], "texture": "#0"}, - "west": {"uv": [3, 9.25, 4.5, 10], "texture": "#0"}, - "up": {"uv": [7.75, 11, 7.5, 9.5], "texture": "#0"}, - "down": {"uv": [8, 9.5, 7.75, 11], "texture": "#0"} - } - }, - { - "from": [4, 5, 4], - "to": [12, 8, 5], - "faces": { - "north": {"uv": [8, 5.5, 10, 6.25], "texture": "#0"}, - "east": {"uv": [8.75, 9.5, 9, 10.25], "texture": "#0"}, - "south": {"uv": [6, 8, 8, 8.75], "texture": "#0"}, - "west": {"uv": [9, 9.5, 9.25, 10.25], "texture": "#0"}, - "up": {"uv": [9.5, 9.5, 7.5, 9.25], "texture": "#0"}, - "down": {"uv": [2, 9.5, 0, 9.75], "texture": "#0"} - } - }, - { - "from": [4, 5, 11], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 6.25, 10, 7], "texture": "#0"}, - "east": {"uv": [9.5, 9, 9.75, 9.75], "texture": "#0"}, - "south": {"uv": [8, 7, 10, 7.75], "texture": "#0"}, - "west": {"uv": [9.25, 9.5, 9.5, 10.25], "texture": "#0"}, - "up": {"uv": [11.5, 0.25, 9.5, 0], "texture": "#0"}, - "down": {"uv": [11.5, 0.25, 9.5, 0.5], "texture": "#0"} - } - }, - { - "from": [5, 0, 5], - "to": [11, 5, 11], - "faces": { - "north": {"uv": [3, 8, 4.5, 9.25], "texture": "#0"}, - "east": {"uv": [8, 3, 9.5, 4.25], "texture": "#0"}, - "south": {"uv": [8, 4.25, 9.5, 5.5], "texture": "#0"}, - "west": {"uv": [4.5, 8, 6, 9.25], "texture": "#0"}, - "up": {"uv": [3, 9.5, 1.5, 8], "texture": "#0"}, - "down": {"uv": [9.5, 1.5, 8, 3], "texture": "#0"} - } - }, - { - "from": [7.5, 7.25, 4], - "to": [8.5, 16.25, 5], - "rotation": {"angle": 22.5, "axis": "x", "origin": [5, 8, 5]}, - "faces": { - "north": {"uv": [4.5, 9.25, 4.75, 11.25], "texture": "#0"}, - "east": {"uv": [4.75, 9.25, 5, 11.25], "texture": "#0"}, - "south": {"uv": [5, 9.25, 5.25, 11.25], "texture": "#0"}, - "west": {"uv": [5.25, 9.25, 5.5, 11.25], "texture": "#0"}, - "up": {"uv": [1.25, 10, 1, 9.75], "texture": "#0"}, - "down": {"uv": [10, 1, 9.75, 1.25], "texture": "#0"} - } - }, - { - "from": [4, 7.25, 7.5], - "to": [5, 16.25, 8.5], - "rotation": {"angle": -22.5, "axis": "z", "origin": [5, 8, 11]}, - "faces": { - "north": {"uv": [5.5, 9.25, 5.75, 11.25], "texture": "#0"}, - "east": {"uv": [5.75, 9.25, 6, 11.25], "texture": "#0"}, - "south": {"uv": [9.5, 0.5, 9.75, 2.5], "texture": "#0"}, - "west": {"uv": [2, 9.5, 2.25, 11.5], "texture": "#0"}, - "up": {"uv": [1.5, 10, 1.25, 9.75], "texture": "#0"}, - "down": {"uv": [10, 1.25, 9.75, 1.5], "texture": "#0"} - } - }, - { - "from": [7.5, 7.25, 11], - "to": [8.5, 16.25, 12], - "rotation": {"angle": -22.5, "axis": "x", "origin": [11, 8, 11]}, - "faces": { - "north": {"uv": [2.25, 9.5, 2.5, 11.5], "texture": "#0"}, - "east": {"uv": [2.5, 9.5, 2.75, 11.5], "texture": "#0"}, - "south": {"uv": [9.5, 2.5, 9.75, 4.5], "texture": "#0"}, - "west": {"uv": [2.75, 9.5, 3, 11.5], "texture": "#0"}, - "up": {"uv": [1.75, 10, 1.5, 9.75], "texture": "#0"}, - "down": {"uv": [10, 1.5, 9.75, 1.75], "texture": "#0"} - } - }, - { - "from": [11, 7.25, 7.5], - "to": [12, 16.25, 8.5], - "rotation": {"angle": 22.5, "axis": "z", "origin": [11, 8, 5]}, - "faces": { - "north": {"uv": [6, 9.5, 6.25, 11.5], "texture": "#0"}, - "east": {"uv": [6.25, 9.5, 6.5, 11.5], "texture": "#0"}, - "south": {"uv": [6.5, 9.5, 6.75, 11.5], "texture": "#0"}, - "west": {"uv": [6.75, 9.5, 7, 11.5], "texture": "#0"}, - "up": {"uv": [2, 10, 1.75, 9.75], "texture": "#0"}, - "down": {"uv": [10, 1.75, 9.75, 2], "texture": "#0"} - } - }, - { - "from": [7, 15, 7], - "to": [9, 16, 9], - "faces": { - "north": {"uv": [0, 9.75, 0.5, 10], "texture": "#0"}, - "east": {"uv": [0.5, 9.75, 1, 10], "texture": "#0"}, - "south": {"uv": [9.75, 0.5, 10.25, 0.75], "texture": "#0"}, - "west": {"uv": [9.75, 0.75, 10.25, 1], "texture": "#0"}, - "up": {"uv": [8, 9.25, 7.5, 8.75], "texture": "#0"}, - "down": {"uv": [10, 7.75, 9.5, 8.25], "texture": "#0"} - } - }, - { - "from": [11.25, 4.75, 7.5], - "to": [12.25, 7.75, 8.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [4.75, 10, 5, 10.75], "texture": "#0"}, - "east": {"uv": [9.5, 2.75, 9.75, 3.5], "texture": "#0"}, - "south": {"uv": [5.5, 9.5, 5.75, 10.25], "texture": "#0"}, - "west": {"uv": [9.5, 1.75, 9.75, 2.5], "texture": "#0"}, - "up": {"uv": [2.25, 10.5, 2.5, 10.75], "texture": "#0"}, - "down": {"uv": [5, 9.75, 5.25, 10], "texture": "#0"} - } - }, - { - "from": [7.5, 4.75, 3.75], - "to": [8.5, 7.75, 4.75], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [9.5, 2.75, 9.75, 3.5], "texture": "#0"}, - "east": {"uv": [5.5, 9.5, 5.75, 10.25], "texture": "#0"}, - "south": {"uv": [9.5, 1.75, 9.75, 2.5], "texture": "#0"}, - "west": {"uv": [4.75, 10, 5, 10.75], "texture": "#0"}, - "up": {"uv": [2.25, 10.5, 2.5, 10.75], "rotation": 270, "texture": "#0"}, - "down": {"uv": [5, 9.75, 5.25, 10], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [3.75, 4.75, 7.5], - "to": [4.75, 7.75, 8.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [5.5, 9.5, 5.75, 10.25], "texture": "#0"}, - "east": {"uv": [9.5, 1.75, 9.75, 2.5], "texture": "#0"}, - "south": {"uv": [4.75, 10, 5, 10.75], "texture": "#0"}, - "west": {"uv": [9.5, 2.75, 9.75, 3.5], "texture": "#0"}, - "up": {"uv": [2.25, 10.5, 2.5, 10.75], "rotation": 180, "texture": "#0"}, - "down": {"uv": [5, 9.75, 5.25, 10], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [7.5, 4.75, 11.25], - "to": [8.5, 7.75, 12.25], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [9.5, 1.75, 9.75, 2.5], "texture": "#0"}, - "east": {"uv": [4.75, 10, 5, 10.75], "texture": "#0"}, - "south": {"uv": [9.5, 2.75, 9.75, 3.5], "texture": "#0"}, - "west": {"uv": [5.5, 9.5, 5.75, 10.25], "texture": "#0"}, - "up": {"uv": [2.25, 10.5, 2.5, 10.75], "rotation": 90, "texture": "#0"}, - "down": {"uv": [5, 9.75, 5.25, 10], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [4.5, 4, 4.5], - "to": [11.5, 5, 11.5], - "faces": { - "north": {"uv": [4.75, 10, 6.5, 10.25], "texture": "#0"}, - "east": {"uv": [4.75, 10.75, 6.5, 11], "texture": "#0"}, - "south": {"uv": [4.75, 10.75, 6.5, 11], "texture": "#0"}, - "west": {"uv": [4.75, 10, 6.5, 10.25], "texture": "#0"}, - "up": {"uv": [4.5, 9.5, 6.25, 11.25], "texture": "#0"}, - "down": {"uv": [4.5, 9.5, 6.25, 11.25], "texture": "#0"} - } - }, - { - "from": [8, 0, 0], - "to": [8, 16, 16], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 4], "texture": "#0"}, - "east": {"uv": [4, 0, 8, 4], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 4], "texture": "#0"}, - "west": {"uv": [4, 4, 8, 8], "texture": "#0"}, - "up": {"uv": [0, 4, 0, 0], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 4], "texture": "#0"} - } - }, - { - "from": [0, 0, 8], - "to": [16, 16, 8], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 4, 4], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 4], "texture": "#0"}, - "south": {"uv": [0, 4, 4, 8], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 4], "texture": "#0"}, - "up": {"uv": [0, 4, 0, 0], "rotation": 270, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 4], "rotation": 90, "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [67.54, -29.2, 0.06], - "translation": [0, -2.75, -4.5], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "rotation": [67.54, -29.2, 0.06], - "translation": [0, -2.75, -4.5], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [0, 50.75, 0], - "translation": [0.75, 3.25, 0], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [0, 50.75, 0], - "translation": [0.75, 3.25, 0], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 1.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "gui": { - "rotation": [25.75, -45, 0], - "translation": [0, 0.5, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "translation": [0, 14.25, 0] - } - }, - "groups": [ - { - "name": "test", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "Erde", - "origin": [0, 0, 0], - "color": 0, - "children": [0] - }, - { - "name": "Topf", - "origin": [0, 0, 0], - "color": 0, - "children": [1, 2, 3, 4, 5] - }, - { - "name": "Seile", - "origin": [-3, 8, -3], - "color": 0, - "children": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15] - }, - { - "name": "Rose", - "origin": [0, 0, 0], - "color": 0, - "children": [16, 17] - } - ] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/hanging_pot_flat.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/hanging_pot_flat.json deleted file mode 100644 index adeb14c1..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/hanging_pot_flat.json +++ /dev/null @@ -1,557 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "1": "beautify:block/pots/vine_pot", - "2": "beautify:block/pots/vine_pot_overlay", - "particle": "block/terracotta" - }, - "elements": [ - { - "from": [5, 6, 5], - "to": [11, 7, 11], - "faces": { - "north": {"uv": [9.5, 4.5, 11, 4.75], "texture": "#1"}, - "east": {"uv": [9.5, 4.75, 11, 5], "texture": "#1"}, - "south": {"uv": [9.5, 5, 11, 5.25], "texture": "#1"}, - "west": {"uv": [9.5, 5.25, 11, 5.5], "texture": "#1"}, - "up": {"uv": [1.5, 9.5, 0, 8], "texture": "#1"}, - "down": {"uv": [9.5, 0, 8, 1.5], "texture": "#1"} - } - }, - { - "from": [11, 5, 5], - "to": [12, 8, 11], - "faces": { - "north": {"uv": [8, 9.5, 8.25, 10.25], "texture": "#1"}, - "east": {"uv": [8, 7.75, 9.5, 8.5], "texture": "#1"}, - "south": {"uv": [8.25, 9.5, 8.5, 10.25], "texture": "#1"}, - "west": {"uv": [8, 8.5, 9.5, 9.25], "texture": "#1"}, - "up": {"uv": [7.25, 11, 7, 9.5], "texture": "#1"}, - "down": {"uv": [7.5, 9.5, 7.25, 11], "texture": "#1"} - } - }, - { - "from": [4, 5, 5], - "to": [5, 8, 11], - "faces": { - "north": {"uv": [9.5, 8.25, 9.75, 9], "texture": "#1"}, - "east": {"uv": [6, 8.75, 7.5, 9.5], "texture": "#1"}, - "south": {"uv": [8.5, 9.5, 8.75, 10.25], "texture": "#1"}, - "west": {"uv": [3, 9.25, 4.5, 10], "texture": "#1"}, - "up": {"uv": [7.75, 11, 7.5, 9.5], "texture": "#1"}, - "down": {"uv": [8, 9.5, 7.75, 11], "texture": "#1"} - } - }, - { - "from": [4, 5, 4], - "to": [12, 8, 5], - "faces": { - "north": {"uv": [8, 5.5, 10, 6.25], "texture": "#1"}, - "east": {"uv": [8.75, 9.5, 9, 10.25], "texture": "#1"}, - "south": {"uv": [6, 8, 8, 8.75], "texture": "#1"}, - "west": {"uv": [9, 9.5, 9.25, 10.25], "texture": "#1"}, - "up": {"uv": [9.5, 9.5, 7.5, 9.25], "texture": "#1"}, - "down": {"uv": [2, 9.5, 0, 9.75], "texture": "#1"} - } - }, - { - "from": [4, 5, 11], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 6.25, 10, 7], "texture": "#1"}, - "east": {"uv": [9.5, 9, 9.75, 9.75], "texture": "#1"}, - "south": {"uv": [8, 7, 10, 7.75], "texture": "#1"}, - "west": {"uv": [9.25, 9.5, 9.5, 10.25], "texture": "#1"}, - "up": {"uv": [11.5, 0.25, 9.5, 0], "texture": "#1"}, - "down": {"uv": [11.5, 0.25, 9.5, 0.5], "texture": "#1"} - } - }, - { - "from": [5, 0, 5], - "to": [11, 5, 11], - "faces": { - "north": {"uv": [3, 8, 4.5, 9.25], "texture": "#1"}, - "east": {"uv": [8, 3, 9.5, 4.25], "texture": "#1"}, - "south": {"uv": [8, 4.25, 9.5, 5.5], "texture": "#1"}, - "west": {"uv": [4.5, 8, 6, 9.25], "texture": "#1"}, - "up": {"uv": [3, 9.5, 1.5, 8], "texture": "#1"}, - "down": {"uv": [9.5, 1.5, 8, 3], "texture": "#1"} - } - }, - { - "from": [7.5, 7.25, 4], - "to": [8.5, 16.25, 5], - "rotation": {"angle": 22.5, "axis": "x", "origin": [5, 8, 5]}, - "faces": { - "north": {"uv": [4.5, 9.25, 4.75, 11.25], "texture": "#1"}, - "east": {"uv": [4.75, 9.25, 5, 11.25], "texture": "#1"}, - "south": {"uv": [5, 9.25, 5.25, 11.25], "texture": "#1"}, - "west": {"uv": [5.25, 9.25, 5.5, 11.25], "texture": "#1"}, - "up": {"uv": [1.25, 10, 1, 9.75], "texture": "#1"}, - "down": {"uv": [10, 1, 9.75, 1.25], "texture": "#1"} - } - }, - { - "from": [4, 7.25, 7.5], - "to": [5, 16.25, 8.5], - "rotation": {"angle": -22.5, "axis": "z", "origin": [5, 8, 11]}, - "faces": { - "north": {"uv": [5.5, 9.25, 5.75, 11.25], "texture": "#1"}, - "east": {"uv": [5.75, 9.25, 6, 11.25], "texture": "#1"}, - "south": {"uv": [9.5, 0.5, 9.75, 2.5], "texture": "#1"}, - "west": {"uv": [2, 9.5, 2.25, 11.5], "texture": "#1"}, - "up": {"uv": [1.5, 10, 1.25, 9.75], "texture": "#1"}, - "down": {"uv": [10, 1.25, 9.75, 1.5], "texture": "#1"} - } - }, - { - "from": [7.5, 7.25, 11], - "to": [8.5, 16.25, 12], - "rotation": {"angle": -22.5, "axis": "x", "origin": [11, 8, 11]}, - "faces": { - "north": {"uv": [2.25, 9.5, 2.5, 11.5], "texture": "#1"}, - "east": {"uv": [2.5, 9.5, 2.75, 11.5], "texture": "#1"}, - "south": {"uv": [9.5, 2.5, 9.75, 4.5], "texture": "#1"}, - "west": {"uv": [2.75, 9.5, 3, 11.5], "texture": "#1"}, - "up": {"uv": [1.75, 10, 1.5, 9.75], "texture": "#1"}, - "down": {"uv": [10, 1.5, 9.75, 1.75], "texture": "#1"} - } - }, - { - "from": [11, 7.25, 7.5], - "to": [12, 16.25, 8.5], - "rotation": {"angle": 22.5, "axis": "z", "origin": [11, 8, 5]}, - "faces": { - "north": {"uv": [6, 9.5, 6.25, 11.5], "texture": "#1"}, - "east": {"uv": [6.25, 9.5, 6.5, 11.5], "texture": "#1"}, - "south": {"uv": [6.5, 9.5, 6.75, 11.5], "texture": "#1"}, - "west": {"uv": [6.75, 9.5, 7, 11.5], "texture": "#1"}, - "up": {"uv": [2, 10, 1.75, 9.75], "texture": "#1"}, - "down": {"uv": [10, 1.75, 9.75, 2], "texture": "#1"} - } - }, - { - "from": [7, 15, 7], - "to": [9, 16, 9], - "faces": { - "north": {"uv": [0, 9.75, 0.5, 10], "texture": "#1"}, - "east": {"uv": [0.5, 9.75, 1, 10], "texture": "#1"}, - "south": {"uv": [9.75, 0.5, 10.25, 0.75], "texture": "#1"}, - "west": {"uv": [9.75, 0.75, 10.25, 1], "texture": "#1"}, - "up": {"uv": [8, 9.25, 7.5, 8.75], "texture": "#1"}, - "down": {"uv": [10, 7.75, 9.5, 8.25], "texture": "#1"} - } - }, - { - "from": [11.25, 4.75, 7.5], - "to": [12.25, 7.75, 8.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [4.75, 10, 5, 10.75], "texture": "#1"}, - "east": {"uv": [9.5, 2.75, 9.75, 3.5], "texture": "#1"}, - "south": {"uv": [5.5, 9.5, 5.75, 10.25], "texture": "#1"}, - "west": {"uv": [9.5, 1.75, 9.75, 2.5], "texture": "#1"}, - "up": {"uv": [2.25, 10.5, 2.5, 10.75], "texture": "#1"}, - "down": {"uv": [5, 9.75, 5.25, 10], "texture": "#1"} - } - }, - { - "from": [7.5, 4.75, 3.75], - "to": [8.5, 7.75, 4.75], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [9.5, 2.75, 9.75, 3.5], "texture": "#1"}, - "east": {"uv": [5.5, 9.5, 5.75, 10.25], "texture": "#1"}, - "south": {"uv": [9.5, 1.75, 9.75, 2.5], "texture": "#1"}, - "west": {"uv": [4.75, 10, 5, 10.75], "texture": "#1"}, - "up": {"uv": [2.25, 10.5, 2.5, 10.75], "rotation": 270, "texture": "#1"}, - "down": {"uv": [5, 9.75, 5.25, 10], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [3.75, 4.75, 7.5], - "to": [4.75, 7.75, 8.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [5.5, 9.5, 5.75, 10.25], "texture": "#1"}, - "east": {"uv": [9.5, 1.75, 9.75, 2.5], "texture": "#1"}, - "south": {"uv": [4.75, 10, 5, 10.75], "texture": "#1"}, - "west": {"uv": [9.5, 2.75, 9.75, 3.5], "texture": "#1"}, - "up": {"uv": [2.25, 10.5, 2.5, 10.75], "rotation": 180, "texture": "#1"}, - "down": {"uv": [5, 9.75, 5.25, 10], "rotation": 180, "texture": "#1"} - } - }, - { - "from": [7.5, 4.75, 11.25], - "to": [8.5, 7.75, 12.25], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [9.5, 1.75, 9.75, 2.5], "texture": "#1"}, - "east": {"uv": [4.75, 10, 5, 10.75], "texture": "#1"}, - "south": {"uv": [9.5, 2.75, 9.75, 3.5], "texture": "#1"}, - "west": {"uv": [5.5, 9.5, 5.75, 10.25], "texture": "#1"}, - "up": {"uv": [2.25, 10.5, 2.5, 10.75], "rotation": 90, "texture": "#1"}, - "down": {"uv": [5, 9.75, 5.25, 10], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [4.5, 4, 4.5], - "to": [11.5, 5, 11.5], - "faces": { - "north": {"uv": [4.75, 10, 6.5, 10.25], "texture": "#1"}, - "east": {"uv": [4.75, 10.75, 6.5, 11], "texture": "#1"}, - "south": {"uv": [4.75, 10.75, 6.5, 11], "texture": "#1"}, - "west": {"uv": [4.75, 10, 6.5, 10.25], "texture": "#1"}, - "up": {"uv": [4.5, 9.5, 6.25, 11.25], "texture": "#1"}, - "down": {"uv": [4.5, 9.5, 6.25, 11.25], "texture": "#1"} - } - }, - { - "name": "RankePot", - "from": [4, 8.5, 9.5], - "to": [12, 8.5, 14.5], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [0, 0, 2, 0], "rotation": 180, "texture": "#1"}, - "east": {"uv": [0, 0, 0, 1.25], "rotation": 90, "texture": "#1"}, - "south": {"uv": [0, 0, 2, 0], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 1.25], "rotation": 270, "texture": "#1"}, - "up": {"uv": [0, 0, 2, 1.25], "texture": "#1"}, - "down": {"uv": [2, 0, 0, 1.25], "rotation": 180, "texture": "#1"} - } - }, - { - "name": "Ranke", - "from": [4, 0, 12.75], - "to": [12, 9, 12.75], - "faces": { - "north": {"uv": [2, 1.25, 0, 3.5], "texture": "#1"}, - "east": {"uv": [0, 1.25, 0, 3.5], "texture": "#1"}, - "south": {"uv": [0, 1.25, 2, 3.5], "texture": "#1"}, - "west": {"uv": [0, 1.25, 0, 3.5], "texture": "#1"}, - "up": {"uv": [0, 1.25, 2, 1.25], "texture": "#1"}, - "down": {"uv": [0, 1.25, 2, 1.25], "texture": "#1"} - } - }, - { - "name": "OverlayPot", - "from": [4, 9, 9.5], - "to": [12, 9, 14.5], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [0, 0, 2, 0], "rotation": 180, "texture": "#2"}, - "east": {"uv": [0, 0, 0, 1.25], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 0, 2, 0], "texture": "#2"}, - "west": {"uv": [0, 0, 0, 1.25], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 0, 2, 1.25], "texture": "#2"}, - "down": {"uv": [2, 0, 0, 1.25], "rotation": 180, "texture": "#2"} - } - }, - { - "name": "Overlay", - "from": [4, 0, 13.25], - "to": [12, 9, 13.25], - "faces": { - "north": {"uv": [2, 1.25, 0, 3.5], "texture": "#2"}, - "east": {"uv": [0, 1.25, 0, 3.5], "texture": "#2"}, - "south": {"uv": [0, 1.25, 2, 3.5], "texture": "#2"}, - "west": {"uv": [0, 1.25, 0, 3.5], "texture": "#2"}, - "up": {"uv": [0, 1.25, 2, 1.25], "texture": "#2"}, - "down": {"uv": [0, 1.25, 2, 1.25], "texture": "#2"} - } - }, - { - "name": "RankePot", - "from": [9.25, 6.75, 4], - "to": [14.25, 6.75, 12], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [6, 0, 6, 1.25], "rotation": 90, "texture": "#1"}, - "east": {"uv": [6, 0, 8, 0], "texture": "#1"}, - "south": {"uv": [6, 0, 6, 1.25], "rotation": 270, "texture": "#1"}, - "west": {"uv": [6, 0, 8, 0], "rotation": 180, "texture": "#1"}, - "up": {"uv": [6, 0, 8, 1.25], "rotation": 270, "texture": "#1"}, - "down": {"uv": [8, 0, 6, 1.25], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "OverlayPot", - "from": [9.25, 7.25, 4], - "to": [14.25, 7.25, 12], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [2, 0, 2, 1.25], "rotation": 90, "texture": "#2"}, - "east": {"uv": [2, 0, 4, 0], "texture": "#2"}, - "south": {"uv": [2, 0, 2, 1.25], "rotation": 270, "texture": "#2"}, - "west": {"uv": [2, 0, 4, 0], "rotation": 180, "texture": "#2"}, - "up": {"uv": [2, 0, 4, 1.25], "rotation": 270, "texture": "#2"}, - "down": {"uv": [4, 0, 2, 1.25], "rotation": 270, "texture": "#2"} - } - }, - { - "name": "Ranke", - "from": [12.75, 0, 4], - "to": [12.75, 9, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [6, 1.25, 6, 3.5], "texture": "#1"}, - "east": {"uv": [6, 1.25, 8, 3.5], "texture": "#1"}, - "south": {"uv": [6, 1.25, 6, 3.5], "texture": "#1"}, - "west": {"uv": [8, 1.25, 6, 3.5], "texture": "#1"}, - "up": {"uv": [6, 1.25, 8, 1.25], "rotation": 270, "texture": "#1"}, - "down": {"uv": [6, 1.25, 8, 1.25], "rotation": 90, "texture": "#1"} - } - }, - { - "name": "Overlay", - "from": [13.25, 0, 4], - "to": [13.25, 9, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [2, 1.25, 2, 3.5], "texture": "#2"}, - "east": {"uv": [2, 1.25, 4, 3.5], "texture": "#2"}, - "south": {"uv": [2, 1.25, 2, 3.5], "texture": "#2"}, - "west": {"uv": [4, 1.25, 2, 3.5], "texture": "#2"}, - "up": {"uv": [2, 1.25, 4, 1.25], "rotation": 270, "texture": "#2"}, - "down": {"uv": [2, 1.25, 4, 1.25], "rotation": 90, "texture": "#2"} - } - }, - { - "name": "RankePot", - "from": [1.75, 6.75, 4], - "to": [6.75, 6.75, 12], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [2, 0, 2, 1.25], "rotation": 90, "texture": "#1"}, - "east": {"uv": [2, 0, 4, 0], "texture": "#1"}, - "south": {"uv": [2, 0, 2, 1.25], "rotation": 270, "texture": "#1"}, - "west": {"uv": [2, 0, 4, 0], "rotation": 180, "texture": "#1"}, - "up": {"uv": [4, 1.25, 2, 0], "rotation": 270, "texture": "#1"}, - "down": {"uv": [2, 1.25, 4, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "OverlayPot", - "from": [1.75, 7, 4.25], - "to": [6.75, 7, 12.25], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [4, 0, 4, 1.25], "rotation": 90, "texture": "#2"}, - "east": {"uv": [4, 0, 6, 0], "texture": "#2"}, - "south": {"uv": [4, 0, 4, 1.25], "rotation": 270, "texture": "#2"}, - "west": {"uv": [4, 0, 6, 0], "rotation": 180, "texture": "#2"}, - "up": {"uv": [6, 1.25, 4, 0], "rotation": 270, "texture": "#2"}, - "down": {"uv": [4, 1.25, 6, 0], "rotation": 270, "texture": "#2"} - } - }, - { - "name": "Ranke", - "from": [3.25, 0, 4], - "to": [3.25, 9, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [2, 1.25, 2, 3.5], "texture": "#1"}, - "east": {"uv": [4, 1.25, 2, 3.5], "texture": "#1"}, - "south": {"uv": [2, 1.25, 2, 3.5], "texture": "#1"}, - "west": {"uv": [2, 1.25, 4, 3.5], "texture": "#1"}, - "up": {"uv": [2, 1.25, 4, 1.25], "rotation": 270, "texture": "#1"}, - "down": {"uv": [2, 1.25, 4, 1.25], "rotation": 90, "texture": "#1"} - } - }, - { - "name": "Overlay", - "from": [2.75, 0, 4], - "to": [2.75, 9, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [4, 1.25, 4, 3.5], "texture": "#2"}, - "east": {"uv": [6, 1.25, 4, 3.5], "texture": "#2"}, - "south": {"uv": [4, 1.25, 4, 3.5], "texture": "#2"}, - "west": {"uv": [4, 1.25, 6, 3.5], "texture": "#2"}, - "up": {"uv": [4, 1.25, 6, 1.25], "rotation": 270, "texture": "#2"}, - "down": {"uv": [4, 1.25, 6, 1.25], "rotation": 90, "texture": "#2"} - } - }, - { - "name": "RankePot", - "from": [4, 5, 2], - "to": [12, 5, 7], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [4, 0, 6, 0], "texture": "#1"}, - "east": {"uv": [4, 0, 4, 1.25], "rotation": 270, "texture": "#1"}, - "south": {"uv": [4, 0, 6, 0], "rotation": 180, "texture": "#1"}, - "west": {"uv": [4, 0, 4, 1.25], "rotation": 90, "texture": "#1"}, - "up": {"uv": [4, 0, 6, 1.25], "rotation": 180, "texture": "#1"}, - "down": {"uv": [6, 0, 4, 1.25], "texture": "#1"} - } - }, - { - "name": "OverlayPot", - "from": [4, 5.5, 2], - "to": [12, 5.5, 7], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [6, 0, 8, 0], "texture": "#2"}, - "east": {"uv": [6, 0, 6, 1.25], "rotation": 270, "texture": "#2"}, - "south": {"uv": [6, 0, 8, 0], "rotation": 180, "texture": "#2"}, - "west": {"uv": [6, 0, 6, 1.25], "rotation": 90, "texture": "#2"}, - "up": {"uv": [6, 0, 8, 1.25], "rotation": 180, "texture": "#2"}, - "down": {"uv": [8, 0, 6, 1.25], "texture": "#2"} - } - }, - { - "name": "Ranke", - "from": [4, 0, 3.25], - "to": [12, 9, 3.25], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [4, 1.25, 6, 3.5], "texture": "#1"}, - "east": {"uv": [4, 1.25, 4, 3.5], "texture": "#1"}, - "south": {"uv": [6, 1.25, 4, 3.5], "texture": "#1"}, - "west": {"uv": [4, 1.25, 4, 3.5], "texture": "#1"}, - "up": {"uv": [4, 1.25, 6, 1.25], "rotation": 180, "texture": "#1"}, - "down": {"uv": [4, 1.25, 6, 1.25], "rotation": 180, "texture": "#1"} - } - }, - { - "name": "Overlay", - "from": [4, 0, 2.75], - "to": [12, 9, 2.75], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [6, 1.25, 8, 3.5], "texture": "#2"}, - "east": {"uv": [6, 1.25, 6, 3.5], "texture": "#2"}, - "south": {"uv": [8, 1.25, 6, 3.5], "texture": "#2"}, - "west": {"uv": [6, 1.25, 6, 3.5], "texture": "#2"}, - "up": {"uv": [6, 1.25, 8, 1.25], "rotation": 180, "texture": "#2"}, - "down": {"uv": [6, 1.25, 8, 1.25], "rotation": 180, "texture": "#2"} - } - }, - { - "from": [-1, 2, 8], - "to": [17, 11, 8], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [0, 5.5, 4.5, 7.75], "texture": "#1"}, - "east": {"uv": [0, 5.5, 0, 7.75], "texture": "#1"}, - "south": {"uv": [4.5, 5.5, 0, 7.75], "texture": "#1"}, - "west": {"uv": [0, 5.5, 0, 7.75], "texture": "#1"}, - "up": {"uv": [0, 3.25, 0, 7.75], "rotation": 270, "texture": "#1"}, - "down": {"uv": [0, 3.25, 0, 7.75], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [8, 3, -1], - "to": [8, 12, 17], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [0, 3.25, 0, 5.5], "texture": "#1"}, - "east": {"uv": [0, 3.25, 4.5, 5.5], "texture": "#1"}, - "south": {"uv": [0, 3.25, 0, 5.5], "texture": "#1"}, - "west": {"uv": [4.5, 3.25, 0, 5.5], "texture": "#1"}, - "up": {"uv": [0, 1, 0, 5.5], "texture": "#1"}, - "down": {"uv": [0, 1, 0, 5.5], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [67.54, -29.2, 0.06], - "translation": [0, -2.75, -4.5], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "rotation": [67.54, -29.2, 0.06], - "translation": [0, -2.75, -4.5], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [0, 50.75, 0], - "translation": [0.75, 3.25, 0], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [0, 50.75, 0], - "translation": [0.75, 3.25, 0], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 1.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "gui": { - "rotation": [25.75, -45, 0], - "translation": [0, 0.5, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "translation": [0, 14.25, 0] - } - }, - "groups": [ - { - "name": "pot", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "Erde", - "origin": [0, 0, 0], - "color": 0, - "children": [0] - }, - { - "name": "Topf", - "origin": [0, 0, 0], - "color": 0, - "children": [1, 2, 3, 4, 5] - }, - { - "name": "Seile", - "origin": [-3, 8, -3], - "color": 0, - "children": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15] - } - ] - }, - { - "name": "greens", - "origin": [10, 7.5, 3.75], - "color": 0, - "children": [ - { - "name": "1", - "origin": [0, 0, 0], - "color": 0, - "children": [16, 17, 18, 19] - }, - { - "name": "2", - "origin": [8, 4, 13], - "color": 0, - "children": [20, 21, 22, 23] - }, - { - "name": "3", - "origin": [8, 4, 13], - "color": 0, - "children": [24, 25, 26, 27] - }, - { - "name": "4", - "origin": [8, 4, 12.5], - "color": 0, - "children": [28, 29, 30, 31] - }, - { - "name": "5", - "origin": [8, 7, 8], - "color": 0, - "children": [32, 33] - } - ] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/hanging_pot_flat_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/hanging_pot_flat_grown.json deleted file mode 100644 index 2436ebab..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/hanging_pot_flat_grown.json +++ /dev/null @@ -1,557 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "1": "beautify:block/pots/vine_pot_grown", - "2": "beautify:block/pots/vine_pot_overlay_grown", - "particle": "block/terracotta" - }, - "elements": [ - { - "from": [5, 6, 5], - "to": [11, 7, 11], - "faces": { - "north": {"uv": [9.5, 4.5, 11, 4.75], "texture": "#1"}, - "east": {"uv": [9.5, 4.75, 11, 5], "texture": "#1"}, - "south": {"uv": [9.5, 5, 11, 5.25], "texture": "#1"}, - "west": {"uv": [9.5, 5.25, 11, 5.5], "texture": "#1"}, - "up": {"uv": [1.5, 9.5, 0, 8], "texture": "#1"}, - "down": {"uv": [9.5, 0, 8, 1.5], "texture": "#1"} - } - }, - { - "from": [11, 5, 5], - "to": [12, 8, 11], - "faces": { - "north": {"uv": [8, 9.5, 8.25, 10.25], "texture": "#1"}, - "east": {"uv": [8, 7.75, 9.5, 8.5], "texture": "#1"}, - "south": {"uv": [8.25, 9.5, 8.5, 10.25], "texture": "#1"}, - "west": {"uv": [8, 8.5, 9.5, 9.25], "texture": "#1"}, - "up": {"uv": [7.25, 11, 7, 9.5], "texture": "#1"}, - "down": {"uv": [7.5, 9.5, 7.25, 11], "texture": "#1"} - } - }, - { - "from": [4, 5, 5], - "to": [5, 8, 11], - "faces": { - "north": {"uv": [9.5, 8.25, 9.75, 9], "texture": "#1"}, - "east": {"uv": [6, 8.75, 7.5, 9.5], "texture": "#1"}, - "south": {"uv": [8.5, 9.5, 8.75, 10.25], "texture": "#1"}, - "west": {"uv": [3, 9.25, 4.5, 10], "texture": "#1"}, - "up": {"uv": [7.75, 11, 7.5, 9.5], "texture": "#1"}, - "down": {"uv": [8, 9.5, 7.75, 11], "texture": "#1"} - } - }, - { - "from": [4, 5, 4], - "to": [12, 8, 5], - "faces": { - "north": {"uv": [8, 5.5, 10, 6.25], "texture": "#1"}, - "east": {"uv": [8.75, 9.5, 9, 10.25], "texture": "#1"}, - "south": {"uv": [6, 8, 8, 8.75], "texture": "#1"}, - "west": {"uv": [9, 9.5, 9.25, 10.25], "texture": "#1"}, - "up": {"uv": [9.5, 9.5, 7.5, 9.25], "texture": "#1"}, - "down": {"uv": [2, 9.5, 0, 9.75], "texture": "#1"} - } - }, - { - "from": [4, 5, 11], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 6.25, 10, 7], "texture": "#1"}, - "east": {"uv": [9.5, 9, 9.75, 9.75], "texture": "#1"}, - "south": {"uv": [8, 7, 10, 7.75], "texture": "#1"}, - "west": {"uv": [9.25, 9.5, 9.5, 10.25], "texture": "#1"}, - "up": {"uv": [11.5, 0.25, 9.5, 0], "texture": "#1"}, - "down": {"uv": [11.5, 0.25, 9.5, 0.5], "texture": "#1"} - } - }, - { - "from": [5, 0, 5], - "to": [11, 5, 11], - "faces": { - "north": {"uv": [3, 8, 4.5, 9.25], "texture": "#1"}, - "east": {"uv": [8, 3, 9.5, 4.25], "texture": "#1"}, - "south": {"uv": [8, 4.25, 9.5, 5.5], "texture": "#1"}, - "west": {"uv": [4.5, 8, 6, 9.25], "texture": "#1"}, - "up": {"uv": [3, 9.5, 1.5, 8], "texture": "#1"}, - "down": {"uv": [9.5, 1.5, 8, 3], "texture": "#1"} - } - }, - { - "from": [7.5, 7.25, 4], - "to": [8.5, 16.25, 5], - "rotation": {"angle": 22.5, "axis": "x", "origin": [5, 8, 5]}, - "faces": { - "north": {"uv": [4.5, 9.25, 4.75, 11.25], "texture": "#1"}, - "east": {"uv": [4.75, 9.25, 5, 11.25], "texture": "#1"}, - "south": {"uv": [5, 9.25, 5.25, 11.25], "texture": "#1"}, - "west": {"uv": [5.25, 9.25, 5.5, 11.25], "texture": "#1"}, - "up": {"uv": [1.25, 10, 1, 9.75], "texture": "#1"}, - "down": {"uv": [10, 1, 9.75, 1.25], "texture": "#1"} - } - }, - { - "from": [4, 7.25, 7.5], - "to": [5, 16.25, 8.5], - "rotation": {"angle": -22.5, "axis": "z", "origin": [5, 8, 11]}, - "faces": { - "north": {"uv": [5.5, 9.25, 5.75, 11.25], "texture": "#1"}, - "east": {"uv": [5.75, 9.25, 6, 11.25], "texture": "#1"}, - "south": {"uv": [9.5, 0.5, 9.75, 2.5], "texture": "#1"}, - "west": {"uv": [2, 9.5, 2.25, 11.5], "texture": "#1"}, - "up": {"uv": [1.5, 10, 1.25, 9.75], "texture": "#1"}, - "down": {"uv": [10, 1.25, 9.75, 1.5], "texture": "#1"} - } - }, - { - "from": [7.5, 7.25, 11], - "to": [8.5, 16.25, 12], - "rotation": {"angle": -22.5, "axis": "x", "origin": [11, 8, 11]}, - "faces": { - "north": {"uv": [2.25, 9.5, 2.5, 11.5], "texture": "#1"}, - "east": {"uv": [2.5, 9.5, 2.75, 11.5], "texture": "#1"}, - "south": {"uv": [9.5, 2.5, 9.75, 4.5], "texture": "#1"}, - "west": {"uv": [2.75, 9.5, 3, 11.5], "texture": "#1"}, - "up": {"uv": [1.75, 10, 1.5, 9.75], "texture": "#1"}, - "down": {"uv": [10, 1.5, 9.75, 1.75], "texture": "#1"} - } - }, - { - "from": [11, 7.25, 7.5], - "to": [12, 16.25, 8.5], - "rotation": {"angle": 22.5, "axis": "z", "origin": [11, 8, 5]}, - "faces": { - "north": {"uv": [6, 9.5, 6.25, 11.5], "texture": "#1"}, - "east": {"uv": [6.25, 9.5, 6.5, 11.5], "texture": "#1"}, - "south": {"uv": [6.5, 9.5, 6.75, 11.5], "texture": "#1"}, - "west": {"uv": [6.75, 9.5, 7, 11.5], "texture": "#1"}, - "up": {"uv": [2, 10, 1.75, 9.75], "texture": "#1"}, - "down": {"uv": [10, 1.75, 9.75, 2], "texture": "#1"} - } - }, - { - "from": [7, 15, 7], - "to": [9, 16, 9], - "faces": { - "north": {"uv": [0, 9.75, 0.5, 10], "texture": "#1"}, - "east": {"uv": [0.5, 9.75, 1, 10], "texture": "#1"}, - "south": {"uv": [9.75, 0.5, 10.25, 0.75], "texture": "#1"}, - "west": {"uv": [9.75, 0.75, 10.25, 1], "texture": "#1"}, - "up": {"uv": [8, 9.25, 7.5, 8.75], "texture": "#1"}, - "down": {"uv": [10, 7.75, 9.5, 8.25], "texture": "#1"} - } - }, - { - "from": [11.25, 4.75, 7.5], - "to": [12.25, 7.75, 8.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [4.75, 10, 5, 10.75], "texture": "#1"}, - "east": {"uv": [9.5, 2.75, 9.75, 3.5], "texture": "#1"}, - "south": {"uv": [5.5, 9.5, 5.75, 10.25], "texture": "#1"}, - "west": {"uv": [9.5, 1.75, 9.75, 2.5], "texture": "#1"}, - "up": {"uv": [2.25, 10.5, 2.5, 10.75], "texture": "#1"}, - "down": {"uv": [5, 9.75, 5.25, 10], "texture": "#1"} - } - }, - { - "from": [7.5, 4.75, 3.75], - "to": [8.5, 7.75, 4.75], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [9.5, 2.75, 9.75, 3.5], "texture": "#1"}, - "east": {"uv": [5.5, 9.5, 5.75, 10.25], "texture": "#1"}, - "south": {"uv": [9.5, 1.75, 9.75, 2.5], "texture": "#1"}, - "west": {"uv": [4.75, 10, 5, 10.75], "texture": "#1"}, - "up": {"uv": [2.25, 10.5, 2.5, 10.75], "rotation": 270, "texture": "#1"}, - "down": {"uv": [5, 9.75, 5.25, 10], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [3.75, 4.75, 7.5], - "to": [4.75, 7.75, 8.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [5.5, 9.5, 5.75, 10.25], "texture": "#1"}, - "east": {"uv": [9.5, 1.75, 9.75, 2.5], "texture": "#1"}, - "south": {"uv": [4.75, 10, 5, 10.75], "texture": "#1"}, - "west": {"uv": [9.5, 2.75, 9.75, 3.5], "texture": "#1"}, - "up": {"uv": [2.25, 10.5, 2.5, 10.75], "rotation": 180, "texture": "#1"}, - "down": {"uv": [5, 9.75, 5.25, 10], "rotation": 180, "texture": "#1"} - } - }, - { - "from": [7.5, 4.75, 11.25], - "to": [8.5, 7.75, 12.25], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [9.5, 1.75, 9.75, 2.5], "texture": "#1"}, - "east": {"uv": [4.75, 10, 5, 10.75], "texture": "#1"}, - "south": {"uv": [9.5, 2.75, 9.75, 3.5], "texture": "#1"}, - "west": {"uv": [5.5, 9.5, 5.75, 10.25], "texture": "#1"}, - "up": {"uv": [2.25, 10.5, 2.5, 10.75], "rotation": 90, "texture": "#1"}, - "down": {"uv": [5, 9.75, 5.25, 10], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [4.5, 4, 4.5], - "to": [11.5, 5, 11.5], - "faces": { - "north": {"uv": [4.75, 10, 6.5, 10.25], "texture": "#1"}, - "east": {"uv": [4.75, 10.75, 6.5, 11], "texture": "#1"}, - "south": {"uv": [4.75, 10.75, 6.5, 11], "texture": "#1"}, - "west": {"uv": [4.75, 10, 6.5, 10.25], "texture": "#1"}, - "up": {"uv": [4.5, 9.5, 6.25, 11.25], "texture": "#1"}, - "down": {"uv": [4.5, 9.5, 6.25, 11.25], "texture": "#1"} - } - }, - { - "name": "RankePot", - "from": [4, 8.5, 9.5], - "to": [12, 8.5, 14.5], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [0, 0, 2, 0], "rotation": 180, "texture": "#1"}, - "east": {"uv": [0, 0, 0, 1.25], "rotation": 90, "texture": "#1"}, - "south": {"uv": [0, 0, 2, 0], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 1.25], "rotation": 270, "texture": "#1"}, - "up": {"uv": [0, 0, 2, 1.25], "texture": "#1"}, - "down": {"uv": [2, 0, 0, 1.25], "rotation": 180, "texture": "#1"} - } - }, - { - "name": "Ranke", - "from": [4, -13, 12.75], - "to": [12, 9, 12.75], - "faces": { - "north": {"uv": [2, 1.25, 0, 6.75], "texture": "#1"}, - "east": {"uv": [0, 1.25, 0, 6.75], "texture": "#1"}, - "south": {"uv": [0, 1.25, 2, 6.75], "texture": "#1"}, - "west": {"uv": [0, 1.25, 0, 6.75], "texture": "#1"}, - "up": {"uv": [0, 1.25, 2, 1.25], "texture": "#1"}, - "down": {"uv": [0, 1.25, 2, 1.25], "texture": "#1"} - } - }, - { - "name": "OverlayPot", - "from": [4, 9, 9.5], - "to": [12, 9, 14.5], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [0, 0, 2, 0], "rotation": 180, "texture": "#2"}, - "east": {"uv": [0, 0, 0, 1.25], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 0, 2, 0], "texture": "#2"}, - "west": {"uv": [0, 0, 0, 1.25], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 0, 2, 1.25], "texture": "#2"}, - "down": {"uv": [2, 0, 0, 1.25], "rotation": 180, "texture": "#2"} - } - }, - { - "name": "Overlay", - "from": [4, -13, 13.25], - "to": [12, 9, 13.25], - "faces": { - "north": {"uv": [2, 1.25, 0, 6.75], "texture": "#2"}, - "east": {"uv": [0, 1.25, 0, 6.75], "texture": "#2"}, - "south": {"uv": [0, 1.25, 2, 6.75], "texture": "#2"}, - "west": {"uv": [0, 1.25, 0, 6.75], "texture": "#2"}, - "up": {"uv": [0, 1.25, 2, 1.25], "texture": "#2"}, - "down": {"uv": [0, 1.25, 2, 1.25], "texture": "#2"} - } - }, - { - "name": "RankePot", - "from": [9.25, 6.75, 4], - "to": [14.25, 6.75, 12], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [6, 0, 6, 1.25], "rotation": 90, "texture": "#1"}, - "east": {"uv": [6, 0, 8, 0], "texture": "#1"}, - "south": {"uv": [6, 0, 6, 1.25], "rotation": 270, "texture": "#1"}, - "west": {"uv": [6, 0, 8, 0], "rotation": 180, "texture": "#1"}, - "up": {"uv": [6, 0, 8, 1.25], "rotation": 270, "texture": "#1"}, - "down": {"uv": [8, 0, 6, 1.25], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "OverlayPot", - "from": [9.25, 7.25, 4], - "to": [14.25, 7.25, 12], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [2, 0, 2, 1.25], "rotation": 90, "texture": "#2"}, - "east": {"uv": [2, 0, 4, 0], "texture": "#2"}, - "south": {"uv": [2, 0, 2, 1.25], "rotation": 270, "texture": "#2"}, - "west": {"uv": [2, 0, 4, 0], "rotation": 180, "texture": "#2"}, - "up": {"uv": [2, 0, 4, 1.25], "rotation": 270, "texture": "#2"}, - "down": {"uv": [4, 0, 2, 1.25], "rotation": 270, "texture": "#2"} - } - }, - { - "name": "Ranke", - "from": [12.75, -13, 4], - "to": [12.75, 9, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [6, 1.25, 6, 6.75], "texture": "#1"}, - "east": {"uv": [6, 1.25, 8, 6.75], "texture": "#1"}, - "south": {"uv": [6, 1.25, 6, 6.75], "texture": "#1"}, - "west": {"uv": [8, 1.25, 6, 6.75], "texture": "#1"}, - "up": {"uv": [6, 1.25, 8, 1.25], "rotation": 270, "texture": "#1"}, - "down": {"uv": [6, 1.25, 8, 1.25], "rotation": 90, "texture": "#1"} - } - }, - { - "name": "Overlay", - "from": [13.25, -13, 4], - "to": [13.25, 9, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [2, 1.25, 2, 6.75], "texture": "#2"}, - "east": {"uv": [2, 1.25, 4, 6.75], "texture": "#2"}, - "south": {"uv": [2, 1.25, 2, 6.75], "texture": "#2"}, - "west": {"uv": [4, 1.25, 2, 6.75], "texture": "#2"}, - "up": {"uv": [2, 1.25, 4, 1.25], "rotation": 270, "texture": "#2"}, - "down": {"uv": [2, 1.25, 4, 1.25], "rotation": 90, "texture": "#2"} - } - }, - { - "name": "RankePot", - "from": [1.75, 6.75, 4], - "to": [6.75, 6.75, 12], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [2, 0, 2, 1.25], "rotation": 90, "texture": "#1"}, - "east": {"uv": [2, 0, 4, 0], "texture": "#1"}, - "south": {"uv": [2, 0, 2, 1.25], "rotation": 270, "texture": "#1"}, - "west": {"uv": [2, 0, 4, 0], "rotation": 180, "texture": "#1"}, - "up": {"uv": [4, 1.25, 2, 0], "rotation": 270, "texture": "#1"}, - "down": {"uv": [2, 1.25, 4, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "OverlayPot", - "from": [1.75, 7, 4.25], - "to": [6.75, 7, 12.25], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [4, 0, 4, 1.25], "rotation": 90, "texture": "#2"}, - "east": {"uv": [4, 0, 6, 0], "texture": "#2"}, - "south": {"uv": [4, 0, 4, 1.25], "rotation": 270, "texture": "#2"}, - "west": {"uv": [4, 0, 6, 0], "rotation": 180, "texture": "#2"}, - "up": {"uv": [6, 1.25, 4, 0], "rotation": 270, "texture": "#2"}, - "down": {"uv": [4, 1.25, 6, 0], "rotation": 270, "texture": "#2"} - } - }, - { - "name": "Ranke", - "from": [3.25, -13, 4], - "to": [3.25, 9, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [2, 1.25, 2, 6.75], "texture": "#1"}, - "east": {"uv": [4, 1.25, 2, 6.75], "texture": "#1"}, - "south": {"uv": [2, 1.25, 2, 6.75], "texture": "#1"}, - "west": {"uv": [2, 1.25, 4, 6.75], "texture": "#1"}, - "up": {"uv": [2, 1.25, 4, 1.25], "rotation": 270, "texture": "#1"}, - "down": {"uv": [2, 1.25, 4, 1.25], "rotation": 90, "texture": "#1"} - } - }, - { - "name": "Overlay", - "from": [2.75, -13, 4], - "to": [2.75, 9, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [4, 1.25, 4, 6.75], "texture": "#2"}, - "east": {"uv": [6, 1.25, 4, 6.75], "texture": "#2"}, - "south": {"uv": [4, 1.25, 4, 6.75], "texture": "#2"}, - "west": {"uv": [4, 1.25, 6, 6.75], "texture": "#2"}, - "up": {"uv": [4, 1.25, 6, 1.25], "rotation": 270, "texture": "#2"}, - "down": {"uv": [4, 1.25, 6, 1.25], "rotation": 90, "texture": "#2"} - } - }, - { - "name": "RankePot", - "from": [4, 5, 2], - "to": [12, 5, 7], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [4, 0, 6, 0], "texture": "#1"}, - "east": {"uv": [4, 0, 4, 1.25], "rotation": 270, "texture": "#1"}, - "south": {"uv": [4, 0, 6, 0], "rotation": 180, "texture": "#1"}, - "west": {"uv": [4, 0, 4, 1.25], "rotation": 90, "texture": "#1"}, - "up": {"uv": [4, 0, 6, 1.25], "rotation": 180, "texture": "#1"}, - "down": {"uv": [6, 0, 4, 1.25], "texture": "#1"} - } - }, - { - "name": "OverlayPot", - "from": [4, 5.5, 2], - "to": [12, 5.5, 7], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [6, 0, 8, 0], "texture": "#2"}, - "east": {"uv": [6, 0, 6, 1.25], "rotation": 270, "texture": "#2"}, - "south": {"uv": [6, 0, 8, 0], "rotation": 180, "texture": "#2"}, - "west": {"uv": [6, 0, 6, 1.25], "rotation": 90, "texture": "#2"}, - "up": {"uv": [6, 0, 8, 1.25], "rotation": 180, "texture": "#2"}, - "down": {"uv": [8, 0, 6, 1.25], "texture": "#2"} - } - }, - { - "name": "Ranke", - "from": [4, -13, 3.25], - "to": [12, 9, 3.25], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [4, 1.25, 6, 6.75], "texture": "#1"}, - "east": {"uv": [4, 1.25, 4, 6.75], "texture": "#1"}, - "south": {"uv": [6, 1.25, 4, 6.75], "texture": "#1"}, - "west": {"uv": [4, 1.25, 4, 6.75], "texture": "#1"}, - "up": {"uv": [4, 1.25, 6, 1.25], "rotation": 180, "texture": "#1"}, - "down": {"uv": [4, 1.25, 6, 1.25], "rotation": 180, "texture": "#1"} - } - }, - { - "name": "Overlay", - "from": [4, -13, 2.75], - "to": [12, 9, 2.75], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [6, 1.25, 8, 6.75], "texture": "#2"}, - "east": {"uv": [6, 1.25, 6, 6.75], "texture": "#2"}, - "south": {"uv": [8, 1.25, 6, 6.75], "texture": "#2"}, - "west": {"uv": [6, 1.25, 6, 6.75], "texture": "#2"}, - "up": {"uv": [6, 1.25, 8, 1.25], "rotation": 180, "texture": "#2"}, - "down": {"uv": [6, 1.25, 8, 1.25], "rotation": 180, "texture": "#2"} - } - }, - { - "from": [-1, 3, 8], - "to": [17, 11, 8], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [4.5, 11.75, 0, 13.75], "texture": "#1"}, - "east": {"uv": [0, 11.75, 0, 13.75], "texture": "#1"}, - "south": {"uv": [0, 11.75, 4.5, 13.75], "texture": "#1"}, - "west": {"uv": [0, 11.75, 0, 13.75], "texture": "#1"}, - "up": {"uv": [0, 9.5, 0, 14], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 9.5, 0, 14], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [8, 2, -1], - "to": [8, 11, 17], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [0, 13.75, 0, 16], "texture": "#1"}, - "east": {"uv": [0, 13.75, 4.5, 16], "texture": "#1"}, - "south": {"uv": [0, 13.75, 0, 16], "texture": "#1"}, - "west": {"uv": [4.5, 13.75, 0, 16], "texture": "#1"}, - "up": {"uv": [0, 11.5, 0, 16], "texture": "#1"}, - "down": {"uv": [0, 11.5, 0, 16], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [67.54, -29.2, 0.06], - "translation": [0, -2.75, -4.5], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "rotation": [67.54, -29.2, 0.06], - "translation": [0, -2.75, -4.5], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [0, 50.75, 0], - "translation": [0.75, 3.25, 0], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [0, 50.75, 0], - "translation": [0.75, 3.25, 0], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 1.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "gui": { - "rotation": [25.75, -45, 0], - "translation": [0, 0.5, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "translation": [0, 14.25, 0] - } - }, - "groups": [ - { - "name": "pot", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "Erde", - "origin": [0, 0, 0], - "color": 0, - "children": [0] - }, - { - "name": "Topf", - "origin": [0, 0, 0], - "color": 0, - "children": [1, 2, 3, 4, 5] - }, - { - "name": "Seile", - "origin": [-3, 8, -3], - "color": 0, - "children": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15] - } - ] - }, - { - "name": "greens", - "origin": [10, 7.5, 3.75], - "color": 0, - "children": [ - { - "name": "1", - "origin": [0, 0, 0], - "color": 0, - "children": [16, 17, 18, 19] - }, - { - "name": "2", - "origin": [8, 4, 13], - "color": 0, - "children": [20, 21, 22, 23] - }, - { - "name": "3", - "origin": [8, 4, 13], - "color": 0, - "children": [24, 25, 26, 27] - }, - { - "name": "4", - "origin": [8, 4, 12.5], - "color": 0, - "children": [28, 29, 30, 31] - }, - { - "name": "5", - "origin": [8, 7, 8], - "color": 0, - "children": [32, 33] - } - ] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/hanging_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/hanging_pot_grown.json deleted file mode 100644 index c8fc27c9..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/hanging_pot_grown.json +++ /dev/null @@ -1,303 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "beautify:block/pots/grass_pot_grown", - "particle": "block/terracotta" - }, - "elements": [ - { - "from": [5, 5, 5], - "to": [11, 6, 11], - "faces": { - "north": {"uv": [9.5, 4.5, 11, 4.75], "texture": "#0"}, - "east": {"uv": [9.5, 4.75, 11, 5], "texture": "#0"}, - "south": {"uv": [9.5, 5, 11, 5.25], "texture": "#0"}, - "west": {"uv": [9.5, 5.25, 11, 5.5], "texture": "#0"}, - "up": {"uv": [1.5, 9.5, 0, 8], "texture": "#0"}, - "down": {"uv": [9.5, 0, 8, 1.5], "texture": "#0"} - } - }, - { - "from": [11, 5, 5], - "to": [12, 8, 11], - "faces": { - "north": {"uv": [8, 9.5, 8.25, 10.25], "texture": "#0"}, - "east": {"uv": [8, 7.75, 9.5, 8.5], "texture": "#0"}, - "south": {"uv": [8.25, 9.5, 8.5, 10.25], "texture": "#0"}, - "west": {"uv": [8, 8.5, 9.5, 9.25], "texture": "#0"}, - "up": {"uv": [7.25, 11, 7, 9.5], "texture": "#0"}, - "down": {"uv": [7.5, 9.5, 7.25, 11], "texture": "#0"} - } - }, - { - "from": [4, 5, 5], - "to": [5, 8, 11], - "faces": { - "north": {"uv": [9.5, 8.25, 9.75, 9], "texture": "#0"}, - "east": {"uv": [6, 8.75, 7.5, 9.5], "texture": "#0"}, - "south": {"uv": [8.5, 9.5, 8.75, 10.25], "texture": "#0"}, - "west": {"uv": [3, 9.25, 4.5, 10], "texture": "#0"}, - "up": {"uv": [7.75, 11, 7.5, 9.5], "texture": "#0"}, - "down": {"uv": [8, 9.5, 7.75, 11], "texture": "#0"} - } - }, - { - "from": [4, 5, 4], - "to": [12, 8, 5], - "faces": { - "north": {"uv": [8, 5.5, 10, 6.25], "texture": "#0"}, - "east": {"uv": [8.75, 9.5, 9, 10.25], "texture": "#0"}, - "south": {"uv": [6, 8, 8, 8.75], "texture": "#0"}, - "west": {"uv": [9, 9.5, 9.25, 10.25], "texture": "#0"}, - "up": {"uv": [9.5, 9.5, 7.5, 9.25], "texture": "#0"}, - "down": {"uv": [2, 9.5, 0, 9.75], "texture": "#0"} - } - }, - { - "from": [4, 5, 11], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 6.25, 10, 7], "texture": "#0"}, - "east": {"uv": [9.5, 9, 9.75, 9.75], "texture": "#0"}, - "south": {"uv": [8, 7, 10, 7.75], "texture": "#0"}, - "west": {"uv": [9.25, 9.5, 9.5, 10.25], "texture": "#0"}, - "up": {"uv": [11.5, 0.25, 9.5, 0], "texture": "#0"}, - "down": {"uv": [11.5, 0.25, 9.5, 0.5], "texture": "#0"} - } - }, - { - "from": [5, 0, 5], - "to": [11, 5, 11], - "faces": { - "north": {"uv": [3, 8, 4.5, 9.25], "texture": "#0"}, - "east": {"uv": [8, 3, 9.5, 4.25], "texture": "#0"}, - "south": {"uv": [8, 4.25, 9.5, 5.5], "texture": "#0"}, - "west": {"uv": [4.5, 8, 6, 9.25], "texture": "#0"}, - "up": {"uv": [3, 9.5, 1.5, 8], "texture": "#0"}, - "down": {"uv": [9.5, 1.5, 8, 3], "texture": "#0"} - } - }, - { - "from": [7.5, 7.25, 4], - "to": [8.5, 16.25, 5], - "rotation": {"angle": 22.5, "axis": "x", "origin": [5, 8, 5]}, - "faces": { - "north": {"uv": [4.5, 9.25, 4.75, 11.25], "texture": "#0"}, - "east": {"uv": [4.75, 9.25, 5, 11.25], "texture": "#0"}, - "south": {"uv": [5, 9.25, 5.25, 11.25], "texture": "#0"}, - "west": {"uv": [5.25, 9.25, 5.5, 11.25], "texture": "#0"}, - "up": {"uv": [1.25, 10, 1, 9.75], "texture": "#0"}, - "down": {"uv": [10, 1, 9.75, 1.25], "texture": "#0"} - } - }, - { - "from": [4, 7.25, 7.5], - "to": [5, 16.25, 8.5], - "rotation": {"angle": -22.5, "axis": "z", "origin": [5, 8, 11]}, - "faces": { - "north": {"uv": [5.5, 9.25, 5.75, 11.25], "texture": "#0"}, - "east": {"uv": [5.75, 9.25, 6, 11.25], "texture": "#0"}, - "south": {"uv": [9.5, 0.5, 9.75, 2.5], "texture": "#0"}, - "west": {"uv": [2, 9.5, 2.25, 11.5], "texture": "#0"}, - "up": {"uv": [1.5, 10, 1.25, 9.75], "texture": "#0"}, - "down": {"uv": [10, 1.25, 9.75, 1.5], "texture": "#0"} - } - }, - { - "from": [7.5, 7.25, 11], - "to": [8.5, 16.25, 12], - "rotation": {"angle": -22.5, "axis": "x", "origin": [11, 8, 11]}, - "faces": { - "north": {"uv": [2.25, 9.5, 2.5, 11.5], "texture": "#0"}, - "east": {"uv": [2.5, 9.5, 2.75, 11.5], "texture": "#0"}, - "south": {"uv": [9.5, 2.5, 9.75, 4.5], "texture": "#0"}, - "west": {"uv": [2.75, 9.5, 3, 11.5], "texture": "#0"}, - "up": {"uv": [1.75, 10, 1.5, 9.75], "texture": "#0"}, - "down": {"uv": [10, 1.5, 9.75, 1.75], "texture": "#0"} - } - }, - { - "from": [11, 7.25, 7.5], - "to": [12, 16.25, 8.5], - "rotation": {"angle": 22.5, "axis": "z", "origin": [11, 8, 5]}, - "faces": { - "north": {"uv": [6, 9.5, 6.25, 11.5], "texture": "#0"}, - "east": {"uv": [6.25, 9.5, 6.5, 11.5], "texture": "#0"}, - "south": {"uv": [6.5, 9.5, 6.75, 11.5], "texture": "#0"}, - "west": {"uv": [6.75, 9.5, 7, 11.5], "texture": "#0"}, - "up": {"uv": [2, 10, 1.75, 9.75], "texture": "#0"}, - "down": {"uv": [10, 1.75, 9.75, 2], "texture": "#0"} - } - }, - { - "from": [7, 15, 7], - "to": [9, 16, 9], - "faces": { - "north": {"uv": [0, 9.75, 0.5, 10], "texture": "#0"}, - "east": {"uv": [0.5, 9.75, 1, 10], "texture": "#0"}, - "south": {"uv": [9.75, 0.5, 10.25, 0.75], "texture": "#0"}, - "west": {"uv": [9.75, 0.75, 10.25, 1], "texture": "#0"}, - "up": {"uv": [8, 9.25, 7.5, 8.75], "texture": "#0"}, - "down": {"uv": [10, 7.75, 9.5, 8.25], "texture": "#0"} - } - }, - { - "from": [11.25, 4.75, 7.5], - "to": [12.25, 7.75, 8.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [4.75, 10, 5, 10.75], "texture": "#0"}, - "east": {"uv": [9.5, 2.75, 9.75, 3.5], "texture": "#0"}, - "south": {"uv": [5.5, 9.5, 5.75, 10.25], "texture": "#0"}, - "west": {"uv": [9.5, 1.75, 9.75, 2.5], "texture": "#0"}, - "up": {"uv": [2.25, 10.5, 2.5, 10.75], "texture": "#0"}, - "down": {"uv": [5, 9.75, 5.25, 10], "texture": "#0"} - } - }, - { - "from": [7.5, 4.75, 3.75], - "to": [8.5, 7.75, 4.75], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [9.5, 2.75, 9.75, 3.5], "texture": "#0"}, - "east": {"uv": [5.5, 9.5, 5.75, 10.25], "texture": "#0"}, - "south": {"uv": [9.5, 1.75, 9.75, 2.5], "texture": "#0"}, - "west": {"uv": [4.75, 10, 5, 10.75], "texture": "#0"}, - "up": {"uv": [2.25, 10.5, 2.5, 10.75], "rotation": 270, "texture": "#0"}, - "down": {"uv": [5, 9.75, 5.25, 10], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [3.75, 4.75, 7.5], - "to": [4.75, 7.75, 8.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [5.5, 9.5, 5.75, 10.25], "texture": "#0"}, - "east": {"uv": [9.5, 1.75, 9.75, 2.5], "texture": "#0"}, - "south": {"uv": [4.75, 10, 5, 10.75], "texture": "#0"}, - "west": {"uv": [9.5, 2.75, 9.75, 3.5], "texture": "#0"}, - "up": {"uv": [2.25, 10.5, 2.5, 10.75], "rotation": 180, "texture": "#0"}, - "down": {"uv": [5, 9.75, 5.25, 10], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [7.5, 4.75, 11.25], - "to": [8.5, 7.75, 12.25], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [9.5, 1.75, 9.75, 2.5], "texture": "#0"}, - "east": {"uv": [4.75, 10, 5, 10.75], "texture": "#0"}, - "south": {"uv": [9.5, 2.75, 9.75, 3.5], "texture": "#0"}, - "west": {"uv": [5.5, 9.5, 5.75, 10.25], "texture": "#0"}, - "up": {"uv": [2.25, 10.5, 2.5, 10.75], "rotation": 90, "texture": "#0"}, - "down": {"uv": [5, 9.75, 5.25, 10], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [4.5, 4, 4.5], - "to": [11.5, 5, 11.5], - "faces": { - "north": {"uv": [4.75, 10, 6.5, 10.25], "texture": "#0"}, - "east": {"uv": [4.75, 10.75, 6.5, 11], "texture": "#0"}, - "south": {"uv": [4.75, 10.75, 6.5, 11], "texture": "#0"}, - "west": {"uv": [4.75, 10, 6.5, 10.25], "texture": "#0"}, - "up": {"uv": [4.5, 9.5, 6.25, 11.25], "texture": "#0"}, - "down": {"uv": [4.5, 9.5, 6.25, 11.25], "texture": "#0"} - } - }, - { - "from": [0, -16, 8], - "to": [16, 16, 8], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [4, 0, 8, 8], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 8], "texture": "#0"}, - "south": {"uv": [8, 0, 4, 8], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 8], "texture": "#0"}, - "up": {"uv": [0, 4, 0, 0], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 4], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [0, -16, 8], - "to": [16, 16, 8], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 4, 8], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 8], "texture": "#0"}, - "south": {"uv": [4, 0, 0, 8], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 8], "texture": "#0"}, - "up": {"uv": [0, 4, 0, 0], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 4], "rotation": 270, "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [67.54, -29.2, 0.06], - "translation": [0, -2.75, -4.5], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "rotation": [67.54, -29.2, 0.06], - "translation": [0, -2.75, -4.5], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [0, 50.75, 0], - "translation": [0.75, 3.25, 0], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [0, 50.75, 0], - "translation": [0.75, 3.25, 0], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 1.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "gui": { - "rotation": [25.75, -45, 0], - "translation": [0, 0.5, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "translation": [0, 14.25, 0] - } - }, - "groups": [ - { - "name": "test", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "Erde", - "origin": [0, 0, 0], - "color": 0, - "children": [0] - }, - { - "name": "Topf", - "origin": [0, 0, 0], - "color": 0, - "children": [1, 2, 3, 4, 5] - }, - { - "name": "Seile", - "origin": [-3, 8, -3], - "color": 0, - "children": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15] - }, - { - "name": "Rose", - "origin": [0, 0, 0], - "color": 0, - "children": [16, 17] - } - ] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/standing_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/standing_pot.json deleted file mode 100644 index 0212208c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/standing_pot.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "beautify:block/hanging_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout", - "elements": [ - { - "from": [5, 5, 5], - "to": [11, 6, 11], - "faces": { - "north": {"uv": [9.5, 4.5, 11, 4.75], "texture": "#0"}, - "east": {"uv": [9.5, 4.75, 11, 5], "texture": "#0"}, - "south": {"uv": [9.5, 5, 11, 5.25], "texture": "#0"}, - "west": {"uv": [9.5, 5.25, 11, 5.5], "texture": "#0"}, - "up": {"uv": [1.5, 9.5, 0, 8], "texture": "#0"}, - "down": {"uv": [9.5, 0, 8, 1.5], "texture": "#0"} - } - }, - { - "from": [11, 5, 5], - "to": [12, 8, 11], - "faces": { - "north": {"uv": [8, 9.5, 8.25, 10.25], "texture": "#0"}, - "east": {"uv": [8, 7.75, 9.5, 8.5], "texture": "#0"}, - "south": {"uv": [8.25, 9.5, 8.5, 10.25], "texture": "#0"}, - "west": {"uv": [8, 8.5, 9.5, 9.25], "texture": "#0"}, - "up": {"uv": [7.25, 11, 7, 9.5], "texture": "#0"}, - "down": {"uv": [7.5, 9.5, 7.25, 11], "texture": "#0"} - } - }, - { - "from": [4, 5, 5], - "to": [5, 8, 11], - "faces": { - "north": {"uv": [9.5, 8.25, 9.75, 9], "texture": "#0"}, - "east": {"uv": [6, 8.75, 7.5, 9.5], "texture": "#0"}, - "south": {"uv": [8.5, 9.5, 8.75, 10.25], "texture": "#0"}, - "west": {"uv": [3, 9.25, 4.5, 10], "texture": "#0"}, - "up": {"uv": [7.75, 11, 7.5, 9.5], "texture": "#0"}, - "down": {"uv": [8, 9.5, 7.75, 11], "texture": "#0"} - } - }, - { - "from": [4, 5, 4], - "to": [12, 8, 5], - "faces": { - "north": {"uv": [8, 5.5, 10, 6.25], "texture": "#0"}, - "east": {"uv": [8.75, 9.5, 9, 10.25], "texture": "#0"}, - "south": {"uv": [6, 8, 8, 8.75], "texture": "#0"}, - "west": {"uv": [9, 9.5, 9.25, 10.25], "texture": "#0"}, - "up": {"uv": [9.5, 9.5, 7.5, 9.25], "texture": "#0"}, - "down": {"uv": [2, 9.5, 0, 9.75], "texture": "#0"} - } - }, - { - "from": [4, 5, 11], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 6.25, 10, 7], "texture": "#0"}, - "east": {"uv": [9.5, 9, 9.75, 9.75], "texture": "#0"}, - "south": {"uv": [8, 7, 10, 7.75], "texture": "#0"}, - "west": {"uv": [9.25, 9.5, 9.5, 10.25], "texture": "#0"}, - "up": {"uv": [11.5, 0.25, 9.5, 0], "texture": "#0"}, - "down": {"uv": [11.5, 0.25, 9.5, 0.5], "texture": "#0"} - } - }, - { - "from": [5, 0, 5], - "to": [11, 5, 11], - "faces": { - "north": {"uv": [3, 8, 4.5, 9.25], "texture": "#0"}, - "east": {"uv": [8, 3, 9.5, 4.25], "texture": "#0"}, - "south": {"uv": [8, 4.25, 9.5, 5.5], "texture": "#0"}, - "west": {"uv": [4.5, 8, 6, 9.25], "texture": "#0"}, - "up": {"uv": [3, 9.5, 1.5, 8], "texture": "#0"}, - "down": {"uv": [9.5, 1.5, 8, 3], "texture": "#0"} - } - }, - { - "from": [4.5, 4, 4.5], - "to": [11.5, 5, 11.5], - "faces": { - "north": {"uv": [4.75, 10, 6.5, 10.25], "texture": "#0"}, - "east": {"uv": [4.75, 10.75, 6.5, 11], "texture": "#0"}, - "south": {"uv": [4.75, 10.75, 6.5, 11], "texture": "#0"}, - "west": {"uv": [4.75, 10, 6.5, 10.25], "texture": "#0"}, - "up": {"uv": [4.5, 9.5, 6.25, 11.25], "texture": "#0"}, - "down": {"uv": [4.5, 9.5, 6.25, 11.25], "texture": "#0"} - } - }, - { - "from": [8, 0, 0], - "to": [8, 16, 16], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 4], "texture": "#0"}, - "east": {"uv": [4, 0, 8, 4], "texture": "#0"}, - "south": {"uv": [0, 0, 0, 4], "texture": "#0"}, - "west": {"uv": [4, 4, 8, 8], "texture": "#0"}, - "up": {"uv": [0, 4, 0, 0], "texture": "#0"}, - "down": {"uv": [0, 0, 0, 4], "texture": "#0"} - } - }, - { - "from": [0, 0, 8], - "to": [16, 16, 8], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 4, 4], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 4], "texture": "#0"}, - "south": {"uv": [0, 4, 4, 8], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 4], "texture": "#0"}, - "up": {"uv": [0, 4, 0, 0], "rotation": 270, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 4], "rotation": 90, "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "test", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "Erde", - "origin": [0, 0, 0], - "color": 0, - "children": [0] - }, - { - "name": "Topf", - "origin": [0, 0, 0], - "color": 0, - "children": [1, 2, 3, 4, 5] - }, - { - "name": "Seile", - "origin": [-3, 8, -3], - "color": 0, - "children": [6] - }, - { - "name": "Rose", - "origin": [0, 0, 0], - "color": 0, - "children": [7, 8] - } - ] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/standing_pot_flat.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/standing_pot_flat.json deleted file mode 100644 index 1e108bb4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/standing_pot_flat.json +++ /dev/null @@ -1,441 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "1": "beautify:block/pots/vine_pot", - "2": "beautify:block/pots/vine_pot_overlay", - "particle": "block/terracotta" - }, - "elements": [ - { - "from": [5, 6, 5], - "to": [11, 7, 11], - "faces": { - "north": {"uv": [9.5, 4.5, 11, 4.75], "texture": "#1"}, - "east": {"uv": [9.5, 4.75, 11, 5], "texture": "#1"}, - "south": {"uv": [9.5, 5, 11, 5.25], "texture": "#1"}, - "west": {"uv": [9.5, 5.25, 11, 5.5], "texture": "#1"}, - "up": {"uv": [1.5, 9.5, 0, 8], "texture": "#1"}, - "down": {"uv": [9.5, 0, 8, 1.5], "texture": "#1"} - } - }, - { - "from": [11, 5, 5], - "to": [12, 8, 11], - "faces": { - "north": {"uv": [8, 9.5, 8.25, 10.25], "texture": "#1"}, - "east": {"uv": [8, 7.75, 9.5, 8.5], "texture": "#1"}, - "south": {"uv": [8.25, 9.5, 8.5, 10.25], "texture": "#1"}, - "west": {"uv": [8, 8.5, 9.5, 9.25], "texture": "#1"}, - "up": {"uv": [7.25, 11, 7, 9.5], "texture": "#1"}, - "down": {"uv": [7.5, 9.5, 7.25, 11], "texture": "#1"} - } - }, - { - "from": [4, 5, 5], - "to": [5, 8, 11], - "faces": { - "north": {"uv": [9.5, 8.25, 9.75, 9], "texture": "#1"}, - "east": {"uv": [6, 8.75, 7.5, 9.5], "texture": "#1"}, - "south": {"uv": [8.5, 9.5, 8.75, 10.25], "texture": "#1"}, - "west": {"uv": [3, 9.25, 4.5, 10], "texture": "#1"}, - "up": {"uv": [7.75, 11, 7.5, 9.5], "texture": "#1"}, - "down": {"uv": [8, 9.5, 7.75, 11], "texture": "#1"} - } - }, - { - "from": [4, 5, 4], - "to": [12, 8, 5], - "faces": { - "north": {"uv": [8, 5.5, 10, 6.25], "texture": "#1"}, - "east": {"uv": [8.75, 9.5, 9, 10.25], "texture": "#1"}, - "south": {"uv": [6, 8, 8, 8.75], "texture": "#1"}, - "west": {"uv": [9, 9.5, 9.25, 10.25], "texture": "#1"}, - "up": {"uv": [9.5, 9.5, 7.5, 9.25], "texture": "#1"}, - "down": {"uv": [2, 9.5, 0, 9.75], "texture": "#1"} - } - }, - { - "from": [4, 5, 11], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 6.25, 10, 7], "texture": "#1"}, - "east": {"uv": [9.5, 9, 9.75, 9.75], "texture": "#1"}, - "south": {"uv": [8, 7, 10, 7.75], "texture": "#1"}, - "west": {"uv": [9.25, 9.5, 9.5, 10.25], "texture": "#1"}, - "up": {"uv": [11.5, 0.25, 9.5, 0], "texture": "#1"}, - "down": {"uv": [11.5, 0.25, 9.5, 0.5], "texture": "#1"} - } - }, - { - "from": [5, 0, 5], - "to": [11, 5, 11], - "faces": { - "north": {"uv": [3, 8, 4.5, 9.25], "texture": "#1"}, - "east": {"uv": [8, 3, 9.5, 4.25], "texture": "#1"}, - "south": {"uv": [8, 4.25, 9.5, 5.5], "texture": "#1"}, - "west": {"uv": [4.5, 8, 6, 9.25], "texture": "#1"}, - "up": {"uv": [3, 9.5, 1.5, 8], "texture": "#1"}, - "down": {"uv": [9.5, 1.5, 8, 3], "texture": "#1"} - } - }, - { - "from": [4.5, 4, 4.5], - "to": [11.5, 5, 11.5], - "faces": { - "north": {"uv": [4.75, 10, 6.5, 10.25], "texture": "#1"}, - "east": {"uv": [4.75, 10.75, 6.5, 11], "texture": "#1"}, - "south": {"uv": [4.75, 10.75, 6.5, 11], "texture": "#1"}, - "west": {"uv": [4.75, 10, 6.5, 10.25], "texture": "#1"}, - "up": {"uv": [4.5, 9.5, 6.25, 11.25], "texture": "#1"}, - "down": {"uv": [4.5, 9.5, 6.25, 11.25], "texture": "#1"} - } - }, - { - "name": "RankePot", - "from": [4, 8.5, 9.5], - "to": [12, 8.5, 14.5], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [0, 0, 2, 0], "rotation": 180, "texture": "#1"}, - "east": {"uv": [0, 0, 0, 1.25], "rotation": 90, "texture": "#1"}, - "south": {"uv": [0, 0, 2, 0], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 1.25], "rotation": 270, "texture": "#1"}, - "up": {"uv": [0, 0, 2, 1.25], "texture": "#1"}, - "down": {"uv": [2, 0, 0, 1.25], "rotation": 180, "texture": "#1"} - } - }, - { - "name": "Ranke", - "from": [4, 0, 12.75], - "to": [12, 9, 12.75], - "faces": { - "north": {"uv": [2, 1.25, 0, 3.5], "texture": "#1"}, - "east": {"uv": [0, 1.25, 0, 3.5], "texture": "#1"}, - "south": {"uv": [0, 1.25, 2, 3.5], "texture": "#1"}, - "west": {"uv": [0, 1.25, 0, 3.5], "texture": "#1"}, - "up": {"uv": [0, 1.25, 2, 1.25], "texture": "#1"}, - "down": {"uv": [0, 1.25, 2, 1.25], "texture": "#1"} - } - }, - { - "name": "OverlayPot", - "from": [4, 9, 9.5], - "to": [12, 9, 14.5], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [0, 0, 2, 0], "rotation": 180, "texture": "#2"}, - "east": {"uv": [0, 0, 0, 1.25], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 0, 2, 0], "texture": "#2"}, - "west": {"uv": [0, 0, 0, 1.25], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 0, 2, 1.25], "texture": "#2"}, - "down": {"uv": [2, 0, 0, 1.25], "rotation": 180, "texture": "#2"} - } - }, - { - "name": "Overlay", - "from": [4, 0, 13.25], - "to": [12, 9, 13.25], - "faces": { - "north": {"uv": [2, 1.25, 0, 3.5], "texture": "#2"}, - "east": {"uv": [0, 1.25, 0, 3.5], "texture": "#2"}, - "south": {"uv": [0, 1.25, 2, 3.5], "texture": "#2"}, - "west": {"uv": [0, 1.25, 0, 3.5], "texture": "#2"}, - "up": {"uv": [0, 1.25, 2, 1.25], "texture": "#2"}, - "down": {"uv": [0, 1.25, 2, 1.25], "texture": "#2"} - } - }, - { - "name": "RankePot", - "from": [9.25, 6.75, 4], - "to": [14.25, 6.75, 12], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [6, 0, 6, 1.25], "rotation": 90, "texture": "#1"}, - "east": {"uv": [6, 0, 8, 0], "texture": "#1"}, - "south": {"uv": [6, 0, 6, 1.25], "rotation": 270, "texture": "#1"}, - "west": {"uv": [6, 0, 8, 0], "rotation": 180, "texture": "#1"}, - "up": {"uv": [6, 0, 8, 1.25], "rotation": 270, "texture": "#1"}, - "down": {"uv": [8, 0, 6, 1.25], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "OverlayPot", - "from": [9.25, 7.25, 4], - "to": [14.25, 7.25, 12], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [2, 0, 2, 1.25], "rotation": 90, "texture": "#2"}, - "east": {"uv": [2, 0, 4, 0], "texture": "#2"}, - "south": {"uv": [2, 0, 2, 1.25], "rotation": 270, "texture": "#2"}, - "west": {"uv": [2, 0, 4, 0], "rotation": 180, "texture": "#2"}, - "up": {"uv": [2, 0, 4, 1.25], "rotation": 270, "texture": "#2"}, - "down": {"uv": [4, 0, 2, 1.25], "rotation": 270, "texture": "#2"} - } - }, - { - "name": "Ranke", - "from": [12.75, 0, 4], - "to": [12.75, 9, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [6, 1.25, 6, 3.5], "texture": "#1"}, - "east": {"uv": [6, 1.25, 8, 3.5], "texture": "#1"}, - "south": {"uv": [6, 1.25, 6, 3.5], "texture": "#1"}, - "west": {"uv": [8, 1.25, 6, 3.5], "texture": "#1"}, - "up": {"uv": [6, 1.25, 8, 1.25], "rotation": 270, "texture": "#1"}, - "down": {"uv": [6, 1.25, 8, 1.25], "rotation": 90, "texture": "#1"} - } - }, - { - "name": "Overlay", - "from": [13.25, 0, 4], - "to": [13.25, 9, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [2, 1.25, 2, 3.5], "texture": "#2"}, - "east": {"uv": [2, 1.25, 4, 3.5], "texture": "#2"}, - "south": {"uv": [2, 1.25, 2, 3.5], "texture": "#2"}, - "west": {"uv": [4, 1.25, 2, 3.5], "texture": "#2"}, - "up": {"uv": [2, 1.25, 4, 1.25], "rotation": 270, "texture": "#2"}, - "down": {"uv": [2, 1.25, 4, 1.25], "rotation": 90, "texture": "#2"} - } - }, - { - "name": "RankePot", - "from": [1.75, 6.75, 4], - "to": [6.75, 6.75, 12], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [2, 0, 2, 1.25], "rotation": 90, "texture": "#1"}, - "east": {"uv": [2, 0, 4, 0], "texture": "#1"}, - "south": {"uv": [2, 0, 2, 1.25], "rotation": 270, "texture": "#1"}, - "west": {"uv": [2, 0, 4, 0], "rotation": 180, "texture": "#1"}, - "up": {"uv": [4, 1.25, 2, 0], "rotation": 270, "texture": "#1"}, - "down": {"uv": [2, 1.25, 4, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "OverlayPot", - "from": [1.75, 7, 4.25], - "to": [6.75, 7, 12.25], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [4, 0, 4, 1.25], "rotation": 90, "texture": "#2"}, - "east": {"uv": [4, 0, 6, 0], "texture": "#2"}, - "south": {"uv": [4, 0, 4, 1.25], "rotation": 270, "texture": "#2"}, - "west": {"uv": [4, 0, 6, 0], "rotation": 180, "texture": "#2"}, - "up": {"uv": [6, 1.25, 4, 0], "rotation": 270, "texture": "#2"}, - "down": {"uv": [4, 1.25, 6, 0], "rotation": 270, "texture": "#2"} - } - }, - { - "name": "Ranke", - "from": [3.25, 0, 4], - "to": [3.25, 9, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [2, 1.25, 2, 3.5], "texture": "#1"}, - "east": {"uv": [4, 1.25, 2, 3.5], "texture": "#1"}, - "south": {"uv": [2, 1.25, 2, 3.5], "texture": "#1"}, - "west": {"uv": [2, 1.25, 4, 3.5], "texture": "#1"}, - "up": {"uv": [2, 1.25, 4, 1.25], "rotation": 270, "texture": "#1"}, - "down": {"uv": [2, 1.25, 4, 1.25], "rotation": 90, "texture": "#1"} - } - }, - { - "name": "Overlay", - "from": [2.75, 0, 4], - "to": [2.75, 9, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [4, 1.25, 4, 3.5], "texture": "#2"}, - "east": {"uv": [6, 1.25, 4, 3.5], "texture": "#2"}, - "south": {"uv": [4, 1.25, 4, 3.5], "texture": "#2"}, - "west": {"uv": [4, 1.25, 6, 3.5], "texture": "#2"}, - "up": {"uv": [4, 1.25, 6, 1.25], "rotation": 270, "texture": "#2"}, - "down": {"uv": [4, 1.25, 6, 1.25], "rotation": 90, "texture": "#2"} - } - }, - { - "name": "RankePot", - "from": [4, 5, 2], - "to": [12, 5, 7], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [4, 0, 6, 0], "texture": "#1"}, - "east": {"uv": [4, 0, 4, 1.25], "rotation": 270, "texture": "#1"}, - "south": {"uv": [4, 0, 6, 0], "rotation": 180, "texture": "#1"}, - "west": {"uv": [4, 0, 4, 1.25], "rotation": 90, "texture": "#1"}, - "up": {"uv": [4, 0, 6, 1.25], "rotation": 180, "texture": "#1"}, - "down": {"uv": [6, 0, 4, 1.25], "texture": "#1"} - } - }, - { - "name": "OverlayPot", - "from": [4, 5.5, 2], - "to": [12, 5.5, 7], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [6, 0, 8, 0], "texture": "#2"}, - "east": {"uv": [6, 0, 6, 1.25], "rotation": 270, "texture": "#2"}, - "south": {"uv": [6, 0, 8, 0], "rotation": 180, "texture": "#2"}, - "west": {"uv": [6, 0, 6, 1.25], "rotation": 90, "texture": "#2"}, - "up": {"uv": [6, 0, 8, 1.25], "rotation": 180, "texture": "#2"}, - "down": {"uv": [8, 0, 6, 1.25], "texture": "#2"} - } - }, - { - "name": "Ranke", - "from": [4, 0, 3.25], - "to": [12, 9, 3.25], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [4, 1.25, 6, 3.5], "texture": "#1"}, - "east": {"uv": [4, 1.25, 4, 3.5], "texture": "#1"}, - "south": {"uv": [6, 1.25, 4, 3.5], "texture": "#1"}, - "west": {"uv": [4, 1.25, 4, 3.5], "texture": "#1"}, - "up": {"uv": [4, 1.25, 6, 1.25], "rotation": 180, "texture": "#1"}, - "down": {"uv": [4, 1.25, 6, 1.25], "rotation": 180, "texture": "#1"} - } - }, - { - "name": "Overlay", - "from": [4, 0, 2.75], - "to": [12, 9, 2.75], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [6, 1.25, 8, 3.5], "texture": "#2"}, - "east": {"uv": [6, 1.25, 6, 3.5], "texture": "#2"}, - "south": {"uv": [8, 1.25, 6, 3.5], "texture": "#2"}, - "west": {"uv": [6, 1.25, 6, 3.5], "texture": "#2"}, - "up": {"uv": [6, 1.25, 8, 1.25], "rotation": 180, "texture": "#2"}, - "down": {"uv": [6, 1.25, 8, 1.25], "rotation": 180, "texture": "#2"} - } - }, - { - "from": [-1, 2, 8], - "to": [17, 11, 8], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [0, 5.5, 4.5, 7.75], "texture": "#1"}, - "east": {"uv": [0, 5.5, 0, 7.75], "texture": "#1"}, - "south": {"uv": [4.5, 5.5, 0, 7.75], "texture": "#1"}, - "west": {"uv": [0, 5.5, 0, 7.75], "texture": "#1"}, - "up": {"uv": [0, 3.25, 0, 7.75], "rotation": 270, "texture": "#1"}, - "down": {"uv": [0, 3.25, 0, 7.75], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [8, 3, -1], - "to": [8, 12, 17], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [0, 3.25, 0, 5.5], "texture": "#1"}, - "east": {"uv": [0, 3.25, 4.5, 5.5], "texture": "#1"}, - "south": {"uv": [0, 3.25, 0, 5.5], "texture": "#1"}, - "west": {"uv": [4.5, 3.25, 0, 5.5], "texture": "#1"}, - "up": {"uv": [0, 1, 0, 5.5], "texture": "#1"}, - "down": {"uv": [0, 1, 0, 5.5], "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [67.54, -29.2, 0.06], - "translation": [0, -2.75, -4.5], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "rotation": [67.54, -29.2, 0.06], - "translation": [0, -2.75, -4.5], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [0, 50.75, 0], - "translation": [0.75, 3.25, 0], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [0, 50.75, 0], - "translation": [0.75, 3.25, 0], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 1.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "gui": { - "rotation": [25.75, -45, 0], - "translation": [0, 0.5, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "translation": [0, 14.25, 0] - } - }, - "groups": [ - { - "name": "pot", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "Erde", - "origin": [0, 0, 0], - "color": 0, - "children": [0] - }, - { - "name": "Topf", - "origin": [0, 0, 0], - "color": 0, - "children": [1, 2, 3, 4, 5] - }, - { - "name": "Seile", - "origin": [-3, 8, -3], - "color": 0, - "children": [6] - } - ] - }, - { - "name": "greens", - "origin": [10, 7.5, 3.75], - "color": 0, - "children": [ - { - "name": "1", - "origin": [0, 0, 0], - "color": 0, - "children": [7, 8, 9, 10] - }, - { - "name": "2", - "origin": [8, 4, 13], - "color": 0, - "children": [11, 12, 13, 14] - }, - { - "name": "3", - "origin": [8, 4, 13], - "color": 0, - "children": [15, 16, 17, 18] - }, - { - "name": "4", - "origin": [8, 4, 12.5], - "color": 0, - "children": [19, 20, 21, 22] - }, - { - "name": "5", - "origin": [8, 7, 8], - "color": 0, - "children": [23, 24] - } - ] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/standing_pot_flat_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/standing_pot_flat_grown.json deleted file mode 100644 index fe788c46..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/standing_pot_flat_grown.json +++ /dev/null @@ -1,441 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "1": "beautify:block/pots/vine_pot_grown", - "2": "beautify:block/pots/vine_pot_overlay_grown", - "particle": "block/terracotta" - }, - "elements": [ - { - "from": [5, 6, 5], - "to": [11, 7, 11], - "faces": { - "north": {"uv": [9.5, 4.5, 11, 4.75], "texture": "#1"}, - "east": {"uv": [9.5, 4.75, 11, 5], "texture": "#1"}, - "south": {"uv": [9.5, 5, 11, 5.25], "texture": "#1"}, - "west": {"uv": [9.5, 5.25, 11, 5.5], "texture": "#1"}, - "up": {"uv": [1.5, 9.5, 0, 8], "texture": "#1"}, - "down": {"uv": [9.5, 0, 8, 1.5], "texture": "#1"} - } - }, - { - "from": [11, 5, 5], - "to": [12, 8, 11], - "faces": { - "north": {"uv": [8, 9.5, 8.25, 10.25], "texture": "#1"}, - "east": {"uv": [8, 7.75, 9.5, 8.5], "texture": "#1"}, - "south": {"uv": [8.25, 9.5, 8.5, 10.25], "texture": "#1"}, - "west": {"uv": [8, 8.5, 9.5, 9.25], "texture": "#1"}, - "up": {"uv": [7.25, 11, 7, 9.5], "texture": "#1"}, - "down": {"uv": [7.5, 9.5, 7.25, 11], "texture": "#1"} - } - }, - { - "from": [4, 5, 5], - "to": [5, 8, 11], - "faces": { - "north": {"uv": [9.5, 8.25, 9.75, 9], "texture": "#1"}, - "east": {"uv": [6, 8.75, 7.5, 9.5], "texture": "#1"}, - "south": {"uv": [8.5, 9.5, 8.75, 10.25], "texture": "#1"}, - "west": {"uv": [3, 9.25, 4.5, 10], "texture": "#1"}, - "up": {"uv": [7.75, 11, 7.5, 9.5], "texture": "#1"}, - "down": {"uv": [8, 9.5, 7.75, 11], "texture": "#1"} - } - }, - { - "from": [4, 5, 4], - "to": [12, 8, 5], - "faces": { - "north": {"uv": [8, 5.5, 10, 6.25], "texture": "#1"}, - "east": {"uv": [8.75, 9.5, 9, 10.25], "texture": "#1"}, - "south": {"uv": [6, 8, 8, 8.75], "texture": "#1"}, - "west": {"uv": [9, 9.5, 9.25, 10.25], "texture": "#1"}, - "up": {"uv": [9.5, 9.5, 7.5, 9.25], "texture": "#1"}, - "down": {"uv": [2, 9.5, 0, 9.75], "texture": "#1"} - } - }, - { - "from": [4, 5, 11], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 6.25, 10, 7], "texture": "#1"}, - "east": {"uv": [9.5, 9, 9.75, 9.75], "texture": "#1"}, - "south": {"uv": [8, 7, 10, 7.75], "texture": "#1"}, - "west": {"uv": [9.25, 9.5, 9.5, 10.25], "texture": "#1"}, - "up": {"uv": [11.5, 0.25, 9.5, 0], "texture": "#1"}, - "down": {"uv": [11.5, 0.25, 9.5, 0.5], "texture": "#1"} - } - }, - { - "from": [5, 0, 5], - "to": [11, 5, 11], - "faces": { - "north": {"uv": [3, 8, 4.5, 9.25], "texture": "#1"}, - "east": {"uv": [8, 3, 9.5, 4.25], "texture": "#1"}, - "south": {"uv": [8, 4.25, 9.5, 5.5], "texture": "#1"}, - "west": {"uv": [4.5, 8, 6, 9.25], "texture": "#1"}, - "up": {"uv": [3, 9.5, 1.5, 8], "texture": "#1"}, - "down": {"uv": [9.5, 1.5, 8, 3], "texture": "#1"} - } - }, - { - "from": [4.5, 4, 4.5], - "to": [11.5, 5, 11.5], - "faces": { - "north": {"uv": [4.75, 10, 6.5, 10.25], "texture": "#1"}, - "east": {"uv": [4.75, 10.75, 6.5, 11], "texture": "#1"}, - "south": {"uv": [4.75, 10.75, 6.5, 11], "texture": "#1"}, - "west": {"uv": [4.75, 10, 6.5, 10.25], "texture": "#1"}, - "up": {"uv": [4.5, 9.5, 6.25, 11.25], "texture": "#1"}, - "down": {"uv": [4.5, 9.5, 6.25, 11.25], "texture": "#1"} - } - }, - { - "name": "RankePot", - "from": [4, 8.5, 9.5], - "to": [12, 8.5, 14.5], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [0, 0, 2, 0], "rotation": 180, "texture": "#1"}, - "east": {"uv": [0, 0, 0, 1.25], "rotation": 90, "texture": "#1"}, - "south": {"uv": [0, 0, 2, 0], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 1.25], "rotation": 270, "texture": "#1"}, - "up": {"uv": [0, 0, 2, 1.25], "texture": "#1"}, - "down": {"uv": [2, 0, 0, 1.25], "rotation": 180, "texture": "#1"} - } - }, - { - "name": "Ranke", - "from": [4, -13, 12.75], - "to": [12, 9, 12.75], - "faces": { - "north": {"uv": [2, 1.25, 0, 6.75], "texture": "#1"}, - "east": {"uv": [0, 1.25, 0, 6.75], "texture": "#1"}, - "south": {"uv": [0, 1.25, 2, 6.75], "texture": "#1"}, - "west": {"uv": [0, 1.25, 0, 6.75], "texture": "#1"}, - "up": {"uv": [0, 1.25, 2, 1.25], "texture": "#1"}, - "down": {"uv": [0, 1.25, 2, 1.25], "texture": "#1"} - } - }, - { - "name": "OverlayPot", - "from": [4, 9, 9.5], - "to": [12, 9, 14.5], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [0, 0, 2, 0], "rotation": 180, "texture": "#2"}, - "east": {"uv": [0, 0, 0, 1.25], "rotation": 90, "texture": "#2"}, - "south": {"uv": [0, 0, 2, 0], "texture": "#2"}, - "west": {"uv": [0, 0, 0, 1.25], "rotation": 270, "texture": "#2"}, - "up": {"uv": [0, 0, 2, 1.25], "texture": "#2"}, - "down": {"uv": [2, 0, 0, 1.25], "rotation": 180, "texture": "#2"} - } - }, - { - "name": "Overlay", - "from": [4, -13, 13.25], - "to": [12, 9, 13.25], - "faces": { - "north": {"uv": [2, 1.25, 0, 6.75], "texture": "#2"}, - "east": {"uv": [0, 1.25, 0, 6.75], "texture": "#2"}, - "south": {"uv": [0, 1.25, 2, 6.75], "texture": "#2"}, - "west": {"uv": [0, 1.25, 0, 6.75], "texture": "#2"}, - "up": {"uv": [0, 1.25, 2, 1.25], "texture": "#2"}, - "down": {"uv": [0, 1.25, 2, 1.25], "texture": "#2"} - } - }, - { - "name": "RankePot", - "from": [9.25, 6.75, 4], - "to": [14.25, 6.75, 12], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [6, 0, 6, 1.25], "rotation": 90, "texture": "#1"}, - "east": {"uv": [6, 0, 8, 0], "texture": "#1"}, - "south": {"uv": [6, 0, 6, 1.25], "rotation": 270, "texture": "#1"}, - "west": {"uv": [6, 0, 8, 0], "rotation": 180, "texture": "#1"}, - "up": {"uv": [6, 0, 8, 1.25], "rotation": 270, "texture": "#1"}, - "down": {"uv": [8, 0, 6, 1.25], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "OverlayPot", - "from": [9.25, 7.25, 4], - "to": [14.25, 7.25, 12], - "rotation": {"angle": 22.5, "axis": "z", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [2, 0, 2, 1.25], "rotation": 90, "texture": "#2"}, - "east": {"uv": [2, 0, 4, 0], "texture": "#2"}, - "south": {"uv": [2, 0, 2, 1.25], "rotation": 270, "texture": "#2"}, - "west": {"uv": [2, 0, 4, 0], "rotation": 180, "texture": "#2"}, - "up": {"uv": [2, 0, 4, 1.25], "rotation": 270, "texture": "#2"}, - "down": {"uv": [4, 0, 2, 1.25], "rotation": 270, "texture": "#2"} - } - }, - { - "name": "Ranke", - "from": [12.75, -13, 4], - "to": [12.75, 9, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [6, 1.25, 6, 6.75], "texture": "#1"}, - "east": {"uv": [6, 1.25, 8, 6.75], "texture": "#1"}, - "south": {"uv": [6, 1.25, 6, 6.75], "texture": "#1"}, - "west": {"uv": [8, 1.25, 6, 6.75], "texture": "#1"}, - "up": {"uv": [6, 1.25, 8, 1.25], "rotation": 270, "texture": "#1"}, - "down": {"uv": [6, 1.25, 8, 1.25], "rotation": 90, "texture": "#1"} - } - }, - { - "name": "Overlay", - "from": [13.25, -13, 4], - "to": [13.25, 9, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [2, 1.25, 2, 6.75], "texture": "#2"}, - "east": {"uv": [2, 1.25, 4, 6.75], "texture": "#2"}, - "south": {"uv": [2, 1.25, 2, 6.75], "texture": "#2"}, - "west": {"uv": [4, 1.25, 2, 6.75], "texture": "#2"}, - "up": {"uv": [2, 1.25, 4, 1.25], "rotation": 270, "texture": "#2"}, - "down": {"uv": [2, 1.25, 4, 1.25], "rotation": 90, "texture": "#2"} - } - }, - { - "name": "RankePot", - "from": [1.75, 6.75, 4], - "to": [6.75, 6.75, 12], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [2, 0, 2, 1.25], "rotation": 90, "texture": "#1"}, - "east": {"uv": [2, 0, 4, 0], "texture": "#1"}, - "south": {"uv": [2, 0, 2, 1.25], "rotation": 270, "texture": "#1"}, - "west": {"uv": [2, 0, 4, 0], "rotation": 180, "texture": "#1"}, - "up": {"uv": [4, 1.25, 2, 0], "rotation": 270, "texture": "#1"}, - "down": {"uv": [2, 1.25, 4, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "name": "OverlayPot", - "from": [1.75, 7, 4.25], - "to": [6.75, 7, 12.25], - "rotation": {"angle": -22.5, "axis": "z", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [4, 0, 4, 1.25], "rotation": 90, "texture": "#2"}, - "east": {"uv": [4, 0, 6, 0], "texture": "#2"}, - "south": {"uv": [4, 0, 4, 1.25], "rotation": 270, "texture": "#2"}, - "west": {"uv": [4, 0, 6, 0], "rotation": 180, "texture": "#2"}, - "up": {"uv": [6, 1.25, 4, 0], "rotation": 270, "texture": "#2"}, - "down": {"uv": [4, 1.25, 6, 0], "rotation": 270, "texture": "#2"} - } - }, - { - "name": "Ranke", - "from": [3.25, -13, 4], - "to": [3.25, 9, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [2, 1.25, 2, 6.75], "texture": "#1"}, - "east": {"uv": [4, 1.25, 2, 6.75], "texture": "#1"}, - "south": {"uv": [2, 1.25, 2, 6.75], "texture": "#1"}, - "west": {"uv": [2, 1.25, 4, 6.75], "texture": "#1"}, - "up": {"uv": [2, 1.25, 4, 1.25], "rotation": 270, "texture": "#1"}, - "down": {"uv": [2, 1.25, 4, 1.25], "rotation": 90, "texture": "#1"} - } - }, - { - "name": "Overlay", - "from": [2.75, -13, 4], - "to": [2.75, 9, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 13]}, - "faces": { - "north": {"uv": [4, 1.25, 4, 6.75], "texture": "#2"}, - "east": {"uv": [6, 1.25, 4, 6.75], "texture": "#2"}, - "south": {"uv": [4, 1.25, 4, 6.75], "texture": "#2"}, - "west": {"uv": [4, 1.25, 6, 6.75], "texture": "#2"}, - "up": {"uv": [4, 1.25, 6, 1.25], "rotation": 270, "texture": "#2"}, - "down": {"uv": [4, 1.25, 6, 1.25], "rotation": 90, "texture": "#2"} - } - }, - { - "name": "RankePot", - "from": [4, 5, 2], - "to": [12, 5, 7], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [4, 0, 6, 0], "texture": "#1"}, - "east": {"uv": [4, 0, 4, 1.25], "rotation": 270, "texture": "#1"}, - "south": {"uv": [4, 0, 6, 0], "rotation": 180, "texture": "#1"}, - "west": {"uv": [4, 0, 4, 1.25], "rotation": 90, "texture": "#1"}, - "up": {"uv": [4, 0, 6, 1.25], "rotation": 180, "texture": "#1"}, - "down": {"uv": [6, 0, 4, 1.25], "texture": "#1"} - } - }, - { - "name": "OverlayPot", - "from": [4, 5.5, 2], - "to": [12, 5.5, 7], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [6, 0, 8, 0], "texture": "#2"}, - "east": {"uv": [6, 0, 6, 1.25], "rotation": 270, "texture": "#2"}, - "south": {"uv": [6, 0, 8, 0], "rotation": 180, "texture": "#2"}, - "west": {"uv": [6, 0, 6, 1.25], "rotation": 90, "texture": "#2"}, - "up": {"uv": [6, 0, 8, 1.25], "rotation": 180, "texture": "#2"}, - "down": {"uv": [8, 0, 6, 1.25], "texture": "#2"} - } - }, - { - "name": "Ranke", - "from": [4, -13, 3.25], - "to": [12, 9, 3.25], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [4, 1.25, 6, 6.75], "texture": "#1"}, - "east": {"uv": [4, 1.25, 4, 6.75], "texture": "#1"}, - "south": {"uv": [6, 1.25, 4, 6.75], "texture": "#1"}, - "west": {"uv": [4, 1.25, 4, 6.75], "texture": "#1"}, - "up": {"uv": [4, 1.25, 6, 1.25], "rotation": 180, "texture": "#1"}, - "down": {"uv": [4, 1.25, 6, 1.25], "rotation": 180, "texture": "#1"} - } - }, - { - "name": "Overlay", - "from": [4, -13, 2.75], - "to": [12, 9, 2.75], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 12.5]}, - "faces": { - "north": {"uv": [6, 1.25, 8, 6.75], "texture": "#2"}, - "east": {"uv": [6, 1.25, 6, 6.75], "texture": "#2"}, - "south": {"uv": [8, 1.25, 6, 6.75], "texture": "#2"}, - "west": {"uv": [6, 1.25, 6, 6.75], "texture": "#2"}, - "up": {"uv": [6, 1.25, 8, 1.25], "rotation": 180, "texture": "#2"}, - "down": {"uv": [6, 1.25, 8, 1.25], "rotation": 180, "texture": "#2"} - } - }, - { - "from": [-1, 3, 8], - "to": [17, 11, 8], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [4.5, 11.75, 0, 13.75], "texture": "#1"}, - "east": {"uv": [0, 11.75, 0, 13.75], "texture": "#1"}, - "south": {"uv": [0, 11.75, 4.5, 13.75], "texture": "#1"}, - "west": {"uv": [0, 11.75, 0, 13.75], "texture": "#1"}, - "up": {"uv": [0, 9.5, 0, 14], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 9.5, 0, 14], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [-1, 2, 8], - "to": [17, 11, 8], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 7, 8]}, - "faces": { - "north": {"uv": [0, 13.75, 4.5, 16], "texture": "#1"}, - "east": {"uv": [0, 13.75, 0, 16], "texture": "#1"}, - "south": {"uv": [4.5, 13.75, 0, 16], "texture": "#1"}, - "west": {"uv": [0, 13.75, 0, 16], "texture": "#1"}, - "up": {"uv": [0, 11.5, 0, 16], "rotation": 270, "texture": "#1"}, - "down": {"uv": [0, 11.5, 0, 16], "rotation": 90, "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [67.54, -29.2, 0.06], - "translation": [0, -2.75, -4.5], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "rotation": [67.54, -29.2, 0.06], - "translation": [0, -2.75, -4.5], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [0, 50.75, 0], - "translation": [0.75, 3.25, 0], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [0, 50.75, 0], - "translation": [0.75, 3.25, 0], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 1.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "gui": { - "rotation": [25.75, -45, 0], - "translation": [0, 0.5, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "translation": [0, 14.25, 0] - } - }, - "groups": [ - { - "name": "pot", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "Erde", - "origin": [0, 0, 0], - "color": 0, - "children": [0] - }, - { - "name": "Topf", - "origin": [0, 0, 0], - "color": 0, - "children": [1, 2, 3, 4, 5] - }, - { - "name": "Seile", - "origin": [-3, 8, -3], - "color": 0, - "children": [6] - } - ] - }, - { - "name": "greens", - "origin": [10, 7.5, 3.75], - "color": 0, - "children": [ - { - "name": "1", - "origin": [0, 0, 0], - "color": 0, - "children": [7, 8, 9, 10] - }, - { - "name": "2", - "origin": [8, 4, 13], - "color": 0, - "children": [11, 12, 13, 14] - }, - { - "name": "3", - "origin": [8, 4, 13], - "color": 0, - "children": [15, 16, 17, 18] - }, - { - "name": "4", - "origin": [8, 4, 12.5], - "color": 0, - "children": [19, 20, 21, 22] - }, - { - "name": "5", - "origin": [8, 7, 8], - "color": 0, - "children": [23, 24] - } - ] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/standing_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/standing_pot_grown.json deleted file mode 100644 index 550f3029..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/base/standing_pot_grown.json +++ /dev/null @@ -1,187 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "beautify:block/pots/grass_pot_grown", - "particle": "block/terracotta" - }, - "elements": [ - { - "from": [5, 5, 5], - "to": [11, 6, 11], - "faces": { - "north": {"uv": [9.5, 4.5, 11, 4.75], "texture": "#0"}, - "east": {"uv": [9.5, 4.75, 11, 5], "texture": "#0"}, - "south": {"uv": [9.5, 5, 11, 5.25], "texture": "#0"}, - "west": {"uv": [9.5, 5.25, 11, 5.5], "texture": "#0"}, - "up": {"uv": [1.5, 9.5, 0, 8], "texture": "#0"}, - "down": {"uv": [9.5, 0, 8, 1.5], "texture": "#0"} - } - }, - { - "from": [11, 5, 5], - "to": [12, 8, 11], - "faces": { - "north": {"uv": [8, 9.5, 8.25, 10.25], "texture": "#0"}, - "east": {"uv": [8, 7.75, 9.5, 8.5], "texture": "#0"}, - "south": {"uv": [8.25, 9.5, 8.5, 10.25], "texture": "#0"}, - "west": {"uv": [8, 8.5, 9.5, 9.25], "texture": "#0"}, - "up": {"uv": [7.25, 11, 7, 9.5], "texture": "#0"}, - "down": {"uv": [7.5, 9.5, 7.25, 11], "texture": "#0"} - } - }, - { - "from": [4, 5, 5], - "to": [5, 8, 11], - "faces": { - "north": {"uv": [9.5, 8.25, 9.75, 9], "texture": "#0"}, - "east": {"uv": [6, 8.75, 7.5, 9.5], "texture": "#0"}, - "south": {"uv": [8.5, 9.5, 8.75, 10.25], "texture": "#0"}, - "west": {"uv": [3, 9.25, 4.5, 10], "texture": "#0"}, - "up": {"uv": [7.75, 11, 7.5, 9.5], "texture": "#0"}, - "down": {"uv": [8, 9.5, 7.75, 11], "texture": "#0"} - } - }, - { - "from": [4, 5, 4], - "to": [12, 8, 5], - "faces": { - "north": {"uv": [8, 5.5, 10, 6.25], "texture": "#0"}, - "east": {"uv": [8.75, 9.5, 9, 10.25], "texture": "#0"}, - "south": {"uv": [6, 8, 8, 8.75], "texture": "#0"}, - "west": {"uv": [9, 9.5, 9.25, 10.25], "texture": "#0"}, - "up": {"uv": [9.5, 9.5, 7.5, 9.25], "texture": "#0"}, - "down": {"uv": [2, 9.5, 0, 9.75], "texture": "#0"} - } - }, - { - "from": [4, 5, 11], - "to": [12, 8, 12], - "faces": { - "north": {"uv": [8, 6.25, 10, 7], "texture": "#0"}, - "east": {"uv": [9.5, 9, 9.75, 9.75], "texture": "#0"}, - "south": {"uv": [8, 7, 10, 7.75], "texture": "#0"}, - "west": {"uv": [9.25, 9.5, 9.5, 10.25], "texture": "#0"}, - "up": {"uv": [11.5, 0.25, 9.5, 0], "texture": "#0"}, - "down": {"uv": [11.5, 0.25, 9.5, 0.5], "texture": "#0"} - } - }, - { - "from": [5, 0, 5], - "to": [11, 5, 11], - "faces": { - "north": {"uv": [3, 8, 4.5, 9.25], "texture": "#0"}, - "east": {"uv": [8, 3, 9.5, 4.25], "texture": "#0"}, - "south": {"uv": [8, 4.25, 9.5, 5.5], "texture": "#0"}, - "west": {"uv": [4.5, 8, 6, 9.25], "texture": "#0"}, - "up": {"uv": [3, 9.5, 1.5, 8], "texture": "#0"}, - "down": {"uv": [9.5, 1.5, 8, 3], "texture": "#0"} - } - }, - { - "from": [4.5, 4, 4.5], - "to": [11.5, 5, 11.5], - "faces": { - "north": {"uv": [4.75, 10, 6.5, 10.25], "texture": "#0"}, - "east": {"uv": [4.75, 10.75, 6.5, 11], "texture": "#0"}, - "south": {"uv": [4.75, 10.75, 6.5, 11], "texture": "#0"}, - "west": {"uv": [4.75, 10, 6.5, 10.25], "texture": "#0"}, - "up": {"uv": [4.5, 9.5, 6.25, 11.25], "texture": "#0"}, - "down": {"uv": [4.5, 9.5, 6.25, 11.25], "texture": "#0"} - } - }, - { - "from": [0, -16, 8], - "to": [16, 16, 8], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [4, 0, 8, 8], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 8], "texture": "#0"}, - "south": {"uv": [8, 0, 4, 8], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 8], "texture": "#0"}, - "up": {"uv": [0, 4, 0, 0], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 4], "rotation": 270, "texture": "#0"} - } - }, - { - "from": [0, -16, 8], - "to": [16, 16, 8], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 4, 8], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 8], "texture": "#0"}, - "south": {"uv": [4, 0, 0, 8], "texture": "#0"}, - "west": {"uv": [0, 0, 0, 8], "texture": "#0"}, - "up": {"uv": [0, 4, 0, 0], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 0, 4], "rotation": 270, "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [67.54, -29.2, 0.06], - "translation": [0, -2.75, -4.5], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "rotation": [67.54, -29.2, 0.06], - "translation": [0, -2.75, -4.5], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [0, 50.75, 0], - "translation": [0.75, 3.25, 0], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_lefthand": { - "rotation": [0, 50.75, 0], - "translation": [0.75, 3.25, 0], - "scale": [0.65, 0.65, 0.65] - }, - "ground": { - "translation": [0, 1.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "gui": { - "rotation": [25.75, -45, 0], - "translation": [0, 0.5, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "translation": [0, 14.25, 0] - } - }, - "groups": [ - { - "name": "test", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "Erde", - "origin": [0, 0, 0], - "color": 0, - "children": [0] - }, - { - "name": "Topf", - "origin": [0, 0, 0], - "color": 0, - "children": [1, 2, 3, 4, 5] - }, - { - "name": "Seile", - "origin": [-3, 8, -3], - "color": 0, - "children": [6] - }, - { - "name": "Rose", - "origin": [0, 0, 0], - "color": 0, - "children": [7, 8] - } - ] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/berry/berry_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/berry/berry_pot.json deleted file mode 100644 index 4164a209..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/berry/berry_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/berry_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/berry/berry_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/berry/berry_pot_grown.json deleted file mode 100644 index 3410e379..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/berry/berry_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/berry_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/berry/standing_berry_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/berry/standing_berry_pot.json deleted file mode 100644 index dacc8a17..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/berry/standing_berry_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/berry_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/berry/standing_berry_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/berry/standing_berry_pot_grown.json deleted file mode 100644 index c2cbbc96..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/berry/standing_berry_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/berry_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/cornflower/cornflower_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/cornflower/cornflower_pot.json deleted file mode 100644 index dc23e0a5..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/cornflower/cornflower_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/cornflower_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/cornflower/cornflower_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/cornflower/cornflower_pot_grown.json deleted file mode 100644 index 26ab1db4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/cornflower/cornflower_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/cornflower_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/cornflower/standing_cornflower_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/cornflower/standing_cornflower_pot.json deleted file mode 100644 index f29832f1..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/cornflower/standing_cornflower_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/cornflower_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/cornflower/standing_cornflower_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/cornflower/standing_cornflower_pot_grown.json deleted file mode 100644 index 7b4e0d9f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/cornflower/standing_cornflower_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/cornflower_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/dandelion/dandelion_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/dandelion/dandelion_pot.json deleted file mode 100644 index d9e91ac0..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/dandelion/dandelion_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/dandelion_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/dandelion/dandelion_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/dandelion/dandelion_pot_grown.json deleted file mode 100644 index 85ba4031..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/dandelion/dandelion_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/dandelion_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/dandelion/standing_dandelion_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/dandelion/standing_dandelion_pot.json deleted file mode 100644 index 5443ea7e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/dandelion/standing_dandelion_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/dandelion_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/dandelion/standing_dandelion_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/dandelion/standing_dandelion_pot_grown.json deleted file mode 100644 index 1d2679f5..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/dandelion/standing_dandelion_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/dandelion_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/fern/fern_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/fern/fern_pot.json deleted file mode 100644 index aa507563..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/fern/fern_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/fern_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/fern/fern_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/fern/fern_pot_grown.json deleted file mode 100644 index 74ed621c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/fern/fern_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/fern_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/fern/standing_fern_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/fern/standing_fern_pot.json deleted file mode 100644 index fe8f23d5..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/fern/standing_fern_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/fern_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/fern/standing_fern_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/fern/standing_fern_pot_grown.json deleted file mode 100644 index 029643d5..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/fern/standing_fern_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/fern_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glow_lichen/glow_lichen_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glow_lichen/glow_lichen_pot.json deleted file mode 100644 index cbe388b3..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glow_lichen/glow_lichen_pot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_flat", - "textures": { - "1": "beautify:block/pots/glow_lichen_pot", - "2": "beautify:block/pots/glow_lichen_pot_overlay", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glow_lichen/glow_lichen_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glow_lichen/glow_lichen_pot_grown.json deleted file mode 100644 index 31d4578c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glow_lichen/glow_lichen_pot_grown.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_flat_grown", - "textures": { - "1": "beautify:block/pots/glow_lichen_pot_grown", - "2": "beautify:block/pots/glow_lichen_pot_overlay_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glow_lichen/standing_glow_lichen_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glow_lichen/standing_glow_lichen_pot.json deleted file mode 100644 index e3f2e987..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glow_lichen/standing_glow_lichen_pot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_flat", - "textures": { - "1": "beautify:block/pots/glow_lichen_pot", - "2": "beautify:block/pots/glow_lichen_pot_overlay", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glow_lichen/standing_glow_lichen_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glow_lichen/standing_glow_lichen_pot_grown.json deleted file mode 100644 index 0ae229dd..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glow_lichen/standing_glow_lichen_pot_grown.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_flat_grown", - "textures": { - "1": "beautify:block/pots/glow_lichen_pot_grown", - "2": "beautify:block/pots/glow_lichen_pot_overlay_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glowberry/glowberry_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glowberry/glowberry_pot.json deleted file mode 100644 index 8a661098..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glowberry/glowberry_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/glowberry_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glowberry/glowberry_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glowberry/glowberry_pot_grown.json deleted file mode 100644 index f24bf07a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glowberry/glowberry_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/glowberry_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glowberry/standing_glowberry_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glowberry/standing_glowberry_pot.json deleted file mode 100644 index c1674825..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glowberry/standing_glowberry_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/glowberry_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glowberry/standing_glowberry_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glowberry/standing_glowberry_pot_grown.json deleted file mode 100644 index d75cea6c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/glowberry/standing_glowberry_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/glowberry_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/grass/grass_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/grass/grass_pot.json deleted file mode 100644 index eb57d271..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/grass/grass_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/grass_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/grass/grass_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/grass/grass_pot_grown.json deleted file mode 100644 index bd98ef2b..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/grass/grass_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/grass_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/grass/standing_grass_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/grass/standing_grass_pot.json deleted file mode 100644 index f4df2dc7..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/grass/standing_grass_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/grass_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/grass/standing_grass_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/grass/standing_grass_pot_grown.json deleted file mode 100644 index f8bcd487..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/grass/standing_grass_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/grass_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lilac/lilac_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lilac/lilac_pot.json deleted file mode 100644 index 33a98824..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lilac/lilac_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/lilac_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lilac/lilac_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lilac/lilac_pot_grown.json deleted file mode 100644 index 27a99897..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lilac/lilac_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/lilac_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lilac/standing_lilac_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lilac/standing_lilac_pot.json deleted file mode 100644 index 030bff74..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lilac/standing_lilac_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/lilac_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lilac/standing_lilac_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lilac/standing_lilac_pot_grown.json deleted file mode 100644 index 9746ae86..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lilac/standing_lilac_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/lilac_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lily/lily_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lily/lily_pot.json deleted file mode 100644 index 5cc2c455..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lily/lily_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/lily_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lily/lily_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lily/lily_pot_grown.json deleted file mode 100644 index 627958d3..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lily/lily_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/lily_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lily/standing_lily_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lily/standing_lily_pot.json deleted file mode 100644 index 10eefea3..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lily/standing_lily_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/lily_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lily/standing_lily_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lily/standing_lily_pot_grown.json deleted file mode 100644 index e9295f83..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/lily/standing_lily_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/lily_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orange_tulip/orange_tulip_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orange_tulip/orange_tulip_pot.json deleted file mode 100644 index d6274cdc..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orange_tulip/orange_tulip_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/orange_tulip_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orange_tulip/orange_tulip_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orange_tulip/orange_tulip_pot_grown.json deleted file mode 100644 index 8325a303..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orange_tulip/orange_tulip_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/orange_tulip_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orange_tulip/standing_orange_tulip_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orange_tulip/standing_orange_tulip_pot.json deleted file mode 100644 index 71df5fe4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orange_tulip/standing_orange_tulip_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/orange_tulip_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orange_tulip/standing_orange_tulip_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orange_tulip/standing_orange_tulip_pot_grown.json deleted file mode 100644 index 14d9d7a6..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orange_tulip/standing_orange_tulip_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/orange_tulip_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orchid/orchid_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orchid/orchid_pot.json deleted file mode 100644 index 56c2f3e5..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orchid/orchid_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/orchid_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orchid/orchid_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orchid/orchid_pot_grown.json deleted file mode 100644 index d0add6f1..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orchid/orchid_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/orchid_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orchid/standing_orchid_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orchid/standing_orchid_pot.json deleted file mode 100644 index 2d8c7a6d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orchid/standing_orchid_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/orchid_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orchid/standing_orchid_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orchid/standing_orchid_pot_grown.json deleted file mode 100644 index b141570e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/orchid/standing_orchid_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/orchid_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/oxeye_daisy/oxeye_daisy_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/oxeye_daisy/oxeye_daisy_pot.json deleted file mode 100644 index 3a21a0b5..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/oxeye_daisy/oxeye_daisy_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/oxeye_daisy_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/oxeye_daisy/oxeye_daisy_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/oxeye_daisy/oxeye_daisy_pot_grown.json deleted file mode 100644 index 4eceba9f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/oxeye_daisy/oxeye_daisy_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/oxeye_daisy_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/oxeye_daisy/standing_oxeye_daisy_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/oxeye_daisy/standing_oxeye_daisy_pot.json deleted file mode 100644 index aaffb1f4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/oxeye_daisy/standing_oxeye_daisy_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/oxeye_daisy_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/oxeye_daisy/standing_oxeye_daisy_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/oxeye_daisy/standing_oxeye_daisy_pot_grown.json deleted file mode 100644 index c732d22f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/oxeye_daisy/standing_oxeye_daisy_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/oxeye_daisy_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/peony/peony_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/peony/peony_pot.json deleted file mode 100644 index dc4ab05d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/peony/peony_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/peony_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/peony/peony_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/peony/peony_pot_grown.json deleted file mode 100644 index 25ce436e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/peony/peony_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/peony_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/peony/standing_peony_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/peony/standing_peony_pot.json deleted file mode 100644 index 316ff741..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/peony/standing_peony_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/peony_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/peony/standing_peony_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/peony/standing_peony_pot_grown.json deleted file mode 100644 index be06830d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/peony/standing_peony_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/peony_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/pink_tulip/pink_tulip_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/pink_tulip/pink_tulip_pot.json deleted file mode 100644 index 46c4b49f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/pink_tulip/pink_tulip_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/pink_tulip_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/pink_tulip/pink_tulip_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/pink_tulip/pink_tulip_pot_grown.json deleted file mode 100644 index 236fd631..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/pink_tulip/pink_tulip_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/pink_tulip_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/pink_tulip/standing_pink_tulip_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/pink_tulip/standing_pink_tulip_pot.json deleted file mode 100644 index 76ab4cea..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/pink_tulip/standing_pink_tulip_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/pink_tulip_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/pink_tulip/standing_pink_tulip_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/pink_tulip/standing_pink_tulip_pot_grown.json deleted file mode 100644 index bdfda2ca..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/pink_tulip/standing_pink_tulip_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/pink_tulip_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/poppy/poppy_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/poppy/poppy_pot.json deleted file mode 100644 index 564027bc..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/poppy/poppy_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/poppy_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/poppy/poppy_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/poppy/poppy_pot_grown.json deleted file mode 100644 index 051dca79..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/poppy/poppy_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/poppy_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/poppy/standing_poppy_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/poppy/standing_poppy_pot.json deleted file mode 100644 index 7a40f6c8..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/poppy/standing_poppy_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/poppy_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/poppy/standing_poppy_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/poppy/standing_poppy_pot_grown.json deleted file mode 100644 index 9a3c73fa..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/poppy/standing_poppy_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/poppy_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/red_tulip/red_tulip_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/red_tulip/red_tulip_pot.json deleted file mode 100644 index 52117c6d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/red_tulip/red_tulip_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/red_tulip_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/red_tulip/red_tulip_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/red_tulip/red_tulip_pot_grown.json deleted file mode 100644 index 7bfb92ec..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/red_tulip/red_tulip_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/red_tulip_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/red_tulip/standing_red_tulip_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/red_tulip/standing_red_tulip_pot.json deleted file mode 100644 index c97a9b5e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/red_tulip/standing_red_tulip_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/red_tulip_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/red_tulip/standing_red_tulip_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/red_tulip/standing_red_tulip_pot_grown.json deleted file mode 100644 index 07c16d70..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/red_tulip/standing_red_tulip_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/red_tulip_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/rose/rose_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/rose/rose_pot.json deleted file mode 100644 index 4869982c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/rose/rose_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/rose_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/rose/rose_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/rose/rose_pot_grown.json deleted file mode 100644 index a0006a6b..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/rose/rose_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/rose_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/rose/standing_rose_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/rose/standing_rose_pot.json deleted file mode 100644 index 9b2e9192..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/rose/standing_rose_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/rose_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/rose/standing_rose_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/rose/standing_rose_pot_grown.json deleted file mode 100644 index a73b00bc..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/rose/standing_rose_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/rose_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/sunflower/standing_sunflower_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/sunflower/standing_sunflower_pot.json deleted file mode 100644 index 47c8791a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/sunflower/standing_sunflower_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/sunflower_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/sunflower/standing_sunflower_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/sunflower/standing_sunflower_pot_grown.json deleted file mode 100644 index 9ec2f03e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/sunflower/standing_sunflower_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/sunflower_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/sunflower/sunflower_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/sunflower/sunflower_pot.json deleted file mode 100644 index a3e8ce7c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/sunflower/sunflower_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/sunflower_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/sunflower/sunflower_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/sunflower/sunflower_pot_grown.json deleted file mode 100644 index 2fa7d2c5..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/sunflower/sunflower_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/sunflower_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/twisting_vines/standing_twisting_vines_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/twisting_vines/standing_twisting_vines_pot.json deleted file mode 100644 index 8697c721..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/twisting_vines/standing_twisting_vines_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/twisting_vines_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/twisting_vines/standing_twisting_vines_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/twisting_vines/standing_twisting_vines_pot_grown.json deleted file mode 100644 index b69d0828..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/twisting_vines/standing_twisting_vines_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/twisting_vines_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/twisting_vines/twisting_vines_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/twisting_vines/twisting_vines_pot.json deleted file mode 100644 index ecb9ce92..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/twisting_vines/twisting_vines_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/twisting_vines_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/twisting_vines/twisting_vines_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/twisting_vines/twisting_vines_pot_grown.json deleted file mode 100644 index a98fc1c4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/twisting_vines/twisting_vines_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/twisting_vines_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/vine/standing_vine_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/vine/standing_vine_pot.json deleted file mode 100644 index 58cc7a81..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/vine/standing_vine_pot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_flat", - "textures": { - "1": "beautify:block/pots/vine_pot", - "2": "beautify:block/pots/vine_pot_overlay", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/vine/standing_vine_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/vine/standing_vine_pot_grown.json deleted file mode 100644 index 8b37f6a4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/vine/standing_vine_pot_grown.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_flat_grown", - "textures": { - "1": "beautify:block/pots/vine_pot_grown", - "2": "beautify:block/pots/vine_pot_overlay_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/vine/vine_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/vine/vine_pot.json deleted file mode 100644 index 6b443da4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/vine/vine_pot.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_flat", - "textures": { - "1": "beautify:block/pots/vine_pot", - "2": "beautify:block/pots/vine_pot_overlay", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/vine/vine_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/vine/vine_pot_grown.json deleted file mode 100644 index 71a967e5..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/vine/vine_pot_grown.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_flat_grown", - "textures": { - "1": "beautify:block/pots/vine_pot_grown", - "2": "beautify:block/pots/vine_pot_overlay_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/weeping_vines/standing_weeping_vines_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/weeping_vines/standing_weeping_vines_pot.json deleted file mode 100644 index 69e2da44..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/weeping_vines/standing_weeping_vines_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/weeping_vines_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/weeping_vines/standing_weeping_vines_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/weeping_vines/standing_weeping_vines_pot_grown.json deleted file mode 100644 index 84dacbbf..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/weeping_vines/standing_weeping_vines_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/weeping_vines_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/weeping_vines/weeping_vines_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/weeping_vines/weeping_vines_pot.json deleted file mode 100644 index ca89723d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/weeping_vines/weeping_vines_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/weeping_vines_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/weeping_vines/weeping_vines_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/weeping_vines/weeping_vines_pot_grown.json deleted file mode 100644 index fc7abf05..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/weeping_vines/weeping_vines_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/weeping_vines_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/white_tulip/standing_white_tulip_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/white_tulip/standing_white_tulip_pot.json deleted file mode 100644 index 7858b694..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/white_tulip/standing_white_tulip_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/white_tulip_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/white_tulip/standing_white_tulip_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/white_tulip/standing_white_tulip_pot_grown.json deleted file mode 100644 index 8bdf27b1..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/white_tulip/standing_white_tulip_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/white_tulip_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/white_tulip/white_tulip_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/white_tulip/white_tulip_pot.json deleted file mode 100644 index 84f20838..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/white_tulip/white_tulip_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/white_tulip_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/white_tulip/white_tulip_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/white_tulip/white_tulip_pot_grown.json deleted file mode 100644 index 1b626a3a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/white_tulip/white_tulip_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/white_tulip_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/wither_rose/standing_wither_rose_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/wither_rose/standing_wither_rose_pot.json deleted file mode 100644 index 3240c4b4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/wither_rose/standing_wither_rose_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot", - "textures": { - "0": "beautify:block/pots/wither_rose_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/wither_rose/standing_wither_rose_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/wither_rose/standing_wither_rose_pot_grown.json deleted file mode 100644 index 9dcac576..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/wither_rose/standing_wither_rose_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/standing_pot_grown", - "textures": { - "0": "beautify:block/pots/wither_rose_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/wither_rose/wither_rose_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/wither_rose/wither_rose_pot.json deleted file mode 100644 index 0a454ea2..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/wither_rose/wither_rose_pot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot", - "textures": { - "0": "beautify:block/pots/wither_rose_pot", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/wither_rose/wither_rose_pot_grown.json b/mod/beautify/src/main/resources/assets/beautify/models/block/pots/wither_rose/wither_rose_pot_grown.json deleted file mode 100644 index 8d170cce..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/pots/wither_rose/wither_rose_pot_grown.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot_grown", - "textures": { - "0": "beautify:block/pots/wither_rose_pot_grown", - "particle": "minecraft:block/terracotta" - }, - "render_type": "cutout" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/rope.json b/mod/beautify/src/main/resources/assets/beautify/models/block/rope.json deleted file mode 100644 index 628df5aa..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/rope.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "beautify:block/rope_texture", - "particle": "beautify:block/rope_texture" - }, - "render_type": "cutout", - "elements": [ - { - "from": [7, 13, 9], - "to": [7, 14, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 6, 9]}, - "faces": { - "north": {"uv": [3.5, 0.5, 3.5, 1], "texture": "#0"}, - "east": {"uv": [3, 0.5, 3.5, 1], "texture": "#0"}, - "south": {"uv": [4, 0.5, 4, 1], "texture": "#0"}, - "west": {"uv": [3.5, 0.5, 4, 1], "texture": "#0"}, - "up": {"uv": [3.5, 0.5, 3.5, 0], "texture": "#0"}, - "down": {"uv": [3.5, 0, 3.5, 0.5], "texture": "#0"} - } - }, - { - "from": [7, 0, 7], - "to": [9, 16, 9], - "faces": { - "north": {"uv": [1, 1, 2, 9], "texture": "#0"}, - "east": {"uv": [0, 1, 1, 9], "texture": "#0"}, - "south": {"uv": [3, 1, 4, 9], "texture": "#0"}, - "west": {"uv": [2, 1, 3, 9], "texture": "#0"}, - "up": {"uv": [2, 1, 1, 0], "texture": "#0"}, - "down": {"uv": [3, 0, 2, 1], "texture": "#0"} - } - }, - { - "from": [6, 1, 8], - "to": [7, 2, 8], - "faces": { - "north": {"uv": [3, 0.5, 3.5, 1], "texture": "#0"}, - "east": {"uv": [3, 0.5, 3, 1], "texture": "#0"}, - "south": {"uv": [3.5, 0.5, 4, 1], "texture": "#0"}, - "west": {"uv": [3.5, 0.5, 3.5, 1], "texture": "#0"}, - "up": {"uv": [3.5, 0.5, 3, 0.5], "texture": "#0"}, - "down": {"uv": [4, 0.5, 3.5, 0.5], "texture": "#0"} - } - }, - { - "from": [6, 9, 7], - "to": [7, 10, 7], - "faces": { - "north": {"uv": [3, 0, 3.5, 0.5], "texture": "#0"}, - "east": {"uv": [3, 0, 3, 0.5], "texture": "#0"}, - "south": {"uv": [3.5, 0, 4, 0.5], "texture": "#0"}, - "west": {"uv": [3.5, 0, 3.5, 0.5], "texture": "#0"}, - "up": {"uv": [3.5, 0, 3, 0], "texture": "#0"}, - "down": {"uv": [4, 0, 3.5, 0], "texture": "#0"} - } - }, - { - "from": [9, 6, 9], - "to": [10, 7, 9], - "faces": { - "north": {"uv": [0, 0, 0.5, 0.5], "texture": "#0"}, - "east": {"uv": [0, 0, 0, 0.5], "texture": "#0"}, - "south": {"uv": [0.5, 0, 1, 0.5], "texture": "#0"}, - "west": {"uv": [0.5, 0, 0.5, 0.5], "texture": "#0"}, - "up": {"uv": [0.5, 0, 0, 0], "texture": "#0"}, - "down": {"uv": [1, 0, 0.5, 0], "texture": "#0"} - } - }, - { - "from": [9, 3, 6], - "to": [9, 4, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 6, 9]}, - "faces": { - "north": {"uv": [3.5, 0.5, 3.5, 1], "texture": "#0"}, - "east": {"uv": [3, 0.5, 3.5, 1], "texture": "#0"}, - "south": {"uv": [4, 0.5, 4, 1], "texture": "#0"}, - "west": {"uv": [3.5, 0.5, 4, 1], "texture": "#0"}, - "up": {"uv": [3.5, 0.5, 3.5, 0], "texture": "#0"}, - "down": {"uv": [3.5, 0, 3.5, 0.5], "texture": "#0"} - } - }, - { - "from": [9, 10, 6], - "to": [9, 11, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 6, 9]}, - "faces": { - "north": {"uv": [0.5, 0.5, 0.5, 1], "texture": "#0"}, - "east": {"uv": [0, 0.5, 0.5, 1], "texture": "#0"}, - "south": {"uv": [1, 0.5, 1, 1], "texture": "#0"}, - "west": {"uv": [0.5, 0.5, 1, 1], "texture": "#0"}, - "up": {"uv": [0.5, 0.5, 0.5, 0], "texture": "#0"}, - "down": {"uv": [0.5, 0, 0.5, 0.5], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "VoxelShapes", - "origin": [8, 8, 8], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis.json deleted file mode 100644 index 7b7f65d0..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis.json +++ /dev/null @@ -1,131 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "block/acacia_log", - "particle": "block/acacia_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#0"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#0"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#0"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#0"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#0"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "translation": [4.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "translation": [-5.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [6.75, -1.25, 2] - }, - "firstperson_lefthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [3.75, -1.5, -12] - }, - "ground": { - "translation": [4.75, 2.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "gui": { - "rotation": [32.02, 83.55, -42.04], - "translation": [0.5, -1.25, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "rotation": [0, 90, 0], - "translation": [0, 0, -14.25] - }, - "fixed": { - "rotation": [0, 90, 0], - "translation": [0, 0, -8.25] - } - }, - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_lichen.json deleted file mode 100644 index 25bd245e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_lichen.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lichen_back", - "4": "minecraft:block/acacia_log", - "5": "beautify:block/trellis_lichen_front", - "particle": "minecraft:block/acacia_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_lilac.json deleted file mode 100644 index 97dba82d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_lilac.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lilac_back", - "4": "minecraft:block/acacia_log", - "5": "beautify:block/trellis_lilac_front", - "particle": "minecraft:block/acacia_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_peony.json deleted file mode 100644 index 01a4a95f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_peony.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_peony_back", - "4": "minecraft:block/acacia_log", - "5": "beautify:block/trellis_peony_front", - "particle": "minecraft:block/acacia_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_rose.json deleted file mode 100644 index ea4d9388..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_rose.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_rose_back", - "4": "minecraft:block/acacia_log", - "5": "beautify:block/trellis_rose_front", - "particle": "minecraft:block/acacia_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_sunflower.json deleted file mode 100644 index 5e83ab16..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_sunflower.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_sunflower_back", - "4": "minecraft:block/acacia_log", - "5": "beautify:block/trellis_sunflower_front", - "particle": "minecraft:block/acacia_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_twisting_vines.json deleted file mode 100644 index 91cf8c4a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_twisting_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_twisting_vines_back", - "4": "minecraft:block/acacia_log", - "5": "beautify:block/trellis_twisting_vines_front", - "particle": "minecraft:block/acacia_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_vine.json deleted file mode 100644 index 6ab30895..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_vine.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_vine_back", - "4": "minecraft:block/acacia_log", - "5": "beautify:block/trellis_vine_front", - "particle": "minecraft:block/acacia_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_weeping_vines.json deleted file mode 100644 index 3724ad2d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/closed_trellis_weeping_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_weeping_vines_back", - "4": "minecraft:block/acacia_log", - "5": "beautify:block/trellis_weeping_vines_front", - "particle": "minecraft:block/acacia_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis.json deleted file mode 100644 index 7185083d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "minecraft:block/acacia_log", - "particle": "minecraft:block/acacia_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#0"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#0"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_lichen.json deleted file mode 100644 index c69d0fd0..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_lichen.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/acacia_log", - "5": "beautify:block/trellis_lichen_back", - "6": "beautify:block/trellis_lichen_front", - "7": "beautify:block/trellis_lichen_hanging", - "particle": "minecraft:block/acacia_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_lilac.json deleted file mode 100644 index 57cbfba7..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_lilac.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/acacia_log", - "5": "beautify:block/trellis_lilac_back", - "6": "beautify:block/trellis_lilac_front", - "7": "beautify:block/trellis_lilac_hanging", - "particle": "minecraft:block/acacia_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_peony.json deleted file mode 100644 index 17e3d70c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_peony.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/acacia_log", - "5": "beautify:block/trellis_peony_back", - "6": "beautify:block/trellis_peony_front", - "7": "beautify:block/trellis_peony_hanging", - "particle": "minecraft:block/acacia_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_rose.json deleted file mode 100644 index 2f796785..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_rose.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/acacia_log", - "5": "beautify:block/trellis_rose_back", - "6": "beautify:block/trellis_rose_front", - "7": "beautify:block/trellis_rose_hanging", - "particle": "minecraft:block/acacia_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_sunflower.json deleted file mode 100644 index 4192f9b4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_sunflower.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/acacia_log", - "5": "beautify:block/trellis_sunflower_back", - "6": "beautify:block/trellis_sunflower_front", - "7": "beautify:block/trellis_sunflower_hanging", - "particle": "minecraft:block/acacia_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_twisting_vines.json deleted file mode 100644 index 999d9502..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_twisting_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/acacia_log", - "5": "beautify:block/trellis_twisting_vines_back", - "6": "beautify:block/trellis_twisting_vines_front", - "7": "beautify:block/trellis_twisting_vines_hanging", - "particle": "minecraft:block/acacia_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_vine.json deleted file mode 100644 index 284e8ec1..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_vine.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/acacia_log", - "5": "beautify:block/trellis_vine_back", - "6": "beautify:block/trellis_vine_front", - "7": "beautify:block/trellis_vine_hanging", - "particle": "minecraft:block/acacia_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_weeping_vines.json deleted file mode 100644 index 56200367..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/acacia/open_trellis_weeping_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/acacia_log", - "5": "beautify:block/trellis_weeping_vines_back", - "6": "beautify:block/trellis_weeping_vines_front", - "7": "beautify:block/trellis_weeping_vines_hanging", - "particle": "minecraft:block/acacia_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis.json deleted file mode 100644 index da065fd4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis.json +++ /dev/null @@ -1,131 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/birch_log", - "particle": "minecraft:block/birch_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "east": {"uv": [3, 16, 5, 0], "texture": "#4"}, - "south": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "west": {"uv": [3, 0, 5, 16], "texture": "#4"}, - "up": {"uv": [3, 0, 4, 2], "texture": "#4"}, - "down": {"uv": [3, 0, 4, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "east": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "south": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "west": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "up": {"uv": [1, 0, 2, 2], "texture": "#4"}, - "down": {"uv": [1, 0, 2, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "east": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "south": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "west": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "up": {"uv": [13, 2, 14, 0], "texture": "#4"}, - "down": {"uv": [13, 2, 14, 0], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [12, 0, 13, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [12, 0, 13, 2], "texture": "#4"}, - "west": {"uv": [12, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [12, 0, 13, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [12, 0, 13, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [7, 0, 8, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [7, 0, 8, 2], "texture": "#4"}, - "west": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [7, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [7, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - } - ], - "display": { - "thirdperson_righthand": { - "translation": [4.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "translation": [-5.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [6.75, -1.25, 2] - }, - "firstperson_lefthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [3.75, -1.5, -12] - }, - "ground": { - "translation": [4.75, 2.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "gui": { - "rotation": [32.02, 83.55, -42.04], - "translation": [0.5, -1.25, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "rotation": [0, 90, 0], - "translation": [0, 0, -14.25] - }, - "fixed": { - "rotation": [0, 90, 0], - "translation": [0, 0, -8.25] - } - }, - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_lichen.json deleted file mode 100644 index 36197e7e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_lichen.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lichen_back", - "4": "minecraft:block/birch_log", - "5": "beautify:block/trellis_lichen_front", - "particle": "minecraft:block/birch_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "east": {"uv": [3, 16, 5, 0], "texture": "#4"}, - "south": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "west": {"uv": [3, 0, 5, 16], "texture": "#4"}, - "up": {"uv": [3, 0, 4, 2], "texture": "#4"}, - "down": {"uv": [3, 0, 4, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "east": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "south": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "west": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "up": {"uv": [1, 0, 2, 2], "texture": "#4"}, - "down": {"uv": [1, 0, 2, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "east": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "south": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "west": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "up": {"uv": [13, 2, 14, 0], "texture": "#4"}, - "down": {"uv": [13, 2, 14, 0], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [12, 0, 13, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [12, 0, 13, 2], "texture": "#4"}, - "west": {"uv": [12, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [12, 0, 13, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [12, 0, 13, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [7, 0, 8, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [7, 0, 8, 2], "texture": "#4"}, - "west": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [7, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [7, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_lilac.json deleted file mode 100644 index ab8a8540..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_lilac.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lilac_back", - "4": "minecraft:block/birch_log", - "5": "beautify:block/trellis_lilac_front", - "particle": "minecraft:block/birch_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "east": {"uv": [3, 16, 5, 0], "texture": "#4"}, - "south": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "west": {"uv": [3, 0, 5, 16], "texture": "#4"}, - "up": {"uv": [3, 0, 4, 2], "texture": "#4"}, - "down": {"uv": [3, 0, 4, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "east": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "south": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "west": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "up": {"uv": [1, 0, 2, 2], "texture": "#4"}, - "down": {"uv": [1, 0, 2, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "east": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "south": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "west": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "up": {"uv": [13, 2, 14, 0], "texture": "#4"}, - "down": {"uv": [13, 2, 14, 0], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [12, 0, 13, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [12, 0, 13, 2], "texture": "#4"}, - "west": {"uv": [12, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [12, 0, 13, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [12, 0, 13, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [7, 0, 8, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [7, 0, 8, 2], "texture": "#4"}, - "west": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [7, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [7, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_peony.json deleted file mode 100644 index 20f5af8e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_peony.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_peony_back", - "4": "minecraft:block/birch_log", - "5": "beautify:block/trellis_peony_front", - "particle": "minecraft:block/birch_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "east": {"uv": [3, 16, 5, 0], "texture": "#4"}, - "south": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "west": {"uv": [3, 0, 5, 16], "texture": "#4"}, - "up": {"uv": [3, 0, 4, 2], "texture": "#4"}, - "down": {"uv": [3, 0, 4, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "east": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "south": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "west": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "up": {"uv": [1, 0, 2, 2], "texture": "#4"}, - "down": {"uv": [1, 0, 2, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "east": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "south": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "west": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "up": {"uv": [13, 2, 14, 0], "texture": "#4"}, - "down": {"uv": [13, 2, 14, 0], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [12, 0, 13, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [12, 0, 13, 2], "texture": "#4"}, - "west": {"uv": [12, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [12, 0, 13, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [12, 0, 13, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [7, 0, 8, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [7, 0, 8, 2], "texture": "#4"}, - "west": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [7, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [7, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_rose.json deleted file mode 100644 index 953df205..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_rose.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_rose_back", - "4": "minecraft:block/birch_log", - "5": "beautify:block/trellis_rose_front", - "particle": "minecraft:block/birch_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "east": {"uv": [3, 16, 5, 0], "texture": "#4"}, - "south": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "west": {"uv": [3, 0, 5, 16], "texture": "#4"}, - "up": {"uv": [3, 0, 4, 2], "texture": "#4"}, - "down": {"uv": [3, 0, 4, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "east": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "south": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "west": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "up": {"uv": [1, 0, 2, 2], "texture": "#4"}, - "down": {"uv": [1, 0, 2, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "east": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "south": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "west": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "up": {"uv": [13, 2, 14, 0], "texture": "#4"}, - "down": {"uv": [13, 2, 14, 0], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [12, 0, 13, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [12, 0, 13, 2], "texture": "#4"}, - "west": {"uv": [12, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [12, 0, 13, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [12, 0, 13, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [7, 0, 8, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [7, 0, 8, 2], "texture": "#4"}, - "west": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [7, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [7, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_sunflower.json deleted file mode 100644 index 5febba05..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_sunflower.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_sunflower_back", - "4": "minecraft:block/birch_log", - "5": "beautify:block/trellis_sunflower_front", - "particle": "minecraft:block/birch_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "east": {"uv": [3, 16, 5, 0], "texture": "#4"}, - "south": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "west": {"uv": [3, 0, 5, 16], "texture": "#4"}, - "up": {"uv": [3, 0, 4, 2], "texture": "#4"}, - "down": {"uv": [3, 0, 4, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "east": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "south": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "west": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "up": {"uv": [1, 0, 2, 2], "texture": "#4"}, - "down": {"uv": [1, 0, 2, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "east": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "south": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "west": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "up": {"uv": [13, 2, 14, 0], "texture": "#4"}, - "down": {"uv": [13, 2, 14, 0], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [12, 0, 13, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [12, 0, 13, 2], "texture": "#4"}, - "west": {"uv": [12, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [12, 0, 13, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [12, 0, 13, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [7, 0, 8, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [7, 0, 8, 2], "texture": "#4"}, - "west": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [7, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [7, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_twisting_vines.json deleted file mode 100644 index 8bd1e3f5..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_twisting_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_twisting_vines_back", - "4": "minecraft:block/birch_log", - "5": "beautify:block/trellis_twisting_vines_front", - "particle": "minecraft:block/birch_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "east": {"uv": [3, 16, 5, 0], "texture": "#4"}, - "south": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "west": {"uv": [3, 0, 5, 16], "texture": "#4"}, - "up": {"uv": [3, 0, 4, 2], "texture": "#4"}, - "down": {"uv": [3, 0, 4, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "east": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "south": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "west": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "up": {"uv": [1, 0, 2, 2], "texture": "#4"}, - "down": {"uv": [1, 0, 2, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "east": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "south": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "west": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "up": {"uv": [13, 2, 14, 0], "texture": "#4"}, - "down": {"uv": [13, 2, 14, 0], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [12, 0, 13, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [12, 0, 13, 2], "texture": "#4"}, - "west": {"uv": [12, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [12, 0, 13, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [12, 0, 13, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [7, 0, 8, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [7, 0, 8, 2], "texture": "#4"}, - "west": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [7, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [7, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_vine.json deleted file mode 100644 index 6c9a27c2..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_vine.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_vine_back", - "4": "minecraft:block/birch_log", - "5": "beautify:block/trellis_vine_front", - "particle": "minecraft:block/birch_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "east": {"uv": [3, 16, 5, 0], "texture": "#4"}, - "south": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "west": {"uv": [3, 0, 5, 16], "texture": "#4"}, - "up": {"uv": [3, 0, 4, 2], "texture": "#4"}, - "down": {"uv": [3, 0, 4, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "east": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "south": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "west": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "up": {"uv": [1, 0, 2, 2], "texture": "#4"}, - "down": {"uv": [1, 0, 2, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "east": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "south": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "west": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "up": {"uv": [13, 2, 14, 0], "texture": "#4"}, - "down": {"uv": [13, 2, 14, 0], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [12, 0, 13, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [12, 0, 13, 2], "texture": "#4"}, - "west": {"uv": [12, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [12, 0, 13, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [12, 0, 13, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [7, 0, 8, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [7, 0, 8, 2], "texture": "#4"}, - "west": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [7, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [7, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_weeping_vines.json deleted file mode 100644 index 1e6707ae..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/closed_trellis_weeping_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_weeping_vines_back", - "4": "minecraft:block/birch_log", - "5": "beautify:block/trellis_weeping_vines_front", - "particle": "minecraft:block/birch_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "east": {"uv": [3, 16, 5, 0], "texture": "#4"}, - "south": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "west": {"uv": [3, 0, 5, 16], "texture": "#4"}, - "up": {"uv": [3, 0, 4, 2], "texture": "#4"}, - "down": {"uv": [3, 0, 4, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "east": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "south": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "west": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "up": {"uv": [1, 0, 2, 2], "texture": "#4"}, - "down": {"uv": [1, 0, 2, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "east": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "south": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "west": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "up": {"uv": [13, 2, 14, 0], "texture": "#4"}, - "down": {"uv": [13, 2, 14, 0], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [12, 0, 13, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [12, 0, 13, 2], "texture": "#4"}, - "west": {"uv": [12, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [12, 0, 13, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [12, 0, 13, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [7, 0, 8, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [7, 0, 8, 2], "texture": "#4"}, - "west": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [7, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [7, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis.json deleted file mode 100644 index 61768e90..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/birch_log", - "particle": "minecraft:block/birch_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [3, 0, 5, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [13, 16, 14, 0], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 16, 14, 0], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 16, 15, 0], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [6, 0, 7, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [6, 0, 7, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [6, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#4"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_lichen.json deleted file mode 100644 index 49ffc9fb..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_lichen.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/birch_log", - "5": "beautify:block/trellis_lichen_back", - "6": "beautify:block/trellis_lichen_front", - "7": "beautify:block/trellis_lichen_hanging", - "particle": "minecraft:block/birch_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [3, 0, 5, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [13, 16, 14, 0], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 16, 14, 0], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 16, 15, 0], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [6, 0, 7, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [6, 0, 7, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [6, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_lilac.json deleted file mode 100644 index cbb3f2bb..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_lilac.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/birch_log", - "5": "beautify:block/trellis_lilac_back", - "6": "beautify:block/trellis_lilac_front", - "7": "beautify:block/trellis_lilac_hanging", - "particle": "minecraft:block/birch_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [3, 0, 5, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [13, 16, 14, 0], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 16, 14, 0], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 16, 15, 0], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [6, 0, 7, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [6, 0, 7, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [6, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_peony.json deleted file mode 100644 index 40e10bec..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_peony.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/birch_log", - "5": "beautify:block/trellis_peony_back", - "6": "beautify:block/trellis_peony_front", - "7": "beautify:block/trellis_peony_hanging", - "particle": "minecraft:block/birch_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [3, 0, 5, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [13, 16, 14, 0], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 16, 14, 0], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 16, 15, 0], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [6, 0, 7, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [6, 0, 7, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [6, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_rose.json deleted file mode 100644 index 06ce5e07..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_rose.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/birch_log", - "5": "beautify:block/trellis_rose_back", - "6": "beautify:block/trellis_rose_front", - "7": "beautify:block/trellis_rose_hanging", - "particle": "minecraft:block/birch_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [3, 0, 5, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [13, 16, 14, 0], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 16, 14, 0], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 16, 15, 0], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [6, 0, 7, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [6, 0, 7, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [6, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_sunflower.json deleted file mode 100644 index c6e74316..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_sunflower.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/birch_log", - "5": "beautify:block/trellis_sunflower_back", - "6": "beautify:block/trellis_sunflower_front", - "7": "beautify:block/trellis_sunflower_hanging", - "particle": "minecraft:block/birch_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [3, 0, 5, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [13, 16, 14, 0], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 16, 14, 0], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 16, 15, 0], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [6, 0, 7, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [6, 0, 7, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [6, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_twisting_vines.json deleted file mode 100644 index 7b5818f9..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_twisting_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/birch_log", - "5": "beautify:block/trellis_twisting_vines_back", - "6": "beautify:block/trellis_twisting_vines_front", - "7": "beautify:block/trellis_twisting_vines_hanging", - "particle": "minecraft:block/birch_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [3, 0, 5, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [13, 16, 14, 0], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 16, 14, 0], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 16, 15, 0], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [6, 0, 7, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [6, 0, 7, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [6, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_vine.json deleted file mode 100644 index ca71e438..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_vine.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/birch_log", - "5": "beautify:block/trellis_vine_back", - "6": "beautify:block/trellis_vine_front", - "7": "beautify:block/trellis_vine_hanging", - "particle": "minecraft:block/birch_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [3, 0, 5, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [13, 16, 14, 0], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 16, 14, 0], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 16, 15, 0], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [6, 0, 7, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [6, 0, 7, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [6, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_weeping_vines.json deleted file mode 100644 index 955e1c65..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/birch/open_trellis_weeping_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/birch_log", - "5": "beautify:block/trellis_weeping_vines_back", - "6": "beautify:block/trellis_weeping_vines_front", - "7": "beautify:block/trellis_weeping_vines_hanging", - "particle": "minecraft:block/birch_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [3, 0, 5, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [13, 16, 14, 0], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 16, 14, 0], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 16, 15, 0], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [6, 0, 7, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [6, 0, 7, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [6, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis.json deleted file mode 100644 index 83334af2..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis.json +++ /dev/null @@ -1,131 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/cherry_log", - "particle": "minecraft:block/cherry_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "east": {"uv": [3, 16, 5, 0], "texture": "#4"}, - "south": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "west": {"uv": [3, 0, 5, 16], "texture": "#4"}, - "up": {"uv": [3, 0, 4, 2], "texture": "#4"}, - "down": {"uv": [3, 0, 4, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "east": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "south": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "west": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "up": {"uv": [1, 0, 2, 2], "texture": "#4"}, - "down": {"uv": [1, 0, 2, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "east": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "south": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "west": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "up": {"uv": [13, 2, 14, 0], "texture": "#4"}, - "down": {"uv": [13, 2, 14, 0], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [12, 0, 13, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [12, 0, 13, 2], "texture": "#4"}, - "west": {"uv": [12, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [12, 0, 13, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [12, 0, 13, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [7, 0, 8, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [7, 0, 8, 2], "texture": "#4"}, - "west": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [7, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [7, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - } - ], - "display": { - "thirdperson_righthand": { - "translation": [4.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "translation": [-5.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [6.75, -1.25, 2] - }, - "firstperson_lefthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [3.75, -1.5, -12] - }, - "ground": { - "translation": [4.75, 2.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "gui": { - "rotation": [32.02, 83.55, -42.04], - "translation": [0.5, -1.25, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "rotation": [0, 90, 0], - "translation": [0, 0, -14.25] - }, - "fixed": { - "rotation": [0, 90, 0], - "translation": [0, 0, -8.25] - } - }, - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_lichen.json deleted file mode 100644 index 19207268..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_lichen.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lichen_back", - "4": "minecraft:block/cherry_log", - "5": "beautify:block/trellis_lichen_front", - "particle": "minecraft:block/cherry_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "east": {"uv": [3, 16, 5, 0], "texture": "#4"}, - "south": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "west": {"uv": [3, 0, 5, 16], "texture": "#4"}, - "up": {"uv": [3, 0, 4, 2], "texture": "#4"}, - "down": {"uv": [3, 0, 4, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "east": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "south": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "west": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "up": {"uv": [1, 0, 2, 2], "texture": "#4"}, - "down": {"uv": [1, 0, 2, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "east": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "south": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "west": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "up": {"uv": [13, 2, 14, 0], "texture": "#4"}, - "down": {"uv": [13, 2, 14, 0], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [12, 0, 13, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [12, 0, 13, 2], "texture": "#4"}, - "west": {"uv": [12, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [12, 0, 13, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [12, 0, 13, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [7, 0, 8, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [7, 0, 8, 2], "texture": "#4"}, - "west": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [7, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [7, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_lilac.json deleted file mode 100644 index 27de6906..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_lilac.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lilac_back", - "4": "minecraft:block/cherry_log", - "5": "beautify:block/trellis_lilac_front", - "particle": "minecraft:block/cherry_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "east": {"uv": [3, 16, 5, 0], "texture": "#4"}, - "south": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "west": {"uv": [3, 0, 5, 16], "texture": "#4"}, - "up": {"uv": [3, 0, 4, 2], "texture": "#4"}, - "down": {"uv": [3, 0, 4, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "east": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "south": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "west": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "up": {"uv": [1, 0, 2, 2], "texture": "#4"}, - "down": {"uv": [1, 0, 2, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "east": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "south": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "west": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "up": {"uv": [13, 2, 14, 0], "texture": "#4"}, - "down": {"uv": [13, 2, 14, 0], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [12, 0, 13, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [12, 0, 13, 2], "texture": "#4"}, - "west": {"uv": [12, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [12, 0, 13, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [12, 0, 13, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [7, 0, 8, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [7, 0, 8, 2], "texture": "#4"}, - "west": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [7, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [7, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_peony.json deleted file mode 100644 index 9625b870..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_peony.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_peony_back", - "4": "minecraft:block/cherry_log", - "5": "beautify:block/trellis_peony_front", - "particle": "minecraft:block/cherry_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "east": {"uv": [3, 16, 5, 0], "texture": "#4"}, - "south": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "west": {"uv": [3, 0, 5, 16], "texture": "#4"}, - "up": {"uv": [3, 0, 4, 2], "texture": "#4"}, - "down": {"uv": [3, 0, 4, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "east": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "south": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "west": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "up": {"uv": [1, 0, 2, 2], "texture": "#4"}, - "down": {"uv": [1, 0, 2, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "east": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "south": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "west": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "up": {"uv": [13, 2, 14, 0], "texture": "#4"}, - "down": {"uv": [13, 2, 14, 0], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [12, 0, 13, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [12, 0, 13, 2], "texture": "#4"}, - "west": {"uv": [12, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [12, 0, 13, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [12, 0, 13, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [7, 0, 8, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [7, 0, 8, 2], "texture": "#4"}, - "west": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [7, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [7, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_rose.json deleted file mode 100644 index afbb7bb1..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_rose.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_rose_back", - "4": "minecraft:block/cherry_log", - "5": "beautify:block/trellis_rose_front", - "particle": "minecraft:block/cherry_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "east": {"uv": [3, 16, 5, 0], "texture": "#4"}, - "south": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "west": {"uv": [3, 0, 5, 16], "texture": "#4"}, - "up": {"uv": [3, 0, 4, 2], "texture": "#4"}, - "down": {"uv": [3, 0, 4, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "east": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "south": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "west": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "up": {"uv": [1, 0, 2, 2], "texture": "#4"}, - "down": {"uv": [1, 0, 2, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "east": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "south": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "west": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "up": {"uv": [13, 2, 14, 0], "texture": "#4"}, - "down": {"uv": [13, 2, 14, 0], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [12, 0, 13, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [12, 0, 13, 2], "texture": "#4"}, - "west": {"uv": [12, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [12, 0, 13, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [12, 0, 13, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [7, 0, 8, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [7, 0, 8, 2], "texture": "#4"}, - "west": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [7, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [7, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_sunflower.json deleted file mode 100644 index ccbbdfc8..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_sunflower.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_sunflower_back", - "4": "minecraft:block/cherry_log", - "5": "beautify:block/trellis_sunflower_front", - "particle": "minecraft:block/cherry_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "east": {"uv": [3, 16, 5, 0], "texture": "#4"}, - "south": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "west": {"uv": [3, 0, 5, 16], "texture": "#4"}, - "up": {"uv": [3, 0, 4, 2], "texture": "#4"}, - "down": {"uv": [3, 0, 4, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "east": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "south": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "west": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "up": {"uv": [1, 0, 2, 2], "texture": "#4"}, - "down": {"uv": [1, 0, 2, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "east": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "south": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "west": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "up": {"uv": [13, 2, 14, 0], "texture": "#4"}, - "down": {"uv": [13, 2, 14, 0], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [12, 0, 13, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [12, 0, 13, 2], "texture": "#4"}, - "west": {"uv": [12, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [12, 0, 13, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [12, 0, 13, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [7, 0, 8, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [7, 0, 8, 2], "texture": "#4"}, - "west": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [7, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [7, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_twisting_vines.json deleted file mode 100644 index 6ce32ca2..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_twisting_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_twisting_vines_back", - "4": "minecraft:block/cherry_log", - "5": "beautify:block/trellis_twisting_vines_front", - "particle": "minecraft:block/cherry_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "east": {"uv": [3, 16, 5, 0], "texture": "#4"}, - "south": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "west": {"uv": [3, 0, 5, 16], "texture": "#4"}, - "up": {"uv": [3, 0, 4, 2], "texture": "#4"}, - "down": {"uv": [3, 0, 4, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "east": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "south": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "west": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "up": {"uv": [1, 0, 2, 2], "texture": "#4"}, - "down": {"uv": [1, 0, 2, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "east": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "south": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "west": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "up": {"uv": [13, 2, 14, 0], "texture": "#4"}, - "down": {"uv": [13, 2, 14, 0], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [12, 0, 13, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [12, 0, 13, 2], "texture": "#4"}, - "west": {"uv": [12, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [12, 0, 13, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [12, 0, 13, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [7, 0, 8, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [7, 0, 8, 2], "texture": "#4"}, - "west": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [7, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [7, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_vine.json deleted file mode 100644 index 4e278b09..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_vine.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_vine_back", - "4": "minecraft:block/cherry_log", - "5": "beautify:block/trellis_vine_front", - "particle": "minecraft:block/cherry_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "east": {"uv": [3, 16, 5, 0], "texture": "#4"}, - "south": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "west": {"uv": [3, 0, 5, 16], "texture": "#4"}, - "up": {"uv": [3, 0, 4, 2], "texture": "#4"}, - "down": {"uv": [3, 0, 4, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "east": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "south": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "west": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "up": {"uv": [1, 0, 2, 2], "texture": "#4"}, - "down": {"uv": [1, 0, 2, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "east": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "south": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "west": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "up": {"uv": [13, 2, 14, 0], "texture": "#4"}, - "down": {"uv": [13, 2, 14, 0], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [12, 0, 13, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [12, 0, 13, 2], "texture": "#4"}, - "west": {"uv": [12, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [12, 0, 13, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [12, 0, 13, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [7, 0, 8, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [7, 0, 8, 2], "texture": "#4"}, - "west": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [7, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [7, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_weeping_vines.json deleted file mode 100644 index 4d434109..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/closed_trellis_weeping_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_weeping_vines_back", - "4": "minecraft:block/cherry_log", - "5": "beautify:block/trellis_weeping_vines_front", - "particle": "minecraft:block/cherry_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "east": {"uv": [3, 16, 5, 0], "texture": "#4"}, - "south": {"uv": [3, 16, 4, 0], "texture": "#4"}, - "west": {"uv": [3, 0, 5, 16], "texture": "#4"}, - "up": {"uv": [3, 0, 4, 2], "texture": "#4"}, - "down": {"uv": [3, 0, 4, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "east": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "south": {"uv": [1, 0, 2, 16], "texture": "#4"}, - "west": {"uv": [1, 0, 3, 16], "texture": "#4"}, - "up": {"uv": [1, 0, 2, 2], "texture": "#4"}, - "down": {"uv": [1, 0, 2, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "east": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "south": {"uv": [13, 16, 14, 0], "texture": "#4"}, - "west": {"uv": [13, 16, 15, 0], "texture": "#4"}, - "up": {"uv": [13, 2, 14, 0], "texture": "#4"}, - "down": {"uv": [13, 2, 14, 0], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [12, 0, 13, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [12, 0, 13, 2], "texture": "#4"}, - "west": {"uv": [12, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [12, 0, 13, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [12, 0, 13, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [7, 0, 8, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [7, 0, 9, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [7, 0, 8, 2], "texture": "#4"}, - "west": {"uv": [7, 0, 9, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [7, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [7, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis.json deleted file mode 100644 index 11dca4ad..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/cherry_log", - "particle": "minecraft:block/cherry_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [3, 0, 5, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [13, 16, 14, 0], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 16, 14, 0], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 16, 15, 0], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [6, 0, 7, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [6, 0, 7, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [6, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#4"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_lichen.json deleted file mode 100644 index ab7659d9..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_lichen.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/cherry_log", - "5": "beautify:block/trellis_lichen_back", - "6": "beautify:block/trellis_lichen_front", - "7": "beautify:block/trellis_lichen_hanging", - "particle": "minecraft:block/cherry_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [3, 0, 5, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [13, 16, 14, 0], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 16, 14, 0], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 16, 15, 0], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [6, 0, 7, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [6, 0, 7, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [6, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_lilac.json deleted file mode 100644 index d1fc5433..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_lilac.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/cherry_log", - "5": "beautify:block/trellis_lilac_back", - "6": "beautify:block/trellis_lilac_front", - "7": "beautify:block/trellis_lilac_hanging", - "particle": "minecraft:block/cherry_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [3, 0, 5, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [13, 16, 14, 0], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 16, 14, 0], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 16, 15, 0], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [6, 0, 7, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [6, 0, 7, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [6, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_peony.json deleted file mode 100644 index 7b429663..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_peony.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/cherry_log", - "5": "beautify:block/trellis_peony_back", - "6": "beautify:block/trellis_peony_front", - "7": "beautify:block/trellis_peony_hanging", - "particle": "minecraft:block/cherry_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [3, 0, 5, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [13, 16, 14, 0], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 16, 14, 0], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 16, 15, 0], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [6, 0, 7, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [6, 0, 7, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [6, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_rose.json deleted file mode 100644 index 26b48da5..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_rose.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/cherry_log", - "5": "beautify:block/trellis_rose_back", - "6": "beautify:block/trellis_rose_front", - "7": "beautify:block/trellis_rose_hanging", - "particle": "minecraft:block/cherry_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [3, 0, 5, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [13, 16, 14, 0], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 16, 14, 0], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 16, 15, 0], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [6, 0, 7, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [6, 0, 7, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [6, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_sunflower.json deleted file mode 100644 index 9a9d9b9f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_sunflower.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/cherry_log", - "5": "beautify:block/trellis_sunflower_back", - "6": "beautify:block/trellis_sunflower_front", - "7": "beautify:block/trellis_sunflower_hanging", - "particle": "minecraft:block/cherry_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [3, 0, 5, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [13, 16, 14, 0], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 16, 14, 0], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 16, 15, 0], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [6, 0, 7, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [6, 0, 7, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [6, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_twisting_vines.json deleted file mode 100644 index 3d27e29c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_twisting_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/cherry_log", - "5": "beautify:block/trellis_twisting_vines_back", - "6": "beautify:block/trellis_twisting_vines_front", - "7": "beautify:block/trellis_twisting_vines_hanging", - "particle": "minecraft:block/cherry_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [3, 0, 5, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [13, 16, 14, 0], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 16, 14, 0], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 16, 15, 0], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [6, 0, 7, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [6, 0, 7, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [6, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_vine.json deleted file mode 100644 index 0cdb61bc..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_vine.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/cherry_log", - "5": "beautify:block/trellis_vine_back", - "6": "beautify:block/trellis_vine_front", - "7": "beautify:block/trellis_vine_hanging", - "particle": "minecraft:block/cherry_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [3, 0, 5, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [13, 16, 14, 0], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 16, 14, 0], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 16, 15, 0], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [6, 0, 7, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [6, 0, 7, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [6, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_weeping_vines.json deleted file mode 100644 index 65eaa2d3..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/cherry/open_trellis_weeping_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/cherry_log", - "5": "beautify:block/trellis_weeping_vines_back", - "6": "beautify:block/trellis_weeping_vines_front", - "7": "beautify:block/trellis_weeping_vines_hanging", - "particle": "minecraft:block/cherry_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [3, 0, 5, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 0, 14, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [13, 0, 14, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [13, 0, 14, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [13, 16, 14, 0], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [13, 16, 14, 0], "rotation": 90, "texture": "#4"}, - "up": {"uv": [13, 16, 15, 0], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 16, 15, 0], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [13, 0, 15, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [6, 0, 7, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [6, 0, 7, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [6, 0, 8, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [6, 0, 8, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis.json deleted file mode 100644 index 0779d7ac..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis.json +++ /dev/null @@ -1,131 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/crimson_stem", - "particle": "minecraft:block/crimson_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "up": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "down": {"uv": [2, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "up": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "down": {"uv": [4, 0, 5, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 5, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 5, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - } - ], - "display": { - "thirdperson_righthand": { - "translation": [4.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "translation": [-5.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [6.75, -1.25, 2] - }, - "firstperson_lefthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [3.75, -1.5, -12] - }, - "ground": { - "translation": [4.75, 2.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "gui": { - "rotation": [32.02, 83.55, -42.04], - "translation": [0.5, -1.25, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "rotation": [0, 90, 0], - "translation": [0, 0, -14.25] - }, - "fixed": { - "rotation": [0, 90, 0], - "translation": [0, 0, -8.25] - } - }, - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_lichen.json deleted file mode 100644 index 9b81addc..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_lichen.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lichen_back", - "4": "minecraft:block/crimson_stem", - "5": "beautify:block/trellis_lichen_front", - "particle": "minecraft:block/crimson_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "up": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "down": {"uv": [2, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "up": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "down": {"uv": [4, 0, 5, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 5, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 5, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_lilac.json deleted file mode 100644 index 805ffb3c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_lilac.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lilac_back", - "4": "minecraft:block/crimson_stem", - "5": "beautify:block/trellis_lilac_front", - "particle": "minecraft:block/crimson_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "up": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "down": {"uv": [2, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "up": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "down": {"uv": [4, 0, 5, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 5, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 5, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_peony.json deleted file mode 100644 index 6459c09c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_peony.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_peony_back", - "4": "minecraft:block/crimson_stem", - "5": "beautify:block/trellis_peony_front", - "particle": "minecraft:block/crimson_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "up": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "down": {"uv": [2, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "up": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "down": {"uv": [4, 0, 5, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 5, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 5, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_rose.json deleted file mode 100644 index 42a2527b..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_rose.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_rose_back", - "4": "minecraft:block/crimson_stem", - "5": "beautify:block/trellis_rose_front", - "particle": "minecraft:block/crimson_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "up": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "down": {"uv": [2, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "up": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "down": {"uv": [4, 0, 5, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 5, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 5, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_sunflower.json deleted file mode 100644 index 1aff4903..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_sunflower.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_sunflower_back", - "4": "minecraft:block/crimson_stem", - "5": "beautify:block/trellis_sunflower_front", - "particle": "minecraft:block/crimson_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "up": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "down": {"uv": [2, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "up": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "down": {"uv": [4, 0, 5, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 5, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 5, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_twisting_vines.json deleted file mode 100644 index d0f496e8..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_twisting_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_twisting_vines_back", - "4": "minecraft:block/crimson_stem", - "5": "beautify:block/trellis_twisting_vines_front", - "particle": "minecraft:block/crimson_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "up": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "down": {"uv": [2, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "up": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "down": {"uv": [4, 0, 5, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 5, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 5, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_vine.json deleted file mode 100644 index 1ec4c5f6..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_vine.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_vine_back", - "4": "minecraft:block/crimson_stem", - "5": "beautify:block/trellis_vine_front", - "particle": "minecraft:block/crimson_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "up": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "down": {"uv": [2, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "up": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "down": {"uv": [4, 0, 5, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 5, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 5, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_weeping_vines.json deleted file mode 100644 index 981dbaf5..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/closed_trellis_weeping_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_weeping_vines_back", - "4": "minecraft:block/crimson_stem", - "5": "beautify:block/trellis_weeping_vines_front", - "particle": "minecraft:block/crimson_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "up": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "down": {"uv": [2, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "up": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "down": {"uv": [4, 0, 5, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 5, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 5, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis.json deleted file mode 100644 index 036c8d83..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/crimson_stem", - "particle": "minecraft:block/crimson_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#4"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_lichen.json deleted file mode 100644 index 95f10555..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_lichen.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/crimson_stem", - "5": "beautify:block/trellis_lichen_back", - "6": "beautify:block/trellis_lichen_front", - "7": "beautify:block/trellis_lichen_hanging", - "particle": "minecraft:block/crimson_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_lilac.json deleted file mode 100644 index d8ea1734..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_lilac.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/crimson_stem", - "5": "beautify:block/trellis_lilac_back", - "6": "beautify:block/trellis_lilac_front", - "7": "beautify:block/trellis_lilac_hanging", - "particle": "minecraft:block/crimson_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_peony.json deleted file mode 100644 index 8da4ffaf..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_peony.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/crimson_stem", - "5": "beautify:block/trellis_peony_back", - "6": "beautify:block/trellis_peony_front", - "7": "beautify:block/trellis_peony_hanging", - "particle": "minecraft:block/crimson_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_rose.json deleted file mode 100644 index 4080f21c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_rose.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/crimson_stem", - "5": "beautify:block/trellis_rose_back", - "6": "beautify:block/trellis_rose_front", - "7": "beautify:block/trellis_rose_hanging", - "particle": "minecraft:block/crimson_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_sunflower.json deleted file mode 100644 index 48950a8b..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_sunflower.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/crimson_stem", - "5": "beautify:block/trellis_sunflower_back", - "6": "beautify:block/trellis_sunflower_front", - "7": "beautify:block/trellis_sunflower_hanging", - "particle": "minecraft:block/crimson_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_twisting_vines.json deleted file mode 100644 index 316aa1ec..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_twisting_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/crimson_stem", - "5": "beautify:block/trellis_twisting_vines_back", - "6": "beautify:block/trellis_twisting_vines_front", - "7": "beautify:block/trellis_twisting_vines_hanging", - "particle": "minecraft:block/crimson_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_vine.json deleted file mode 100644 index 91a596f3..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_vine.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/crimson_stem", - "5": "beautify:block/trellis_vine_back", - "6": "beautify:block/trellis_vine_front", - "7": "beautify:block/trellis_vine_hanging", - "particle": "minecraft:block/crimson_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_weeping_vines.json deleted file mode 100644 index 60cd3872..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/crimson/open_trellis_weeping_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/crimson_stem", - "5": "beautify:block/trellis_weeping_vines_back", - "6": "beautify:block/trellis_weeping_vines_front", - "7": "beautify:block/trellis_weeping_vines_hanging", - "particle": "minecraft:block/crimson_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis.json deleted file mode 100644 index 9f02aeca..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis.json +++ /dev/null @@ -1,131 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "block/dark_oak_log", - "particle": "block/dark_oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#0"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#0"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#0"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#0"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#0"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "translation": [4.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "translation": [-5.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [6.75, -1.25, 2] - }, - "firstperson_lefthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [3.75, -1.5, -12] - }, - "ground": { - "translation": [4.75, 2.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "gui": { - "rotation": [32.02, 83.55, -42.04], - "translation": [0.5, -1.25, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "rotation": [0, 90, 0], - "translation": [0, 0, -14.25] - }, - "fixed": { - "rotation": [0, 90, 0], - "translation": [0, 0, -8.25] - } - }, - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_lichen.json deleted file mode 100644 index c7301696..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_lichen.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lichen_back", - "4": "minecraft:block/dark_oak_log", - "5": "beautify:block/trellis_lichen_front", - "particle": "minecraft:block/dark_oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_lilac.json deleted file mode 100644 index 7e64c9ce..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_lilac.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lilac_back", - "4": "minecraft:block/dark_oak_log", - "5": "beautify:block/trellis_lilac_front", - "particle": "minecraft:block/dark_oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_peony.json deleted file mode 100644 index f53a39c8..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_peony.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_peony_back", - "4": "minecraft:block/dark_oak_log", - "5": "beautify:block/trellis_peony_front", - "particle": "minecraft:block/dark_oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_rose.json deleted file mode 100644 index 22cdb60f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_rose.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_rose_back", - "4": "minecraft:block/dark_oak_log", - "5": "beautify:block/trellis_rose_front", - "particle": "minecraft:block/dark_oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_sunflower.json deleted file mode 100644 index 6016ff2b..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_sunflower.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_sunflower_back", - "4": "minecraft:block/dark_oak_log", - "5": "beautify:block/trellis_sunflower_front", - "particle": "minecraft:block/dark_oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_twisting_vines.json deleted file mode 100644 index a0ea54d4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_twisting_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_twisting_vines_back", - "4": "minecraft:block/dark_oak_log", - "5": "beautify:block/trellis_twisting_vines_front", - "particle": "minecraft:block/dark_oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_vine.json deleted file mode 100644 index 44d21cc9..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_vine.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_vine_back", - "4": "minecraft:block/dark_oak_log", - "5": "beautify:block/trellis_vine_front", - "particle": "minecraft:block/dark_oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_weeping_vines.json deleted file mode 100644 index 28564b1f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/closed_trellis_weeping_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_weeping_vines_back", - "4": "minecraft:block/dark_oak_log", - "5": "beautify:block/trellis_weeping_vines_front", - "particle": "minecraft:block/dark_oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis.json deleted file mode 100644 index 48359656..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "minecraft:block/dark_oak_log", - "particle": "minecraft:block/dark_oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#0"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#0"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_lichen.json deleted file mode 100644 index ed954d4b..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_lichen.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/dark_oak_log", - "5": "beautify:block/trellis_lichen_back", - "6": "beautify:block/trellis_lichen_front", - "7": "beautify:block/trellis_lichen_hanging", - "particle": "minecraft:block/dark_oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_lilac.json deleted file mode 100644 index 221f3536..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_lilac.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/dark_oak_log", - "5": "beautify:block/trellis_lilac_back", - "6": "beautify:block/trellis_lilac_front", - "7": "beautify:block/trellis_lilac_hanging", - "particle": "minecraft:block/dark_oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_peony.json deleted file mode 100644 index 444703da..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_peony.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/dark_oak_log", - "5": "beautify:block/trellis_peony_back", - "6": "beautify:block/trellis_peony_front", - "7": "beautify:block/trellis_peony_hanging", - "particle": "minecraft:block/dark_oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_rose.json deleted file mode 100644 index 47a1f16a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_rose.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/dark_oak_log", - "5": "beautify:block/trellis_rose_back", - "6": "beautify:block/trellis_rose_front", - "7": "beautify:block/trellis_rose_hanging", - "particle": "minecraft:block/dark_oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_sunflower.json deleted file mode 100644 index 044b06f8..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_sunflower.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/dark_oak_log", - "5": "beautify:block/trellis_sunflower_back", - "6": "beautify:block/trellis_sunflower_front", - "7": "beautify:block/trellis_sunflower_hanging", - "particle": "minecraft:block/dark_oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_twisting_vines.json deleted file mode 100644 index 22df50ce..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_twisting_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/dark_oak_log", - "5": "beautify:block/trellis_twisting_vines_back", - "6": "beautify:block/trellis_twisting_vines_front", - "7": "beautify:block/trellis_twisting_vines_hanging", - "particle": "minecraft:block/dark_oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_vine.json deleted file mode 100644 index cbc43197..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_vine.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/dark_oak_log", - "5": "beautify:block/trellis_vine_back", - "6": "beautify:block/trellis_vine_front", - "7": "beautify:block/trellis_vine_hanging", - "particle": "minecraft:block/dark_oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_weeping_vines.json deleted file mode 100644 index bd04d757..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/dark_oak/open_trellis_weeping_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/dark_oak_log", - "5": "beautify:block/trellis_weeping_vines_back", - "6": "beautify:block/trellis_weeping_vines_front", - "7": "beautify:block/trellis_weeping_vines_hanging", - "particle": "minecraft:block/dark_oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis.json deleted file mode 100644 index 7f7e756a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis.json +++ /dev/null @@ -1,131 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "block/jungle_log", - "particle": "block/jungle_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#0"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#0"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#0"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#0"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#0"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "translation": [4.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "translation": [-5.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [6.75, -1.25, 2] - }, - "firstperson_lefthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [3.75, -1.5, -12] - }, - "ground": { - "translation": [4.75, 2.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "gui": { - "rotation": [32.02, 83.55, -42.04], - "translation": [0.5, -1.25, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "rotation": [0, 90, 0], - "translation": [0, 0, -14.25] - }, - "fixed": { - "rotation": [0, 90, 0], - "translation": [0, 0, -8.25] - } - }, - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_lichen.json deleted file mode 100644 index 48d46f29..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_lichen.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lichen_back", - "4": "minecraft:block/jungle_log", - "5": "beautify:block/trellis_lichen_front", - "particle": "minecraft:block/jungle_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_lilac.json deleted file mode 100644 index 37621a64..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_lilac.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lilac_back", - "4": "minecraft:block/jungle_log", - "5": "beautify:block/trellis_lilac_front", - "particle": "minecraft:block/jungle_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_peony.json deleted file mode 100644 index f04a6fdd..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_peony.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_peony_back", - "4": "minecraft:block/jungle_log", - "5": "beautify:block/trellis_peony_front", - "particle": "minecraft:block/jungle_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_rose.json deleted file mode 100644 index 9ac5013b..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_rose.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_rose_back", - "4": "minecraft:block/jungle_log", - "5": "beautify:block/trellis_rose_front", - "particle": "minecraft:block/jungle_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_sunflower.json deleted file mode 100644 index ecfd5452..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_sunflower.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_sunflower_back", - "4": "minecraft:block/jungle_log", - "5": "beautify:block/trellis_sunflower_front", - "particle": "minecraft:block/jungle_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_twisting_vines.json deleted file mode 100644 index 4e7f5913..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_twisting_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_twisting_vines_back", - "4": "minecraft:block/jungle_log", - "5": "beautify:block/trellis_twisting_vines_front", - "particle": "minecraft:block/jungle_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_vine.json deleted file mode 100644 index aa181d9f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_vine.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_vine_back", - "4": "minecraft:block/jungle_log", - "5": "beautify:block/trellis_vine_front", - "particle": "minecraft:block/jungle_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_weeping_vines.json deleted file mode 100644 index aab3428e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/closed_trellis_weeping_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_weeping_vines_back", - "4": "minecraft:block/jungle_log", - "5": "beautify:block/trellis_weeping_vines_front", - "particle": "minecraft:block/jungle_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis.json deleted file mode 100644 index 5640c073..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "minecraft:block/jungle_log", - "particle": "minecraft:block/jungle_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#0"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#0"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_lichen.json deleted file mode 100644 index e90190e0..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_lichen.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/jungle_log", - "5": "beautify:block/trellis_lichen_back", - "6": "beautify:block/trellis_lichen_front", - "7": "beautify:block/trellis_lichen_hanging", - "particle": "minecraft:block/jungle_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_lilac.json deleted file mode 100644 index bc15ffe4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_lilac.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/jungle_log", - "5": "beautify:block/trellis_lilac_back", - "6": "beautify:block/trellis_lilac_front", - "7": "beautify:block/trellis_lilac_hanging", - "particle": "minecraft:block/jungle_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_peony.json deleted file mode 100644 index 2c5c97b3..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_peony.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/jungle_log", - "5": "beautify:block/trellis_peony_back", - "6": "beautify:block/trellis_peony_front", - "7": "beautify:block/trellis_peony_hanging", - "particle": "minecraft:block/jungle_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_rose.json deleted file mode 100644 index b5588727..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_rose.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/jungle_log", - "5": "beautify:block/trellis_rose_back", - "6": "beautify:block/trellis_rose_front", - "7": "beautify:block/trellis_rose_hanging", - "particle": "minecraft:block/jungle_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_sunflower.json deleted file mode 100644 index a025b14e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_sunflower.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/jungle_log", - "5": "beautify:block/trellis_sunflower_back", - "6": "beautify:block/trellis_sunflower_front", - "7": "beautify:block/trellis_sunflower_hanging", - "particle": "minecraft:block/jungle_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_twisting_vines.json deleted file mode 100644 index aace0d2f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_twisting_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/jungle_log", - "5": "beautify:block/trellis_twisting_vines_back", - "6": "beautify:block/trellis_twisting_vines_front", - "7": "beautify:block/trellis_twisting_vines_hanging", - "particle": "minecraft:block/jungle_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_vine.json deleted file mode 100644 index 2283d53e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_vine.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/jungle_log", - "5": "beautify:block/trellis_vine_back", - "6": "beautify:block/trellis_vine_front", - "7": "beautify:block/trellis_vine_hanging", - "particle": "minecraft:block/jungle_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_weeping_vines.json deleted file mode 100644 index faf28cc1..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/jungle/open_trellis_weeping_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/jungle_log", - "5": "beautify:block/trellis_weeping_vines_back", - "6": "beautify:block/trellis_weeping_vines_front", - "7": "beautify:block/trellis_weeping_vines_hanging", - "particle": "minecraft:block/jungle_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis.json deleted file mode 100644 index 49bbfcc7..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis.json +++ /dev/null @@ -1,131 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "block/mangrove_log", - "particle": "block/mangrove_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#0"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#0"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#0"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#0"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#0"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "translation": [4.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "translation": [-5.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [6.75, -1.25, 2] - }, - "firstperson_lefthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [3.75, -1.5, -12] - }, - "ground": { - "translation": [4.75, 2.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "gui": { - "rotation": [32.02, 83.55, -42.04], - "translation": [0.5, -1.25, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "rotation": [0, 90, 0], - "translation": [0, 0, -14.25] - }, - "fixed": { - "rotation": [0, 90, 0], - "translation": [0, 0, -8.25] - } - }, - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_lichen.json deleted file mode 100644 index ad325766..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_lichen.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lichen_back", - "4": "minecraft:block/mangrove_log", - "5": "beautify:block/trellis_lichen_front", - "particle": "minecraft:block/mangrove_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_lilac.json deleted file mode 100644 index 1df65b7a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_lilac.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lilac_back", - "4": "minecraft:block/mangrove_log", - "5": "beautify:block/trellis_lilac_front", - "particle": "minecraft:block/mangrove_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_peony.json deleted file mode 100644 index cc044185..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_peony.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_peony_back", - "4": "minecraft:block/mangrove_log", - "5": "beautify:block/trellis_peony_front", - "particle": "minecraft:block/mangrove_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_rose.json deleted file mode 100644 index d2a4d07d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_rose.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_rose_back", - "4": "minecraft:block/mangrove_log", - "5": "beautify:block/trellis_rose_front", - "particle": "minecraft:block/mangrove_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_sunflower.json deleted file mode 100644 index 5f297684..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_sunflower.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_sunflower_back", - "4": "minecraft:block/mangrove_log", - "5": "beautify:block/trellis_sunflower_front", - "particle": "minecraft:block/mangrove_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_twisting_vines.json deleted file mode 100644 index bc1071c3..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_twisting_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_twisting_vines_back", - "4": "minecraft:block/mangrove_log", - "5": "beautify:block/trellis_twisting_vines_front", - "particle": "minecraft:block/mangrove_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_vine.json deleted file mode 100644 index d4105d75..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_vine.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_vine_back", - "4": "minecraft:block/mangrove_log", - "5": "beautify:block/trellis_vine_front", - "particle": "minecraft:block/mangrove_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_weeping_vines.json deleted file mode 100644 index f785d95c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/closed_trellis_weeping_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_weeping_vines_back", - "4": "minecraft:block/mangrove_log", - "5": "beautify:block/trellis_weeping_vines_front", - "particle": "minecraft:block/mangrove_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis.json deleted file mode 100644 index a54dd09c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "minecraft:block/mangrove_log", - "particle": "minecraft:block/mangrove_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#0"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#0"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_lichen.json deleted file mode 100644 index cb0ee8cf..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_lichen.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/mangrove_log", - "5": "beautify:block/trellis_lichen_back", - "6": "beautify:block/trellis_lichen_front", - "7": "beautify:block/trellis_lichen_hanging", - "particle": "minecraft:block/mangrove_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_lilac.json deleted file mode 100644 index 593459e0..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_lilac.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/mangrove_log", - "5": "beautify:block/trellis_lilac_back", - "6": "beautify:block/trellis_lilac_front", - "7": "beautify:block/trellis_lilac_hanging", - "particle": "minecraft:block/mangrove_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_peony.json deleted file mode 100644 index 9a7768c3..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_peony.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/mangrove_log", - "5": "beautify:block/trellis_peony_back", - "6": "beautify:block/trellis_peony_front", - "7": "beautify:block/trellis_peony_hanging", - "particle": "minecraft:block/mangrove_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_rose.json deleted file mode 100644 index 7f5ebb9b..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_rose.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/mangrove_log", - "5": "beautify:block/trellis_rose_back", - "6": "beautify:block/trellis_rose_front", - "7": "beautify:block/trellis_rose_hanging", - "particle": "minecraft:block/mangrove_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_sunflower.json deleted file mode 100644 index 7766ba98..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_sunflower.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/mangrove_log", - "5": "beautify:block/trellis_sunflower_back", - "6": "beautify:block/trellis_sunflower_front", - "7": "beautify:block/trellis_sunflower_hanging", - "particle": "minecraft:block/mangrove_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_twisting_vines.json deleted file mode 100644 index 88b52431..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_twisting_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/mangrove_log", - "5": "beautify:block/trellis_twisting_vines_back", - "6": "beautify:block/trellis_twisting_vines_front", - "7": "beautify:block/trellis_twisting_vines_hanging", - "particle": "minecraft:block/mangrove_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_vine.json deleted file mode 100644 index 70f3d257..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_vine.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/mangrove_log", - "5": "beautify:block/trellis_vine_back", - "6": "beautify:block/trellis_vine_front", - "7": "beautify:block/trellis_vine_hanging", - "particle": "minecraft:block/mangrove_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_weeping_vines.json deleted file mode 100644 index 3269acff..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/mangrove/open_trellis_weeping_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/mangrove_log", - "5": "beautify:block/trellis_weeping_vines_back", - "6": "beautify:block/trellis_weeping_vines_front", - "7": "beautify:block/trellis_weeping_vines_hanging", - "particle": "minecraft:block/mangrove_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis.json deleted file mode 100644 index a05e50fd..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis.json +++ /dev/null @@ -1,131 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "block/oak_log", - "particle": "block/oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#0"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#0"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#0"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#0"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#0"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "translation": [4.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "translation": [-5.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [6.75, -1.25, 2] - }, - "firstperson_lefthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [3.75, -1.5, -12] - }, - "ground": { - "translation": [4.75, 2.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "gui": { - "rotation": [32.02, 83.55, -42.04], - "translation": [0.5, -1.25, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "rotation": [0, 90, 0], - "translation": [0, 0, -14.25] - }, - "fixed": { - "rotation": [0, 90, 0], - "translation": [0, 0, -8.25] - } - }, - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_lichen.json deleted file mode 100644 index 76240ab8..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_lichen.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lichen_back", - "4": "minecraft:block/oak_log", - "5": "beautify:block/trellis_lichen_front", - "particle": "minecraft:block/oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_lilac.json deleted file mode 100644 index 6e4d7527..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_lilac.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lilac_back", - "4": "minecraft:block/oak_log", - "5": "beautify:block/trellis_lilac_front", - "particle": "minecraft:block/oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_peony.json deleted file mode 100644 index 746f061a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_peony.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_peony_back", - "4": "minecraft:block/oak_log", - "5": "beautify:block/trellis_peony_front", - "particle": "minecraft:block/oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_rose.json deleted file mode 100644 index 369118fd..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_rose.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_rose_back", - "4": "minecraft:block/oak_log", - "5": "beautify:block/trellis_rose_front", - "particle": "minecraft:block/oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_sunflower.json deleted file mode 100644 index a73ba4fa..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_sunflower.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_sunflower_back", - "4": "minecraft:block/oak_log", - "5": "beautify:block/trellis_sunflower_front", - "particle": "minecraft:block/oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_twisting_vines.json deleted file mode 100644 index 72911b48..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_twisting_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_twisting_vines_back", - "4": "minecraft:block/oak_log", - "5": "beautify:block/trellis_twisting_vines_front", - "particle": "minecraft:block/oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_vine.json deleted file mode 100644 index adf9c97d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_vine.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_vine_back", - "4": "minecraft:block/oak_log", - "5": "beautify:block/trellis_vine_front", - "particle": "minecraft:block/oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_weeping_vines.json deleted file mode 100644 index 5b20b7a0..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/closed_trellis_weeping_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_weeping_vines_back", - "4": "minecraft:block/oak_log", - "5": "beautify:block/trellis_weeping_vines_front", - "particle": "minecraft:block/oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis.json deleted file mode 100644 index bd788c38..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "minecraft:block/oak_log", - "particle": "minecraft:block/oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#0"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#0"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_lichen.json deleted file mode 100644 index 1d59d506..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_lichen.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/oak_log", - "5": "beautify:block/trellis_lichen_back", - "6": "beautify:block/trellis_lichen_front", - "7": "beautify:block/trellis_lichen_hanging", - "particle": "minecraft:block/oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_lilac.json deleted file mode 100644 index 8c1c41aa..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_lilac.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/oak_log", - "5": "beautify:block/trellis_lilac_back", - "6": "beautify:block/trellis_lilac_front", - "7": "beautify:block/trellis_lilac_hanging", - "particle": "minecraft:block/oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_peony.json deleted file mode 100644 index dfe21f88..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_peony.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/oak_log", - "5": "beautify:block/trellis_peony_back", - "6": "beautify:block/trellis_peony_front", - "7": "beautify:block/trellis_peony_hanging", - "particle": "minecraft:block/oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_rose.json deleted file mode 100644 index b89513c4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_rose.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/oak_log", - "5": "beautify:block/trellis_rose_back", - "6": "beautify:block/trellis_rose_front", - "7": "beautify:block/trellis_rose_hanging", - "particle": "minecraft:block/oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_sunflower.json deleted file mode 100644 index 54a2d559..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_sunflower.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/oak_log", - "5": "beautify:block/trellis_sunflower_back", - "6": "beautify:block/trellis_sunflower_front", - "7": "beautify:block/trellis_sunflower_hanging", - "particle": "minecraft:block/oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_twisting_vines.json deleted file mode 100644 index 52591ed9..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_twisting_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/oak_log", - "5": "beautify:block/trellis_twisting_vines_back", - "6": "beautify:block/trellis_twisting_vines_front", - "7": "beautify:block/trellis_twisting_vines_hanging", - "particle": "minecraft:block/oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_vine.json deleted file mode 100644 index d6f14508..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_vine.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/oak_log", - "5": "beautify:block/trellis_vine_back", - "6": "beautify:block/trellis_vine_front", - "7": "beautify:block/trellis_vine_hanging", - "particle": "minecraft:block/oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_weeping_vines.json deleted file mode 100644 index 9c3d160f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/oak/open_trellis_weeping_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/oak_log", - "5": "beautify:block/trellis_weeping_vines_back", - "6": "beautify:block/trellis_weeping_vines_front", - "7": "beautify:block/trellis_weeping_vines_hanging", - "particle": "minecraft:block/oak_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis.json deleted file mode 100644 index d25eac09..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis.json +++ /dev/null @@ -1,131 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "block/spruce_log", - "particle": "block/spruce_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#0"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#0"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#0"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#0"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#0"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#0"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#0"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "translation": [4.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "translation": [-5.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [6.75, -1.25, 2] - }, - "firstperson_lefthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [3.75, -1.5, -12] - }, - "ground": { - "translation": [4.75, 2.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "gui": { - "rotation": [32.02, 83.55, -42.04], - "translation": [0.5, -1.25, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "rotation": [0, 90, 0], - "translation": [0, 0, -14.25] - }, - "fixed": { - "rotation": [0, 90, 0], - "translation": [0, 0, -8.25] - } - }, - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_lichen.json deleted file mode 100644 index 0319ad4a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_lichen.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lichen_back", - "4": "minecraft:block/spruce_log", - "5": "beautify:block/trellis_lichen_front", - "particle": "minecraft:block/spruce_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_lilac.json deleted file mode 100644 index a00fb941..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_lilac.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lilac_back", - "4": "minecraft:block/spruce_log", - "5": "beautify:block/trellis_lilac_front", - "particle": "minecraft:block/spruce_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_peony.json deleted file mode 100644 index 8025d5e1..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_peony.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_peony_back", - "4": "minecraft:block/spruce_log", - "5": "beautify:block/trellis_peony_front", - "particle": "minecraft:block/spruce_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_rose.json deleted file mode 100644 index e4bfbd73..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_rose.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_rose_back", - "4": "minecraft:block/spruce_log", - "5": "beautify:block/trellis_rose_front", - "particle": "minecraft:block/spruce_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_sunflower.json deleted file mode 100644 index 73918545..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_sunflower.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_sunflower_back", - "4": "minecraft:block/spruce_log", - "5": "beautify:block/trellis_sunflower_front", - "particle": "minecraft:block/spruce_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_twisting_vines.json deleted file mode 100644 index 9966719f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_twisting_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_twisting_vines_back", - "4": "minecraft:block/spruce_log", - "5": "beautify:block/trellis_twisting_vines_front", - "particle": "minecraft:block/spruce_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_vine.json deleted file mode 100644 index 70d8308e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_vine.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_vine_back", - "4": "minecraft:block/spruce_log", - "5": "beautify:block/trellis_vine_front", - "particle": "minecraft:block/spruce_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_weeping_vines.json deleted file mode 100644 index 62051d76..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/closed_trellis_weeping_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_weeping_vines_back", - "4": "minecraft:block/spruce_log", - "5": "beautify:block/trellis_weeping_vines_front", - "particle": "minecraft:block/spruce_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis.json deleted file mode 100644 index 18cd9cac..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "0": "minecraft:block/spruce_log", - "particle": "minecraft:block/spruce_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#0"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#0"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#0"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#0"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_lichen.json deleted file mode 100644 index feb0f948..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_lichen.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/spruce_log", - "5": "beautify:block/trellis_lichen_back", - "6": "beautify:block/trellis_lichen_front", - "7": "beautify:block/trellis_lichen_hanging", - "particle": "minecraft:block/spruce_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_lilac.json deleted file mode 100644 index 0c9e79a0..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_lilac.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/spruce_log", - "5": "beautify:block/trellis_lilac_back", - "6": "beautify:block/trellis_lilac_front", - "7": "beautify:block/trellis_lilac_hanging", - "particle": "minecraft:block/spruce_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_peony.json deleted file mode 100644 index 2cba0231..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_peony.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/spruce_log", - "5": "beautify:block/trellis_peony_back", - "6": "beautify:block/trellis_peony_front", - "7": "beautify:block/trellis_peony_hanging", - "particle": "minecraft:block/spruce_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_rose.json deleted file mode 100644 index 5342f93c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_rose.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/spruce_log", - "5": "beautify:block/trellis_rose_back", - "6": "beautify:block/trellis_rose_front", - "7": "beautify:block/trellis_rose_hanging", - "particle": "minecraft:block/spruce_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_sunflower.json deleted file mode 100644 index 26f675a0..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_sunflower.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/spruce_log", - "5": "beautify:block/trellis_sunflower_back", - "6": "beautify:block/trellis_sunflower_front", - "7": "beautify:block/trellis_sunflower_hanging", - "particle": "minecraft:block/spruce_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_twisting_vines.json deleted file mode 100644 index cdc1a5c3..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_twisting_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/spruce_log", - "5": "beautify:block/trellis_twisting_vines_back", - "6": "beautify:block/trellis_twisting_vines_front", - "7": "beautify:block/trellis_twisting_vines_hanging", - "particle": "minecraft:block/spruce_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_vine.json deleted file mode 100644 index 6d9e609e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_vine.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/spruce_log", - "5": "beautify:block/trellis_vine_back", - "6": "beautify:block/trellis_vine_front", - "7": "beautify:block/trellis_vine_hanging", - "particle": "minecraft:block/spruce_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_weeping_vines.json deleted file mode 100644 index ec0cbbc6..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/spruce/open_trellis_weeping_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/spruce_log", - "5": "beautify:block/trellis_weeping_vines_back", - "6": "beautify:block/trellis_weeping_vines_front", - "7": "beautify:block/trellis_weeping_vines_hanging", - "particle": "minecraft:block/spruce_log" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis.json deleted file mode 100644 index 8a9d0420..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis.json +++ /dev/null @@ -1,131 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/warped_stem", - "particle": "minecraft:block/warped_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "up": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "down": {"uv": [2, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "up": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "down": {"uv": [4, 0, 5, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 5, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 5, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - } - ], - "display": { - "thirdperson_righthand": { - "translation": [4.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "thirdperson_lefthand": { - "translation": [-5.25, 0.75, -0.75], - "scale": [0.65, 0.65, 0.65] - }, - "firstperson_righthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [6.75, -1.25, 2] - }, - "firstperson_lefthand": { - "rotation": [-18.48, -83.15, -13.09], - "translation": [3.75, -1.5, -12] - }, - "ground": { - "translation": [4.75, 2.5, 0], - "scale": [0.65, 0.65, 0.65] - }, - "gui": { - "rotation": [32.02, 83.55, -42.04], - "translation": [0.5, -1.25, 0], - "scale": [0.9, 0.9, 0.9] - }, - "head": { - "rotation": [0, 90, 0], - "translation": [0, 0, -14.25] - }, - "fixed": { - "rotation": [0, 90, 0], - "translation": [0, 0, -8.25] - } - }, - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_lichen.json deleted file mode 100644 index 204cf9e7..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_lichen.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lichen_back", - "4": "minecraft:block/warped_stem", - "5": "beautify:block/trellis_lichen_front", - "particle": "minecraft:block/warped_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "up": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "down": {"uv": [2, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "up": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "down": {"uv": [4, 0, 5, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 5, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 5, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_lilac.json deleted file mode 100644 index bef5e313..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_lilac.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_lilac_back", - "4": "minecraft:block/warped_stem", - "5": "beautify:block/trellis_lilac_front", - "particle": "minecraft:block/warped_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "up": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "down": {"uv": [2, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "up": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "down": {"uv": [4, 0, 5, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 5, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 5, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_peony.json deleted file mode 100644 index 7b9093de..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_peony.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_peony_back", - "4": "minecraft:block/warped_stem", - "5": "beautify:block/trellis_peony_front", - "particle": "minecraft:block/warped_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "up": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "down": {"uv": [2, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "up": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "down": {"uv": [4, 0, 5, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 5, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 5, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_rose.json deleted file mode 100644 index 5f099532..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_rose.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_rose_back", - "4": "minecraft:block/warped_stem", - "5": "beautify:block/trellis_rose_front", - "particle": "minecraft:block/warped_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "up": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "down": {"uv": [2, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "up": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "down": {"uv": [4, 0, 5, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 5, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 5, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_sunflower.json deleted file mode 100644 index 5f2ca0af..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_sunflower.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_sunflower_back", - "4": "minecraft:block/warped_stem", - "5": "beautify:block/trellis_sunflower_front", - "particle": "minecraft:block/warped_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "up": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "down": {"uv": [2, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "up": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "down": {"uv": [4, 0, 5, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 5, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 5, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_twisting_vines.json deleted file mode 100644 index 2a09e0a0..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_twisting_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_twisting_vines_back", - "4": "minecraft:block/warped_stem", - "5": "beautify:block/trellis_twisting_vines_front", - "particle": "minecraft:block/warped_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "up": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "down": {"uv": [2, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "up": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "down": {"uv": [4, 0, 5, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 5, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 5, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_vine.json deleted file mode 100644 index f3f44a94..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_vine.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_vine_back", - "4": "minecraft:block/warped_stem", - "5": "beautify:block/trellis_vine_front", - "particle": "minecraft:block/warped_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "up": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "down": {"uv": [2, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "up": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "down": {"uv": [4, 0, 5, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 5, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 5, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_weeping_vines.json deleted file mode 100644 index 797cb318..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/closed_trellis_weeping_vines.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "3": "beautify:block/trellis_weeping_vines_back", - "4": "minecraft:block/warped_stem", - "5": "beautify:block/trellis_weeping_vines_front", - "particle": "minecraft:block/warped_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0.25, 0, 2.5], - "to": [1.25, 16, 4.5], - "faces": { - "north": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "texture": "#4"}, - "up": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "down": {"uv": [0, 0, 1, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 11.5], - "to": [1.25, 16, 13.5], - "faces": { - "north": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "texture": "#4"}, - "up": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "down": {"uv": [2, 0, 3, 2], "texture": "#4"} - } - }, - { - "from": [0.25, 0, 7], - "to": [1.25, 16, 9], - "faces": { - "north": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "texture": "#4"}, - "up": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "down": {"uv": [4, 0, 5, 2], "texture": "#4"} - } - }, - { - "from": [0, 11.5, 0], - "to": [1, 13.5, 16], - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [4, 0, 6, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "texture": "#4"}, - "west": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 5, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 5, 16], "texture": "#4"} - } - }, - { - "from": [0, 2.5, 0], - "to": [1, 4.5, 16], - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [0, 0, 2, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "texture": "#4"}, - "west": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 1, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 1, 16], "texture": "#4"} - } - }, - { - "from": [0, 7, 0], - "to": [1, 9, 16], - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 180, "texture": "#4"}, - "east": {"uv": [2, 0, 4, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "texture": "#4"}, - "west": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 3, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 3, 16], "texture": "#4"} - } - }, - { - "from": [0.5, 0, 0], - "to": [0.5, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [1.75, 0, 0], - "to": [1.75, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "east": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#3"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#3"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#3"} - } - }, - { - "from": [2, 0, 0], - "to": [2, 16, 16], - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "east": {"uv": [0, 0, 16, 16], "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "west": {"uv": [16, 0, 0, 16], "texture": "#5"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#5"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - 8 - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis.json deleted file mode 100644 index 18a48843..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/warped_stem", - "particle": "minecraft:block/warped_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#4"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_lichen.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_lichen.json deleted file mode 100644 index 866693a4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_lichen.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/warped_stem", - "5": "beautify:block/trellis_lichen_back", - "6": "beautify:block/trellis_lichen_front", - "7": "beautify:block/trellis_lichen_hanging", - "particle": "minecraft:block/warped_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_lilac.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_lilac.json deleted file mode 100644 index 40c129df..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_lilac.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/warped_stem", - "5": "beautify:block/trellis_lilac_back", - "6": "beautify:block/trellis_lilac_front", - "7": "beautify:block/trellis_lilac_hanging", - "particle": "minecraft:block/warped_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_peony.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_peony.json deleted file mode 100644 index c1d9021e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_peony.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/warped_stem", - "5": "beautify:block/trellis_peony_back", - "6": "beautify:block/trellis_peony_front", - "7": "beautify:block/trellis_peony_hanging", - "particle": "minecraft:block/warped_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_rose.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_rose.json deleted file mode 100644 index 4efa2a0c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_rose.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/warped_stem", - "5": "beautify:block/trellis_rose_back", - "6": "beautify:block/trellis_rose_front", - "7": "beautify:block/trellis_rose_hanging", - "particle": "minecraft:block/warped_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_sunflower.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_sunflower.json deleted file mode 100644 index ee09969f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_sunflower.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/warped_stem", - "5": "beautify:block/trellis_sunflower_back", - "6": "beautify:block/trellis_sunflower_front", - "7": "beautify:block/trellis_sunflower_hanging", - "particle": "minecraft:block/warped_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_twisting_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_twisting_vines.json deleted file mode 100644 index f8bc6e18..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_twisting_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/warped_stem", - "5": "beautify:block/trellis_twisting_vines_back", - "6": "beautify:block/trellis_twisting_vines_front", - "7": "beautify:block/trellis_twisting_vines_hanging", - "particle": "minecraft:block/warped_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_vine.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_vine.json deleted file mode 100644 index 8cb26c50..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_vine.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/warped_stem", - "5": "beautify:block/trellis_vine_back", - "6": "beautify:block/trellis_vine_front", - "7": "beautify:block/trellis_vine_hanging", - "particle": "minecraft:block/warped_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_weeping_vines.json b/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_weeping_vines.json deleted file mode 100644 index 00be16b1..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/trellis/warped/open_trellis_weeping_vines.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "4": "minecraft:block/warped_stem", - "5": "beautify:block/trellis_weeping_vines_back", - "6": "beautify:block/trellis_weeping_vines_front", - "7": "beautify:block/trellis_weeping_vines_hanging", - "particle": "minecraft:block/warped_stem" - }, - "render_type": "cutout", - "elements": [ - { - "from": [0, 14.75, 2.5], - "to": [16, 15.75, 4.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 11.5], - "to": [16, 15.75, 13.5], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [0, 14.75, 7], - "to": [16, 15.75, 9], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "rotation": 90, "texture": "#4"} - } - }, - { - "from": [11.5, 15, 0], - "to": [13.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [4, 0, 5, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [4, 0, 5, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [4, 0, 5, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [4, 0, 6, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [4, 0, 6, 16], "texture": "#4"} - } - }, - { - "from": [2.5, 15, 0], - "to": [4.5, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [0, 0, 1, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [0, 0, 1, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [0, 0, 1, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [0, 0, 2, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [0, 0, 2, 16], "texture": "#4"} - } - }, - { - "from": [7, 15, 0], - "to": [9, 16, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "east": {"uv": [2, 0, 3, 16], "rotation": 270, "texture": "#4"}, - "south": {"uv": [2, 0, 3, 2], "rotation": 90, "texture": "#4"}, - "west": {"uv": [2, 0, 3, 16], "rotation": 90, "texture": "#4"}, - "up": {"uv": [2, 0, 4, 16], "rotation": 180, "texture": "#4"}, - "down": {"uv": [2, 0, 4, 16], "texture": "#4"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 0, 0, 5], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 0, 16, 5], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "texture": "#7"} - } - }, - { - "from": [8, 11, -2], - "to": [8, 16, 18], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "east": {"uv": [16, 5, 0, 10], "texture": "#7"}, - "south": {"uv": [0, 0, 0, 16], "texture": "#7"}, - "west": {"uv": [0, 5, 16, 10], "texture": "#7"}, - "up": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"}, - "down": {"uv": [0, 0, 0, 16], "rotation": 180, "texture": "#7"} - } - }, - { - "from": [0, 15.5, 0], - "to": [16, 15.5, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"} - } - }, - { - "from": [0, 14, 0], - "to": [16, 14, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#6"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "up": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#6"}, - "down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"} - } - }, - { - "from": [0, 14.25, 0], - "to": [16, 14.25, 16], - "rotation": {"angle": 0, "axis": "z", "origin": [0, 16, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 16], "rotation": 270, "texture": "#5"}, - "east": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "south": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "west": {"uv": [0, 0, 0, 16], "rotation": 90, "texture": "#5"}, - "up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#5"}, - "down": {"uv": [16, 0, 0, 16], "rotation": 90, "texture": "#5"} - } - } - ], - "groups": [ - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [0, 1, 2] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [3, 4, 5] - }, - 6, - 7, - { - "name": "group", - "origin": [0, 0, 0], - "color": 0, - "children": [8, 9, 10] - } - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/acacia_blinds.json b/mod/beautify/src/main/resources/assets/beautify/models/item/acacia_blinds.json deleted file mode 100644 index ee84ec17..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/acacia_blinds.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/blinds/acacia_blinds_down" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/acacia_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/item/acacia_picture_frame.json deleted file mode 100644 index fe324c27..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/acacia_picture_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/acacia_flower_picture_frame" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/acacia_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/item/acacia_trellis.json deleted file mode 100644 index 510003e4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/acacia_trellis.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/trellis/acacia/closed_trellis" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/birch_blinds.json b/mod/beautify/src/main/resources/assets/beautify/models/item/birch_blinds.json deleted file mode 100644 index fff849ae..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/birch_blinds.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/blinds/birch_blinds_down" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/birch_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/item/birch_picture_frame.json deleted file mode 100644 index 3406a2d8..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/birch_picture_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/birch_flower_picture_frame" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/birch_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/item/birch_trellis.json deleted file mode 100644 index 2ab04425..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/birch_trellis.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/trellis/birch/closed_trellis" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/bookstack.json b/mod/beautify/src/main/resources/assets/beautify/models/item/bookstack.json deleted file mode 100644 index 692f5415..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/bookstack.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/bookstacks/bookstack_4" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/botanist_workbench.json b/mod/beautify/src/main/resources/assets/beautify/models/item/botanist_workbench.json deleted file mode 100644 index 24cd27b9..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/botanist_workbench.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/botanist_workbench" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/cherry_blinds.json b/mod/beautify/src/main/resources/assets/beautify/models/item/cherry_blinds.json deleted file mode 100644 index fa7afcc3..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/cherry_blinds.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/blinds/cherry_blinds_down" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/cherry_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/item/cherry_picture_frame.json deleted file mode 100644 index 0122b47d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/cherry_picture_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/cherry_flower_picture_frame" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/cherry_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/item/cherry_trellis.json deleted file mode 100644 index 38b96227..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/cherry_trellis.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/trellis/cherry/closed_trellis" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/crimson_blinds.json b/mod/beautify/src/main/resources/assets/beautify/models/item/crimson_blinds.json deleted file mode 100644 index b91a6c4d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/crimson_blinds.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/blinds/crimson_blinds_down" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/crimson_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/item/crimson_picture_frame.json deleted file mode 100644 index eedd3181..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/crimson_picture_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/crimson_flower_picture_frame" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/crimson_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/item/crimson_trellis.json deleted file mode 100644 index 882ad411..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/crimson_trellis.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/trellis/crimson/closed_trellis" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/dark_oak_blinds.json b/mod/beautify/src/main/resources/assets/beautify/models/item/dark_oak_blinds.json deleted file mode 100644 index aec7f310..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/dark_oak_blinds.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/blinds/dark_oak_blinds_down" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/dark_oak_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/item/dark_oak_picture_frame.json deleted file mode 100644 index 828e48d2..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/dark_oak_picture_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/dark_oak_flower_picture_frame" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/dark_oak_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/item/dark_oak_trellis.json deleted file mode 100644 index 0dc9f07e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/dark_oak_trellis.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/trellis/dark_oak/closed_trellis" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/hanging_pot.json b/mod/beautify/src/main/resources/assets/beautify/models/item/hanging_pot.json deleted file mode 100644 index a015a383..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/hanging_pot.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/pots/base/hanging_pot" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/iron_blinds.json b/mod/beautify/src/main/resources/assets/beautify/models/item/iron_blinds.json deleted file mode 100644 index 77a5807a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/iron_blinds.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/blinds/iron_blinds_down" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/jungle_blinds.json b/mod/beautify/src/main/resources/assets/beautify/models/item/jungle_blinds.json deleted file mode 100644 index 3f840012..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/jungle_blinds.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/blinds/jungle_blinds_down" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/jungle_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/item/jungle_picture_frame.json deleted file mode 100644 index a159f46d..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/jungle_picture_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/jungle_flower_picture_frame" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/jungle_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/item/jungle_trellis.json deleted file mode 100644 index 0f93b0f1..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/jungle_trellis.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/trellis/jungle/closed_trellis" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_bamboo.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_bamboo.json deleted file mode 100644 index ab93e460..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_bamboo.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/lamp_bamboo_off" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra.json deleted file mode 100644 index a0ef516c..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_black.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_black.json deleted file mode 100644 index 00be8894..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_black.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_black" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_blue.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_blue.json deleted file mode 100644 index be809d33..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_blue.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_blue" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_brown.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_brown.json deleted file mode 100644 index 4bcea5ff..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_brown.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_brown" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_cyan.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_cyan.json deleted file mode 100644 index b3dfca4e..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_cyan.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_cyan" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_gray.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_gray.json deleted file mode 100644 index 0e6a97a3..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_gray.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_gray" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_green.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_green.json deleted file mode 100644 index 28c216bb..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_green.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_green" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_light_blue.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_light_blue.json deleted file mode 100644 index 6620567f..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_light_blue.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_blue" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_light_gray.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_light_gray.json deleted file mode 100644 index 9ab46ac7..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_light_gray.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_gray" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_lime.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_lime.json deleted file mode 100644 index bf8c9bd6..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_lime.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_lime" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_magenta.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_magenta.json deleted file mode 100644 index c28f2001..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_magenta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_magenta" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_orange.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_orange.json deleted file mode 100644 index 75a6f5aa..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_orange.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_orange" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_pink.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_pink.json deleted file mode 100644 index 984f6451..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_pink.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_pink" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_purple.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_purple.json deleted file mode 100644 index 26a14d4a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_purple.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_purple" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_red.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_red.json deleted file mode 100644 index d40a0f6a..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_red.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_red" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_white.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_white.json deleted file mode 100644 index 61b01c48..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_white.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_white" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_yellow.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_yellow.json deleted file mode 100644 index b3dee1c4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_candleabra_yellow.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_yellow" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_jar.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_jar.json deleted file mode 100644 index 6a5f7607..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_jar.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/standing_lamp_jar" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_light_bulb.json b/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_light_bulb.json deleted file mode 100644 index 8d6268fb..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/lamp_light_bulb.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/light_bulb" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/mangrove_blinds.json b/mod/beautify/src/main/resources/assets/beautify/models/item/mangrove_blinds.json deleted file mode 100644 index 368a1a14..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/mangrove_blinds.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/blinds/mangrove_blinds_down" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/mangrove_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/item/mangrove_picture_frame.json deleted file mode 100644 index 680284c4..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/mangrove_picture_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/mangrove_flower_picture_frame" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/mangrove_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/item/mangrove_trellis.json deleted file mode 100644 index dc9c9596..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/mangrove_trellis.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/trellis/mangrove/closed_trellis" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/oak_blinds.json b/mod/beautify/src/main/resources/assets/beautify/models/item/oak_blinds.json deleted file mode 100644 index cf084809..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/oak_blinds.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/blinds/oak_blinds_down" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/oak_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/item/oak_picture_frame.json deleted file mode 100644 index 06d710f5..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/oak_picture_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/oak_flower_picture_frame" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/oak_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/item/oak_trellis.json deleted file mode 100644 index b1e6c1a1..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/oak_trellis.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/trellis/oak/closed_trellis" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/quartz_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/item/quartz_picture_frame.json deleted file mode 100644 index d07bb1a0..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/quartz_picture_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/quartz_flower_picture_frame" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/rope.json b/mod/beautify/src/main/resources/assets/beautify/models/item/rope.json deleted file mode 100644 index cae55489..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/rope.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "beautify:item/rope" - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/spruce_blinds.json b/mod/beautify/src/main/resources/assets/beautify/models/item/spruce_blinds.json deleted file mode 100644 index 646b4008..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/spruce_blinds.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/blinds/spruce_blinds_down" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/spruce_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/item/spruce_picture_frame.json deleted file mode 100644 index 19659540..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/spruce_picture_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/spruce_flower_picture_frame" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/spruce_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/item/spruce_trellis.json deleted file mode 100644 index 207e9856..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/spruce_trellis.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/trellis/spruce/closed_trellis" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/warped_blinds.json b/mod/beautify/src/main/resources/assets/beautify/models/item/warped_blinds.json deleted file mode 100644 index c89b6c87..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/warped_blinds.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/blinds/warped_blinds_down" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/warped_picture_frame.json b/mod/beautify/src/main/resources/assets/beautify/models/item/warped_picture_frame.json deleted file mode 100644 index 3b8bf7b2..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/warped_picture_frame.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/pictureframes/warped_flower_picture_frame" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/models/item/warped_trellis.json b/mod/beautify/src/main/resources/assets/beautify/models/item/warped_trellis.json deleted file mode 100644 index 16b6ffd9..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/models/item/warped_trellis.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/trellis/warped/closed_trellis" -} diff --git a/mod/beautify/src/main/resources/assets/beautify/particles/glowessence_particles.json b/mod/beautify/src/main/resources/assets/beautify/particles/glowessence_particles.json deleted file mode 100644 index c34b8b96..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/particles/glowessence_particles.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": [ - "beautify:glowessence_particle" - ] -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/assets/beautify/sounds.json b/mod/beautify/src/main/resources/assets/beautify/sounds.json deleted file mode 100644 index be8f5800..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/sounds.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "block.bookstack_break": { - "subtitle": "sounds.beautify.bookstack_break", - "sounds": [ - "beautify:bookstack_break" - ] - }, - "block.bookstack_step": { - "subtitle": "sounds.beautify.bookstack_step", - "sounds": [ - "beautify:bookstack_step" - ] - }, - "block.bookstack_place": { - "subtitle": "sounds.beautify.bookstack_place", - "sounds": [ - "beautify:bookstack_place" - ] - }, - "block.bookstack_hit": { - "subtitle": "sounds.beautify.bookstack_hit", - "sounds": [ - "beautify:bookstack_hit" - ] - }, - "block.bookstack_fall": { - "subtitle": "sounds.beautify.bookstack_fall", - "sounds": [ - "beautify:bookstack_fall" - ] - }, - "block.bookstack_next": { - "subtitle": "sounds.beautify.bookstack_next", - "sounds": [ - "beautify:bookstack_next" - ] - }, - "block.blinds_open": { - "subtitle": "sounds.beautify.blinds_open", - "sounds": [ - "beautify:blinds_open" - ] - }, - "block.blinds_close": { - "subtitle": "sounds.beautify.blinds_close", - "sounds": [ - "beautify:blinds_close" - ] - } -} diff --git a/mod/beautify/src/main/resources/assets/beautify/sounds/blinds_close.ogg b/mod/beautify/src/main/resources/assets/beautify/sounds/blinds_close.ogg deleted file mode 100644 index be2d2c616e6df834549e8f67761fd777a6950959..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12130 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 diff --git a/mod/beautify/src/main/resources/assets/beautify/sounds/blinds_open.ogg b/mod/beautify/src/main/resources/assets/beautify/sounds/blinds_open.ogg deleted file mode 100644 index 16a24afbbc8ad2537c2ea7c6f0143a401b8cf602..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16217 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 diff --git a/mod/beautify/src/main/resources/assets/beautify/sounds/bookstack_break.ogg b/mod/beautify/src/main/resources/assets/beautify/sounds/bookstack_break.ogg deleted file mode 100644 index dd47434126e7e3cb61635f7fa51b33818808df94..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10486 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 pC=T>J&sddv4*z8SXNkb!h1c+Y-<3A= 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 C_ZX@G diff --git a/mod/beautify/src/main/resources/assets/beautify/sounds/bookstack_next.ogg b/mod/beautify/src/main/resources/assets/beautify/sounds/bookstack_next.ogg deleted file mode 100644 index 11b20a3a96b8ea21524c8c28001665f272d9fbef..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18184 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 diff --git a/mod/beautify/src/main/resources/assets/beautify/sounds/bookstack_place.ogg b/mod/beautify/src/main/resources/assets/beautify/sounds/bookstack_place.ogg deleted file mode 100644 index 1bd30c744360458f6092de5abe325068f63824c3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11701 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 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/bamboo_lamp_off.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/bamboo_lamp_off.png deleted file mode 100644 index e774cb3cd89b2fa1b35dbe51747f1effbb1bd736..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1422 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyEa{HEjtmSN`?>!lvNA9*GX(gA zxB|s(ZEc;LoV>ieyuH1Hf`X!=qIxpiyYmxP7duYwEL_y-wZ19(U}wbDx!I@JL|xt; z@a%Z$lnEVECwAUi+xBKl^V_REpI$5jnllPULtw~-Kx@a%Yz78KhLRw^;Qu2VFa&>R zR|Q5OXMsm#F#`kNK@eu#F){lsP*9@8HKHUqKdq!Zu_%?HATcwqL@zJ3M8QPQP|xhI zALk38nlGL%jv*HQdna6!YEs~74R33m=)kz||Kv+*?q1z{UeB*Hx^a$glG&{Jv-cG8 z81^WxUl2X*!l%BSN4NqXlm!}GIIJNIko@2Xf_ur=T-D?*zi|Kw7{r4bI^TWB_Q{ISXwthH! zPc3`>Iigq1 b|KtzL$|}Lzr7hX9pp@_F>gTe~DWM4ftfj*G diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/bamboo_lamp_on.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/bamboo_lamp_on.png deleted file mode 100644 index c8cbfbb8e8af4e2703a800052d58335178d66ee6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1422 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyEa{HEjtmSN`?>!lvNA9*GX(gA zxB|s(ZEc;LoV>ieyuH1Hf`X!=qIxpiR~I`j>hxOQ6n(HW;_BS&(`%wG?+$o&y!7YE zv|DT2-fU@pd$s59-|kN@mi_y8<^TVyKyyaHXb23s5O}%bx;Fy@BST4$U-18t4H$yI zv#SClkh8!evY3H^?;r>>?wFYU7APoD;u=vBoS#-wo>-L1P>`6JSE84fTB2a0XQ*fP z*N^iBP|X)l7sn6_|Gg95N;N6)w1&3{a&mkr{2%T$TSn9LQ~dic6AzY^P1thrPt4O^ z=Z-{{RkKPUE2md;R z9daCRb+^BivS2jn^ZJ^qdpElExUXjDwIbHCz)6z3Z2gNJXV|Q9cZi$d%~SYS{>sK= z;o9@fQ(pDmsB@l>|H<-^_HVA;tg>Rd-?+DlM?10WM7`1ebMSD?gSq9JH@PoyJ)FJQ z_gdT>*Qk}O=k85@th8iml)|Tbzsed<$JpNxvXN2bZe?^J zG%hhNHvLWs=l}o#6iGxuR5(wCk|7SlKoCV2h2Q`fj({h@aR3qwno!dV00MymMF^(B zK@|xKB(gDz65;Iy3z=fD>@XME-Lstbrud#mGJS&==v{#yVCuHoWGx(2bz z9-u%m0iY*jRF4aVK#95Y5$BD_e24nrN~$Qc!TzhH5KD44+*j%O(%h(Tp%%JH!C2M zbYur@qJ9UArN{CC|Mt_cv@9L%nb0@B$jOH>U+}(GHA$TMssI2007*qoM6N<$f~*;z AiU0rr diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/bookstack_0.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/bookstack_0.png deleted file mode 100644 index e981f159ed9b97ba5cb812bb11a7f56d1bebb801..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 652 zcmV;70(1R|P)N2bZe?^J zG%hhNHvLWs=l}o$3Q0skR9Hv7Ry|7tK@>c(Q2ZG|8!=j0*hbJ!5I-6#I}1?)g4ifX zKt=z7*l7$Ty^ux=?Zq@|pycg!SI}=6G4x-0j}QfnoRFyPKI^ZjbZI`9bx0 z-K9>JhXNim*QYY-bR`?Gw3=04wQluxf1$?57F#%#%NuK6T-1v_YG*#93bQ{XW01_t z`C)Zc7z@~}_J;<0o4vt^0GNX;9}P0uo@q6f0bovif4&REONV`GZelAKVMy1YbpVq& zQ4dgmx(Ur-jMeKkmXC%_fX3@XXol6x00_~s0QINZuNBj^smAirAd~p-z-?$I%}q6y zk4F8Z{VAyAN5TNj>OhMLOi^P=J5>DdK*RDoAVWy9q#a-wmnLHqSw0#hdU>|59&1JQ z@p2xFe-Qy_j%P5J*VX}aL68C=6!j4RHB(@!SqHEoiN_(!N5fCu5ypn;;WQW;J-9# z^57^u_tHoPqihrR0000Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D02p*dSaefwW^{L9 za%BK;VQFr3E^cLXAT%y9E;jv63FrU-0rN>jK~z{ry_7vp!$1^-eGI4)@go|fM53cb zG$6zY0Ks**2U1QzN#h&j0MzvK#B4>b1`;M=@&3Ed%Q|!4AgU_e(tkB#tyvGh@g)2iet6 zcqYaUqLH#?7S~)aDD?--;4yX(3oyZorvXNW#u$C5v!83J-!%YCl#(HhbcpHz=3I;& z#5-mKNKZgb`#Z5il3-lu5A^$~PsLDchLs1CDONLpo-6h59Kaf4<fp#GrTVK z2l^U&W9%SnVolY+8nKuCSWEp}(~YUHsqX+`0P9#wPk^68r~~}9Z zJ$vnWQZTNut;}@$pn=Mka(9ut6V}*Iv~RLtVjnXgEJrRJ c?5C#r16a0U8;YY_M*si-07*qoM6N<$g3q!O^#A|> diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/bookstack_2.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/bookstack_2.png deleted file mode 100644 index 34f0fd957106ef9c5fb4eedf6c03a4aa46a22c76..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 680 zcmV;Z0$2TsP)N2bZe?^J zG%hhNHvLWs=l}o$CP_p=R9HvFls_*8K@`QGiue`^4GD<^<*O7*g-YR@=*34+6D5_7 z#s?63lq4kbD0J(c$^3S&yEAJx&!3Z=%QhP2hhme3MLp3L$vC}umP-jNdRtOj8?rE3P1?RnisV+=0dAp zjFfRnfH4Dp>=m3G&elOR|1N+rX8gip$Y_6WrhfM_FZ>7t|MMg4WHAV!5fZ?zvF?rf zFbN4?ogY;9x5w4{(`6WQ{IviQCxoQ}5lVISdeJ^iB6Zc!)|h+IK1{*~@XubPl*Pa_ zby^=_{3?oBjJuno`u)E=oKAO%5)N`(%HNK~4+d$@!5C|eN zTo~43su4na5YF|pPS|MMfEyry7nGO}AgY&rUHwo!$pE@?%+>IGe;VdqjFFSrzwhdI^ zHCTE9M&E~UuAfnTVzh1G#W;~)&#l>Y&1F_X{j~?Aihsd6fIo#N^-@Z>i!G$mO+s(z z*@9B1PU|Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D02p*dSaefwW^{L9 za%BK;VQFr3E^cLXAT%y9E;jv63FrU-15ZgrK~z{ry_L<2%~2S~@Bg8O#hApX@t&8W zMr_0^lm!xzWE2)=Cu1{8Ha3&e)ZK_ovoM8Zyfj`CS(rk~*jSJziv5qzsn6-TXMXo) zHR{{*oadbTd_U(ocdo|J-k}PO92iM*-KqZh!_%A(oan8No?Vm0deg3+B-UdCmvY^` zFEcl)Ki?mxyrIG9iP0p@+SMZfHJT4zSe3B7nxHudbX2Kn?TpnD`}&?FA!5uwMBX&6t+ks#op}V9oSaO;++6bv@ciPI>h|#^ z716w0*X_k|*NNt+*=!~NqUP?AH@;46uGHLgf6hyldw{%na;^IP^Hs`e_WJ&4HTz~F zn|ON#gnPsUP~Hq9llfMx<{Lc~$)cp02AI{fYQ`jx!0f(4KQ-NM)L?4&-fi+O;Z7AOk{2C&e-`BOXVj}-deTW6M(-2 z0c;8Yh5|%cZvjy4%i^#-5zUy2go<>-jlRr|ACemWo_zi zvzq%hlh)~XpssmT+>3GooS_-oH+U+?@ds169zj07dzb*o(*$gUd{<(rxbOc7O4GyV zhH?a;gdk$x0^lf1S&sm!1hBd0*C)pFG}wz`0*E~S8J2R)b^FvxfYRJa#G4yi04TWG zN#&UmfSM!6Tmcb3hcM@hNS;3Enc47gDvwg;Uk|3#WwERQ_t3tpET3 M07*qoM6N<$g3qVNTmS$7 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/bookstack_4.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/bookstack_4.png deleted file mode 100644 index 17740d0fed08883eb034c520c7a9b9ec1aaa0dfb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 760 zcmVN2bZe?^J zG%hhNHvLWs=l}o$c1c7*R9Hu?RKIH!VHDiIBBW46kQ_nOMhlZtDU%eknd0mrYFeZ3eFtEu20UjW9Dtf3`l=1Ei9ybTtJU|u18S;fi{b}8 z0ygr@T8&(z*E61V?*?|ieJFo^?F6>py)IhgOpt>)SIl*LtwSKZ_dB2sT9YGG!yvt; z*NNT%)WFRM5`v5tu2MyqN zsx>*?fZwUs z{Ts4zQM?B_W(MGywHmobufxcB)(q-G^YPPe+4=rE@aFAy(Hduh9L%|5t{X;L>ktg; zLi-_NgVy8-)cC~Sy>OuY%<{8K4!<>A`UrFY=g~a5u~N3it1$p-w9&uCA14_gBk{$0#LT=By}Z;C1rt3( zJ+r@loG%y{n9q2+IEGZjy`ARR;U6e+?0sD1sU(q^J{d_#Cp26)8O%}(77;tq)wyYg zlA5!{YjB2WnSZ>zrc*qseAMFMR%U=yF20=wwpqtDfMUtF1&_vXSr zj`dG9)_=57n|E`^I%aXVYw8i3jh_8^5XLd#*Uz`HPhKxyD!1meOz#1g6DQK2*hEgR z+{`8|&lvam_srn8#&yJj=l^ zs`>e|ygB?1|N6u{)-#kxd2Md9`OdY0^HW^&o||kAer64agtQmmnR=1ec1eZib?%j} zIS0-qvnvZcF?B7Ld@6R#{Og2COJnqxh%q_|Z*G4qc-+*T>$#C;MSW4U3m4zhD#fiG zybTgACs(?2uVmcmb2{_jLXc|5?o+XPsXJxaPP7&6oe*_|EgzXEvCF~ zy`p5sa9k?M=Gzqg)Tl{CA~L7GI%Oq_U2mE)C23a7y83wCGmF%zisW~F;C^)JnPc!| S4^v>?XYh3Ob6Mw<&;$S#o&c%< diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/bookstack_6.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/bookstack_6.png deleted file mode 100644 index 5807e1ccb51007c0fb90527dd061645346c9fcc8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1426 zcmb_ciBr-E6#fx{2TP)*nAK{D>23;ZnkK6yrhyfBY;A`wYFcIzsE~MvmPc!eq79)_ zdBmocN-IJV95(wBssCcLD$)U@s5cu~_oxEm_3( z$2Vt;&-ow=(oPARmyG(YjTvtaYwh+!dHzu1C^8Ihx@{aFMCe#&W)2;Sv{+2J%Gg0D zwnJ}*-~_2?iErxrlI2H@u+A?pChJtPt?i%F{9|t=Tn-zPC3PrxQle_af~o2>bIy6C zI2V(=8mQ{(k&|7bmX2W$g^XdTG#YcL`8SxW)P*?*>`BOed1;9^#B<744NWNhG?W8_ zJw0vjxCHp)h0acJm0C?quj_aN;VjK_z3tzr)sAcoty2Gj2xKT-nmV!S&D}rI*tke? z4+*NGJG}iW$xb^w!5(awVxp6Bv)5+HUaf`+RMzY?n_Hc=FKQ%ZyBiplEp6uc3t<$n zR2Ukr7c$0&>J$X|9z6fMvKNvt0HQ=a8EvBwk=-*F+1FE?;eYq}ry@p8m!X2%nOwVW zN+*0Ve)XiGYfS9^=MgJyh4|OqWb^V(bJWd+MFmC~90AvO0h^4Dwi-;Z%<3(T-n}tq z#-JROdAQdRcjJ|U%$jb`n6vWTU468*43sNChEb}A$9FFGwua@Q=spc|P#uwTUqily ztL@&XGI{PDW6bmXLMYR$=!L$F!ONFwl5~u_jeE)78m@tppL(}wX!mPmruWGG5m}|eqa%&TzT-V zoVfb@2BRt(Grh$Dh!Zv3t8`(zambB10#2>zo``vU{*&uvTwA$i-aRL>_sO=?GFUY)m$Sado8d} zp_pzyy0@v_-YPG#5|rs>7+iF&&^`|?7~&twS8{&5cCd05>EJjiZfbj~UDG9`Yjtju z)E`haT`Ug$*0}=x39XC2BoZS-C{w0Wz8|7|*9BLg6OZFRt5e?J!$wEw5AbIHY$+=(r!#*2nDdlqaLzm@Px!lvI6;>1s;*b3=DjSL74G){)!Z!phSslL`iUdT1k0gQ7S`0VrE{6US4X6f{C7? zp4neN&KE#6+dN$yLn7SYPBG*X z&Pyeo!pfSxj9YpRUSi)7e`sp%_l1{uazETC^M60T4Jf`whJ9)pN2Dd6*4cu3)`zNp q&c_>is%lJK5YiOH>4lTgK9ygeH@rSBJpB&P2MnIBelF{r5}E)_5O($e diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/cherry_frame_texture.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/cherry_frame_texture.png deleted file mode 100644 index f0a64b9ad063ebc320f9714c35732dc300939dfd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 711 zcmV;&0yzDNP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0$fQ%K~y+Tby7Wu z6HyTU-u`5hY&PEAqIaAUFBS@-R)VO7g@t0FXDN2}A`->cD{KS>1#LvJw-Dh#uv0ie z8^s`4BtlMdhLG%D{x;doZq_%Gc#ZDBGVdib-+bTqMi`5yV*Dq5zqtohRS}GQD2f72 z(-6loCX)%q<1t!4s`&b|dO(@g{}cUwAH7}=LI?ywuyY>_1`O2LcF}O$P9nfA=t%n$ z1nmw&w+G!DV@{;7pr&Dl0!wrAC_Q`OBuaR9`yxEgL$O%o9F0T%o#+#T*Bc+{Y9#_} zy;?&UhREmh@O_`PQzLmoS=V*;CQ*Xxx@fgpXfzt=bfgRkMt+d7^bz1_G)e}rg@O54 z$5JYX-D(EbSU~UjF!}+^(S$!bCrWsKYjrw7(oCgNFijJNVL(?@rav4G;W!S&#-j)E zvX$qiU-D^|j~(IyGm~Y?6hxnN6Ud<3V;};jClwza-jB)Il|744Wkc#$asndI_R!+cqrA;%&^PGtA7F9(YoQ`10g&y#DEPbo%IF^~j0iOqI1q zatkFWH4+1&+-x=>S}tnsHuf*rGdG;oMo|ayh0%G@~ejCKS%3m))0{%&dO< zjzDILGo?F1GmSJ>&aY1Gmf^fzkBw}Oi`~8pJ0myI^W}ZWCZ4=e+Nq^bHtSon<21_U tGAfk{>nBFEg|v;eS`GDjeOC21fImndNNuGUm9qc<002ovPDHLkV1l30KNSD~ diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/crimson_frame_texture.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/crimson_frame_texture.png deleted file mode 100644 index dd59272d268d14f98c2eb94ca90f467cd6361bf2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 392 zcmV;30eAk1P)N2bZe?^J zG%hhNHvLWs=l}o#21!IgR5(wClEG@iKomvCm5c5wY8Ry-f`VYFC>FA?P~3@ILD3)R zM|9cWPIDf)@tUS);EPXLOF z)*cA;0w}D0B)WMiVXj-;dlM)M1tjfijM1}j)4epz@6!VRTglwdF64d1aF}GV4h)FqgkVJn6ij~K%1OLUR mQ}9sm?4E^u^CjmxQu+mO{gdxH&qL|}0000N2bZe?^J zG%hhNHvLWs=l}o!`$i<--5}mfDkg z>$FyD;Lv1}ncO>#b(2fh#N)gO+)uM|?%Bnb8KWr~Zigf!3)Vii9Q{$?n#L7;kyZui zVi-8CM*+XkG|00000NkvXXu0mjfc~YS7 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/desktop.ini b/mod/beautify/src/main/resources/assets/beautify/textures/block/desktop.ini deleted file mode 100644 index 11ff8455..00000000 --- a/mod/beautify/src/main/resources/assets/beautify/textures/block/desktop.ini +++ /dev/null @@ -1,2 +0,0 @@ -[LocalizedFileNames] -cherry_frame_texture.png=@cherry_frame_texture.png,0 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/empty.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/empty.png deleted file mode 100644 index f02154247c2653f7aa4f2c50135ee47eb28d1f9f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 75 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`LY^*;Ar`&K2@NS%G}c0*}aI z1_r)EAj~ML;ne^XlqhkHC<)F_D=AMbN@XZW%*-p%%S$a$FwryAGyChu`GSFgvCq@R zF(ktM=#;%)%#I?h&r{#jFi0PD5)kj+&~)?`=b@$qMYBonA9z!$nFYC}vs+oE6{kK> ze&O9yd~9dow|8?>Bqz;2aQw`in@_BNix->h+EC4|F8AHAd&R0#(^4&;|9y64U#wiU z+^SmZnYEQ^_V;Zw`oA5%Bhk_OJ16(ORlAOw-SKoW2cIGl&8|cD`pf?GA3HwT=3K|e z%ctWRGmTlNGoN5w$1uHh^A}0|>7fm$6_3tLK2jCfxZztu-S=M;!x9_P92uS<`Q^ewj)UA6s&rXZ0+f2{`UJDDGBF&I&{D3;oa!KQ zUu>7J;&1(i@;T28SJr5#JSyRGxU}uciWo) diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/hanging_pot.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/hanging_pot.png deleted file mode 100644 index 4ac1a76190dc09406163715626a0747260e0c498..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1040 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucL5ULAh?3y^w370~qEv>0#LT=By}Z;C1rt3( zJ+r@loG%y{m>WG^978JN-p;bm7IhRkdjGoM76DdI7nikv*v&Lq96crz87rY zyKnzzX-=;b|Ep6LX=xtzOKth_^zc3Xwkw7wTtX)a9k5wiP*kye@2&kC^PFEvfYdx* zVpqE{c_9NmF@Od+SGx$TW@9tUw)>RwfM5^g9j&{mI^pMvjFNixwiN2+`Io? zAAf%O1cSN1*oyyuFaN9f?4-78l0;dSkE(#saV6nU&-hw?r<1Y{AZy*@G(O*w@O~8! z;_Pm)f2F0-eUgE-VQTp4+zn5}G=PS_JkOZIc%D(QP{$~6>KCC8JQs=`JY>3oj^boU z;g2{|+;FDqmo^92sU$B4Muop88@?Ws(D$71p3~{uw+WrAR2V-fXfQ0V^%vN*y&b5@ zmU$0L%AD)Tzy9YkL{z>|Z7BRYRZy|I8t8ya-V9ZmEoTaW%uV`@`$Qm~dZ{{Ls?!M> zkls|G&r=ve3LxU13@JPGn_XEMsw{Ps7;>8Ynl{Yv6}Ws)Pm5vRx2%UsObvyXN_>%o=>wx(VJmVjly4EY(ZSk`XHD4kPZ z_aN$~sq>?V9Etxo!`%`@l(;q;J-U*Wb-k@7O;7jA)^oq)7i?nq(UtbU_p0<|3#YwT zv$8@XBkhdi*Vesxa4V(#Ut3gQ@-H80q2o=rc@L?EISJmCKHT8(;7Zj3gV&#bTH8He z!_czlvwOZyo4LZ_8P8%S8gAuk>zS1K--V$n*>Dfzd6iABx{U&y4QI4DULF6^-F+{D zC%++7Jvt$t$>?pWz-4_su)2A7BXf<~D|;rs;%bn937!{OYo+b4kTB=p`vvA=hwFRx ku_RR_p@T;;8>0R)7;!guo||s!0L-uqp00i_>zopr07_TU00000 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/jar.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/jar.png deleted file mode 100644 index 1d579ec1dfac7e2632e69b9c1e2505fb2f2a2ca3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1260 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyEa{HEjtmSN`?>!lvNA9*GX(gA zxB|ti*KO}Ucy`5wn-^Za1ae2gXb6m)5RkXwJi@@h$WRjG7yN%@1BT%5?5e<+=PdAu zEM{QfI|Ravq8eTeKtYKT*NBqf{Irtt#G+J&g2c?c61}|C5(N`ILp`&=9{;> z8l+EXS3FqODvN2bZe?^J zG%hhNHvLWs=l}o#4@pEpR5(wClCe$#K@>%Yioy@DF`==>#>BWap@7anL$?VgMjP$a zk_IbUN_xJ4j!#?nyzE^r>&i}YvNLbyy}9@8r2chQv~k?L1&8&ro;#~ND-xqE8TMbZ zNEWO;_Wm^NF0lKUoZ&?}6}*h^g3sAQpt<6U(e32|_~cgi?N-=h{ciydY+pxzq&vhe z_J9J-1fZzs?14}(fWqoWqMJX@j{$St;@;apQ79nkdvPDh;BsB6)*eSm(#;eBZ3-z8 ziq{I}*`NUaYd#&G`E&n@H}^sT&k_~xPdB)4)>6zj9ul&V=1I_$3&h-RT_7ga&_NRY v9Vk{EI}QAopI*sT$&Gs!^39i=(@5zT6Q=blY(`TF00000NkvXXu0mjf0O+c4 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/light_bulb.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/light_bulb.png deleted file mode 100644 index 28b81d9c4cba7a0e05ef9811e89320b9d442df95..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 548 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=DjSL74G){)!Z!phSslL`iUdT1k0gQ7S`0VrE{6US4X6f{C7? zp4neN&KE#Kr+T_LhD5j@owC=9*-@nRd+M7S2I-?t6LiE9S-ZCix3C^`%2DZ`a4KwD zzre-~8^abZya7U-+&dzkR>T`c4EV*uPYF*vV_gm%j ziO+XZBEOwJ{d8ibopnLar`Tfap9Mbq?4mEooc&!m>43$?^T(cT`#Pbw^ZUV#j0S4O zES{II-1)Noj{EEPlPhDD*}nI0X1J8Xk;j+7w}JW2ne~@4ZDK+g^7w++$cX;k!?3SB z!KS9Fmz!a6`{dg6Q_mBhg+J5k{aLM$#V&U6Y=Y1(=0NKW9J@+5oIWsIS+CN-;`HOy zu@x^unHeOmEi`!4KaI2J)p4iePqyx7xcu_Mv~TQARpBQ(4m0hUxoXv!@1^IrZH~M4 zpTB1Z+nSxa-~4B=NG!b6b#ls=h!Y*cJO?E2_vU84j(sV^FeUZnkpOw;7aSh>9d|xF zdbQ``@dx_R%o#}x4$Dp(ym#`BsBT!K!E^9=n4@=tVc7m{47WNKsV!R3sgb4BH4BsZ cDshs$(7y-!4|{}g0wa;Z)78&qol`;+0KxC?-2eap diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/mangrove_frame_texture.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/mangrove_frame_texture.png deleted file mode 100644 index d9ced8ded51cb0a0b24ccfb88caa5225a2ac501c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1316 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstPBjy3;{kN zu0U~iaVsxQZeL!W5PqR3S^jWgi7*M_SQ)t_6~Po0<$NvOQbV(HOOtvhlWt!tp!!iT z8Un*61k8d1o-r^mGL!`Q1^*w}fFbxhyDBhZISV`@iy0XB_Jc5^1#7ShP*9@8HKHUq zKdq!Zu_%?HATcwqL@zJ3M8QPQP|xhIALk38nl4Wl#}JKR+rCD=BMKbOmgPPyNB;kh zT30dKRB_qD{!8iEYa>+89iJg+X!tJKg5`Nm$BM45nDrZF7+P%P4zFcmt&-ffl0nuj z@JdL>@duXWoEmd>7$@&u_h{$E2lxJ~ay9l|Tc^LsL1I(0aPA2^9vK>!A>D1HJ&t;ucLK6T9gKD?{ diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/motive_alban.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/motive_alban.png deleted file mode 100644 index e7deea08e8d6f1943f18ac458e290c8380c8f1c6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 966 zcmV;%13CPOP)<{97<5HgbW?9;ba!ELWdLwtX>N2bZe?^J zG%hhNHvLWs=l}o%L`g(JR9Hvtly6K`WgN$!d+xdC{zb_Yge%G)z21vpf(1-0E($>r zQJTYKQ;}veZEemq-^3f4bDG(fqjX4{&Q-z!24t|*yy`u)@$E7O&#d6iIX~CW=5y;} zB|~Ql>F;@)Lpv+@;oyd+w)Mc8@yc2JQzZO$x8G1;?0j)ZA{_RlKC^%)QRV7jE`N=D z#@Ik1_d9dBe{~Ck?PZK~m2stcF+)d|@q71b0!LpC0VaY1M>a)t(gH2zPDW0@z}>S& zjCSQP`kjY+7xEeEDCS((S~`xsLGR&We$nAy>@J*off*hL=>-~pb}r!FPfK{vH;)@F zDV*$!VcgVUCS2@*K#({lBA<&cwsHuX?96OiWv$%A^$IVusz6>vt zo#vuHkjL=FWc^+#^@oz#-H>3o1akhWzC5Bq%u_N;khDZ)7N9WVgYM~_F zOlFn~Y7{=%YIc2e=dMph8wtzsu#_CEl)gQYepyB=30&z>t zJU3rsSCfg4HpVl{ZK8ag!0oeO(m(w-KPIttTQbe{)2Ul&4IMXm42_PXydK0D$1+>N zF-PAA(*$o;=x_dt!s{FKe?x|q*qLVberO}dYo^X?p-LB<2#^hjhu;rkjHAX096H?U z7T6O6l{%!j#6s*G702@m!YW8ixA5*e3bvUd^l6PYpX{VJp&F|oC5!|l+^#RrL_jz+ oyptA)CYorXi6)w8{^t?mA-wKt&Lx;~*Z=?k07*qoM6N<$f_7%jO8@`> diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/motive_aztec.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/motive_aztec.png deleted file mode 100644 index e5d2e6394a783651f27a99f1de5ba888af65ddeb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 920 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 gxk!<{97<5HgbW?9;ba!ELWdLwtX>N2bZe?^J zG%hhNHvLWs=l}o%7)eAyR9HvtlU-<2cNm9rvx~8=dNCLbyr>K>bSo&6F|lJ-1Z93f znS<5orqc<7D!8FH3VtBfK?k)C*=XIMYj>fwcGV`XrXOizlQuEQX_7X{Ir(UlV?L~F z=d>NjqaN}fY1rA?*}LTj&&8Vq=lOB+zJ^d#C6x&iiw8)j(**8^a45}$6a7TTCFJM; z(U^*7#K~_H_c7M({ztBU^MQt#4gZ$;$mNJ-mhA7CcY$~^h?-RReQKJ?2WbXlB z@!k0e$=}VRKONkQnl!n`YyV4-FY2w|GmAMFNMu~3Cq|i>nc>0A7>`Mjp7fKrD-%;~ zO#NZSFaN5^`+6-4U!Yt11u0-eQH=!S7UCH@iA*P%NjHJuAb#}*u5hm=f5!1WZ)<$} z&4M2?g(TE9y}h!(7X z+1`XdU_**G;|dv(BJBjnS{d;hiT|)0^~_G>mR(r;n>FXnSQt-x}94bHC5Fm-;)!|C+XWmGkC<pae{ zO7Oc*qFBqHF63q0-eK&apHXASHS$Gb7De(4Wi|TA1P?Rrs^{#sC4?;HbbYiGcUu`@ zPbpuNzDZiHrQcCU#j!FC@!|z5ko0fiwy}a!>kTNkHuFibfq;1(A=@S{o_UKaSAN87 zYoN7ZqelL@2}B_=iy~Q#ev)++j12C>YkHTVo&&h9S25gJPD|~pT&OwCMCv9dzFSL6 z*HMjJX)gb{fZVf|K>It44!y@n&t6i#{Y2!QRKH(@Z#>S2`&RM7D=+iw`X=P?+b016BzjTIFmvH$=807*qoM6N<$f@hPhR{#J2 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/motive_flower.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/motive_flower.png deleted file mode 100644 index 44fa4e1f481ef58246b43e41917ff9100a2e6a58..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 854 zcmV-c1F8IpP)N2bZe?^J zG%hhNHvLWs=l}o$)Ja4^R9Hvtliy2IQ2@uU>u;#H2zu@*h#2%D)N4s|+L=G^@4)y;RVyJWdq&x7HVxL*ZP&h`fwx%1urKjOKh0VD?g@`?oIF&aK zZ=lJuo{;xU#}i_PT(%bnDsZB04yT_AIM=v};K~*TLz~bJ31}HvqXo>tWh#%vb`pYA zk*6&`iG3I7@UNkHY!x-b0_xmRbo%4yo85#@EJB3FU=-$00)><~^a2g;7z%m?lv<;3 zItx$7ecUm-Dr4T46~yTqhG#YMO<}8kshjBc5pfiMJ|87nc?UyqOcL%2-$;pMAgGt~YfV94e2=aNP_1IB6$bZJE@ zVS8H%GIzdzLdOo%BlPRF6e6ccTdVZ)G4}luy7t6aWAK diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/motive_frog.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/motive_frog.png deleted file mode 100644 index c3235915b9b5650c240b760c7d74758aeaa8849a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 715 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmUKs7M+SzC{oH>NS%G}c0*}aI z1_r(ZAk3I`t&8iBUC}u%M_dI2 z1zk7ZcP=a}5Z*mS@7$yM2eWRg_tGaTJwPybDdf@m{K^{Ha*aLr?PT&D#IqI|Ur(wsw{(!! z_ugU?`Xq=EsOG)ywU=*>oNp`oaGy!`?p(hIj~BmwCi-~?ztAp^V@iu!OBS}V&ht%) zk(@BMo8{T}r@JGZ#PU`jXq+f=R;16M+FyQ&?aaSDDH_LZcZAEEJGP|gDD4V(%)&B- zQ>m$%W&f4u^I40+wekw%4^2N5^Zh5+*O(Q%9;+SSaI8X$Hn`nPYTcx4_;BNw`#047xPRfxHLjg5w9_R>{Krx|UG9iPk23};X%a%l tJe`tlM|hl*+7t~BPndyKxFFyQcf)s;bsD!gV}J>d!PC{xWt~$(69C$-Kpp@9 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/motive_kebab.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/motive_kebab.png deleted file mode 100644 index ab8b5537b463aff5fd08eec18db484e58c121897..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 965 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 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/motive_shroom.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/motive_shroom.png deleted file mode 100644 index 28e442c2ba28393ea918aa9c1cce2b7fdbe46ba8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 543 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 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/allium_pot.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/allium_pot.png deleted file mode 100644 index fe2b218eab0d7dadd5be493cc326656ab6afa24a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1621 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°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 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/berry_pot.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/berry_pot.png deleted file mode 100644 index 8ded6091c7a4daacbd8c054ea34eefabb8781984..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1620 zcmV-a2CMmrP)<{97<5HgbW?9;ba!ELWdLwtX>N2bZe?^J zG%hhNHvLWs=l}o((n&-?RCr$PnoWxwRTPGM=N~Xj5nUyqpcv3ZMU5za1x3h05QNzT zL0n~FHgTacx^g4gi7VG`&DKBSPpQmPoTqucU0vNXbX8BJUO3!)&%Ni|^Pc-rRXwxX zhBv;w)qU{&rycdHCvW%Vd7uqG@YO2^@aU&6yD#3n);;{@qh3x=PrLhfZg#(X@_Kjw z-Rs@Gw_fhPyY)(6DtB+ZcJaKC03rx&`^LZ+#%h-dNdE%T5H<PNy=nUPjZaK20cFXr+?>TtVcld9)*YZ-sv8kyxNzHn-m5tVddZVAM~W? zL!No<`85gp%Y2;xgfWiC79Z)8Ip{N?5O?caM`m071Od8Q)FFUCN}c4&WDWKDz()Jl zZ<+LHiBo4s{PE-Mc~&2^D@~woQ-~n8he!ZPj@jv-xtJ3>E;}wYE;odWjwis~&tB-0 z&^wJp|dVf&nq@jlwT-M#Jq{_U&zb^yU5?>&8`7Xu_< zSB?H8ke3;CbkrFmd4#t9^shhWPV(*o>i_(HG7tGANN`?cv=IrmgpqQw+SX59Klnt) z9O{@?!YSxD0_A>M7z`^_s-18rAZO^0ge#BKu&uzxvAO!0gjt^eURe7k!GyWO)NR+0 zt;mESzVa%N=VF}g{Cl1asMK5GadA6K93A9#!PPejJ_Yhsm!!B*2xY^f5TwBk&?1c%+(ZQWrtK2e=D-52zvkZ{!ik9l(1)4LJ_H&^+_K z@*KbhTk2z%qX|&F17>>3{$Lwm>;vbp_90!caA5l9l0lBeXd z2tHBLCVg2?kN~&8JD|T9>my0=cY-oIEC?*g5jd-d-qkY!h^yKgpTV~Mjz@=& z+(r4=rELN-2_#_K?*!N!93}waaY(=j!S4E=2h`C?SZTj9eH|W3fXBcDK-|w`>ysq_ z7$ku~h+qjGQHL1#5ZZCt<4c|Ml*#%IfVh%JK;qQd5oLCG7`)q=pb^{j89b!?o(Jtp z@A8vL%p;)WQK(_l!N3sO1ZSX-p)O(jT-n~i8En(X7!yJ}6C!cyN_zy_qtH(>6Ya+Y^Q%u4vcYqg{XSvj)@ILSy zpNG8A#ssw6f3^ewg1HEZLx2S2wx?8POTaN9aksz1=kP4Q3HZ_BE2n>-_i`dQ17x*a zF#~m_9Iu`+j7>lGDfDY&za^i;vwRZgdv?|d%)pZvK^v(3CLnc=&BUnBe)^QO$F4%0 z77$MHySoj@x(Sd7Iuqbn`!fMb`b=L+`m7MA#kTKm14+rCsZ$!PM6+*x4!jEfTaSdR+kA-7}F-pl79dBL0>~YE5vEBLHw-Fj*zHgPzDQ;6jqa4Td}RJ zrGl@q{{fmU0lA_>|BclWLvNs2vYM=_D{EVOO8(fPZ+8cCP$KAPTULnE!pDt)6D)xm zbW2PEh>4@jL`gR7ohNO^5>VkCA1$#`ZveuQb}XWfl4L;Co%Tc|pe0u74dhO8w@{i0 z!~{T|Bv3E&%Zrv+sW;%NyIYj@2tYcIL787(w8Toi0pHzSZFi1#>fGui04ej!i7A#n>V8Ma~3l=O`uwcQ01q+UX)#@=sJChbP SpJ)dF0000N2bZe?^J zG%hhNHvLWs=l}o(ok>JNRCr$PnlXzdMHGc!<{!{dL?agz6c=YF>E1U>UpQ2C)vfA#PTi{Relwdf zd*j<1-3Q-)+EIW0$F?#3&9DQ;hT@!atoWLG|asRPs%03v{E`}P?=_&P2H$oVx$Ls${4L-Oa3 zu6I9tchc95*Giyf3GJ+ zA9(t;=e8v1ui;w(06zLNmN{}x?m?e|Lfq814i;PeGy-(Bs6zli$~MW>kgeJ79E@>% zJ8uo?ttC#KjCk4mA!pz(L0o;Pz)P z^dj_=&uy+0fkH$uo2R>{{a?R*wOj@eEO_t9r+OG5 z0lRASCxJZ7sMAIrAISr*ozMB5k9#M1vw-?Pzn?5aJ_!<>2N~Buf-PZCQ*6fisXGsI z(#Ab(E|_rVWp~R(#!;KW*hgrbD1IKzGIA0^j!TEVbLdm1P&EJ!CYbL zUYEQUlDu?Sou=1>6?ojL-z@{~RX7kdO^=h*`I=+Cu}Oxn$k-f_ebIYrO+0JFgNfEqHd5xD8- zN>ax_;3%!f^4QgA|T3QTY#Vl#K5NnaGSK`ftf+w zzJ#O^!Hh!y)87o}561dP68=t5VPBk?iUv6rywG1Vw7IH7nUQb|{brm3qzDKw_B%m^ zeQ}oL!Bh%E04M}?O2>_n7x>}>7@HZ8TL9vI9$TM90D{N>rw9PYK-yGRNJXLE!ag#F zl55WZh>P3;5~of^RM;11LxD~~ktj{&6lF*N$a+R(_T&~2xfLqR`K%3eAI=E$CBail zw9Oh;IIjU?JR`Wy43Kn|M=e0R!c*76!;-o_xdn!{LWMb>5yYWTfGLa#VA@-!grwx% z0s?U=%=wHU4g~@nBEpye+1?5O;dUEbS^>t80$5i7k=xk1$d+7v)v`%?gsbLLzk=d2LtwXyGR14(4i)F};CqS?2Ppnv|hElcOD5a%_B zoBGyM080U>wk-t^__ShK((gY%IM>je72>?ML;S2xMo3f`l)*wI!D@193$Gn(DVS^D z{{Sr}K(6S}e`B@8XgAO-Sxr{emG#>3l>D*7xy=slK?!K%+Ok5N*L>Ux0HB5+ueHRgdB-wS zSanxkAw;=f9&3qJ^TF0`fofiDwbfQzZMD@_TWz(~R$Fbg)mB?=wMSx`&3}CO{Vt`@ R&0hcj002ovPDHLkV1n1E(gXki diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/cornflower_pot.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/cornflower_pot.png deleted file mode 100644 index e3970ee88b78d51abedffbcffb4f76d507655290..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1630 zcmV-k2BGN2bZe?^J zG%hhNHvLWs=l}o(+(|@1RCr$Pn$3z`MHGemVVo!$5EV%z1Pusk0y+pH3PMkUl96O! zPXtkE1u+u|2#Sy3RHt#^qjbQLPjK`*)Yq)kt#i`{yG}Y#8x~cy>*wyZYFFKJZuh}7 zO^@K@FCy#>AM@R zO-I*Xp6*_Iar*p?m*!I3zWl;;a9&mi)FLkGu?a{*5W=>pKX>D=Q$MIhfHZ^^!8#>&Ib;#>i2ptS`wp_J=!v&P4UMe14v7kAUPo3it26K7Dcc>Rgsk`5H^A+8pPxl2VfHhENI)9cP660e0Er||-Er)!Spd0j-z?c0=(p`3p^CaY z5*H}|P-K049zF>t@Noo6h<%NK2&5(e@YQLn2nqnQo@lKJGHY`8Q-n>v0Wbnu3KT2} z;||hZD}Y%;-A7&lc`n9H&Ob&F`vhnK0(orK&Iiu%TOc2G5oNOsfJE-*S&_R4Ahc$U z6u_OQ^lNaFuRzR85Hd;Vaj18FO%~+Xd=4-Rd=4lf_BDcl_!(}MnDAGdeA`tcRYd549MNIKhc^G6h{FdTpxo? z1aJqJh}J%leeS01#90Lpc^ozoz#Uv7u!JPGPpBn0$4fAw2%Fpi`*v>$W(}adMgZpK zcm=4_e=`9HVhsTV173pq*Q`+skZDgTHWOeiAdr{d+6+oa-1HZ`4sY_CfG-_Ba{Bjq zFDHUCKz7R=Gf;QR@%kCV*j&dxLBDhCx8!wrlUL$=&dxf48F&&SXaluh0n+E#6h?pc z(}wD=^{uA>mI6|>F9i^csl~FS-+z8^t=5_)#J;ve{J%OGAyHva1`Ck{ zyUDFBY&+Ldu-3l+0oqJ}+|ky5W7Wj)8)%m7CcEm++IBuAf9!B=vxCo|1o&uMmJs`z zUpEF$umoz*H8BYQg`-TNB%Aa7oSd^yfD+!5x0+aS?-+z7?O33X5-}iZract`)WnK= z$1;=57D|Nx3IKUTpkAh5T&sx{_l~*iW{aqg0HpI6l<61OYGTE`V?MjP+h&gQ^qJ}i z0Lt`>Yc;Xr-m%OScHNy<2vLSVJysJd?lW6`1d4muuwlc74I4IW*sx*4h7B7wY}l|T cVh0ER0uMB5uHsU8n*aa+07*qoM6N<$f^41TlK=n! diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/cornflower_pot_grown.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/cornflower_pot_grown.png deleted file mode 100644 index b8ce30c581aa91ca68ad9aad16b591c5ed75fad2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1564 zcmV+%2IKjOP)N2bZe?^J zG%hhNHvLWs=l}o(nn^@KRCr$Pn!$=4MHGhTVcZxrAS#lG1Pusk0=fty5ro+UC99By zvk^pP6vS*KASgb9Tixm+k1~QQpP=Kp!?+kK}sxBK2eANZ;2Q&oM>|DRKJyYI|V z*L9EK?Cfk5b?!yD_u%jD%}@U7Xt_TA{Lj8k{Pxv{-3PBd+daJdc8}B3)9&Qf)$W@c zuXZQbU+V5(d!hUEjTie?+`006ceE?30Syrsb#4NZ5QMPT^e^3bbnXXL1V}?z5$r?q z>vyhpU%YkYF(^t4|H;ijGB`6PiJ{C1iC@3`LqFHG^dYZbAzUXQoS-7WFAr{=qlG$; zNg&D6&udyh!1|JmbHBU$M^9A$kk8Na+ASb?x5C5wuXmpvztXoY)Ok#TWXeGC(Fd79 z#%Q^Q2-hhTW4C{NulIw?A3t;62d?Fwu7|j#Zyzj@eJq0~TNyNceD%7PyX)yIz_pW? z`&NPJ1J?VQw3Rr0D&praZ_b~6jGzo&D8l>S-aHp1g<-y#*Ox#9$7=;~ANsE4u;WnU za0484d;{Eh_qkq#7Uq0L5D7>FuTucB3Lu!|={t|iS_KfzGr+1y_|@j=?rHz)_a7}+ z0R&A835hC#Re&$YlcZU8+;y~)u3JMSd8>f_?>`;SPadOGC6IwB0)Z=n&jX6UJomrE zMG62ESs$N=Pr?a&Y=IWyyhcC-QV9TjW=<%A0)U~lV9cLYli5!Z7WoFi2xu%&Ff^7K z^xCn+*nO=U`abds$a63*vi~uH7$YzQDgpwzZMF$G2G{s4kdL~EvRDN`BC~lB6f3g` zAT;$JAO$e&3Uea zY?ePFAj+a!03-qWoC}VL`p|>`W6%5vi93hu6u|Pg0{Vloy(9^LCum{s&V~pO9DNBS zAi}tW=(EOWeu-81Ir(k?6d*-FfU(~RTG+cYf|x=;iJOdyuatlbDJ{8fz-ksIJwh^$5vxI@!^?KVq>gVJZ z5V;jvnDZGyR16Wwvx4oSA2H0PzA*vxBUTl_El{^Y3v)grhzbZnIDHVrSI-H^q>nbm zNHE4dQn1_tLtCMRIiF>Kg5ZWo=t}{FJ_LcF{vqUcfu!W!0s?VbnDd!|B=Vssk;JF; z$B=Ur0K#<}>`eeLBtrVKKZSIKYZO4_b~rcz1SRbF{~@375KJh--p&B9O@KVa5Mb!M zmI;YD7F^Eo^F1ZLn#jGztFaRo@9b5j`oInJ2K^{i_l&T9}(_}*Ou zvabLV!KVPubvy+SdC$C;$a}UB=e4o-ZUaeV(DZ2yR-!q!ji7)2)|ajKY$48T5V!R0 zrvSDBQq`9N2rzA|XthqM~!jg6_&_|0H5Vg{t3IQsy=H9TZB&&s1A%Frv9uerb z<%esPSaWZfS+`n5-2#x#ZP1n9I9=49S52 O0000N2bZe?^J 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 B%N2bZe?^J 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%0D_s+(}`+nxTNbHr~anj3%jro zwt^q%=08AMEpodFW>cPJzbcKv1B3A=)n4-m!CJlZz^H`W5N*Wrst=7q@e*=sW2bEL ziV6o8COJdIF35&;Id|!c_32XV(jsgj{j9(Z$6G62rf^B@bJ^!g(X&Y*L>vzmydiE^ z^yM#gi*jVJLQL&HXsUKfd5{qQ{Eo!B(1oZmX8d`j1jc5Z^TC!JWr;6Z)H!TXdi4ac z7WNS}MJ}-#r3|6RyEX69^k}0>VMM8Np@u#S z4a#~oQ+318imOYUZ2R!BrQ6cSOH=ygqqisb+JbY^IUI(ei~FK@8lPCSIu^m4Hr3a3 zg)CGo=I3B;TRjts)hiWPeO+H)hpC1ysvc7AO&=w)&P8%L8}dT||GVfuf<-XO08$O^ z**EE%YaNO<-`e}EhIn3xX2&1l|K?o>XAkkP6}Xn>w`ZvV^t-gpElp9-H~tSdpWfkp zpc+JbhkzrZ6~(IH%D7fdG4spWS-7Nb#QT^95R%zwW?FbnVk{iM2|ZAZhWN#P@(mhN zD(pM)ad1LxIt?*aHL{f+7D-y+_uJfHMF^MF6f)&==tJk9Tw0LP7axi?4oF;b-Td{(UF~}=l6Tb-DSLy zm8{`C(z$|iN-OSjZTVN%62G^u&-;H&hON*DAN#VirI;U3Y?^+6d;;{ZKOUR?H+`oI AD*ylh diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/grass_pot.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/grass_pot.png deleted file mode 100644 index 9d1122b64dd41d31c2c17904598ed1e5bb7eb3da..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1545 zcmV+k2KM=hP)N2bZe?^J zG%hhNHvLWs=l}o(heW_( zYNS8~r>D<;=SR3(-!>Rp{k@uG5hhtlrg+B?C#C?ejo}&Vc*W}(pPx|+r_GLd_`}D& ztG`#1I8Z1t$!8pI9P)|)#2jN0GS7MF%RFv&+|;?gHBX{&8o1 z@mNi$MS5xh0As~au7VT9I0A*@yw)PMBy#n$2#Y)cuokH$;VZ8|JU7Ng&Og>7wIqBB zgnJ)ls0WUc%fldUz0 zZ)*9*mhG_^lVbsd_kh-WKr6q-WHS-6weS=$MvUOOk8jOa&x6?9{uF_tw2naL^7kj#~@i$Dx7ye3b9iq_koxw!-K z2q4_A$F^rH0E8e$8=;V`iy(3P6eLnuipD!0I1UfI2OwPJ5l}d7c0@}&*x4WfX^Bb} zPs}*u>bSW=QI5&E6mOe;a`Fg>JPL*8e3k+rl_K>Sqn+ckEmCND=P(D=X2xW51rS!;AbXl<(QuhM2@t z7^Ed?zXiycW3w>Ev!6bZ`Q#Of^BRH^e($ac*|q=*A!Y#_Ykw9%q_`D2H3 zyF2&{JRrukzEGUkeB4MJvJjPYEldHx!r`+}ip_jKCv%1hQ0P5*tA&;DmLXWtjs?c> z6a%5|v@217T388hS?(lv3*JHi3xIfvK)a;>f2|f)!dvF5yIVwk1Q4Caprr3)zE00- zwXhQ2GT+@@ZFi1&#@y-@0F?AWYyAog7AZh2tc15LcM7ZS%3BCghEKAVc(6zTYGEZj z+Ug@v!jr5e9xPITeVe4GkZ*|xQ|1_DNo-eKX0062XD#vIvb@QbWOl_EySS&UF*dg) z9$c0;*^ v0S>(YSISxi7e00000NkvXXu0mjf9ZlY0 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/grass_pot_grown.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/grass_pot_grown.png deleted file mode 100644 index f1d067aa2e78a0a5ba485c75066fa4e04bcdbb69..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1573 zcmV+=2HN?FP)N2bZe?^J zG%hhNHvLWs=l}o(qe(^e_VPk5)g?pLR8$6@-w%c*;+PTljqRdxGz&#bzx z+raI=UO#si+ZmgSq1=Cd`mFo(_?7PQmv`4VJ3H$hp4{plef)0s@WZ#d)A!!!zWLzI zwHFU=zSiCS?VWD53u_fMBmjPhQ1;jU_?H*gJ^^V6D}rrE{`}Fc?uR=!FF;Xle}A-| z>zU0$ZhZUFdP0jl`uc?n*YwjSj;}??Yy0t_o;v~I1Umve`Ss)}N~ss@`1IOtc7TOj zq&@}66*TU(ZSrz1^Yj@r2Y3V|?@@Ss`hNG_{kPY?lzPFgfAR9}j(|jxyfNAoZ7c<- zkpv~2o<94XAL4F(+hAz*cWM?3F^jdxB<~pF#3bOgF+5`(FL^!V^By&E+U$rwfBd9( z^>=C(4kSv<;xmpnPVtfe#2ljtnddz8WgZVZ9%?+?01rAo0Uq3YbuB_Eb2*cY#U^3f zeKARZ6b9tW?-pa9$(0bF^!AA@`O2*l=|;aokh@fjNe_;CnzRaapsF zDFj&Mny_T%siZ3AT`hOV~c!^!Evn_pyxt zZhv>c`oVb8{+;03S4XQBwze#$Zr8}ZntV%)8hKo50a646==+_ZMILNz7L;4MPXywU zOOo~YApz>V+yQw6Anw;=+lvY?L`X13c#VgcIXO=Y*{=YuyvQRUaoX&N7J0C>Sq!Kj zY&G)y<5MWxed5(%4us1iAo3`bGMBTusJu=jv6cX>^F4+Xz#~u}g;M5nmIVzJ-s40Gm!q~tvU0&z;2%UP?aXGI=|F(?3p>tk@G1Q2-~F0BA_ z;6pH>2z!4BJ`X5Bz5TD00J-h);z|f0akszV>u~Egft{OQI(+5y@AE#KD9!>|EmzD! zT`9*KXAEO=9{U9S=Gd?2>+oKF70UPQY*UzpCozh)Q2P}iV~$N>jAuW6BJ;^BB`#|a zPWZjMF37e5NQ9UIIM)6YK;)b`m&iFwiOX8w_ihVGWYM(o7Aw*08zShRzm27L&QjvC z264B(?G!*SAXUdw0Ku4AEIs}H^MiA><}4*HYa7JR+w2I53X8H>h$L7|p4!4|bM=C` zhW-a=Zvy0sw*DKdCPv&s)3chasw?ZY`FQ@=;oR;H?turyxYm~vmo-0bESzE~)S_!* z5&#N^PoX56`Q9gUh6E_(J%6i-mGFi^SkjIK#_)&%QFq#<5TGVj!W))5$=!li2%rFv zM+Dj>{r_tLUQ@JO(9wEAw@FQLBlS@P_&B?rOVp%roXzM*vXL2d(uh zFxZO#HL()ju-qxEx+|{`q70v9E%IP50@TDxc(T<;poC{xi#*ti0J}Deo>P2_JeV`b zB+J6K#hA5nM4z?DgR#8Xmc?v~DR%x$Sz~H$i#!<1n{8RlwwPiHAjYgk9?ZGtBugUO zVu~FEm?=P?&AI0!OCsB1itS2(om-30TuiZp09RdrOJyyRH4b*LgB|Q(2Rqm$wAJcA XDN2bZe?^J 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 M07*qoM6N<$g0Dz1`~Uy| diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/orchid_pot.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/orchid_pot.png deleted file mode 100644 index 09b56512645d07fc0e8566ecf819fddb31f8c6d6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1066 zcmV+_1l9YAP)Px#1ZP1_K>z@;j|==^1poj5QBX`&MK8|%D!=`?gbJ|39=dI|2g%n$x~| zPJ*?PcD#4&CWA}#`9cy;Zud0(mF0#1@ZOi&TLagsYO0c|rc^DD8e2S>((I1E@^=Fi zo=01_sj6|a4pgfW7?MB}%V68plmWL}+qQQ7J7{RY7d|KiGoyw)O%JTOxZSf`ns$B1 z%>$UH0XOkyBm@@RF`_KZvNSz4zzE>~W5T~QfM6oxfHl>#`*3D}1u?0Df@U`JX+aIP zRr;c6^5ethwybO;w>4Vs2|O-k{xK41VCPLnXX+A-Epu_xH1I*TDM z;6ZsB0>nTHFD%tS1Y`jvoL^Y5RRDH`C46Y|(<~weYMvFg45)(!br7ZRupn!3TVXCQMr#pZE_bh1Y ze-q+-AOl=5CwOv%Sjy~wXxaKv)1<`VfxyrOI>D18%%#l!r$+Q#^C8rUgA3*acaPvK zb-1hcgStku`WaqXDWjMv9>K}+*#A=!SPz6T!Wt`O6tis}0EJ|qGN5t@!+L}5%&Ayh z5NrTLqAkMX2U*xa5q%;2APZ|K^)EpBYZl_?F+iXse4Y*jr}w|!KWbe~!8v_O!t=DB zo!Q3+!~gf7H5~f>LZ-v*U_DosRDU zgIZTpP>Ox0lS>!a>3aVtZtXaZ?HCo~Z=(x>`S%yq6t}MLyRL7?c7RPy$#~=!1kY#R zjlPXjsIx0caDXC zYFZ(J09{~RY402h0oAnnqyqy3!8+95ITiw{X~nR1{QyY5#@dC=&k(v0mzP)w{uOV6 kHv#b`coPu+Nia=+07m_2*vkrqCjbBd07*qoM6N<$f`oA6AOHXW diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/orchid_pot_grown.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/orchid_pot_grown.png deleted file mode 100644 index 735604b91f572962088d573e491bbaf5c4cc509b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1486 zcmV;<1u^=GP)N2bZe?^J zG%hhNHvLWs=l}o(Oi4sRRCr$Pnm>zORTRai@H^Ppt05wyAc+J~E2DzV6ha`7CQZr| z2E;~Xv!Kvki19X(ftpGukXA&mTl-dAixYV>pej#a!g$(+XCXI zzIAN%-3O*8b%|tqjzog~-dx+JzNo~hlM%ms``Nm?Phg&7Ng8lH-*Y19&pC=fUvDig zJ1#XYH;jvpC&1m$uZ|+LVatO6Ggx-*oynX5?G)gaHsxat#Nj=(PDoL$GL!m*0uQy^b;5oOhPfb$R#DZqII>o zUTDp=6W;oe&N=&vkODA2-vi77-vh=8OM`&Cl$vW6jPvrVS)(9Wb9K?n0FOXs0Pg|x zFAf5N)G-duGKEq!{j{?``_ghgZA4H2%{ySV_kiOd#@#c>vn&bJHiYz7gM4NWK0X(+ znf{1?D61U-1R$unUF%s2;I2|XOGw960Ze~0V7wUHmn6;K30l|}2L&LweMLwC*wt+B zlTC~cY6+qE51M&z!+^@&h7ZbpsGRQe|oMjbY zpG;z|7q52!#I-yE5~of^w6HG@=Mf-}N)s~CV0i?3M`4_}Bou&P=2CZ;NeW?j zO|Jdb>YV{e$$JDe#A#tJ2LyN;;+g`OLAAfyoB$B6$6z%92>w|_@D8c|p3MoM<#AX| zfPHpumsL`8rqFp`cnPK{!fJPb!7Obalb!%I{Z|vfK-RLFZ3vKQPpSRy1R&cqeG)hQ zHNFn7@|%EPI(+5y@AFNktP_}l zCozIHQ2P}ieU43G^k+YPTFz%)3vpRMIL+_fH6ZH>AQ5~D;8^=p04>+dwX|Hbg}5x{ zzIPi)S_Vy>(qJW;eY*(y=Wl&kx@HS;SwP&>x1Iu6YLKeF6hLE470Z%-|M|hSdTX{2 zm&Jtmah;5isAf-AC6|8-2eap07*qoM6N<$f~8!y?EnA( diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/oxeye_daisy_pot.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/oxeye_daisy_pot.png deleted file mode 100644 index 9075b027a970de06eccc81e54994552f6c5e404b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1742 zcmV;<1~K`GP)N2bZe?^J zG%hhNHvLWs=l}o)Oi4sRRCr$PnoWybMHGg6;cw6%5G063hz4XL;zw3~1RP-&f*@p* zjo>B=1Cos&qbm_53nfU_3U0DcAq)Kx+4u(nvvMJ`5WV(usi*UH_3fTX=(?G}J@8Uh zr|ML{@2RT$H8bnFuE)W_!R+@}PR+i*eY?AJ_ilIkr+<2%{hPq}!^6XQ^`7tV-%c;; z&S^XG>u2wE@4oa@cm0DmdhGA-cUSk$cVE8sVt4hzx$er#XSnge|L74M4EtlPJOl!jbM{t9g$zWdA|GP^_?Y{l%D)HOu~{% zF{~VY>qG+D^!;_?$)yC5fT1~^7aw&5C)g3-=dbn_C{){+gx#hohBke*-x!f&?I!_4 zbLyiGJOYaMC|tktYIp6@3w>FrwlT;^C`+(=^Xb{%k7pLb@KFa@2k(6MY~PPq#*zTX z<(!VC1PFKQTL+`8K32%~Brkk^swd1UA)JdKB}mdKl=c%JKh}@2FYEL_o#Lqj#fuzIJrj#qg*!%YvE!n~#SL(w;|_57?PvNV6q@Z! zA_~jZMTlZuwILD2P%>7ZNl?6g+Ki`<(p#HXcdz!peEa@5I{;D&044#Vxso}?M3@}= z^<_V$amHp$igy=K|KrA`_TsTx;Lf$j7rQ|r^x?0CST~j!eV`UE@=l=O1U`;Hq1e_S z4H3y+o(guK{M#}J%J7)n5v2q{~7G3F@vd)@`|QJ18QwgVuc5RgXu!&?_i z>s|tcaftWMVc#Y&&R7!Q%2Rq99OV{>N#wZXMJA2 zk#~nY0=WZt4k#4cnnc!t$6>w=u+6!B@y+0(KoSE< z4q&wP1HK*DpM7;(UnT$_uf|?85S!bdB#@NRj)265$l>#$CH)FB2EXHm#?I@D-@wPK zG5z$B0Jpz8puaGdmn7kLfGe(M>NM_}kE6q@Z!qDh<=AxI{1;0sa;0JJ$0Iftm{Hi^VgB2w`l0YP#K z&32ZgME&j$_(tG(fbfi~=U9h%+|pPRfZ+NVjFJGzASTZ##_i8GVD+)|5u3Xt`-Xsc z#^!IC0FlRGlmtj-Qvwj5-vkhw*+sTD zfpOkZXq$j~`;V3YNDL)m6BKLQgTxy{0&?3^icu0!i@6_UOntRK3dSnj?Jsy89_5>W zFC9K|`uBM+PLPuztL2JG)Rl6)e#S61=dn-FZ;btxybh1@N}SKxS%;X!Qy8QrYQG6c zpJOvI`m>)tk@3V8ifs+S3E#VGLe@=yLhzXY$J(C>5IJYgC34O}v8}Cp@0Lg+NmHkk ztU|MIlR*FctuIUGEEL-s!rl7TGXa(YQME43@JmOF*vZ(0^mq!thHpOIDLrb!BZEPstxUoZH>OZ%_h! zv@Hw8w&v|d;*f=?q-$Xc049zy6Q$UU_jfX8QvwRThi|p8;$ATXE84L@A0^2^s5|YE zNI)&DxK}K9lDmb{L;w?jc#=T9gr8iig%$UTx$5o~Q6B+B=P@YZC)a9W#l2!aySv)% z9OLx4)ky#-;V0K>Va2^-xl>qmSKdU3GW^l8T3B%(+v+1w+>=c<*<_PVHrZs8O*YwN klT9|+WRp$yP;55)A0N2bZe?^J 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 N002ovPDHLkV1gX>1aklY diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/peony_pot_grown.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/peony_pot_grown.png deleted file mode 100644 index 3b71debb7e353f8c2b99dbae5b5d12ac4c1db7a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1593 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 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/poppy_pot.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/poppy_pot.png deleted file mode 100644 index b68d3eed42a391e72b5df337a88802e14ac2be4a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1669 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 B|Kk7v diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/red_tulip_pot.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/red_tulip_pot.png deleted file mode 100644 index 0427cbb7c8f9dba60021d37d65fa2e4e066df2eb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1701 zcmV;W23q-vP)N2bZe?^J zG%hhNHvLWs=l}o)BS}O-RCr$Pn$4;mMHGeaz;_TF3WCu@6a`5{{KJ8NAVLO$AY_t> z0|yxx5GN|pQ6`dsB0hivr#cdRAD^M^uTx*UPMzv=yN|a!hMWzHUA3!rowasX_31wM zo^@R};_v4#_pUp;{_B+;7{_OvSc&h8Vc8QYovZ@W2XKv~DW z^Nb-H!4|B%QX(SSB_+Ke%;7Sa2iIgUHGUt?(F z8P6giIKhqpzumn)qEKDOBmxi%KKk*wzI&fAecFm|iJ$=ZEYMJdG7iYgzT+MN#d{R) z-Fl<@>c-21FI3mDB$Ze7@h=}6#Ea7JEY66?dH3$qDNI>==zC;p;k4NizkKt-`d1&T$ssuUg8+aicL5+T!5H&$ zr{sLs0h!Ouj++`cH^7aKZ-AR0ULJ~2Xs&0HQviL5OIR`Xou>%e%<;=4(#k&h=|Ml~Y^~GaJ3?ylV zrTAVjMH@s|0NRJv0Xat8d<7?naRds*buEbj2}@GcBEXb*(Go8xY8Id_#3tVWSc@Ex z{FH#Xn98Sc6u?Jbfp~6=o1A~FMQ#hYbNm*_M_r2Yz<0n_pa5QZykCQxd<9}HQd=UQ z1Kb5Z2Na6yT8q?{$Rm(DfaichakN%`jm1V%e={24b3H!ez&O6fR6LPu_ZVUpKzI*m zJqNhXAuKkMlKk+NS6*<&g7kgbIp%!eoQxZ@4>G^U5JPNke~Lg+T1Oz)n!;kM$@``T zSqlJY*RR0|;*9t6`tJQ_1lM%^T)X!}9tCjwy90(BV|hsu{!Z}h=g*wAaI`_9CQloW zXk+EUWjqRrQD}iVf^p}#c3prh0tJ}*ouDNi9Bq&gKArLKqFCU=%pjuL)_HaFsj$^% zZQHJuJ0On$!hJoqy?OxvMF3d@+mQE43i=)k1>)%|7SEdYjgjj;0O2B!fWm3BBU<9Y z(Iz2C1H?)eD7=jCiOhU+V*a?EZN~8C)JLJvT+dQe62}9^fn#`xD;)29;~?kj&82S<@(8q!LZP{yS%BWt9*HXopCS|} z%m*1)@KhdgauKO`kAR>!h30w&iJF|m6AG&5l24K9IGD;2tZM-fTpxo?3eX}Z6mUp{ zJD`q(LwUjih&&Dtya01CRe(A0CYZ1Yo7@9hq_%_wsJH(kRe;>~c=1RSK;dqG!Rv7A zH-QT`Upjo`^zZZDoFFGbu9jC!qFyQI8)pu4a~;P7;#P8FOwH#(0i1CNiJALUCO~aKiWQnviV^pb%mfz`2fR0Yt8uYl&R5P+Zrh-n%7| zNYb?Nl2vGq9TMoDzm27L%|dZqL%3Vtb{0S{5LL&r0D?JnvGk1l&kwHETC-4G*Y zZFYo0g`^~lkOWtgySA`zu3oU#q5lEetN?jMTmOw!3nMPk^juA@s#n&&`FQ@=;o9yF zJ_8Sk(bpG>>zZFT5{E2AC0z?s0I+cQERz zP42d&+>hxh?VF zyu8JhWRArgvjE~eYl#O-K693(kYh2&P6b$4fGJz@nX@c~9E&-2Q3begYYAG4Id&?* vqh5fA%3308oa|&LJK4!jcCv@i&d&Y;sREij5q4u200000NkvXXu0mjfSr#Az diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/red_tulip_pot_grown.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/red_tulip_pot_grown.png deleted file mode 100644 index 41ffd236f0ac7bc09c6690347191d7af85107873..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1740 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 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/rose_pot_grown.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/rose_pot_grown.png deleted file mode 100644 index b5d945a115220e1e414cc05ca5be5d9f6f6f5886..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1724 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 B?VkVu diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/vine_pot.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/vine_pot.png deleted file mode 100644 index 1eee3afffa82f61b14f1f9556e14b4788d596751..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1506 zcmV<81s(c{P)N2bZe?^J zG%hhNHvLWs=l}o(U`a$lRCr$PnmdmiMHGeSA0P-w91uW)F#!SzYzrX_iFrsQ4iHF| zOyGoozyeG_0%##3LC%mvLZ=`CB>q^l-%#J`?w#uAbT_-Ak91Tu_2{|h)UE37+1)iw zv%B{0v!_L~uiw0TrHP+y%k?;>tuEty`z`zBLna_aQ>h&1_Yx8QK zVZ2_fy9E^QR(SN_?dIEiukXte>N#A!{nR`L#9$0Oi;qI1INI~rzH8(*~*n7z{Mnnh==#VVl_6SnBaJhaHC+ zha2Re;|_5DqicH;N|?)mAQaFiB=!%jxAl2VZ*89Lp7y{0a(A5!AP57i1sLmXVqn|& zwmH_Lc(Z`|-@o2lUOX_MngG})0JhDk8DJUvC>0z@8(W}+xGV?)wu$KyE#sIx9@geS z#>Ul;CUo5aW`%*oGPBJbnCFZ&z(-z*cn-!@_CGL?7+7YTfHwABPcqKCKz!82l+`le zv)`USnl*7lr~$4#rMJOVZh-&+-~9D2S?R9T<_(OXhpzAt#^(UDz~_Jx;<9iBqbT0A z5bI}5p`Uh0+gv8ZEf6z+=YSI88EW%0M*{;87{$dpY|DzSY#B-oke&gx=YZP$%+W9d zrihs%3lJOA9}_U8wgqbQGe_eh7-0IF0sDioyd+6~CwS?LtGgN}0|TZCnbUx10tU4G zPEZpMC*v3c;ISse42W9*;l3VQU&Me~P-A%PLFgHPa2dCN!l{!HHSusV2*Pu~I(GnW zgOJaCbnXVEeE(Z)C5X9w&pIFb& z1#=k@w?J(xlrWbA29N=+at^Rd=o}^>Qt@s9i8&?A<$wXKeocHAF^qY+eJnKq!Fe03 zYCsOGj~M2;ko(3^17zF|s~Nx+n3B$O7~mlosR^r|0aJt=D;{bPk7@cE&I^UdKL3zjN%j z}(Cn+7=6 z{%C-V*NoSa@tP&XWzqKDZ6J{`XzG*(tI*ijCD1>A+ZIc&SwdVE2sibuM*}P+qHiQp`)eML$TKjLT zER1#ojU}tes=Bg%c0MJ4?C{!V2j4*nY2&kH32|9?yD@NrB~XLT!V~~Cjxrjh*f`(s ziF3LPDB=D0$ihnV0T8Tc$3ojEF$1Ay+NCfc3oFeBh?!)zP-+C!0K{Vg^)mh9A`2_c z2XNKR7MZsIqT@Cw(pF diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/vine_pot_grown.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/vine_pot_grown.png deleted file mode 100644 index 28a7e815653ea3a298066d45d7362ee4bc9e87bf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1582 zcmV+}2GRM6P)N2bZe?^J zG%hhNHvLWs=l}o(tVu*cRCr$Pn!S!3MHGeS4G;t*4oFBaCO{y8Z6SmqF+UQC0|b&K zCr$_mEWil~poNG8IYWK~QV^M6tl4i=-|B2lRZsUYJ-a*RN=J3;*3aB?s;axEXI8^7 ztZsbt@@X-w{oD7i4Our<``M@GiyUve<=;PlHGJ{jYr~VTKVIYH0Z%>%QCOsC|gL_4UEn>SM3I z`{H2)sEL5=XFDob8Ce}(Y{T><6>)#ur zpXA*I_|N`$usnIpgjxhZj{xY6(Wi8brES(FoFK*#C@C&$BmsJ4#z@!XYQH8cGM=lS zB8=Su_G+0>kNB9Mbz`;P>qF@yuYf!k#)F)Hj6_;1HPvsm)$_Ib=zAB)M_oiY*bW#= zPCx6pOYpbFGe%i|1_HS9l->ppatp*Vp(IfguwE0bW376|ES)c(1Kb5Z2b2_-wM+)o z2_`bu8q=%WH{-_g2;>gnIiRF?W{w@hY-3POChLie_k1u#0DT1zUISXs0gfHRY-3Oo zsFP1*n`3J7V`vEh+1&n!fGDja;FvMYHU^o{7~sOLZcx4%1JePJwLl7#OG zUjOF$s)d~`lNu8siDtij36LTnK<_<4i#*ubNCJ$J2PSN}iwN1T7Qkbm01)@1In z*nfZyCP1!e>)%*4G2$kgC9BD*y0X?CPsxuR&h75tGbjNu>Xs$NWzE}-iIXgensiM} z0zly?Qz*&ict0n{j0sTEyLhXKmGFi^Skm?d#wZa3qVBXSAwW&6gf}dAlDmacA%Frv z9ue@%@XKp8u@c@eSKZwr>LUQ@JO*X>PUhqEqE-_t;SKZI-PLyIIL??`9RWZYK5DJE zz~CSP)Wk}7!*Zvv>aM&(h|+zQwa9~m2v8F%;mKAXffAl&E%M+X0_@vNdQS2!@?g#! zlZ+RaW3RsXi#l(R$KE1uv(^~Vvle-ev=} zux;FAgJ6ep9h`{Q%$d4I_NUl#deiE&9FDF6Tf07*qoM6N<$f)e5H6#xJL diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/vine_pot_overlay.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/vine_pot_overlay.png deleted file mode 100644 index 2c6c01138f43b557c64cf20953d2fe2f7fd33489..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 628 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=Ea{HEjtmSN`?>!lvI6;>1s;*b z3=Dh+L6~vJ#O${~L5ULAh?3y^w370~qEv>0#LT=By}Z;C1rt3(J+r@loG%y{7(aQs zIEGZjJ)L~8_l|)8i+LOKpHGjAKHiqJ;J0o){fMcsAbZ;$UH;>)clRz~t!iYlJi73R zWLEzDy1jSm{?+a6|7cfdzHsN9$MWyvzgL|3AN~K|H`b3;C#4U+S(ldWU_XQF-8tSM z=3iC$9;sJ7-p0SRoV=EiFQkKSR&p4m{S*f&+d{Mqfq z<2Ac1kJe52WE1Y!`})t#8{DFKP07mNHL_-}R+JL`e&>9^>#-S_&x2_p5X7-7FE^lFRgkm>eIN7VPWOorDpMUhxEL% zvu5qBnAT(+Tu^e^jklsF`N!)Q+rn8-*MI3Vo|)&}e)-{FRSxw_YiBKPYW;R?QGe0- zXNM2Zp0_+r=I)YfTilDQj$gcId^6uUdGEux1bv5%+$N{ipMO!^^EvEwx)JMF2fc!x zS^9KcK1``X fbPziH_Z$0%>N_!u7VNqUOd$-Ou6{1-oD!M<(H$6I diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/vine_pot_overlay_grown.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/vine_pot_overlay_grown.png deleted file mode 100644 index 0254bacd58ff40e01f25157209926c82c8dc4751..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 843 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=Ea{HEjtmSN`?>!lvI6;>1s;*b z3=DjSK$uZf!>a)(C{f}XQ4*Y=R#Ki=l*&+$n3-3imzP?iV4`QJXZF{R^92I~(@9Sk z$B>G+r_&A=iWmyGnzOBXaHx@`qv_K`o)gSL3fxSJJGS22P`~QxKidk+Hz&5NzUTG# z>a45puie;J^Yi1oPk+BJe=V{8@pGm#7e(rSe=Y1k{^#hg>+|31M)6lB&)B;8Cf5Z1 zwuft0I*2H&f8OM>%4yU7Tc16)F=-s&Xir%uIH}XtJ|o!i1V8KSo@3ATgBcW+yF4AF zKfm3OY**SB!LQ_BT$Cj9eDy|YR#C@|4!dXGdM45`(c<~OwumE}Z?4m3SL!$_V1C)U zQnze&dZ5hO@CobR+erKPUk_byTHx{X<@}d-byP22dFSDs((iNA4Os6mB&^fR3}JMO ziA$Ur^l-^xtv2J}1$pkiN0{y$GyD@-e0Lqs;_&;0Y{A;z`cxL z8s9Je`T9ZWd0@|CzfH&Fp1rf~`(`(3uXNAG!#5Mm9CVtS{`~0K_3RT``kMrZJPtgfIL5$At`0_F79imQB}k_orHE z7bLA4mSg%iM+`Tzg` diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/weeping_vines_pot.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/weeping_vines_pot.png deleted file mode 100644 index 27acf0d3869b5717ce6887b35602bc74dde0468d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1511 zcmVN2bZe?^J zG%hhNHvLWs=l}o(Wl2OqRCr$Pn$N2oMHGc+;h*9rpbJSrUPQ#WGAg*qLJ@?31SHEW z5(GC!p03(<Q+t9OIE`$oYnsP z{)^$WcW(_Z9^W7B^73+c_TcXDA}V-)oDNyf8V)SH~j=5 z{`G6C;qz)=Mu=XlM?mr(g%?lWAHIF~_Sjac(_ke3)xYGDApYN8zqKK6!t_(HoR2Za zi1Rr{+_=vAv+!#WxAg5}v+O?DN^YHy1R+ndj1>mcPs_aCe91YV=lWdFaZ8*&74hry zPp02}U?L=mNz_F3GuEddBk77ahQ0(x;vp7u@TYOvaj9{+VO(^413dcljZuV3b2^X& z$>k18RA0M`3gDPNKI0fOpT6TP|KsN`=c#~9-lQ;-O`n!Tk|594#5X&? z5w;Vr2ua>5p#Rq|52q&&dgL*DJ-;UL6tKu|=ImPoA2IYLoQ97hP$^D}eF7XZcUA!y zmu(5K&zw(e?tY3e%QpaU2i=ilwz&_o#N(b=TQ^S27(UxqUJdeGjI*47P)Vr)3QJV**(Iwtfrbt1hCp%IrI_0ou~C{aF(w?AR+7& z0i2@%_Guw>NC0=;KH}$lfK}joK&3b>Qh-xT(x-^kvo=1DKvn?n0hQwa8w#L#2h8>! zaBe_0%O4RCWws;G1LcX;a8e+EF?g-ruUb0>IN9TI_Wjp}aUs=_Hi zihuz7{!UO~*AECmyoQ?_+pkD`3N&7v^&&J*F5n{$W3FN-CPqxImlcpl0OI~Uwm*pg zB$ID*CQ8x}$@c^WN|NIuYdF7#n{{(eZ$0k-h--NSBu<}-sHLtCCh5*fjs!7%3ZuWm zci%_?CXTGyfv@(5^o6l&VEP=FflR7DDtJ6O|4xQ6o_W6aIxw2IIkf%Yhji%*G6 ztXx~@J!?tO_Tm*PD*-Uq&&?yyI|>yt9ZaN#J0RH}IYpq~6A2uP<+C9vd5?gGI2AG- zNTOHL$B-n5y-K|EQve9J$6yu#NW>CFh;knU#3hgIyBB)!bBs{{Esw)&72s}`>mZm< z3lWSs<9p@a1M^(ROE66lX1@bY5rO%+i;`Bzancd+InGyrw*1c`0R7Q<06B-a6oK(E z5ppgq0%Y0KYO@FcBz1}aiB`C)#si64{u)1rXZf3eKRSHn^xx;boJh_D*)4a>MBORp z>t_yga~+>)JU7PYw)`BPWwj z?rsyZuK*IkrvT3Nc?zKAnz@#iYgUTWV&Cs>6G_XY>C>95MDy7pg8uWjzHD8yQk)hL zxAg6&0Ja*WT3-sFF{c&FmgoNG2iNMYSt(A79pdXg6(Ld0q)ZkfY3wGqw&vJaTaC32 z{U4y&1jrrj{co(67=9DYmfd7m-C4)R)AElUu5ESj8MGKa#wD9Z3#7UM!O}Zr} z0Zid&Qz*%1yq}XXhXknf&X1N@xpx3zNjn$QM~fH`wbEV*0a{|^-a%H9)k3Qfm;yi^ z5$IR=%|%PB+&ggBtro340+7yQP~kThEwOU%z;}0d+sZLcpQVlfScTtQw8YB2gRB&G z-JMqmt){;^Xo;2kWVA=1+zS>gSg>Hhf&~i}ELgB$!GZ+~7MumE)jzCpxGtrBPaOaN N002ovPDHLkV1hg%%RvAD diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/weeping_vines_pot_grown.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/weeping_vines_pot_grown.png deleted file mode 100644 index 81a8b6d162d6a1b2a1f9d94d7062e160ef344661..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1546 zcmV+l2KD)gP)N2bZe?^J zG%hhNHvLWs=l}o(h)G02RCr$Pn!k%BMHGc6@J}&W&_H%UW<^Ae`~@Z(D1xvc3u3sz zE`o{5Xk;RriHW(Xrh3{_|TesTN<4(?IJ#1t6TDBEauIJ=mdAUB*b_?|bKC(@zlM zU%qrUd|K`E2+@o62uR+e@a*y1!#59KpV~@w8Joy|@h`a~i2t{j@9fB%F#QxP=L4<* zagGDxrgg^8!Y?3h>DvdZ>^^oWxiKLLLY`!~Rv4h4mU+GTl5;-e`drWJmNSV4z@v{}nM9~Gmot(e zx!ggC>T7pV0lcP<&p57`Pv7fYH)DOYd3X12|HsdtuTue;yh#C*O`k|2NszIT_-^NS z!gk^nA<0_>^#A(h;qv6M9(jPT=NA%(plcNQ-JH2K@DW2_!U=pFfl6^%n-ky=+*t$w zTo*10FbC%oo4cPPtnviFNCFYuk*lz~A7qKgePTp6PGk(9?JKWle-cKJb}Yw*RRtuEUjb4C1ep7spwd2_kwosA z)zCseWLv=`#&s*Gn0#@(6e%kpj{wB|dTf6c0djW|CJYh#JAV*!j^l!P8Rs1D0T35? z1SC$Mim0?tXOPXr+UtZnodWgd&&8*BDS$^nmFz$9c#u`a_ zPJo_R?Gb2?LZ!K!O=P2lX?p^Ix#~C+(}Fc}ZXSW&QK&SRGm?jtWj(ihfH|P87;uaL z#^q-~Qt}=FfjE`sawhph#1oTH%}ozn70+B^h*fN$01$4E!72if1PL8m!hrcn;yU1S zdKDn@IIJcB30+43aNYT!C$u-ggd(hR4Q-HSoR~29_^h85|EPGn< zzZ0MbiCg}HufwbSCg7J2Upf8zyf-J3GeLIC9WzmP%K7@4!`xiQF~PVoj@$Bec$Kfj z`JSD95;O56M$#tgxB{flxhahP9A`{qJaLucvIgOV-@Ds{>??po@F{?E9Zvy7u9<6z zT(eSK*53IKUTpkLv)*IHub-ZOXIY7y-bfOH;% z3ctP95-azf`R?v+TRFz*v(ym)RQT<+mRPy>EGvawcjpyC)btm}T4Los+S(&f?#(va wY_rWa+ibJVHrs5o%{JR?v&}ZU5j#8k2OwS)gtQ{D5&!@I07*qoM6N<$f|5?v?*IS* diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/white_tulip_pot.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/white_tulip_pot.png deleted file mode 100644 index 08bad1df8923a72db6ce2ce4fabd909a1aeb7ecf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1677 zcmV;826Fj{P)N2bZe?^J zG%hhNHvLWs=l}o)3rR#lRCr$Pn!S!3MHGc6;2n4ceryB+3E2oCAi{uzkTyUFH_r z;N*7q!v}A458i#PyZ_cJ-IwpY+Iw;D*3E8pC`(djXJ?%vvz=o(-?jy)=YUpT#t@BQ zi(ng(-@kvm`{un{=U`C^{r_$flibgbA8$m1Y%}J(6k!3JA-Pd< zk0q(Rs?UD)OfO!PerIt+=G=Ms+~#W2#<$wJOAzkXw+$A#`k2H3q>6}h1)z=aT72f% zr_DTLdJ0q4?)&6{S~zWX#IN6eIRDkhYH|pUelGwZ%3T1+OEAW~+$lNVbwK8Gv*V`5 z%?)s);~U`KM>qN+6q@syu{a~yMxTu1L`0Al3OPVw#n+JF6WcYg6$5(7zEVJUtsn4wp|1ZoYyO#5e+l;=Go`fP^I}Y7t;ayl9CR6g3M_7h;ib0IWq0NPbAbSPbP;I11n+ zuRuIE#zoFQ)*`nA+&O*=2SN_!>j;M6T@%lm!sp16t1kuCoi1jie+` z+ZP-QLOj>mpLzrwedEeB4qHWi&!3pAwujj41PoEK- z>-xEN7QpTA4(M-;#`s<|rf-D$EgzrtR8w0kQ}b zVCZ*(mUytYK|=U+#>0zZfe$l?sJC@q-Fzx+wOQM?Yvm5eBY<#Uk8RIh06-By7Qr^; zy^?~yF$Lo3D;Ce1_KlI}Jpkb%kAT8yvm;vK!QLhzNCU)57AU-oZ;8x&b7KBxJ==`o z&C4So@+cIV^I400qX>P>c?zL#zVjJ#oS1ozo$94(y&)>$$O~{pSbQYOPr)&TCu3*KKx$LWQIxi;x6Yle@OCZ?0aj)~^2n zTC4zhMO*)kRSP37(ezwRuBunozWI3m*x}ml4n6}9h|$*|L?vAdQvk4V z_$-uSGvCk2oLvPd^e*3OVI{m}2v)RnfiXPAK&U(IN)(_LR>E7BJIURGw-CSrAf6)7 zF6sYYtA&;DmU-3PEuuaGh|XhB()ThSr)RZVSP5^L&+cArcaC|+-0Bnnl=Pj}`V|-~ zQh-`m32#~M6t22g-a?2neUi1rgGCBZ3oGH#Rv&>9o@6cYV37hG+9W-Nd`mo-vc@P& zV*BDEYvqU`Yl#OJui$XepTl+PSxDP&)a zv10)y7GTJxeC8-iA^T#C9jX8ax0ax(7-Po*T=xQ8DQk(WakQfy?Py0k+R?6{tycd6 XSqnYMNIN|900000NkvXXu0mjf{LUPR diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/white_tulip_pot_grown.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/white_tulip_pot_grown.png deleted file mode 100644 index ca81b64c83bb02645f07e99e47be3db5bbb221a3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1707 zcmV;c22}ZpP)<{97<5HgbW?9;ba!ELWdLwtX>N2bZe?^J zG%hhNHvLWs=l}o)DM>^@RCr$Pn!So$RUE~q@Ev>wKN3+CBoPs{GAf9WA|ME9(pXre zFd#N6(JGCkP{aqYu+<`s58*3J8tW;K^E>X}ux8IbUw7slXYl@EvA_3SYweG7?wvX4 zy6yyjJ$-tdbO*P8y?zSTlV&}2;P02Oo$6!#5VFr7-+t2FdGq=1@n^SsJbd`DdvN<^ z_x%TNbPwKrt-Jr$E8Q3GyxOPY-i_M@L89PfwooBFQT_+p@oT4XFD7 z=do-*>ky4#O)!th@7}-Jef{2zQ_z$`zn}A5Au#}X4S*mZPaS#1)gmw;``B*Z<2m{~ zDecY!5S(B~fZrb7K0%?{4CXjjNCY4jeEj1}$HjjMQzkFzmIw?WwGPpmBN&%u+dTq` z_b5ER|91D)-PilHP+cdIRIci?Up~`|7p2^3j>s{$9zA!m+T=-Fd5mHVV-fDwHxK5l z{)L3Z0HlhDQwESncr8B1SSC+D>r64G%-xqYp%zY_9r4RIAFjXpL`@FCQSJo*M7aw9 z;}W#dFLz4zcOH=Ax$L;qxZD629Z!IJA6@HBC^Xj#$ti%c#3ig4%l19XCK>`C)+cnO;E=e@+sb3K>p94@2)SN z;3ASdNYV;R@yCKOtrwvIwmC;VPu)hn;}x8sjw4Vgt{V_?HGqUADQXdv6>r%#;aqh+ z;4{;J+K5e_00d+dk&yh50O}795Bof~`B=YJ9iNE-zVZshb1`mm{s~uqNI(ld`!xWx zOdNs+koPH&uezAB*$zNReGg2*XMY-y$7l!|mu6#tD^KcUaFa(M0U-rRY7Vmh++CEP zW8Zuaa2NO|r`0PYaSq_8p6 z2DtJfkAT9-vm;vK!OkHOwkDVoQD2&tf!o`13-u1kBOvl96q@UWL=-;P0EE_JF<@#J zxnsOY>myJfg+g<^keI^9&Twvb@;(IwW2eNE(#L*z1X@R-&|EJdk)p>8$dv=N0Sat^ zv9{+fL!{z80s?ai&GiCeDSAvqZO#${fa7x>4M1>x3^p-f>dYo;fwcis7&AcRaoEHF ziOj)y3_!F-rvYAq2~F7a5}bpnJ75g;SfK&+_P?|SWElfm$Ub7|e!zg-_N3y{8L$Qv z?)Dda9d7+5aN*&X4qrL_`@EME*d}OqjP0g;9p20|pY61X9M8Byaos?0!tdQRA@drb5b89*zP6_UBInGxM9x_# zt{X$&yCsrH(&R}ctI%v46X>76t;^Io3&nK<;ck8NX@IFfR9%+_2>R4!nbPh*KR8!w z&O&kBI3xTx&yG;2kd$N*l3+EtwS{HJnhNF``yZgq49FF2{Wn%EjCzS?%4)KzuB>Ip zlk&$7=XQ7S8Ki(Z%BF?ly5ZwS;*f=?q-$Xc02)V{MkzMO`#Cvg%z#4gzmHm2sXh}3 zR!JSLDY!!K{t!brjS)l95)Y=vEsi9!E9S)U zozi3O*p_%OHEwYvnO!j_G(b#6OFUTenX@8=?20+DH(;RwL$TyDXGIFx6?5XE47l)U z30jIdu{YrVZorj_mdG0W*vCHhv5$T1;|j*X!9Nb&rvXQb2r>Ww002ovPDHLkV1jM1 B8-4%) diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/wither_rose_pot.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/pots/wither_rose_pot.png deleted file mode 100644 index 8f5fb9eedd031f7888fed5b5b455bd3591c41e50..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1598 zcmV-E2EqA>P)N2bZe?^J zG%hhNHvLWs=l}o(yh%hsRCr$Pn$N2oMHGc+DY)>FK!R^0SqLgIAR09h5hGdn3*2NO z3PN0D<1!1gaij8dp#}cSE;W#Q`0^3CcN(V0)606)wk-_+;i(zPxrjH z>bkBcxO4MH2j6(*ty)x82ttzTQ3l;j_Y%laubzz1!XIUwqI# z`sAJN;YV+EKi+w}wDQ5NH=lm!Ss;T$z|~7fMF?$*0b?SE{8DITvFU&9_{!R~TOk_3 zCc!=;fBXD)_w%Q>HfT~xKxY9(z~jqDB`^cz+Bria_xUkb!CYT{?Zu5X@I`QvihzIr zajz%7lfeK9oNL7>0*r~o4ng|8dgD?r($*ySdHQ<<6z@@Z{P5%Mr~B`fwtT=;Xm z+}t2HI=%rOe09Afp*T(ng&+_rK$|;A&?W(5xAYaJpSCL}tFne`!d!!Sezkdb_iq2s zpWn?_0q%BEF$ypN_z--SK6YBUo?ED2ZF?JYG69OW3h4j$xiQXi{sBS=CI#%H;yuUs+dmCW0DZp& z@==$h%vJ#z%xTH4;+N%r$T~TX1i16Gehtp@6$lR5xnzom&$>=N2UrC@2h66q5kb9`Q?Lp{=$8zeRp;#yi`pwNgx4ZzY|oqv&T?y2?W&c#*SB0|HPL<+k`p?IF=QVM*!iz9^0QZ z0iu292PvL$1m%v46qpIs?y~}Y$Git1T;>r_IDIMt-^oC5KH#{6+GUwI0DUtF?Qa2) zIZ#_30hvdkI8O;n(ZCRo7h?=Um3=mx*i8XRfyP2((9`I86ylk)XIH zXc90cKx8%O+X{7^YTAHn=Mfk>3T5)t7z(o8&1x>l;~^9z@M&!=7)PYyJpz*C)Tz@V zcQY}R7~t`6d`#$=zsLk2xIG55B*3#J| zpR==1UFTr<~_ zxn>P`Fil@BGmU ztL7~rSkcaf+Gt4zLanstA_1+iYTiOtlGQ?MBA^LCJV~Hm-7hX$Vb#0^cin1{?GZq9 z9)s$BanTB^<}LW_?rvK-`f0P&NdTHhf&~i}ELgDMT(DaG4<{97<5HgbW?9;ba!ELWdLwtX>N2bZe?^J zG%hhNHvLWs=l}o(lSxEDRCr$Pn$N2oMHGc+DY)>FK!R^0SqMgAKs0J1B1W?C7r4nn z6ok0Q#$^^}<3{D_%8g_f{1e>9t^Zg%U!}g`yqfNr4o>%bk-l)K>f3c|?m2a7 zbzQdscKgQl4!r)#%f*rRhwv{X#IXUSb-o4fR_WAqW z!;jzY9(?#__rvYCN-OT)eBOv?2wc8!REW?f8ElATUtAKcC_dw_9A8?8b}L9j zSP|?)^4HI9bw7P_^Ar@NBy||zwB+j*DB!LZ)#1F8Hd-eK-4M|%?@bip!3rOCr@aVxu-H-R)Ep7RLsjOWQ z00H}$ZIaZlD2`{9b8HIcyo_-?#4UaMV3yU#az$Rc^1>!DlTG7(?H1#{MCr57-@9{M z#z4}0v?X9|NglMs=~EGZ{`|%CtB++epdMBQT)Tn@0y+E{Cn4?uu0ff6Z7CZ5b`B0Z z4mA!pz(L0o;Qp7_iU=ieN|Oi#fdurqf+Vd70KcU#G2`@II$4!DoD<|6jPudv>F#O& z2s`v6ZqHy<%6a+lC#WBO8ffGJLP`8EasRskurWr0Bl#hak=^_ z!Yoe!%$2kS8YJ=4R@W&4lri_(>d}VcGtO6D0eKF_S@u5$5t1RX6k!)6?>;8p{un3# zeV+pPs*5PIRX`>)R)Bmo>f?RFcM5$&@bdryxbn0<24{H$VhAAdOl%k0Gs8DY+g&0k zlG`TV1FQny18R!X8c95>0ByPZNR(KL)1rO#&MlA?zt@^pl!#Ei3hEC zSpm5PAnw;=`;!U)#*}X#QTuMET;Ud$zn|q90CAC9K;rbNh?@4{EcfHSMB67_*NJ`!+meU3HYVMS5E&v@8LvpCdg{JVkYWJIbJ_w7@PBWPjKHD z@7wZqc$Tlk`JSD95;O56M$#tgeFaFLV^bLYd7pbCvK7$tE#V5QIl?oNdPDuZ3-pXjQ4Xg zW|sgpy|cHLSaok1geC1*ppOD(X3cubU@f100000NkvXX Hu0mjf2w~NN diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/quartz_frame_texture.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/quartz_frame_texture.png deleted file mode 100644 index 870e8d291a5fe28a3c23b75c1e284eb9e40a8668..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 339 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6;>1s;*b z3=Dh+K$tP>S|=w^P@=>&q9iy!t)x7$D3zfgF*C13FE6!3!9>qc&+M-s=L?{ki=Hly zAr}6qoz>e zJA+r_WWq1uiZ?M692Uw9tNDSIU8>Btcdhi z^I`wMH;rY9KIaM7*OB?p>Qz`ycxPU7n$aO>`KME{^ZJw*3$3;vExq$TAVxqtNm*DW gSmVKwr+4`0K70S4@#~3~K+iFFy85}Sb4q9e00WtS`Tzg` diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/rope_texture.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/rope_texture.png deleted file mode 100644 index f4ff360b69c415edd2ef5b45ffad8bfe110dec20..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 358 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=DjSL74G){)!Z!phSslL`iUdT1k0gQ7S`0VrE{6US4X6f{C7? zp4neN&KE#6*F9YvLn7SYPO;@;a^z`!?(prJoWq8VV%t74T?_kWmZUCs@Y=2JwR;rh zQ`m1GQIogX#Mk&|kL2yoo9148y(`}3W!bP0l+XkK0|$(2 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/simple_birch.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/simple_birch.png deleted file mode 100644 index 6753a731bd522d283a5f0ea3d08615406743323e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1142 zcmeH_`%6;+6vwZa)+|jUw8S5>q(-%*FpIbY7<{BpjWXRV5c{JhdU z008ov8tdBxE!@ss*+Lap?NthrrDG>?N-p` zuzGEf$8Gg^Y_JD{y^t5S!w7_U?Fj5dy)G1WqNoe;IWUhK^SLq1gS%lI_TXNa^dbc2 zB@vXw5YmU@I85LOMW7^!P$Wi^K0k>O1Wu8JpTZfEVrYW#lQe?|0wfcl{4^clNM?&- z0~E*5EaPXH0LS@RmJM#Pe30XLE)?1dg@WNoFvRoWFdvD8BauinDiDpwV)1w^k%%V} ziKIYMAel;~(rJNoCX*5D`XB#-1N}5@5bhN9HD1#IK!JWcvzF8!yM*BZt^BH1slKfp zRP}cQeX4uCT1juW_K;L^N>ZIth;U&CYO0sDiZn;EbT7ENxnR1Jc?kl>bxlnuK$N9N~BR%`ihS^eBo zQ3|!Ft2^{7=rQ_R&BEyXlM@pi6BgOdp+(LFU7j1~$9&&CxgQ3Y%EkMR7?v^uEFV?*W;fMHhTIwRWPe>pNuX^>^-vzaY=Fd-D-(?U}m${Cw+uea4=7I z9hq(DeR%0@`P8uNF~1;vTDcaRdReJ^fWf1KKjk^q#d~y9W!rzyBv;hy>NN2bZe?^J zG%hhNHvLWs=l}o#2T4RhR5(wCk}+?>Fc5{^sRI>Ky9A*M78aJasyfgNomdb95{QK@ z13NQgr~d1Z@5CdIG!RRlVxN8I_byJ4SzfmBxBm`)i+b*?J_luDv?arF_Z7*4wa0#@ zFWm(W>$fYsNT-5rJ`Q&CNuasnAEW;L0{G-s_w82LV|}v#2a4r?=?<~GJ)l4{0Vpau zdmz*cps@Op=;mfN44CT{_udAILIFvO_bigZ<+@a@J&uy3n<)a?6jCGIqP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D02p*dSaefwW^{L9 za%BK;VQFr3E^cLXAT%y9E;jv63FrU-0mey0K~z{r#ge^B#6T2<^H^yXB#oH0kQ5fN zvkC|nVk7$qTiMF?3M*UKSSu{p2-_(52wM39%a}9H$xd!=GzmJp@G-gP&dxdW6Xkhs zK$@l|%d#5m0oH#1>HN?zCO@^xi@QASp%txb<#Xk}D zq&ZBnbBw5e3gBuBzNZh*`U%iX1^_g_JKnXXT$sSj?aYq+mh(XE3TR3r2B5}}auJC% zgGt*Ps7`>U5}5NUx(48*Ll7bZux4$TGH^sdlIA_Baa<#K60FZaswyVmvoz({JK zG%p9UIRO}9&~^pXYoatfyEv`YLvW9+ z1~fGQpy^+jccCF{JwQGXjCyIsu&Vg42dd+L={7#iXlrv jR52u~7!p+shl#!b73Of{%WMKp00000NkvXXu0mjfHY@vR diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/standing_light_bulb_off.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/standing_light_bulb_off.png deleted file mode 100644 index e29999d436983ef8dfc40af86246a7452acf6d52..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 576 zcmV-G0>AxN2bZe?^J zG%hhNHvLWs=l}o#zDYzuR9HvFlQBxfKp2H{tTX{hBWx@rg+=VF0)mCu$R5EPNP2}8 z3!AMK0ye@{f=AFxjCsSn?987(nhiQDd`#v|obP3lO{%IgV6j-3vMd9*1~~WEU$0Kg z%lVPzt~xOHn-9z8>vI6txbCi#gq!7gZcAuI$oult0x{*t@jti6sok{uO95&c*NKQ@+`|N{)uo+$|1#*W5oQY0&Z@>_098} zegc%q0)Xap*Do9qHgxY1r?#Jn%S8>QHnbB*`zf|D8ueORWyF-=qR8@zWHAo5=e zUz5wW1@If^wa-{S6^bN50Z7`m?SER7;wR_lbAU)@pp$ol*`5GI7%8We`CKTHj24ir z9#-8j%%?KB0BD-VhGX+NjJ*QpK`4cn*B8Nj4(?+MK&BP|l>UW$3WH$p1?svsM6Ue@ zg8*VY{oV@1Mh#=4hA~mYn5bb))G#J$7!x&&i5kX44P&B)F;T;KnB*JzIB6CDiKV#! O0000NSs56Z83KGlT!G@rrFnUE6@_he#gkfr+)*$Z0wX5`Jjz7w0P_h$NswRg|B($C zg1@t?0%M-Dz$3Dlfr0NZ2s0kfUy%Y7lqhkHC<)F_D=AMbN@XZW%*-p%%S$a$FwryA zGyChu`2wh>)YHW=L?hU=&r^uOkb_C|@BisDk6o$Qz>&CdkFs%*^@=rihi-k`vif$1 zf?KZ-Yt(_v1A3i*W5nB5(oO4%J1hF#d-ffep=po(_DvXa}q$M9)qW=pUXO@geCy*XJR}6 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_lichen_front.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_lichen_front.png deleted file mode 100644 index d35e0cf58b32f4a7d367d6a592e959c2b603d765..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1239 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NSs56Z83KGlT!G^2*7pF(Q7{?;BQOMZoN0Xs%qI*bL4LviM>b#x{?4unOahz* z9+AZi419+{nDKc2iWH!rM2TxeNpOBzNqJ&XDnmhHW?qS2UTTSgiJqaJ*QIM5Nx%5^}O!MH<0*JD}}L!55H)`-vrGn%gRDE#;@&tOpX Vlh^RiyBVN#=jrO_vd$@?2>^VwJjDP2 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_lichen_hanging.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_lichen_hanging.png deleted file mode 100644 index c0da2bcfd3526def9e4cc5a42dee5f0c95c128ed..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1287 zcmeAS@N?(olHy`uVBq!ia0vp^B0wy_!3-o7kFD1PQY`6?zK#qG8~eHcB(gFvFf#=B zgt!95lS}h*Ys>TMD)L)u3R-Im+vkF)2RK4D5>A_=^p=e_I&D v>B$oN&v48AJ#Q58;)37i_NSs56Z83KGlT!G@^H7s8J8bP!4LRaeoxuak-1V&B>IF_%q0Ok{hk|4j}|05eP z1b=5&1;#vQfk$L90|Vb-5N14{zaj-FC{f}XQ4*Y=R#Ki=l*&+$n3-3imzP?iV4`QJ zXZF{R^94{%wx^3@h(@rjA1B`d0}i3D|KrPK&iaV8GA=E9pZ6oP*lR`Yx(q>f*}w*u z!#(wnm*p@-CPz$)w omAj|)rc5hM=}rE_9S`2HhxlxJ;1s{+4k)F1y85}Sb4q9e0M|cTX8-^I diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_lilac_front.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_lilac_front.png deleted file mode 100644 index 0ae4dbd4a3cb00bbf1514c17923622c6ed79654b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1287 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NSs56Z83KGlT!G^A66bHr-gLR)^1aC)f!t9r8UiCH1gv?kZUE*JhLRw^;Qu2V zFa&>RR|UpAXMsm#F#`kNVGw3Kp1&dmC@4|l8c`CQpH@FMg{vd$@?2>=%HR>%MV diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_lilac_hanging.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_lilac_hanging.png deleted file mode 100644 index ab87088e93c4cf17a005713532c35aec68a6bce8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1276 zcmeAS@N?(olHy`uVBq!ia0vp^B0wy_!3-o7kFD1PQY`6?zK#qG8~eHcB(gFvFf#=B zgt!95#cNo+`Za=P>4mP=z1(p5-sF!!!BH?80wW;=+E)9iGB7YQlmz(&{~y_aA^1Bx zFf1523p^r=85sBufG}g$wN6f;phSslL`iUdT1k0gQ7S`0VrE{6US4X6f{C7?p4neN z&KE#6NuDl_AsWGJ{SJy9P~b2+{qKLjs4%cR>wTr`B3BMd%mQ9iNSs56Z83KGlT!G?J7V-*iYHCrcYRRfV?kE@yfsqpeX-8ukfcb=>B*-uL|HuXm z!Qa_I1psG(M`SSr1K(i~W;~w1A_XWYQQ{g=5}cn_Ql40p%21G)nOCBhms+A=qGzaQ z_ScW|1yD_ar;B5VMzCo=qfmnb2b1fc|I>Ll6hG@)?7Frp-t%mp?iab0uIDGDUc6Gy zsNi~{!N&NQNTYLG(9#9GyTW_oxi174L@ukE<60WvpY$v3)YJJ7e@4DJWVq>KqDIQZ t9ahG#ChoH1{qOzmp58l2=li8%^3hvodi^^WWC*mI!PC{xWt~$(69DZUUseDB diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_peony_front.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_peony_front.png deleted file mode 100644 index 1118f909c2a7a291098ba86b9d8edea06353f01e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1288 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NSs56Z83KGlT!G^ECVzaq@cWbXUtS;m`|Z(xpvWi~4S^970_g?2^nm$O>_%)r2R7=#&*=dVZs3QCl?MwA5SrY4rZ<9q>Blj!N<7@`pz+aD>^V8G$b-TB?#sBLM~S^v|s1rm<>Gd=m^t^Gh= z$>D~G%hoqSpOg-YojA=_!r}9bslc@V*2d%|%F3>L7VJ8~o-wzIwMzf-Q_CFIxy}>j im6&wgS+rbcyX&0{fy1vuYbsZP5~ruDpUXO@geCwrT3=xR diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_peony_hanging.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_peony_hanging.png deleted file mode 100644 index 0ed18b69cc650bbe75dcfb80859355cd6582381e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1274 zcmeAS@N?(olHy`uVBq!ia0vp^B0wy_!3-o7kFD1PQY`6?zK#qG8~eHcB(gFvFf#=B zgt!95r7YwX+|<;fRMnDIpRE7#`siPv;3yakfsqgb+y}28WME)qC<*cl{y(w-L-2QY zRbZTR7I;J!GcfQ0!-el4~dWL#t zfBiUL0M#UTx;Tbt1n=z)NSs56Z83KGlT!G@oj`9j_YHCrc+67u({Te`#Q7{?;BP0a2_TG2}%qI*bL4Lvi zM>b#x{?4unjCRffkH}&M2EM}}%y>M1MG8<*qQo_#Bsf2%=J()0|O&NNswRg|B($Cg1@t?0;8R? zz#|eECVYoLm{C;2s{tq|QQ{g=5}cn_Ql40p%21G)nOCBhms+A=qGzaQ_ScW|1yD_# zr;B5VMsV!8NTCA?9LxdJD*h`kPk50rn}52wl0>=D*2zsS2_X--J@01~eUFODJeps- zB`WEqm0{JHz?s|B#WSWce~lEEUy-Mw*>JDw%U%Y-7mOw``+xWql?K*1*cB`~_+>^* Rc@EGf22WQ%mvv4FO#s=OQFQFr%o3R|8N`qQo_#Bsf2{9*b&C$qy?kNv9E{P(Vzhf1y_S4~u^d#rx( a9-~+Km&L1GHJ$=3WbkzLb6Mw<&;$VF8CS#r diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_sunflower_back.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_sunflower_back.png deleted file mode 100644 index 99d21a9c8d41c17de798ba687e1934f6e64e48d4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1303 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstPBjy3;{kN zu0V0|8WzPc1+`>Vt$a`sN0%q{m5BZo_u9!R>-YR^ zb?nCz*@bId5CtfxZ8>YwZ(%_pY;a9pX`pR5saTW_#ZT>gYV08ch diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_sunflower_front.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_sunflower_front.png deleted file mode 100644 index 1391d69334904110e587da3a238f2ecdc6d3db7b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1269 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstPBjy3;{kN zu0Zk2wMHN3s(#(2{_mRQ|2O_Xkx?)j0wW{@?xjp##K6GFP!i-9{C{KvhT!k)s=#RH zEbxddW?8eR=RL5ULAh?3y^w370~qEv>0#LT=By}Z;C1rt3(J+r@loG*ZC zqCH(4Lo|X@`!9+eP~dPf{`lX1X6B7+ncr7(Twv4pa&QnoCiLL)(gOibKC^#@{CKLd zuWv$BQ$y+lk-EOL3-@)yuAj&`e`QNa!qm65eSL2=L|*k-J(V{rD&h9D>wLeHG*d8g|629x=a1vHA|rQC>RZaVIKlg_21?)FfcNd1o;L3AK8E* z_&d8QFv2+tJR*x382Ao?FyoGi*>8b@5+$w?CBgY=CFO}lsSE{)nRz98d8s7|CVGZ? zW`F%SUjWsldb&70;q!u-gb)LeNL9?S@WqmBY`b1CVf9i>l iJKs4E%{8wxYGgnAif!*qu9`AX()4uob6Mw<&;$T*D_vCp diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_twisting_vines_back.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_twisting_vines_back.png deleted file mode 100644 index 176ddcbbade28dc34371a805aed591bf8ac682bb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1283 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstPBjy3;{kN zu0V0I#Ava)Ho@7gK=vpY4S^9A0y3FVE({Ee3?)H+!T(1#U2UTp{x~DBV})^4m$P zRi~YD^MAcid#&zbk7q&~qNUvL$R_{y-;kRxec#mg%GC+Vj)8vtg~xl{l#iC|(NnRX XDmKq(z4E0bprs6+u6{1-oD!MNSs56Z83KGlT!G?Zb!~#PTSd0C0@4cd5y<9hB-uk3I9GZ;-g4xG8pxC{~}R>s6Dfl{catDnm{r-UW|qx)VY diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_twisting_vines_hanging.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_twisting_vines_hanging.png deleted file mode 100644 index 749d815ef1d7a38ae738d962a0386018332cb3d8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1254 zcmeAS@N?(olHy`uVBq!ia0vp^B0wy_!3-o7kFD1PQY`6?zK#qG8~eHcB(gFvFf#=B zgt!95#p>DwXSa%MX$7)J!DtAKs1UeQFin7gfsvsk$S?T+$Oa6--`Q1xk~dWL#tfBiUL0M+<-x;Tbt z1Rw2lsk3OrA)ExhIQEN?OcX5`VEOpZFHcf8*QM v)xo!vYAni)3irPK`J(#a&d-bN7n(3$)D;WRR|Q5sXMsm#F#`kN zArNL1)$nQn3QCl?MwA5SrY4rZ<9q>Blj-T=7@`sE z+sDYqV#vYN{pbJLIg8VZRkn6D?OQS_f@Rb3=PT`~}w$3VaS!sESe%12A~=&9IG X6`N diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_vine_front.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_vine_front.png deleted file mode 100644 index 1c28154e727b95c50764a0385fdf5d88b3e6dfb0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1287 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NSs56Z83KGlT!G@+QNrf=Ql68Qfb3B)8UiCK1lm?AIRWztLrIWd@c)qw7=pjE zs{$jRv%n*=n1O-sFbFdq&tH)O6qG1&jVKAuPb(=;EJ|f4NX*PD(aTFMQ83Xn)HD0* z$N2)NCc)FiF+?LcwC^P20RxW12j18lZ{2z8mvcZ<$5NpcO&wcUX1{a2l$7^<=HA)^ zk+&`uPGntooB7MGE9Q$zgEpSwxSspdEBhP&3`P@=181(YE)iYPobdGlckX@**?aYA b4QJS&mhQSfU4p9}ltMjS{an^LB{Ts5-lkg1 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_vine_hanging.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_vine_hanging.png deleted file mode 100644 index 18d3f7694bd91d0829467a138c99540a57ec1140..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1254 zcmeAS@N?(olHy`uVBq!ia0vp^B0wy_!3-o7kFD1PQY`6?zK#qG8~eHcB(gFvFf#=B zgt!95wWEa1^QAl|D*@S~U^E0qR0y=KRB~cqU}Pu>@(cbyvH?TzcXm}^4nJ z@a+d-Mhn(p6`-I*iEBhjaDG}zd16s2LqTF@UWr~_YKel0o}r%EUq8+lKs7#|E{-7@ z!AJWX`4|j2m~{XAKP&Qb+4ODCRWH7fxH5?$lP6MP?#UvPk`}X;#9yq+C%y&q-}tt5 ub?_~v8jEtH!o6>QzNmh<^YbG6g(i#_b;W`|&0gaHN{ybbelF{r5}E+Y5lR*S diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_weeping_vines_back.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_weeping_vines_back.png deleted file mode 100644 index 7b0a2b529318196a1a2b93d2e43cd6bb4a3aef57..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1283 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstPBjy3;{kN zu0Zi928JvahH4;d6pV(z2n&HXX04kT7#JB!g8YL2k8HpY{GDAD82y|D9+AZi419+` zm{C;2s{tq|QQ{g=5}cn_Ql40p%21G)nOCBhms+A=qGzaQ_ScW|1yD_J=x!;jZ{_npbH(&a`sqdAm6OcOG!XW89ZJ6T-G@yGywpjby8md diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_weeping_vines_front.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_weeping_vines_front.png deleted file mode 100644 index 65d7b79f56ae81abe584d9a7cdc60a1016e5dbe9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1290 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NSs56Z83KGlT!G@%3=B(DG>@8C{!az+M!{$ZjGz#Zx?T7bm`@l=g8YL2k8HpY z{GDAD814=96>Ms$A5EJ`}W2xr!E&s_Sgf#fdZ0wOPluO%({_T zs1$lEc|zE_3IA%FYA#>PXHAj6bTzioO8lR1^>=*^?Gui6$K0;pZZYiCHFLl6@oW1O fcfT~o6~7o>KH7D^-aY>#D2aNy`njxgN@xNAUL#tr diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_weeping_vines_hanging.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/trellis_weeping_vines_hanging.png deleted file mode 100644 index 9e60509e7d0d0c430aaad9451f9d6ec119c8e07a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1255 zcmeAS@N?(olHy`uVBq!ia0vp^B0wy_!3-o7kFD1PQY`6?zK#qG8~eHcB(gFvFf#=B zgt!95s~H%UsAwKFvHYJ3gULJz<^`Zi~sx2H0bTlvF&$Rq|)HZ^dw5;g7P~(zvwG2TRSd2G0AP%w7*cm x{oLGCuPD=yIdVIqekY%I|IU5<4F4a^N#a+7#KJX{bwNcMgQu&X%Q~loCII3^NzMQO diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/block/warped_frame_texture.png b/mod/beautify/src/main/resources/assets/beautify/textures/block/warped_frame_texture.png deleted file mode 100644 index 9ef3247c399dc9e92f3baf4f25f71907b1a01e19..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 388 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 uUp9zU>V(0#LT=By}Z;C1rt3( zJ+r@loG*ZC4tu&dhFJJdow$+L$xy&q*=)h`1U3~dw}wfg0z%yvHnQqAZ@6->`_YTK zNz6wlasQtG_x(TrG_jxx`+TE@j)V(ZwX^h?^<0Y<4GIijB;CCxJ}y6$qdubP zq4x!?lg#m3jPHuoHL%aCP%1uC&g!5#FYv}|Rs-cvF-tGm7v5O&D!w5&u~Df0Tu8(P d&RUD5{8NM759Guhm<03=gQu&X%Q~loCIH%Zeb@j1 diff --git a/mod/beautify/src/main/resources/assets/beautify/textures/particle/glowessence_particle.png b/mod/beautify/src/main/resources/assets/beautify/textures/particle/glowessence_particle.png deleted file mode 100644 index 51b92bbeebe13a7a9e42462147cbc28e4342d5ac..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1278 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NSs56Z83KGlT!G^Mn+*Q98U61y{Xfm>{|1NuJ3{{dPyhcvfO3MP7ndS-w9 zI9~wOgnPO;hG+!OJ?+icV8Fo=aGPoCh5n-dyOS)z4*}Q$iB}yC8MZ diff --git a/mod/beautify/src/main/resources/beautify.accesswidener b/mod/beautify/src/main/resources/beautify.accesswidener deleted file mode 100644 index 0c7ed181..00000000 --- a/mod/beautify/src/main/resources/beautify.accesswidener +++ /dev/null @@ -1,5 +0,0 @@ -accessWidener v1 named - -accessible field net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool templates Lit/unimi/dsi/fastutil/objects/ObjectArrayList; -accessible field net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool rawTemplates Ljava/util/List; -mutable field net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool rawTemplates Ljava/util/List; \ No newline at end of file diff --git a/mod/beautify/src/main/resources/beautify.mixins.json b/mod/beautify/src/main/resources/beautify.mixins.json deleted file mode 100644 index 0685136b..00000000 --- a/mod/beautify/src/main/resources/beautify.mixins.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "required": true, - "minVersion": "0.8", - "package": "com.github.suel_ki.beautify.mixin", - "compatibilityLevel": "JAVA_17", - "refmap": "beautify-refmap.json", - "mixins": [ - "EnchantmentTableBlockMixin" - ], - "client": [ - ], - "injectors": { - "defaultRequire": 1 - } -} diff --git a/mod/beautify/src/main/resources/data/beautify/advancements/blinds.json b/mod/beautify/src/main/resources/data/beautify/advancements/blinds.json deleted file mode 100644 index 4cb5d64e..00000000 --- a/mod/beautify/src/main/resources/data/beautify/advancements/blinds.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "requirement": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:stick" - ], - "min": 1 - } - ] - } - } - }, - "rewards": { - "recipes": [ - "beautify:oak_blinds", - "beautify:spruce_blinds", - "beautify:birch_blinds", - "beautify:dar_oak_blinds", - "beautify:jungle_blinds", - "beautify:crimson_blinds", - "beautify:cherry_blinds", - "beautify:acacia_blinds", - "beautify:warped_blinds", - "beautify:mangrove_blinds" - ] - } -} diff --git a/mod/beautify/src/main/resources/data/beautify/advancements/bookstack.json b/mod/beautify/src/main/resources/data/beautify/advancements/bookstack.json deleted file mode 100644 index e13939e5..00000000 --- a/mod/beautify/src/main/resources/data/beautify/advancements/bookstack.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "requirement": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:book" - ], - "min": 1 - } - ] - } - } - }, - "rewards": { - "recipes": [ - "beautify:bookstack" - ] - } -} diff --git a/mod/beautify/src/main/resources/data/beautify/advancements/botanist_workbench.json b/mod/beautify/src/main/resources/data/beautify/advancements/botanist_workbench.json deleted file mode 100644 index 6c9d2dd8..00000000 --- a/mod/beautify/src/main/resources/data/beautify/advancements/botanist_workbench.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "requirement": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:flower_pot" - ], - "min": 1 - } - ] - } - } - }, - "rewards": { - "recipes": [ - "beautify:botanist_workbench" - ] - } -} diff --git a/mod/beautify/src/main/resources/data/beautify/advancements/candleabras.json b/mod/beautify/src/main/resources/data/beautify/advancements/candleabras.json deleted file mode 100644 index 4a4271ff..00000000 --- a/mod/beautify/src/main/resources/data/beautify/advancements/candleabras.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "requirement": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:iron_nugget" - ], - "min": 1 - } - ] - } - } - }, - "rewards": { - "recipes": [ - "beautify:candleabra", - "beautify:candleabra_light_blue", - "beautify:candleabra_light_gray", - "beautify:candleabra_black", - "beautify:candleabra_blue", - "beautify:candleabra_brown", - "beautify:candleabra_cyan", - "beautify:candleabra_gray", - "beautify:candleabra_green", - "beautify:candleabra_lime", - "beautify:candleabra_magenta", - "beautify:candleabra_orange", - "beautify:candleabra_pink", - "beautify:candleabra_purple", - "beautify:candleabra_red", - "beautify:candleabra_white", - "beautify:candleabra_yellow" - ] - } -} diff --git a/mod/beautify/src/main/resources/data/beautify/advancements/frames.json b/mod/beautify/src/main/resources/data/beautify/advancements/frames.json deleted file mode 100644 index 3666ee1c..00000000 --- a/mod/beautify/src/main/resources/data/beautify/advancements/frames.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "requirement": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:white_wool" - ], - "min": 1 - } - ] - } - } - }, - "rewards": { - "recipes": [ - "beautify:oak_picture_frame", - "beautify:spruce_picture_frame", - "beautify:birch_picture_frame", - "beautify:dark_oak_picture_frame", - "beautify:jungle_picture_frame", - "beautify:acacia_picture_frame", - "beautify:warped_picture_frame", - "beautify:crimson_picture_frame", - "beautify:mangrove_picture_frame", - "beautify:quartz_picture_frame" - ] - } -} diff --git a/mod/beautify/src/main/resources/data/beautify/advancements/hanging_pot.json b/mod/beautify/src/main/resources/data/beautify/advancements/hanging_pot.json deleted file mode 100644 index 54b06734..00000000 --- a/mod/beautify/src/main/resources/data/beautify/advancements/hanging_pot.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "requirement": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "beautify:rope" - ], - "min": 1 - } - ] - } - } - }, - "rewards": { - "recipes": [ - "beautify:hanging_pot" - ] - } -} diff --git a/mod/beautify/src/main/resources/data/beautify/advancements/iron_blinds.json b/mod/beautify/src/main/resources/data/beautify/advancements/iron_blinds.json deleted file mode 100644 index 91c5892e..00000000 --- a/mod/beautify/src/main/resources/data/beautify/advancements/iron_blinds.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "requirement": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:iron_ingot" - ], - "min": 1 - } - ] - } - } - }, - "rewards": { - "recipes": [ - "beautify:iron_blinds" - ] - } -} diff --git a/mod/beautify/src/main/resources/data/beautify/advancements/lamp_jar.json b/mod/beautify/src/main/resources/data/beautify/advancements/lamp_jar.json deleted file mode 100644 index ca3da147..00000000 --- a/mod/beautify/src/main/resources/data/beautify/advancements/lamp_jar.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "requirement": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:glowstone_dust" - ], - "min": 1 - } - ] - } - } - }, - "rewards": { - "recipes": [ - "beautify:lamp_jar" - ] - } -} diff --git a/mod/beautify/src/main/resources/data/beautify/advancements/lamps.json b/mod/beautify/src/main/resources/data/beautify/advancements/lamps.json deleted file mode 100644 index fbac2a58..00000000 --- a/mod/beautify/src/main/resources/data/beautify/advancements/lamps.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "requirement": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:copper_ingot" - ], - "min": 1 - } - ] - } - } - }, - "rewards": { - "recipes": [ - "beautify:lamp_light_bulb", - "beautify:lamp_bamboo" - ] - } -} diff --git a/mod/beautify/src/main/resources/data/beautify/advancements/progression/blinds.json b/mod/beautify/src/main/resources/data/beautify/advancements/progression/blinds.json deleted file mode 100644 index 3f1f26da..00000000 --- a/mod/beautify/src/main/resources/data/beautify/advancements/progression/blinds.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "display": { - "icon": { - "item": "beautify:oak_blinds" - }, - "title": { - "translate": "advancements.beautify.blinds.title" - }, - "description": { - "translate": "advancements.beautify.blinds.description" - }, - "frame": "task", - "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "parent": "beautify:progression/root", - "criteria": { - "obtain": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "beautify:oak_blinds", - "beautify:spruce_blinds", - "beautify:dark_oak_blinds", - "beautify:birch_blinds", - "beautify:acacia_blinds", - "beautify:jungle_blinds", - "beautify:warped_blinds", - "beautify:crimson_blinds", - "beautify:cherry_blinds", - "beautify:iron_blinds", - "beautify:mangrove_blinds" - ] - } - ] - } - } - } -} diff --git a/mod/beautify/src/main/resources/data/beautify/advancements/progression/bookstack.json b/mod/beautify/src/main/resources/data/beautify/advancements/progression/bookstack.json deleted file mode 100644 index ce513800..00000000 --- a/mod/beautify/src/main/resources/data/beautify/advancements/progression/bookstack.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "display": { - "icon": { - "item": "beautify:bookstack" - }, - "title": { - "translate": "advancements.beautify.bookstack.title" - }, - "description": { - "translate": "advancements.beautify.bookstack.description" - }, - "frame": "task", - "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "parent": "beautify:progression/root", - "criteria": { - "obtain": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "beautify:bookstack" - ] - } - ] - } - } - } -} diff --git a/mod/beautify/src/main/resources/data/beautify/advancements/progression/candelabra.json b/mod/beautify/src/main/resources/data/beautify/advancements/progression/candelabra.json deleted file mode 100644 index 786e7f5f..00000000 --- a/mod/beautify/src/main/resources/data/beautify/advancements/progression/candelabra.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "display": { - "icon": { - "item": "beautify:lamp_candleabra" - }, - "title": { - "translate": "advancements.beautify.candelabra.title" - }, - "description": { - "translate": "advancements.beautify.candelabra.description" - }, - "frame": "task", - "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "parent": "beautify:progression/root", - "criteria": { - "obtain": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "beautify:lamp_candleabra" - ] - } - ] - } - } - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/advancements/progression/hanging_pot.json b/mod/beautify/src/main/resources/data/beautify/advancements/progression/hanging_pot.json deleted file mode 100644 index 9adb9ca5..00000000 --- a/mod/beautify/src/main/resources/data/beautify/advancements/progression/hanging_pot.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "display": { - "icon": { - "item": "beautify:hanging_pot" - }, - "title": { - "translate": "advancements.beautify.hanging_pot.title" - }, - "description": { - "translate": "advancements.beautify.hanging_pot.description" - }, - "frame": "task", - "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "parent": "beautify:progression/rope", - "criteria": { - "obtain": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "beautify:hanging_pot" - ] - } - ] - } - } - } -} diff --git a/mod/beautify/src/main/resources/data/beautify/advancements/progression/light.json b/mod/beautify/src/main/resources/data/beautify/advancements/progression/light.json deleted file mode 100644 index d39fd947..00000000 --- a/mod/beautify/src/main/resources/data/beautify/advancements/progression/light.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "display": { - "icon": { - "item": "beautify:lamp_light_bulb" - }, - "title": { - "translate": "advancements.beautify.light.title" - }, - "description": { - "translate": "advancements.beautify.light.description" - }, - "frame": "task", - "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "parent": "beautify:progression/root", - "criteria": { - "obtain": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "beautify:lamp_jar", - "beautify:lamp_bamboo", - "beautify:lamp_light_bulb" - ] - } - ] - } - } - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/advancements/progression/root.json b/mod/beautify/src/main/resources/data/beautify/advancements/progression/root.json deleted file mode 100644 index 3872cbf9..00000000 --- a/mod/beautify/src/main/resources/data/beautify/advancements/progression/root.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "display": { - "icon": { - "item": "minecraft:rose_bush" - }, - "title": { - "translate": "advancements.beautify.root.title" - }, - "description": { - "translate": "advancements.beautify.root.description" - }, - "background": "minecraft:textures/block/spruce_planks.png", - "frame": "task", - "show_toast": false, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "Install": { - "trigger": "minecraft:tick" - } - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/advancements/progression/rope.json b/mod/beautify/src/main/resources/data/beautify/advancements/progression/rope.json deleted file mode 100644 index 3aaf09fe..00000000 --- a/mod/beautify/src/main/resources/data/beautify/advancements/progression/rope.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "display": { - "icon": { - "item": "beautify:rope" - }, - "title": { - "translate": "advancements.beautify.rope.title" - }, - "description": { - "translate": "advancements.beautify.rope.description" - }, - "frame": "task", - "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "parent": "beautify:progression/root", - "criteria": { - "obtain": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "beautify:rope" - ] - } - ] - } - } - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/advancements/rope.json b/mod/beautify/src/main/resources/data/beautify/advancements/rope.json deleted file mode 100644 index 42653ec9..00000000 --- a/mod/beautify/src/main/resources/data/beautify/advancements/rope.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "requirement": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:string" - ], - "min": 1 - } - ] - } - } - }, - "rewards": { - "recipes": [ - "beautify:rope" - ] - } -} diff --git a/mod/beautify/src/main/resources/data/beautify/advancements/trellis.json b/mod/beautify/src/main/resources/data/beautify/advancements/trellis.json deleted file mode 100644 index c8ade634..00000000 --- a/mod/beautify/src/main/resources/data/beautify/advancements/trellis.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "requirement": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:stick" - ], - "min": 1 - } - ] - } - } - }, - "rewards": { - "recipes": [ - "beautify:oak_trellis", - "beautify:spruce_trellis", - "beautify:birch_trellis", - "beautify:jungle_trellis", - "beautify:acacia_trellis", - "beautify:dark_oak_trellis", - "beautify:mangrove_trellis", - "beautify:crimson_trellis", - "beautify:cherry_trellis", - "beautify:warped_trellis" - ] - } -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_lichen_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_lichen_trellis.json deleted file mode 100644 index e9ef3756..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_lichen_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:glow_lichen", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:acacia_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_lilac_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_lilac_trellis.json deleted file mode 100644 index a85f9be1..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_lilac_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:lilac", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:acacia_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_peony_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_peony_trellis.json deleted file mode 100644 index a34a3d5a..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_peony_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:peony", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:acacia_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_rose_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_rose_trellis.json deleted file mode 100644 index a725d1c3..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_rose_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:rose_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:acacia_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_sunflower_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_sunflower_trellis.json deleted file mode 100644 index ade012fa..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_sunflower_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:sunflower", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:acacia_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_trellis.json deleted file mode 100644 index 1ca746ac..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_trellis.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:acacia_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:acacia_trellis", - "properties": { - "flowers": "0" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/acacia_rose_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:acacia_trellis", - "properties": { - "flowers": "1" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/acacia_sunflower_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:acacia_trellis", - "properties": { - "flowers": "2" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/acacia_peony_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:acacia_trellis", - "properties": { - "flowers": "3" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/acacia_lilac_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:acacia_trellis", - "properties": { - "flowers": "4" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/acacia_vine_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:acacia_trellis", - "properties": { - "flowers": "5" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/acacia_weeping_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:acacia_trellis", - "properties": { - "flowers": "6" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/acacia_twisting_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:acacia_trellis", - "properties": { - "flowers": "7" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/acacia_lichen_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:acacia_trellis", - "properties": { - "flowers": "8" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_twisting_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_twisting_vines_trellis.json deleted file mode 100644 index 34966730..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_twisting_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:twisting_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:acacia_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_vine_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_vine_trellis.json deleted file mode 100644 index d7650226..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_vine_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:vine", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:acacia_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_weeping_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_weeping_vines_trellis.json deleted file mode 100644 index 4ed94a70..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_weeping_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:weeping_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:acacia_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/allium_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/allium_pot.json deleted file mode 100644 index 221393d2..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/allium_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:allium" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:allium", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/azure_bluet_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/azure_bluet_pot.json deleted file mode 100644 index b2b5c933..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/azure_bluet_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:azure_bluet" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:azure_bluet", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/berry_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/berry_pot.json deleted file mode 100644 index f0b9fb7d..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/berry_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:sweet_berries" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:sweet_berries", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_lichen_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_lichen_trellis.json deleted file mode 100644 index 06fc611d..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_lichen_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:glow_lichen", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:birch_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_lilac_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_lilac_trellis.json deleted file mode 100644 index 5cdaa7c6..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_lilac_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:lilac", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:birch_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_peony_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_peony_trellis.json deleted file mode 100644 index 970d062f..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_peony_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:peony", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:birch_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_rose_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_rose_trellis.json deleted file mode 100644 index b768e30b..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_rose_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:rose_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:birch_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_sunflower_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_sunflower_trellis.json deleted file mode 100644 index edbfee92..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_sunflower_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:sunflower", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:birch_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_trellis.json deleted file mode 100644 index 85c0c7bf..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_trellis.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:birch_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:birch_trellis", - "properties": { - "flowers": "0" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/birch_rose_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:birch_trellis", - "properties": { - "flowers": "1" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/birch_sunflower_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:birch_trellis", - "properties": { - "flowers": "2" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/birch_peony_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:birch_trellis", - "properties": { - "flowers": "3" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/birch_lilac_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:birch_trellis", - "properties": { - "flowers": "4" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/birch_vine_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:birch_trellis", - "properties": { - "flowers": "5" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/birch_weeping_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:birch_trellis", - "properties": { - "flowers": "6" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/birch_twisting_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:birch_trellis", - "properties": { - "flowers": "7" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/birch_lichen_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:birch_trellis", - "properties": { - "flowers": "8" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_twisting_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_twisting_vines_trellis.json deleted file mode 100644 index da64f519..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_twisting_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:twisting_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:birch_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_vine_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_vine_trellis.json deleted file mode 100644 index 504fa888..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_vine_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:vine", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:birch_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_weeping_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_weeping_vines_trellis.json deleted file mode 100644 index 890829c3..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_weeping_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:weeping_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:birch_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/botanist_workbench.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/botanist_workbench.json deleted file mode 100644 index 272b70d9..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/botanist_workbench.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:botanist_workbench" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_blinds.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_blinds.json deleted file mode 100644 index 784c32c4..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_blinds.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:cherry_blinds" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_lichen_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_lichen_trellis.json deleted file mode 100644 index f635f8f8..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_lichen_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:glow_lichen", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:cherry_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_lilac_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_lilac_trellis.json deleted file mode 100644 index 8cf21c48..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_lilac_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:lilac", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:cherry_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_peony_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_peony_trellis.json deleted file mode 100644 index 64ce5cfb..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_peony_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:peony", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:cherry_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_picture_frame.json deleted file mode 100644 index 97fe7430..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_picture_frame.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:cherry_picture_frame" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_rose_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_rose_trellis.json deleted file mode 100644 index e4b7d45e..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_rose_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:rose_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:cherry_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_sunflower_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_sunflower_trellis.json deleted file mode 100644 index 8d68f6d7..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_sunflower_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:sunflower", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:cherry_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_trellis.json deleted file mode 100644 index d9515ef2..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_trellis.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:cherry_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:cherry_trellis", - "properties": { - "flowers": "0" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/cherry_rose_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:cherry_trellis", - "properties": { - "flowers": "1" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/cherry_sunflower_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:cherry_trellis", - "properties": { - "flowers": "2" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/cherry_peony_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:cherry_trellis", - "properties": { - "flowers": "3" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/cherry_lilac_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:cherry_trellis", - "properties": { - "flowers": "4" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/cherry_vine_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:cherry_trellis", - "properties": { - "flowers": "5" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/cherry_weeping_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:cherry_trellis", - "properties": { - "flowers": "6" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/cherry_twisting_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:cherry_trellis", - "properties": { - "flowers": "7" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/cherry_lichen_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:cherry_trellis", - "properties": { - "flowers": "8" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_twisting_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_twisting_vines_trellis.json deleted file mode 100644 index c3762f38..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_twisting_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:twisting_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:cherry_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_vine_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_vine_trellis.json deleted file mode 100644 index cd899794..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_vine_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:vine", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:cherry_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_weeping_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_weeping_vines_trellis.json deleted file mode 100644 index d51c3569..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cherry_weeping_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:weeping_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:cherry_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cornflower_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cornflower_pot.json deleted file mode 100644 index 1d516501..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/cornflower_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:cornflower" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:cornflower", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_blinds.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_blinds.json deleted file mode 100644 index 476f6b80..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_blinds.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:crimson_blinds" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_lichen_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_lichen_trellis.json deleted file mode 100644 index 585d8d8c..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_lichen_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:glow_lichen", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:crimson_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_lilac_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_lilac_trellis.json deleted file mode 100644 index d096ddd9..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_lilac_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:lilac", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:crimson_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_peony_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_peony_trellis.json deleted file mode 100644 index 46b91acd..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_peony_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:peony", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:crimson_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_picture_frame.json deleted file mode 100644 index 134781a0..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_picture_frame.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:crimson_picture_frame" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_rose_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_rose_trellis.json deleted file mode 100644 index 03066114..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_rose_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:rose_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:crimson_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_sunflower_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_sunflower_trellis.json deleted file mode 100644 index 988169fb..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_sunflower_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:sunflower", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:crimson_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_trellis.json deleted file mode 100644 index 3e3c7581..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_trellis.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:crimson_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:crimson_trellis", - "properties": { - "flowers": "0" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/crimson_rose_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:crimson_trellis", - "properties": { - "flowers": "1" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/crimson_sunflower_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:crimson_trellis", - "properties": { - "flowers": "2" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/crimson_peony_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:crimson_trellis", - "properties": { - "flowers": "3" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/crimson_lilac_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:crimson_trellis", - "properties": { - "flowers": "4" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/crimson_vine_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:crimson_trellis", - "properties": { - "flowers": "5" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/crimson_weeping_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:crimson_trellis", - "properties": { - "flowers": "6" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/crimson_twisting_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:crimson_trellis", - "properties": { - "flowers": "7" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/crimson_lichen_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:crimson_trellis", - "properties": { - "flowers": "8" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_twisting_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_twisting_vines_trellis.json deleted file mode 100644 index 6d829e60..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_twisting_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:twisting_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:crimson_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_vine_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_vine_trellis.json deleted file mode 100644 index b9b96093..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_vine_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:vine", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:crimson_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_weeping_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_weeping_vines_trellis.json deleted file mode 100644 index 2f812236..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/crimson_weeping_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:weeping_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:crimson_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dandelion_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dandelion_pot.json deleted file mode 100644 index 895d285c..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dandelion_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:dandelion" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:dandelion", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_blinds.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_blinds.json deleted file mode 100644 index 576230a2..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_blinds.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:dark_oak_blinds" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_lichen_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_lichen_trellis.json deleted file mode 100644 index ae5d38f1..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_lichen_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:glow_lichen", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:dark_oak_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_lilac_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_lilac_trellis.json deleted file mode 100644 index 62737fda..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_lilac_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:lilac", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:dark_oak_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_peony_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_peony_trellis.json deleted file mode 100644 index 8b00feee..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_peony_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:peony", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:dark_oak_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_picture_frame.json deleted file mode 100644 index b5729cab..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_picture_frame.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:dark_oak_picture_frame" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_rose_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_rose_trellis.json deleted file mode 100644 index 447633cd..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_rose_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:rose_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:dark_oak_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_sunflower_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_sunflower_trellis.json deleted file mode 100644 index 1e2d6250..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_sunflower_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:sunflower", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:dark_oak_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_trellis.json deleted file mode 100644 index 7750fef3..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_trellis.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:dark_oak_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:dark_oak_trellis", - "properties": { - "flowers": "0" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/dark_oak_rose_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:dark_oak_trellis", - "properties": { - "flowers": "1" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/dark_oak_sunflower_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:dark_oak_trellis", - "properties": { - "flowers": "2" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/dark_oak_peony_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:dark_oak_trellis", - "properties": { - "flowers": "3" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/dark_oak_lilac_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:dark_oak_trellis", - "properties": { - "flowers": "4" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/dark_oak_vine_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:dark_oak_trellis", - "properties": { - "flowers": "5" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/dark_oak_weeping_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:dark_oak_trellis", - "properties": { - "flowers": "6" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/dark_oak_twisting_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:dark_oak_trellis", - "properties": { - "flowers": "7" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/dark_oak_lichen_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:dark_oak_trellis", - "properties": { - "flowers": "8" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_twisting_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_twisting_vines_trellis.json deleted file mode 100644 index f899291e..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_twisting_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:twisting_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:dark_oak_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_vine_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_vine_trellis.json deleted file mode 100644 index df56797d..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_vine_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:vine", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:dark_oak_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_weeping_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_weeping_vines_trellis.json deleted file mode 100644 index 42d88553..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_weeping_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:weeping_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:dark_oak_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/fern_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/fern_pot.json deleted file mode 100644 index 6585c590..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/fern_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:fern" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:fern", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/glow_lichen_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/glow_lichen_pot.json deleted file mode 100644 index 65148291..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/glow_lichen_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:glow_lichen" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:glow_lichen", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/glowberry_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/glowberry_pot.json deleted file mode 100644 index b88a3179..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/glowberry_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:glow_berries" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:glow_berries", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/grass_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/grass_pot.json deleted file mode 100644 index 806e3768..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/grass_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:grass" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:grass", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/hanging_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/hanging_pot.json deleted file mode 100644 index 7b7a5a97..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/hanging_pot.json +++ /dev/null @@ -1,361 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "0" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/rose_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "1" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/lilac_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "2" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/orchid_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "3" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/vines_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "4" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/sunflower_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "5" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/peony_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "6" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/azure_bluet_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "7" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/red_tulip_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "8" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/orange_tulip_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "9" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/white_tulip_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "10" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/pink_tulip_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "11" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/allium_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "12" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/dandelion_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "13" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/poppy_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "14" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/poppy_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "14" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/glow_lichen_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "15" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/oxeye_daisy_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "16" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/lily_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "17" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/cornflower_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "18" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/weeping_vines_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "19" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/twisting_vines_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "20" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/wither_rose_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "21" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/glowberry_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "22" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/berry_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "23" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/grass_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "24" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/fern_pot", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "potflower": "25" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/iron_blinds.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/iron_blinds.json deleted file mode 100644 index a9505510..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/iron_blinds.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:iron_blinds" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_blinds.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_blinds.json deleted file mode 100644 index f18b3370..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_blinds.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:jungle_blinds" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_lichen_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_lichen_trellis.json deleted file mode 100644 index a4ddc918..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_lichen_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:glow_lichen", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:jungle_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_lilac_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_lilac_trellis.json deleted file mode 100644 index 6d148717..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_lilac_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:lilac", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:jungle_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_peony_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_peony_trellis.json deleted file mode 100644 index f2f25a8e..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_peony_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:peony", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:jungle_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_picture_frame.json deleted file mode 100644 index bd87dc9c..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_picture_frame.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:jungle_picture_frame" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_rose_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_rose_trellis.json deleted file mode 100644 index bb91aa0e..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_rose_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:rose_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:jungle_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_sunflower_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_sunflower_trellis.json deleted file mode 100644 index 31e5cbbc..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_sunflower_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:sunflower", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:jungle_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_trellis.json deleted file mode 100644 index 056a6542..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_trellis.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:jungle_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:jungle_trellis", - "properties": { - "flowers": "0" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/jungle_rose_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:jungle_trellis", - "properties": { - "flowers": "1" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/jungle_sunflower_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:jungle_trellis", - "properties": { - "flowers": "2" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/jungle_peony_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:jungle_trellis", - "properties": { - "flowers": "3" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/jungle_lilac_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:jungle_trellis", - "properties": { - "flowers": "4" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/jungle_vine_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:jungle_trellis", - "properties": { - "flowers": "5" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/jungle_weeping_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:jungle_trellis", - "properties": { - "flowers": "6" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/jungle_twisting_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:jungle_trellis", - "properties": { - "flowers": "7" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/jungle_lichen_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:jungle_trellis", - "properties": { - "flowers": "8" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_twisting_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_twisting_vines_trellis.json deleted file mode 100644 index 97b299a8..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_twisting_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:twisting_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:jungle_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_vine_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_vine_trellis.json deleted file mode 100644 index 97974edc..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_vine_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:vine", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:jungle_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_weeping_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_weeping_vines_trellis.json deleted file mode 100644 index 6c947556..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/jungle_weeping_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:weeping_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:jungle_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_bamboo.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_bamboo.json deleted file mode 100644 index bfe84b1f..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_bamboo.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_bamboo" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra.json deleted file mode 100644 index f22d026c..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_black.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_black.json deleted file mode 100644 index a61b2206..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_black.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_black" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_blue.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_blue.json deleted file mode 100644 index a12f067d..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_blue.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_blue" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_brown.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_brown.json deleted file mode 100644 index b3a1949e..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_brown.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_brown" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_cyan.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_cyan.json deleted file mode 100644 index 0c62efea..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_cyan.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_cyan" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_gray.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_gray.json deleted file mode 100644 index 6f7357cb..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_gray.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_gray" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_green.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_green.json deleted file mode 100644 index f1ad5fb9..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_green.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_green" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_light_blue.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_light_blue.json deleted file mode 100644 index bbd53dc7..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_light_blue.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_light_blue" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_light_gray.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_light_gray.json deleted file mode 100644 index bcf36055..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_light_gray.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_light_gray" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_lime.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_lime.json deleted file mode 100644 index 1792756b..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_lime.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_lime" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_magenta.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_magenta.json deleted file mode 100644 index 0af94a22..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_magenta.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_magenta" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_orange.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_orange.json deleted file mode 100644 index 08b2ae92..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_orange.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_orange" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_pink.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_pink.json deleted file mode 100644 index 13f271b9..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_pink.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_pink" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_purple.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_purple.json deleted file mode 100644 index 78dbda8f..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_purple.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_purple" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_red.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_red.json deleted file mode 100644 index 42c0aa8c..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_red.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_red" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_white.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_white.json deleted file mode 100644 index 85846fef..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_white.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_white" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_yellow.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_yellow.json deleted file mode 100644 index 977b47d5..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_yellow.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_yellow" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar.json deleted file mode 100644 index abdc5249..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_jar", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:lamp_jar", - "properties": { - "fill_level": "0" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/lamp_jar1", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:lamp_jar", - "properties": { - "fill_level": "5" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/lamp_jar2", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:lamp_jar", - "properties": { - "fill_level": "10" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/lamp_jar3", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:lamp_jar", - "properties": { - "fill_level": "15" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar1.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar1.json deleted file mode 100644 index 208c422f..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar1.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_jar" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:glowstone_dust" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar2.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar2.json deleted file mode 100644 index 3dce0aa2..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar2.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_jar" - } - ] - }, - { - "rolls": 2, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:glowstone_dust" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar3.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar3.json deleted file mode 100644 index 96d4a693..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar3.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_jar" - } - ] - }, - { - "rolls": 3, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:glowstone_dust" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_light_bulb.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_light_bulb.json deleted file mode 100644 index 1830be2f..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lamp_light_bulb.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_light_bulb" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lilac_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lilac_pot.json deleted file mode 100644 index 1ce96723..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lilac_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:lilac" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:lilac", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lily_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lily_pot.json deleted file mode 100644 index 66c8e15a..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/lily_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:lily_of_the_valley" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:lily_of_the_valley", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_blinds.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_blinds.json deleted file mode 100644 index 5a7844fb..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_blinds.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:mangrove_blinds" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_lichen_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_lichen_trellis.json deleted file mode 100644 index 62cdad8a..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_lichen_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:glow_lichen", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:mangrove_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_lilac_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_lilac_trellis.json deleted file mode 100644 index f31edd9f..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_lilac_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:lilac", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:mangrove_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_peony_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_peony_trellis.json deleted file mode 100644 index 8b886c98..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_peony_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:peony", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:mangrove_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_picture_frame.json deleted file mode 100644 index cfbacae4..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_picture_frame.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:mangrove_picture_frame" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_rose_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_rose_trellis.json deleted file mode 100644 index 885c2648..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_rose_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:rose_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:mangrove_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_sunflower_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_sunflower_trellis.json deleted file mode 100644 index fe3912de..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_sunflower_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:sunflower", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:mangrove_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_trellis.json deleted file mode 100644 index 29355f1e..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_trellis.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:mangrove_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:mangrove_trellis", - "properties": { - "flowers": "0" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/mangrove_rose_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:mangrove_trellis", - "properties": { - "flowers": "1" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/mangrove_sunflower_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:mangrove_trellis", - "properties": { - "flowers": "2" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/mangrove_peony_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:mangrove_trellis", - "properties": { - "flowers": "3" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/mangrove_lilac_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:mangrove_trellis", - "properties": { - "flowers": "4" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/mangrove_vine_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:mangrove_trellis", - "properties": { - "flowers": "5" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/mangrove_weeping_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:mangrove_trellis", - "properties": { - "flowers": "6" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/mangrove_twisting_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:mangrove_trellis", - "properties": { - "flowers": "7" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/mangrove_lichen_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:mangrove_trellis", - "properties": { - "flowers": "8" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_twisting_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_twisting_vines_trellis.json deleted file mode 100644 index 1e6b1363..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_twisting_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:twisting_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:mangrove_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_vine_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_vine_trellis.json deleted file mode 100644 index 27c07005..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_vine_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:vine", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:mangrove_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_weeping_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_weeping_vines_trellis.json deleted file mode 100644 index 588d5c47..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/mangrove_weeping_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:weeping_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:mangrove_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_blinds.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_blinds.json deleted file mode 100644 index 4f1d8356..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_blinds.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:oak_blinds" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_lichen_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_lichen_trellis.json deleted file mode 100644 index 5bd864b9..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_lichen_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:glow_lichen", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:oak_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_lilac_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_lilac_trellis.json deleted file mode 100644 index 571bf710..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_lilac_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:lilac", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:oak_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_peony_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_peony_trellis.json deleted file mode 100644 index 41351405..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_peony_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:peony", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:oak_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_picture_frame.json deleted file mode 100644 index 1401a3de..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_picture_frame.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:oak_picture_frame" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_rose_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_rose_trellis.json deleted file mode 100644 index 11f26d7a..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_rose_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:rose_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:oak_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_sunflower_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_sunflower_trellis.json deleted file mode 100644 index dfddd0f6..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_sunflower_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:sunflower", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:oak_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_trellis.json deleted file mode 100644 index 20e61779..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_trellis.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:oak_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:oak_trellis", - "properties": { - "flowers": "0" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/oak_rose_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:oak_trellis", - "properties": { - "flowers": "1" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/oak_sunflower_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:oak_trellis", - "properties": { - "flowers": "2" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/oak_peony_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:oak_trellis", - "properties": { - "flowers": "3" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/oak_lilac_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:oak_trellis", - "properties": { - "flowers": "4" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/oak_vine_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:oak_trellis", - "properties": { - "flowers": "5" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/oak_weeping_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:oak_trellis", - "properties": { - "flowers": "6" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/oak_twisting_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:oak_trellis", - "properties": { - "flowers": "7" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/oak_lichen_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:oak_trellis", - "properties": { - "flowers": "8" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_twisting_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_twisting_vines_trellis.json deleted file mode 100644 index b04e536b..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_twisting_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:twisting_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:oak_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_vine_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_vine_trellis.json deleted file mode 100644 index 98452f18..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_vine_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:vine", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:oak_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_weeping_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_weeping_vines_trellis.json deleted file mode 100644 index 06115ba7..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oak_weeping_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:weeping_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:oak_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/orange_tulip_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/orange_tulip_pot.json deleted file mode 100644 index 61468ef0..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/orange_tulip_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:orange_tulip" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:orange_tulip", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/orchid_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/orchid_pot.json deleted file mode 100644 index 57153c2c..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/orchid_pot.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:blue_orchid", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:blue_orchid", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oxeye_daisy_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oxeye_daisy_pot.json deleted file mode 100644 index 7048d9f5..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/oxeye_daisy_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:oxeye_daisy" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:oxeye_daisy", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/peony_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/peony_pot.json deleted file mode 100644 index 3d76368b..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/peony_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:peony" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:peony", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/pink_tulip_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/pink_tulip_pot.json deleted file mode 100644 index 6957b258..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/pink_tulip_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:pink_tulip" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:pink_tulip", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/poppy_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/poppy_pot.json deleted file mode 100644 index 567e83f6..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/poppy_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:poppy" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:poppy", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/quartz_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/quartz_picture_frame.json deleted file mode 100644 index 7cf55972..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/quartz_picture_frame.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:quartz_picture_frame" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/red_tulip_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/red_tulip_pot.json deleted file mode 100644 index 906b11cb..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/red_tulip_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:red_tulip" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:red_tulip", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/rope.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/rope.json deleted file mode 100644 index 9df42d61..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/rope.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:rope" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/rose_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/rose_pot.json deleted file mode 100644 index 7b13644a..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/rose_pot.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:rose_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:rose_bush", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_blinds.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_blinds.json deleted file mode 100644 index 5b7d9043..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_blinds.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:spruce_blinds" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_lichen_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_lichen_trellis.json deleted file mode 100644 index 8e47ad7e..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_lichen_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:glow_lichen", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:spruce_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_lilac_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_lilac_trellis.json deleted file mode 100644 index b0370720..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_lilac_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:lilac", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:spruce_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_peony_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_peony_trellis.json deleted file mode 100644 index 13bdb0e5..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_peony_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:peony", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:spruce_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_picture_frame.json deleted file mode 100644 index 7963fe3a..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_picture_frame.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:spruce_picture_frame" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_rose_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_rose_trellis.json deleted file mode 100644 index aeb94e38..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_rose_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:rose_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:spruce_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_sunflower_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_sunflower_trellis.json deleted file mode 100644 index 43aec9e6..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_sunflower_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:sunflower", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:spruce_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_trellis.json deleted file mode 100644 index 23e0e4d6..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_trellis.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:spruce_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:spruce_trellis", - "properties": { - "flowers": "0" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/spruce_rose_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:spruce_trellis", - "properties": { - "flowers": "1" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/spruce_sunflower_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:spruce_trellis", - "properties": { - "flowers": "2" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/spruce_peony_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:spruce_trellis", - "properties": { - "flowers": "3" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/spruce_lilac_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:spruce_trellis", - "properties": { - "flowers": "4" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/spruce_vine_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:spruce_trellis", - "properties": { - "flowers": "5" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/spruce_weeping_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:spruce_trellis", - "properties": { - "flowers": "6" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/spruce_twisting_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:spruce_trellis", - "properties": { - "flowers": "7" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/spruce_lichen_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:spruce_trellis", - "properties": { - "flowers": "8" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_twisting_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_twisting_vines_trellis.json deleted file mode 100644 index bf32abc0..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_twisting_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:twisting_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:spruce_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_vine_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_vine_trellis.json deleted file mode 100644 index e0118271..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_vine_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:vine", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:spruce_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_weeping_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_weeping_vines_trellis.json deleted file mode 100644 index 65ef6ca3..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/spruce_weeping_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:weeping_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:spruce_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/sunflower_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/sunflower_pot.json deleted file mode 100644 index fdaaccc2..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/sunflower_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:sunflower" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:sunflower", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/twisting_vines_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/twisting_vines_pot.json deleted file mode 100644 index e000380c..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/twisting_vines_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:twisting_vines" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:twisting_vines", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/vines_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/vines_pot.json deleted file mode 100644 index c8c2ec6a..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/vines_pot.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:vine", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:vine", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_blinds.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_blinds.json deleted file mode 100644 index 3720d243..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_blinds.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:warped_blinds" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_lichen_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_lichen_trellis.json deleted file mode 100644 index d9bee7e4..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_lichen_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:glow_lichen", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:warped_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_lilac_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_lilac_trellis.json deleted file mode 100644 index c827be19..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_lilac_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:lilac", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:warped_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_peony_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_peony_trellis.json deleted file mode 100644 index 171813e4..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_peony_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:peony", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:warped_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_picture_frame.json deleted file mode 100644 index d366a6b5..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_picture_frame.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:acacia_picture_frame" - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_rose_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_rose_trellis.json deleted file mode 100644 index 70afc6a3..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_rose_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:rose_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:warped_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_sunflower_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_sunflower_trellis.json deleted file mode 100644 index 739c6b4d..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_sunflower_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:sunflower", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:warped_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_trellis.json deleted file mode 100644 index dab7bb49..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_trellis.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:warped_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:warped_trellis", - "properties": { - "flowers": "0" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/warped_rose_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:warped_trellis", - "properties": { - "flowers": "1" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/warped_sunflower_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:warped_trellis", - "properties": { - "flowers": "2" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/warped_peony_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:warped_trellis", - "properties": { - "flowers": "3" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/warped_lilac_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:warped_trellis", - "properties": { - "flowers": "4" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/warped_vine_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:warped_trellis", - "properties": { - "flowers": "5" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/warped_weeping_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:warped_trellis", - "properties": { - "flowers": "6" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/warped_twisting_vines_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:warped_trellis", - "properties": { - "flowers": "7" - } - } - ] - }, - { - "type": "minecraft:loot_table", - "name": "beautify:blocks/warped_lichen_trellis", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:warped_trellis", - "properties": { - "flowers": "8" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_twisting_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_twisting_vines_trellis.json deleted file mode 100644 index f7000916..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_twisting_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:twisting_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:warped_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_vine_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_vine_trellis.json deleted file mode 100644 index 468ee026..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_vine_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:vine", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:warped_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_weeping_vines_trellis.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_weeping_vines_trellis.json deleted file mode 100644 index 5dd69681..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/warped_weeping_vines_trellis.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:weeping_vines", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:warped_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": 1 - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/weeping_vines_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/weeping_vines_pot.json deleted file mode 100644 index a86e584d..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/weeping_vines_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:weeping_vines" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:weeping_vines", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/white_tulip_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/white_tulip_pot.json deleted file mode 100644 index 3bdc61d1..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/white_tulip_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:white_tulip" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:white_tulip", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/wither_rose_pot.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/wither_rose_pot.json deleted file mode 100644 index 453a4ee8..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/wither_rose_pot.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:hanging_pot" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:wither_rose" - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:wither_rose", - "conditions": [ - { - "condition": "minecraft:block_state_property", - "block": "beautify:hanging_pot", - "properties": { - "grown": "true" - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest.json deleted file mode 100644 index d8a9c0d3..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest.json +++ /dev/null @@ -1,175 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "bonus_rolls": 0, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:iron_hoe", - "functions": [ - { - "function": "minecraft:enchant_randomly" - } - ] - } - ] - }, - { - "rolls": { - "type": "minecraft:uniform", - "min": 1, - "max": 2 - }, - "bonus_rolls": 0, - "entries": [ - { - "type": "minecraft:item", - "weight": 15, - "name": "minecraft:cornflower", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 7 - }, - "add": false - } - ] - }, - { - "type": "minecraft:item", - "weight": 15, - "name": "minecraft:dandelion", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 7 - }, - "add": false - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:oak_sapling", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 8 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:birch_sapling", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 8 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 15, - "name": "beautify:hanging_pot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:flower_pot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "beautify:oak_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 8 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "beautify:birch_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 8 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:bone_meal", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 5, - "max": 25 - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest_desert.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest_desert.json deleted file mode 100644 index ee042157..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest_desert.json +++ /dev/null @@ -1,160 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "bonus_rolls": 0, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:iron_hoe", - "functions": [ - { - "function": "minecraft:enchant_randomly" - } - ] - } - ] - }, - { - "rolls": { - "type": "minecraft:uniform", - "min": 1, - "max": 2 - }, - "bonus_rolls": 0, - "entries": [ - { - "type": "minecraft:item", - "weight": 15, - "name": "minecraft:dead_bush", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 7 - }, - "add": false - } - ] - }, - { - "type": "minecraft:item", - "weight": 15, - "name": "minecraft:cactus", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 7 - }, - "add": false - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:acacia_sapling", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 8 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:sugar_cane", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 8 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 15, - "name": "beautify:hanging_pot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:flower_pot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "beautify:jungle_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 8 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:bone_meal", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 5, - "max": 25 - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest_savanna.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest_savanna.json deleted file mode 100644 index 5d46254a..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest_savanna.json +++ /dev/null @@ -1,160 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "bonus_rolls": 0, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:iron_hoe", - "functions": [ - { - "function": "minecraft:enchant_randomly" - } - ] - } - ] - }, - { - "rolls": { - "type": "minecraft:uniform", - "min": 1, - "max": 2 - }, - "bonus_rolls": 0, - "entries": [ - { - "type": "minecraft:item", - "weight": 15, - "name": "minecraft:poppy", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 7 - }, - "add": false - } - ] - }, - { - "type": "minecraft:item", - "weight": 15, - "name": "minecraft:dandelion", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 7 - }, - "add": false - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:acacia_sapling", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 8 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:sugar_cane", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 8 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 15, - "name": "beautify:hanging_pot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:flower_pot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "beautify:acacia_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 8 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:bone_meal", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 5, - "max": 25 - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest_snowy.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest_snowy.json deleted file mode 100644 index f261e81a..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest_snowy.json +++ /dev/null @@ -1,145 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "bonus_rolls": 0, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:iron_hoe", - "functions": [ - { - "function": "minecraft:enchant_randomly" - } - ] - } - ] - }, - { - "rolls": { - "type": "minecraft:uniform", - "min": 1, - "max": 2 - }, - "bonus_rolls": 0, - "entries": [ - { - "type": "minecraft:item", - "weight": 15, - "name": "minecraft:lily_of_the_valley", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 7 - }, - "add": false - } - ] - }, - { - "type": "minecraft:item", - "weight": 15, - "name": "minecraft:poppy", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 7 - }, - "add": false - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:spruce_sapling", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 8 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 15, - "name": "beautify:hanging_pot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:flower_pot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "beautify:spruce_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 8 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:bone_meal", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 5, - "max": 25 - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest_taiga.json b/mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest_taiga.json deleted file mode 100644 index 08ba70df..00000000 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/chests/botanist/botanist_chest_taiga.json +++ /dev/null @@ -1,145 +0,0 @@ -{ - "type": "minecraft:chest", - "pools": [ - { - "rolls": 1, - "bonus_rolls": 0, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:iron_hoe", - "functions": [ - { - "function": "minecraft:enchant_randomly" - } - ] - } - ] - }, - { - "rolls": { - "type": "minecraft:uniform", - "min": 1, - "max": 2 - }, - "bonus_rolls": 0, - "entries": [ - { - "type": "minecraft:item", - "weight": 15, - "name": "minecraft:sweet_berries", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 2, - "max": 7 - }, - "add": false - } - ] - }, - { - "type": "minecraft:item", - "weight": 15, - "name": "minecraft:poppy", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 7 - }, - "add": false - } - ] - }, - { - "type": "minecraft:item", - "weight": 8, - "name": "minecraft:spruce_sapling", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 8 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "weight": 15, - "name": "beautify:hanging_pot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 10, - "name": "minecraft:flower_pot", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 1, - "max": 3 - } - } - ] - }, - { - "type": "minecraft:item", - "weight": 7, - "name": "beautify:spruce_trellis", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 2, - "max": 8 - } - } - ] - } - ] - }, - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "minecraft:bone_meal", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "type": "minecraft:uniform", - "min": 5, - "max": 25 - } - } - ] - } - ] - } - ] -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/acacia_blinds.json b/mod/beautify/src/main/resources/data/beautify/recipes/acacia_blinds.json deleted file mode 100644 index 95a6a494..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/acacia_blinds.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:acacia_slab" - } - }, - "result": { - "item": "beautify:acacia_blinds", - "count": 1 - }, - "group": "blinds" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/acacia_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/recipes/acacia_picture_frame.json deleted file mode 100644 index 46a934fc..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/acacia_picture_frame.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:acacia_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "beautify:acacia_picture_frame", - "count": 1 - }, - "group": "frames" -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/acacia_trellis.json b/mod/beautify/src/main/resources/data/beautify/recipes/acacia_trellis.json deleted file mode 100644 index e225bb23..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/acacia_trellis.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:acacia_log" - } - }, - "result": { - "item": "beautify:acacia_trellis", - "count": 4 - }, - "group": "trellis" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/birch_blinds.json b/mod/beautify/src/main/resources/data/beautify/recipes/birch_blinds.json deleted file mode 100644 index 015a1ddd..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/birch_blinds.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:birch_slab" - } - }, - "result": { - "item": "beautify:birch_blinds", - "count": 1 - }, - "group": "blinds" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/birch_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/recipes/birch_picture_frame.json deleted file mode 100644 index b49b4da9..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/birch_picture_frame.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:birch_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "beautify:birch_picture_frame", - "count": 1 - }, - "group": "frames" -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/birch_trellis.json b/mod/beautify/src/main/resources/data/beautify/recipes/birch_trellis.json deleted file mode 100644 index 342afa76..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/birch_trellis.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:birch_log" - } - }, - "result": { - "item": "beautify:birch_trellis", - "count": 4 - }, - "group": "trellis" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/bookstack.json b/mod/beautify/src/main/resources/data/beautify/recipes/bookstack.json deleted file mode 100644 index 18b6336f..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/bookstack.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "minecraft:book" - }, - { - "item": "minecraft:book" - }, - { - "item": "minecraft:book" - } - ], - "result": { - "item": "beautify:bookstack", - "count": 1 - } -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/botanist_workbench.json b/mod/beautify/src/main/resources/data/beautify/recipes/botanist_workbench.json deleted file mode 100644 index 0e6a5dbb..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/botanist_workbench.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "##", - "PP" - ], - "key": { - "#": { - "item": "minecraft:flower_pot" - }, - "P": [ - { - "tag": "minecraft:planks" - } - ] - }, - "result": { - "item": "beautify:botanist_workbench", - "count": 1 - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra.json b/mod/beautify/src/main/resources/data/beautify/recipes/candleabra.json deleted file mode 100644 index fa6ef0e0..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "beautify:lamp_candleabra", - "count": 1 - }, - "group": "candleabras" -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_blue.json b/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_blue.json deleted file mode 100644 index 0bef8506..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_blue.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:blue_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "beautify:lamp_candleabra_blue", - "count": 1 - }, - "group": "candleabras" -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_brown.json b/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_brown.json deleted file mode 100644 index aa45f5f8..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_brown.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:brown_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "beautify:lamp_candleabra_brown", - "count": 1 - }, - "group": "candleabras" -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_gray.json b/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_gray.json deleted file mode 100644 index 7f7d9886..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_gray.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:gray_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "beautify:lamp_candleabra_gray", - "count": 1 - }, - "group": "candleabras" -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/cherry_blinds.json b/mod/beautify/src/main/resources/data/beautify/recipes/cherry_blinds.json deleted file mode 100644 index 4ba97f80..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/cherry_blinds.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:cherry_slab" - } - }, - "result": { - "item": "beautify:cherry_blinds", - "count": 1 - }, - "group": "blinds" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/cherry_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/recipes/cherry_picture_frame.json deleted file mode 100644 index f439d0d2..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/cherry_picture_frame.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:cherry_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "beautify:cherry_picture_frame", - "count": 1 - }, - "group": "frames" -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/cherry_trellis.json b/mod/beautify/src/main/resources/data/beautify/recipes/cherry_trellis.json deleted file mode 100644 index 7a5b1b7e..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/cherry_trellis.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:cherry_log" - } - }, - "result": { - "item": "beautify:cherry_trellis", - "count": 4 - }, - "group": "trellis" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/crimson_blinds.json b/mod/beautify/src/main/resources/data/beautify/recipes/crimson_blinds.json deleted file mode 100644 index f54db3bc..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/crimson_blinds.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:crimson_slab" - } - }, - "result": { - "item": "beautify:crimson_blinds", - "count": 1 - }, - "group": "blinds" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/crimson_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/recipes/crimson_picture_frame.json deleted file mode 100644 index 43abc8f7..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/crimson_picture_frame.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:crimson_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "beautify:crimson_picture_frame", - "count": 1 - }, - "group": "frames" -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/crimson_trellis.json b/mod/beautify/src/main/resources/data/beautify/recipes/crimson_trellis.json deleted file mode 100644 index 0d37239c..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/crimson_trellis.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:crimson_stem" - } - }, - "result": { - "item": "beautify:crimson_trellis", - "count": 4 - }, - "group": "trellis" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/dark_oak_blinds.json b/mod/beautify/src/main/resources/data/beautify/recipes/dark_oak_blinds.json deleted file mode 100644 index 2b13b0c9..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/dark_oak_blinds.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:dark_oak_slab" - } - }, - "result": { - "item": "beautify:dark_oak_blinds", - "count": 1 - }, - "group": "blinds" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/dark_oak_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/recipes/dark_oak_picture_frame.json deleted file mode 100644 index f63f2239..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/dark_oak_picture_frame.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:dark_oak_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "beautify:dark_oak_picture_frame", - "count": 1 - }, - "group": "frames" -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/dark_oak_trellis.json b/mod/beautify/src/main/resources/data/beautify/recipes/dark_oak_trellis.json deleted file mode 100644 index 998eb9d1..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/dark_oak_trellis.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:dark_oak_log" - } - }, - "result": { - "item": "beautify:dark_oak_trellis", - "count": 4 - }, - "group": "trellis" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/from_iron_blinds.json b/mod/beautify/src/main/resources/data/beautify/recipes/from_iron_blinds.json deleted file mode 100644 index 26cef2fc..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/from_iron_blinds.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "type": "minecraft:smelting", - "ingredient": { - "item": "beautify:iron_blinds" - }, - "result": "minecraft:iron_nugget", - "experience": 0.1, - "cookingtime": 250 -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/hanging_pot.json b/mod/beautify/src/main/resources/data/beautify/recipes/hanging_pot.json deleted file mode 100644 index aec19bf3..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/hanging_pot.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "F" - ], - "key": { - "#": { - "item": "beautify:rope" - }, - "F": { - "item": "minecraft:flower_pot" - } - }, - "result": { - "item": "beautify:hanging_pot", - "count": 1 - }, - "group": "hanging_pot" -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/iron_blinds.json b/mod/beautify/src/main/resources/data/beautify/recipes/iron_blinds.json deleted file mode 100644 index 3467dd56..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/iron_blinds.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:iron_ingot" - } - }, - "result": { - "item": "beautify:iron_blinds", - "count": 2 - }, - "group": "blinds" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/jungle_blinds.json b/mod/beautify/src/main/resources/data/beautify/recipes/jungle_blinds.json deleted file mode 100644 index 758c421a..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/jungle_blinds.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:jungle_slab" - } - }, - "result": { - "item": "beautify:jungle_blinds", - "count": 1 - }, - "group": "blinds" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/jungle_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/recipes/jungle_picture_frame.json deleted file mode 100644 index a47c943f..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/jungle_picture_frame.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:jungle_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "beautify:jungle_picture_frame", - "count": 1 - }, - "group": "frames" -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/jungle_trellis.json b/mod/beautify/src/main/resources/data/beautify/recipes/jungle_trellis.json deleted file mode 100644 index 9b19864d..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/jungle_trellis.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:jungle_log" - } - }, - "result": { - "item": "beautify:jungle_trellis", - "count": 4 - }, - "group": "trellis" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/lamp_bamboo.json b/mod/beautify/src/main/resources/data/beautify/recipes/lamp_bamboo.json deleted file mode 100644 index 66f01f71..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/lamp_bamboo.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "ScS", - " # " - ], - "key": { - "#": { - "item": "minecraft:bamboo" - }, - "S": { - "item": "minecraft:string" - }, - "c": { - "item": "minecraft:copper_ingot" - } - }, - "result": { - "item": "beautify:lamp_bamboo", - "count": 1 - } -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/lamp_jar.json b/mod/beautify/src/main/resources/data/beautify/recipes/lamp_jar.json deleted file mode 100644 index f3afa6e1..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/lamp_jar.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "minecraft:glowstone_dust" - }, - { - "item": "minecraft:glass_bottle" - } - ], - "result": { - "item": "beautify:lamp_jar", - "count": 1 - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/lamp_light_bulb.json b/mod/beautify/src/main/resources/data/beautify/recipes/lamp_light_bulb.json deleted file mode 100644 index 88050f14..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/lamp_light_bulb.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#c#", - " # " - ], - "key": { - "#": { - "item": "minecraft:glass_pane" - }, - "c": { - "item": "minecraft:copper_ingot" - } - }, - "result": { - "item": "beautify:lamp_light_bulb", - "count": 1 - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/mangrove_blinds.json b/mod/beautify/src/main/resources/data/beautify/recipes/mangrove_blinds.json deleted file mode 100644 index 826d6fa5..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/mangrove_blinds.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:mangrove_slab" - } - }, - "result": { - "item": "beautify:mangrove_blinds", - "count": 1 - }, - "group": "blinds" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/mangrove_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/recipes/mangrove_picture_frame.json deleted file mode 100644 index 5cb968c0..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/mangrove_picture_frame.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:mangrove_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "beautify:mangrove_picture_frame", - "count": 1 - }, - "group": "frames" -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/mangrove_trellis.json b/mod/beautify/src/main/resources/data/beautify/recipes/mangrove_trellis.json deleted file mode 100644 index 0d4f054f..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/mangrove_trellis.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:mangrove_log" - } - }, - "result": { - "item": "beautify:mangrove_trellis", - "count": 4 - }, - "group": "trellis" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/oak_blinds.json b/mod/beautify/src/main/resources/data/beautify/recipes/oak_blinds.json deleted file mode 100644 index 2c3af16c..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/oak_blinds.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:oak_slab" - } - }, - "result": { - "item": "beautify:oak_blinds", - "count": 1 - }, - "group": "blinds" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/oak_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/recipes/oak_picture_frame.json deleted file mode 100644 index 96ceaa1d..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/oak_picture_frame.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:oak_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "beautify:oak_picture_frame", - "count": 1 - }, - "group": "frames" -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/oak_trellis.json b/mod/beautify/src/main/resources/data/beautify/recipes/oak_trellis.json deleted file mode 100644 index 47444168..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/oak_trellis.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:oak_log" - } - }, - "result": { - "item": "beautify:oak_trellis", - "count": 4 - }, - "group": "trellis" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/quartz_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/recipes/quartz_picture_frame.json deleted file mode 100644 index cbd3f604..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/quartz_picture_frame.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:quartz_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "beautify:quartz_picture_frame", - "count": 1 - }, - "group": "frames" -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/rope.json b/mod/beautify/src/main/resources/data/beautify/recipes/rope.json deleted file mode 100644 index 72cf7b36..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/rope.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "#", - "#", - "#" - ], - "key": { - "#": { - "item": "minecraft:string" - } - }, - "result": { - "item": "beautify:rope", - "count": 1 - } -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/spruce_blinds.json b/mod/beautify/src/main/resources/data/beautify/recipes/spruce_blinds.json deleted file mode 100644 index 6f5e16fd..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/spruce_blinds.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:spruce_slab" - } - }, - "result": { - "item": "beautify:spruce_blinds", - "count": 1 - }, - "group": "blinds" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/spruce_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/recipes/spruce_picture_frame.json deleted file mode 100644 index 55024805..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/spruce_picture_frame.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:spruce_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "beautify:spruce_picture_frame", - "count": 1 - }, - "group": "frames" -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/spruce_trellis.json b/mod/beautify/src/main/resources/data/beautify/recipes/spruce_trellis.json deleted file mode 100644 index dbd7b405..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/spruce_trellis.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:spruce_log" - } - }, - "result": { - "item": "beautify:spruce_trellis", - "count": 4 - }, - "group": "trellis" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/warped_blinds.json b/mod/beautify/src/main/resources/data/beautify/recipes/warped_blinds.json deleted file mode 100644 index b1e7100c..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/warped_blinds.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/_/", - "/_/" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "_": { - "item": "minecraft:warped_slab" - } - }, - "result": { - "item": "beautify:warped_blinds", - "count": 1 - }, - "group": "blinds" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/warped_picture_frame.json b/mod/beautify/src/main/resources/data/beautify/recipes/warped_picture_frame.json deleted file mode 100644 index 5b8b033e..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/warped_picture_frame.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - " _ ", - " W ", - " _/" - ], - "key": { - "_": { - "item": "minecraft:warped_slab" - }, - "W": { - "item": "minecraft:white_wool" - }, - "/": { - "item": "minecraft:stick" - } - }, - "result": { - "item": "beautify:warped_picture_frame", - "count": 1 - }, - "group": "frames" -} diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/warped_trellis.json b/mod/beautify/src/main/resources/data/beautify/recipes/warped_trellis.json deleted file mode 100644 index 9f7d44bb..00000000 --- a/mod/beautify/src/main/resources/data/beautify/recipes/warped_trellis.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "/ /", - " O ", - "/ /" - ], - "key": { - "/": { - "item": "minecraft:stick" - }, - "O": { - "item": "minecraft:warped_stem" - } - }, - "result": { - "item": "beautify:warped_trellis", - "count": 4 - }, - "group": "trellis" -} \ No newline at end of file diff --git a/mod/beautify/src/main/resources/data/beautify/structures/botanist_house_desert.nbt b/mod/beautify/src/main/resources/data/beautify/structures/botanist_house_desert.nbt deleted file mode 100644 index 3b66250d301b962cd549db1bff6b0f8619bdc22c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4305 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 L7it-WZ`<}iA?&pa diff --git a/mod/beautify/src/main/resources/data/beautify/structures/botanist_house_plains.nbt b/mod/beautify/src/main/resources/data/beautify/structures/botanist_house_plains.nbt deleted file mode 100644 index d50fb857df3d9076f7367b03376b136f49eeef5f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5270 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.14.21", - "fabric-api": "*", - "minecraft": "~1.20", - "java": ">=17", - "cloth-config": "*" - }, - "custom": { - "modmenu": { - "links": { - "modmenu.curseforge": "https://www.curseforge.com/minecraft/mc-mods/beautify-refabricated" - } - } - } -} diff --git a/mod/beautify/src/main/resources/icon.png b/mod/beautify/src/main/resources/icon.png deleted file mode 100644 index 9a6a3fea68812483532c5b84ecdfd16e79598918..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 23567 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 diff --git a/src/main/java/io/github/suel_ki/beautify/common/block/Blinds.java b/src/main/java/io/github/suel_ki/beautify/common/block/Blinds.java index e6e2fda5..d5b1890c 100644 --- a/src/main/java/io/github/suel_ki/beautify/common/block/Blinds.java +++ b/src/main/java/io/github/suel_ki/beautify/common/block/Blinds.java @@ -1,7 +1,9 @@ package io.github.suel_ki.beautify.common.block; import java.util.List; +import java.util.Map; +import com.google.common.collect.ImmutableMap; import com.mojang.serialization.MapCodec; import io.github.suel_ki.beautify.Beautify; import io.github.suel_ki.beautify.core.init.SoundInit; @@ -11,9 +13,9 @@ import net.minecraft.core.Direction; import net.minecraft.network.chat.Component; import net.minecraft.sounds.SoundSource; -import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.Item; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.TooltipFlag; import net.minecraft.world.item.context.BlockPlaceContext; @@ -33,15 +35,21 @@ public class Blinds extends HorizontalDirectionalBlock { // Voxelshapes; Hidden = Blind not visible - private static final VoxelShape OPEN_NORTH = Block.box(0, 13, 13, 16, 16, 16); - private static final VoxelShape OPEN_SOUTH = Block.box(0, 13, 0, 16, 16, 3); - private static final VoxelShape OPEN_WEST = Block.box(13, 13, 0, 16, 16, 16); - private static final VoxelShape OPEN_EAST = Block.box(0, 13, 0, 3, 16, 16); - private static final VoxelShape CLOSED_SOUTH = Block.box(0, 0, 0, 16, 16, 2); - private static final VoxelShape CLOSED_NORTH = Block.box(0, 0, 13, 16, 16, 16); - private static final VoxelShape CLOSED_EAST = Block.box(0, 0, 0, 3, 16, 16); - private static final VoxelShape CLOSED_WEST = Block.box(13, 0, 0, 16, 16, 16); - private static final VoxelShape SHAPE_HIDDEN = Block.box(0, 0, 0, 0, 0, 0); + private static final Map CLOSED_SHAPES = ImmutableMap.of( + Direction.NORTH, Block.box(0, 13, 13, 16, 16, 16), + Direction.EAST, Block.box(0, 13, 0, 3, 16, 16), + Direction.SOUTH, Block.box(0, 13, 0, 16, 16, 3), + Direction.WEST, Block.box(13, 13, 0, 16, 16, 16) + ); + + private static final Map OPEN_SHAPES = ImmutableMap.of( + Direction.NORTH, Block.box(0, 0, 13, 16, 16, 16), + Direction.EAST, Block.box(0, 0, 0, 3, 16, 16), + Direction.SOUTH, Block.box(0, 0, 0, 16, 16, 2), + Direction.WEST, Block.box(13, 0, 0, 16, 16, 16) + ); + + private static final VoxelShape SHAPE_HIDDEN = Shapes.empty(); // Open = true if blinds are down; Hidden = true if blinds are closed and there // is a blind above public static final BooleanProperty OPEN = BooleanProperty.create("open"); @@ -95,127 +103,129 @@ protected void createBlockStateDefinition(StateDefinition.Builder closed // HIDDEN: false <-> true if below root @Override - public InteractionResult use(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, - BlockHitResult result) { - if (!level.isClientSide() && hand == InteractionHand.MAIN_HAND && player.getItemInHand(hand).isEmpty()) { - // stores last value of blind - final boolean currentlyOpen = state.getValue(OPEN); - - // if the blinds open from the root - // search for the position of the topmost blind and set the pos - if (Beautify.CONFIG.blinds.opensFromRoot) { - int step = 1; - while (sameBlindType(level, pos.above(step), state)) { - ++step; - } - pos = pos.above(step - 1); + public InteractionResult useWithoutItem(BlockState state, Level level, BlockPos pos, Player player, + BlockHitResult result) { + if (level.isClientSide()) { + return InteractionResult.PASS; + } + + // stores last value of blind + final boolean currentlyOpen = state.getValue(OPEN); + + // if the blinds open from the root + // search for the position of the topmost blind and set the pos + if (Beautify.CONFIG.blinds.opensFromRoot) { + int step = 1; + while (sameBlindType(level, pos.above(step), state)) { + ++step; } + pos = pos.above(step - 1); + } - { - // changes clicked blind: open <-> closed - level.setBlock(pos, state.setValue(OPEN, !currentlyOpen), 3); + { + // changes clicked blind: open <-> closed + level.setBlock(pos, state.setValue(OPEN, !currentlyOpen), 3); - // CODE BELOW IS DISABLED IF SEARCHRADIUS = 0 - // checks for blinds below clicked blind: open <-> closed, hidden=true - if (Beautify.CONFIG.blinds.searchRadius > 0) { - for (int offsetDown = 1; offsetDown <= Beautify.CONFIG.blinds.searchRadius; ++offsetDown) { - if (sameBlindType(level, pos.below(offsetDown), state)) { - switchOpenUpdateHidden(level, pos.below(offsetDown), state, false); - } else { - break; - } + // CODE BELOW IS DISABLED IF SEARCHRADIUS = 0 + // checks for blinds below clicked blind: open <-> closed, hidden=true + if (Beautify.CONFIG.blinds.searchRadius > 0) { + for (int offsetDown = 1; offsetDown <= Beautify.CONFIG.blinds.searchRadius; ++offsetDown) { + if (sameBlindType(level, pos.below(offsetDown), state)) { + switchOpenUpdateHidden(level, pos.below(offsetDown), state, false); + } else { + break; } } + } + + if (Beautify.CONFIG.blinds.searchRadius > 0) { + // FOR BLINDS ON NORTH-SOUTH AXIS + if (state.getValue(FACING) == Direction.NORTH || state.getValue(FACING) == Direction.SOUTH) { - if (Beautify.CONFIG.blinds.searchRadius > 0) { - // FOR BLINDS ON NORTH-SOUTH AXIS - if (state.getValue(FACING) == Direction.NORTH || state.getValue(FACING) == Direction.SOUTH) { - - // checks blinds east of clicked blind - for (int offsetEast = 1; offsetEast <= Beautify.CONFIG.blinds.searchRadius / 2; ++offsetEast) { - if (sameBlindType(level, pos.east(offsetEast), state)) { - // changes east blinds: open <-> closed - level.setBlock(pos.east(offsetEast), state.setValue(OPEN, !currentlyOpen), 3); - // checks for blinds below east blinds: open <-> closed, hidden=true - for (int offsetDown = 1; offsetDown <= Beautify.CONFIG.blinds.searchRadius; ++offsetDown) { - if (sameBlindType(level, pos.below(offsetDown).east(offsetEast), state)) { - switchOpenUpdateHidden(level, pos.below(offsetDown).east(offsetEast), state, - false); - } else { - break; - } + // checks blinds east of clicked blind + for (int offsetEast = 1; offsetEast <= Beautify.CONFIG.blinds.searchRadius / 2; ++offsetEast) { + if (sameBlindType(level, pos.east(offsetEast), state)) { + // changes east blinds: open <-> closed + level.setBlock(pos.east(offsetEast), state.setValue(OPEN, !currentlyOpen), 3); + // checks for blinds below east blinds: open <-> closed, hidden=true + for (int offsetDown = 1; offsetDown <= Beautify.CONFIG.blinds.searchRadius; ++offsetDown) { + if (sameBlindType(level, pos.below(offsetDown).east(offsetEast), state)) { + switchOpenUpdateHidden(level, pos.below(offsetDown).east(offsetEast), state, + false); + } else { + break; } - } else { - break; } + } else { + break; } + } - // checks blinds west of clicked blind - for (int offsetWest = 1; offsetWest <= Beautify.CONFIG.blinds.searchRadius / 2; ++offsetWest) { - if (sameBlindType(level, pos.west(offsetWest), state)) { - // changes west blinds: open <-> closed - level.setBlock(pos.west(offsetWest), state.setValue(OPEN, !currentlyOpen), 3); - // checks for blinds below west blinds: open <-> closed, hidden=true - for (int offsetDown = 1; offsetDown <= Beautify.CONFIG.blinds.searchRadius; ++offsetDown) { - if (sameBlindType(level, pos.below(offsetDown).west(offsetWest), state)) { - switchOpenUpdateHidden(level, pos.below(offsetDown).west(offsetWest), state, - false); - } else { - break; - } + // checks blinds west of clicked blind + for (int offsetWest = 1; offsetWest <= Beautify.CONFIG.blinds.searchRadius / 2; ++offsetWest) { + if (sameBlindType(level, pos.west(offsetWest), state)) { + // changes west blinds: open <-> closed + level.setBlock(pos.west(offsetWest), state.setValue(OPEN, !currentlyOpen), 3); + // checks for blinds below west blinds: open <-> closed, hidden=true + for (int offsetDown = 1; offsetDown <= Beautify.CONFIG.blinds.searchRadius; ++offsetDown) { + if (sameBlindType(level, pos.below(offsetDown).west(offsetWest), state)) { + switchOpenUpdateHidden(level, pos.below(offsetDown).west(offsetWest), state, + false); + } else { + break; } - } else { - break; } + } else { + break; } } + } - // FOR BLINDS ON EAST-WEST AXIS - if (state.getValue(FACING) == Direction.EAST || state.getValue(FACING) == Direction.WEST) { - - // checks blinds north of clicked blind - for (int offsetNorth = 1; offsetNorth <= Beautify.CONFIG.blinds.searchRadius / 2; ++offsetNorth) { - if (sameBlindType(level, pos.north(offsetNorth), state)) { - // changes north blinds: open <-> closed - level.setBlock(pos.north(offsetNorth), state.setValue(OPEN, !currentlyOpen), 3); - // checks for blinds below north blinds: open <-> closed, hidden=true - for (int offsetDown = 1; offsetDown <= Beautify.CONFIG.blinds.searchRadius; ++offsetDown) { - if (sameBlindType(level, pos.below(offsetDown).north(offsetNorth), state)) { - switchOpenUpdateHidden(level, pos.below(offsetDown).north(offsetNorth), - state, false); - } else { - break; - } + // FOR BLINDS ON EAST-WEST AXIS + if (state.getValue(FACING) == Direction.EAST || state.getValue(FACING) == Direction.WEST) { + + // checks blinds north of clicked blind + for (int offsetNorth = 1; offsetNorth <= Beautify.CONFIG.blinds.searchRadius / 2; ++offsetNorth) { + if (sameBlindType(level, pos.north(offsetNorth), state)) { + // changes north blinds: open <-> closed + level.setBlock(pos.north(offsetNorth), state.setValue(OPEN, !currentlyOpen), 3); + // checks for blinds below north blinds: open <-> closed, hidden=true + for (int offsetDown = 1; offsetDown <= Beautify.CONFIG.blinds.searchRadius; ++offsetDown) { + if (sameBlindType(level, pos.below(offsetDown).north(offsetNorth), state)) { + switchOpenUpdateHidden(level, pos.below(offsetDown).north(offsetNorth), + state, false); + } else { + break; } - } else { - break; } + } else { + break; } + } - // checks blinds south of clicked blind - for (int offsetSouth = 1; offsetSouth <= Beautify.CONFIG.blinds.searchRadius / 2; ++offsetSouth) { - if (sameBlindType(level, pos.south(offsetSouth), state)) { - // changes south blinds: open <-> closed - level.setBlock(pos.south(offsetSouth), state.setValue(OPEN, !currentlyOpen), 3); - // checks for blinds below south blinds: open <-> closed, hidden=true - for (int offsetDown = 1; offsetDown <= Beautify.CONFIG.blinds.searchRadius; ++offsetDown) { - if (sameBlindType(level, pos.below(offsetDown).south(offsetSouth), state)) { - switchOpenUpdateHidden(level, pos.below(offsetDown).south(offsetSouth), - state, false); - } else { - break; - } + // checks blinds south of clicked blind + for (int offsetSouth = 1; offsetSouth <= Beautify.CONFIG.blinds.searchRadius / 2; ++offsetSouth) { + if (sameBlindType(level, pos.south(offsetSouth), state)) { + // changes south blinds: open <-> closed + level.setBlock(pos.south(offsetSouth), state.setValue(OPEN, !currentlyOpen), 3); + // checks for blinds below south blinds: open <-> closed, hidden=true + for (int offsetDown = 1; offsetDown <= Beautify.CONFIG.blinds.searchRadius; ++offsetDown) { + if (sameBlindType(level, pos.below(offsetDown).south(offsetSouth), state)) { + switchOpenUpdateHidden(level, pos.below(offsetDown).south(offsetSouth), + state, false); + } else { + break; } - } else { - break; } + } else { + break; } } - level.playSound(null, pos, - currentlyOpen ? SoundInit.BLINDS_CLOSE : SoundInit.BLINDS_OPEN, - SoundSource.BLOCKS, 1, 1); - return InteractionResult.SUCCESS; } + level.playSound(null, pos, + currentlyOpen ? SoundInit.BLINDS_CLOSE : SoundInit.BLINDS_OPEN, + SoundSource.BLOCKS, 1, 1); + return InteractionResult.SUCCESS; } } return InteractionResult.SUCCESS; @@ -225,8 +235,14 @@ public InteractionResult use(BlockState state, Level level, BlockPos pos, Player // block in level at pos is the same kind of blind // and facing is the same as state private boolean sameBlindType(LevelAccessor level, BlockPos pos, BlockState state) { - return level.getBlockState(pos).getBlock() == this.asBlock() - && level.getBlockState(pos).getValue(FACING) == state.getValue(FACING); + BlockState blindsState = level.getBlockState(pos); + Block block = blindsState.getBlock(); + + if (block == this && state.hasProperty(FACING)) { + return blindsState.getValue(FACING) == state.getValue(FACING); + } + + return false; } // method for changing the blockstates of blinds @@ -273,27 +289,16 @@ public VoxelShape getShape(BlockState state, BlockGetter level, BlockPos pos, Co return SHAPE_HIDDEN; } - if (!state.getValue(OPEN)) { - return switch (state.getValue(FACING)) { - case NORTH -> OPEN_NORTH; - case SOUTH -> OPEN_SOUTH; - case WEST -> OPEN_WEST; - case EAST -> OPEN_EAST; - default -> OPEN_NORTH; - }; - } + Direction facing = state.getValue(FACING); + boolean isOpen = state.getValue(OPEN); + + Map shapes = isOpen ? OPEN_SHAPES : CLOSED_SHAPES; - return switch (state.getValue(FACING)) { - case NORTH -> CLOSED_NORTH; - case SOUTH -> CLOSED_SOUTH; - case WEST -> CLOSED_WEST; - case EAST -> CLOSED_EAST; - default -> CLOSED_NORTH; - }; + return shapes.get(facing); } @Override - public void appendHoverText(ItemStack stack, BlockGetter level, List component, TooltipFlag flag) { + public void appendHoverText(ItemStack stack, Item.TooltipContext tooltipContext, List component, TooltipFlag flag) { if (!Screen.hasShiftDown()) { component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); } @@ -302,6 +307,6 @@ public void appendHoverText(ItemStack stack, BlockGetter level, List component.add(Component.translatable("tooltip.beautify.blinds.1").withStyle(ChatFormatting.GRAY)); component.add(Component.translatable("tooltip.beautify.blinds.2").withStyle(ChatFormatting.GRAY)); } - super.appendHoverText(stack, level, component, flag); + super.appendHoverText(stack, tooltipContext, component, flag); } } diff --git a/src/main/java/io/github/suel_ki/beautify/common/block/BookStack.java b/src/main/java/io/github/suel_ki/beautify/common/block/BookStack.java index e8c6f909..2bf240e3 100644 --- a/src/main/java/io/github/suel_ki/beautify/common/block/BookStack.java +++ b/src/main/java/io/github/suel_ki/beautify/common/block/BookStack.java @@ -1,8 +1,10 @@ package io.github.suel_ki.beautify.common.block; import java.util.List; +import java.util.Map; import java.util.Random; +import com.google.common.collect.ImmutableMap; import com.mojang.serialization.MapCodec; import io.github.suel_ki.beautify.core.init.SoundInit; import net.minecraft.ChatFormatting; @@ -13,10 +15,10 @@ import net.minecraft.server.level.ServerLevel; import net.minecraft.sounds.SoundSource; import net.minecraft.util.RandomSource; -import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.Item; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.TooltipFlag; import net.minecraft.world.item.context.BlockPlaceContext; @@ -31,19 +33,23 @@ import net.minecraft.world.level.block.state.properties.IntegerProperty; import net.minecraft.world.phys.BlockHitResult; import net.minecraft.world.phys.shapes.CollisionContext; +import net.minecraft.world.phys.shapes.Shapes; import net.minecraft.world.phys.shapes.VoxelShape; public class BookStack extends HorizontalDirectionalBlock { - private static final int modelcount = 7; // number of models the bookstack has - public static final IntegerProperty BOOKSTACK_MODEL = IntegerProperty.create("bookstack_model", 0, modelcount - 1); - // Different Voxelshapes for models of BOOKSTACK_MODEL - private static final VoxelShape SHAPE0 = Block.box(1, 0, 1, 15, 4, 15); - private static final VoxelShape SHAPE1 = Block.box(1, 0, 1, 15, 4, 15); - private static final VoxelShape SHAPE2 = Block.box(0, 0, 0, 16, 1.5, 16); - private static final VoxelShape SHAPE3 = Block.box(0, 0, 0, 16, 9.5, 16); - private static final VoxelShape SHAPE4 = Block.box(1, 0, 1, 15, 5, 15); - private static final VoxelShape SHAPE5 = Block.box(0.5, 0, 0.5, 15.5, 7.25, 15.5); - private static final VoxelShape SHAPE6 = Block.box(1, 0, 1, 15, 12, 15); + private static final int MODELCOUNT = 7; // number of models the bookstack has + public static final IntegerProperty BOOKSTACK_MODEL = IntegerProperty.create("bookstack_model", 0, MODELCOUNT - 1); + + //Map of hitboxes for every model the model can be + private static final Map SHAPES_FOR_MODEL = ImmutableMap.of( + 0, Shapes.or(Block.box(1, 0, 1, 15, 4, 15)), + 1, Shapes.or(Block.box(1, 0, 1, 15, 4, 15)), + 2, Shapes.or(Block.box(0, 0, 0, 16, 1.5, 16)), + 3, Shapes.or(Block.box(0, 0, 0, 16, 9.5, 16)), + 4, Shapes.or(Block.box(1, 0, 1, 15, 5, 15)), + 5, Shapes.or(Block.box(0.5, 0, 0.5, 15.5, 7.25, 15.5)), + 6, Shapes.or(Block.box(1, 0, 1, 15, 12, 15)) + ); public static final MapCodec CODEC = simpleCodec(BookStack::new); @@ -60,19 +66,9 @@ protected MapCodec codec() { @Override public VoxelShape getShape(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) { - return switch (state.getValue(BOOKSTACK_MODEL)) { - case 0 -> SHAPE0; - case 1 -> SHAPE1; - case 2 -> SHAPE2; - case 3 -> SHAPE3; - case 4 -> SHAPE4; - case 5 -> SHAPE5; - case 6 -> SHAPE6; - default -> SHAPE0; - }; + return SHAPES_FOR_MODEL.get(state.getValue(BOOKSTACK_MODEL)); } - @SuppressWarnings("deprecation") @Override public BlockState updateShape(BlockState state, Direction direction, BlockState neighborState, LevelAccessor level, BlockPos currentPos, BlockPos neighborPos) { @@ -87,7 +83,6 @@ public boolean canSurvive(BlockState state, LevelReader level, BlockPos pos) { return canSupportRigidBlock(level, pos.below()); } - @Override public void tick(BlockState state, ServerLevel level, BlockPos pos, RandomSource rand) { if (!state.canSurvive(level, pos)) { @@ -97,14 +92,16 @@ public void tick(BlockState state, ServerLevel level, BlockPos pos, RandomSource // changing the model of the bookstack by shift-rightclicking @Override - public InteractionResult use(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, - BlockHitResult result) { - if (!level.isClientSide() && hand == InteractionHand.MAIN_HAND && player.getItemInHand(hand).isEmpty() - && player.isShiftKeyDown()) { + public InteractionResult useWithoutItem(BlockState state, Level level, BlockPos pos, Player player, + BlockHitResult result) { + if (level.isClientSide()) { + return InteractionResult.SUCCESS; + } + if (player.isShiftKeyDown()) { int currentModel = state.getValue(BOOKSTACK_MODEL); // current index level.playSound(null, pos, SoundInit.BOOKSTACK_NEXT, SoundSource.BLOCKS, 1, 1); // reset if it surpasses the number of possible models - if (currentModel + 1 > modelcount - 1) { + if (currentModel + 1 > MODELCOUNT - 1) { level.setBlock(pos, state.setValue(BOOKSTACK_MODEL, 0), 3); } else { // increases index level.setBlock(pos, state.setValue(BOOKSTACK_MODEL, currentModel + 1), 3); @@ -122,10 +119,8 @@ public void fallOn(Level level, BlockState state, BlockPos pos, Entity entity, f @Override public BlockState getStateForPlacement(BlockPlaceContext context) { - final int min = 0; - final int max = modelcount; Random rand = new Random(); - int randomNum = rand.nextInt((max - min)); + int randomNum = rand.nextInt((MODELCOUNT)); return this.defaultBlockState().setValue(FACING, context.getHorizontalDirection().getOpposite()) .setValue(BOOKSTACK_MODEL, randomNum); @@ -139,7 +134,7 @@ protected void createBlockStateDefinition(StateDefinition.Builder component, TooltipFlag flag) { + public void appendHoverText(ItemStack stack, Item.TooltipContext tooltipContext, List component, TooltipFlag flag) { if (!Screen.hasShiftDown()) { component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); } @@ -150,6 +145,6 @@ public void appendHoverText(ItemStack stack, BlockGetter getter, List component.add(Component.translatable("tooltip.beautify.bookstack.2") .withStyle(ChatFormatting.GRAY)); } - super.appendHoverText(stack, getter, component, flag); + super.appendHoverText(stack, tooltipContext, component, flag); } } diff --git a/src/main/java/io/github/suel_ki/beautify/common/block/BotanistWorkbench.java b/src/main/java/io/github/suel_ki/beautify/common/block/BotanistWorkbench.java index 013e7226..95f514d0 100644 --- a/src/main/java/io/github/suel_ki/beautify/common/block/BotanistWorkbench.java +++ b/src/main/java/io/github/suel_ki/beautify/common/block/BotanistWorkbench.java @@ -1,13 +1,16 @@ package io.github.suel_ki.beautify.common.block; import java.util.List; +import java.util.Map; +import com.google.common.collect.ImmutableMap; import com.mojang.serialization.MapCodec; import net.minecraft.ChatFormatting; import net.minecraft.client.gui.screens.Screen; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.network.chat.Component; +import net.minecraft.world.item.Item; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.TooltipFlag; import net.minecraft.world.item.context.BlockPlaceContext; @@ -21,15 +24,17 @@ import net.minecraft.world.phys.shapes.VoxelShape; public class BotanistWorkbench extends HorizontalDirectionalBlock { - - private static final VoxelShape SHAPE_NORTH = Shapes.or(box(2, 0, 0, 16, 12, 14.25), - box(9.5, 12, 8.5, 13.5, 16, 12.5)); - private static final VoxelShape SHAPE_SOUTH = Shapes.or(box(0, 0, 1.75, 14, 12, 16), - box(2.5, 12, 3.5, 6.5, 16, 7.5)); - private static final VoxelShape SHAPE_EAST = Shapes.or(box(1.75, 0, 2, 16, 12, 16), - box(3.5, 12, 9.5, 7.5, 16, 13.5)); - private static final VoxelShape SHAPE_WEST = Shapes.or(box(0, 0, 0, 14.25, 12, 14), - box(8.5, 12, 2.5, 12.5, 16, 6.5)); + //Map of hitboxes for direction the model can be facing + private static final Map SHAPES_FOR_MODEL = ImmutableMap.of( + Direction.NORTH, Shapes.or(box(2, 0, 0, 16, 12, 14.25), + box(9.5, 12, 8.5, 13.5, 16, 12.5)), + Direction.SOUTH, Shapes.or(box(0, 0, 1.75, 14, 12, 16), + box(2.5, 12, 3.5, 6.5, 16, 7.5)), + Direction.WEST, Shapes.or(box(0, 0, 0, 14.25, 12, 14), + box(8.5, 12, 2.5, 12.5, 16, 6.5)), + Direction.EAST, Shapes.or(box(1.75, 0, 2, 16, 12, 16), + box(3.5, 12, 9.5, 7.5, 16, 13.5)) + ); public static final MapCodec CODEC = simpleCodec(BotanistWorkbench::new); @@ -50,13 +55,7 @@ public BlockState getStateForPlacement(BlockPlaceContext context) { @Override public VoxelShape getShape(BlockState state, BlockGetter getter, BlockPos pos, CollisionContext context) { - return switch (state.getValue(FACING)) { - case NORTH -> SHAPE_NORTH; - case SOUTH -> SHAPE_SOUTH; - case EAST -> SHAPE_EAST; - case WEST -> SHAPE_WEST; - default -> SHAPE_NORTH; - }; + return SHAPES_FOR_MODEL.get(state.getValue(FACING)); } @Override @@ -66,7 +65,7 @@ protected void createBlockStateDefinition(StateDefinition.Builder component, TooltipFlag flag) { + public void appendHoverText(ItemStack stack, Item.TooltipContext tooltipContext, List component, TooltipFlag flag) { if (!Screen.hasShiftDown()) { component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); } @@ -75,6 +74,6 @@ public void appendHoverText(ItemStack stack, BlockGetter getter, List component.add(Component.translatable("tooltip.beautify.botanist_workbench.1") .withStyle(ChatFormatting.GRAY)); } - super.appendHoverText(stack, getter, component, flag); + super.appendHoverText(stack, tooltipContext, component, flag); } } 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 7d140d54..89e3f6c8 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 @@ -12,7 +12,7 @@ import net.minecraft.sounds.SoundSource; import net.minecraft.stats.Stats; import net.minecraft.world.InteractionHand; -import net.minecraft.world.InteractionResult; +import net.minecraft.world.ItemInteractionResult; import net.minecraft.world.entity.item.ItemEntity; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.Item; @@ -35,14 +35,14 @@ import net.minecraft.world.phys.shapes.VoxelShape; public class HangingPot extends LanternBlock { - private static final List validFlowers = Arrays.asList(Items.AIR, Items.ROSE_BUSH, Items.LILAC, + public static final List VALID_FLOWERS = Arrays.asList(Items.AIR, Items.ROSE_BUSH, Items.LILAC, Items.BLUE_ORCHID, Items.VINE, Items.SUNFLOWER, Items.PEONY, Items.AZURE_BLUET, Items.RED_TULIP, Items.ORANGE_TULIP, Items.WHITE_TULIP, Items.PINK_TULIP, Items.ALLIUM, Items.DANDELION, Items.POPPY, Items.GLOW_LICHEN, Items.OXEYE_DAISY, Items.LILY_OF_THE_VALLEY, Items.CORNFLOWER, Items.WEEPING_VINES, - Items.TWISTING_VINES, Items.WITHER_ROSE, Items.GLOW_BERRIES, Items.SWEET_BERRIES, Items.GRASS_BLOCK, Items.FERN); + Items.TWISTING_VINES, Items.WITHER_ROSE, Items.GLOW_BERRIES, Items.SWEET_BERRIES, Items.SHORT_GRASS, Items.FERN); // POTFLOWER indicates which index of the flowers List below is active - public static final IntegerProperty POTFLOWER = IntegerProperty.create("potflower", 0, validFlowers.size() - 1); + public static final IntegerProperty POTFLOWER = IntegerProperty.create("potflower", 0, VALID_FLOWERS.size() - 1); public static final BooleanProperty GROWN = BooleanProperty.create("grown"); @@ -57,28 +57,29 @@ public HangingPot(Properties properties) { private static final VoxelShape STANDING_SHAPE = Shapes.or(box(5, 0, 5, 11, 5, 11), box(4, 5, 4, 12, 8, 12)); public List getValidFlowers() { - return validFlowers; + return VALID_FLOWERS; } @Override public VoxelShape getShape(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) { - if (state.getValue(HANGING)) { - return HANGING_SHAPE; - } - return STANDING_SHAPE; + return state.getValue(HANGING) ? HANGING_SHAPE : STANDING_SHAPE; } - @SuppressWarnings("deprecation") @Override public void neighborChanged(BlockState state, Level level, BlockPos pos, Block block, BlockPos blockPos, boolean bool) { - if (state.getValue(GROWN)) { //if the plant is grown long + //if the plant is grown long + if (state.getValue(GROWN)) { + //if the neighbour is a model that clips into the pot if (blockPos.equals(pos.below()) - && level.getBlockState(pos.below()).isFaceSturdy(level, pos.below(), Direction.UP)) { //if the neighbour is a model that clips into the pot + && level.getBlockState(pos.below()).isFaceSturdy(level, pos.below(), Direction.UP)) { + //make pot ungrown again level.setBlock(pos, state.setValue(GROWN, false), 3); + //spawn item from plant inside ItemEntity Item = new ItemEntity(level, pos.getX(), pos.getY(), pos.getZ(), - new ItemStack(validFlowers.get(state.getValue(POTFLOWER)))); + new ItemStack(VALID_FLOWERS.get(state.getValue(POTFLOWER)))); level.addFreshEntity(Item); + //play breaking sound level.playSound(null, pos, SoundEvents.HANGING_ROOTS_BREAK, SoundSource.BLOCKS, 1, 1); } } @@ -86,16 +87,16 @@ public void neighborChanged(BlockState state, Level level, BlockPos pos, Block b } @Override - public InteractionResult use(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, - BlockHitResult result) { + public ItemInteractionResult useItemOn(ItemStack stack, BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, + BlockHitResult result) { - if (!level.isClientSide() && hand == InteractionHand.MAIN_HAND) { + if (!level.isClientSide()) { ItemStack playerStack = player.getItemInHand(hand); // saving ItemStack // growing plant // block below must not be sturdy to prevent clipping models if (playerStack.getItem().equals(Items.BONE_MEAL) && state.getValue(POTFLOWER) != 0 - /*&& !level.getBlockState(pos.below()).isFaceSturdy(level, pos.below(), Direction.UP)*/) { + && !level.getBlockState(pos.below()).isFaceSturdy(level, pos.below(), Direction.UP)) { if (!state.getValue(GROWN)) { level.levelEvent(1505, result.getBlockPos(), 0); //level.playSound(null, pos, SoundEvents.BONE_MEAL_USE, SoundSource.BLOCKS, 1, 1); @@ -103,7 +104,7 @@ public InteractionResult use(BlockState state, Level level, BlockPos pos, Player playerStack.shrink(1); } level.setBlock(pos, state.setValue(GROWN, true), 3); - return InteractionResult.SUCCESS; + return ItemInteractionResult.SUCCESS; } } @@ -113,35 +114,35 @@ public InteractionResult use(BlockState state, Level level, BlockPos pos, Player level.playSound(null, pos, SoundEvents.SHEEP_SHEAR, SoundSource.BLOCKS, 1, 1); level.setBlock(pos, state.setValue(GROWN, false), 3); ItemEntity Item = new ItemEntity(level, pos.getX(), pos.getY(), pos.getZ(), - new ItemStack(validFlowers.get(state.getValue(POTFLOWER)))); + new ItemStack(VALID_FLOWERS.get(state.getValue(POTFLOWER)))); level.addFreshEntity(Item); - return InteractionResult.SUCCESS; + return ItemInteractionResult.SUCCESS; } // if there is a flower if (state.getValue(POTFLOWER) != 0) { // giving flower and clearing pot if hand empty if (playerStack.isEmpty()) { - player.setItemInHand(hand, new ItemStack(validFlowers.get(state.getValue(POTFLOWER)), + player.setItemInHand(hand, new ItemStack(VALID_FLOWERS.get(state.getValue(POTFLOWER)), state.getValue(GROWN) ? 2 : 1)); // giving 1 or 2 of plant (grown or not) level.setBlock(pos, state.setValue(POTFLOWER, 0).setValue(GROWN, false), 3); // emptying the pot level.playSound(null, pos, SoundEvents.COMPOSTER_READY, SoundSource.BLOCKS, 1, 1); - return InteractionResult.SUCCESS; - } else if (playerStack.is(validFlowers.get(state.getValue(POTFLOWER))) + return ItemInteractionResult.SUCCESS; + } else if (playerStack.is(VALID_FLOWERS.get(state.getValue(POTFLOWER))) && playerStack.getCount() < playerStack.getMaxStackSize()) { playerStack.grow(state.getValue(GROWN) ? 2 : 1); // giving 1 or 2 of plant (grown or not) level.setBlock(pos, state.setValue(POTFLOWER, 0).setValue(GROWN, false), 3); level.playSound(null, pos, SoundEvents.AZALEA_LEAVES_BREAK, SoundSource.BLOCKS, 1, 1); - return InteractionResult.SUCCESS; + return ItemInteractionResult.SUCCESS; } // else just return } else { // if there is no flower // checks if the flower in hand matches the available types - for (Item flower : validFlowers) { + for (Item flower : VALID_FLOWERS) { if (playerStack.getItem().equals(flower)) { - level.setBlock(pos, state.setValue(POTFLOWER, validFlowers.indexOf(flower)), 3); + level.setBlock(pos, state.setValue(POTFLOWER, VALID_FLOWERS.indexOf(flower)), 3); player.awardStat(Stats.POT_FLOWER); if (!flower.equals(Items.AIR)) { level.playSound(null, pos, SoundEvents.AZALEA_PLACE, SoundSource.BLOCKS, 1, 1); @@ -149,15 +150,15 @@ public InteractionResult use(BlockState state, Level level, BlockPos pos, Player if (!player.getAbilities().instabuild) { playerStack.shrink(1); } - return InteractionResult.SUCCESS; + return ItemInteractionResult.SUCCESS; } } // if the flower is not a valid one } - return InteractionResult.CONSUME; + return ItemInteractionResult.CONSUME; } // end of statement - return InteractionResult.CONSUME; + return ItemInteractionResult.CONSUME; } @Override @@ -170,7 +171,7 @@ private boolean isEmpty(BlockState state) { } public Block getContent(BlockState state) { - return Block.byItem(validFlowers.get(state.getValue(POTFLOWER))); + return Block.byItem(VALID_FLOWERS.get(state.getValue(POTFLOWER))); } // creating Blockstates @@ -181,7 +182,7 @@ protected void createBlockStateDefinition(StateDefinition.Builder component, TooltipFlag flag) { + public void appendHoverText(ItemStack stack, Item.TooltipContext tooltipContext, List component, TooltipFlag flag) { if (!Screen.hasShiftDown() && !Screen.hasControlDown()) { component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); component.add(Component.translatable("tooltip.beautify.plantlist").withStyle(ChatFormatting.YELLOW)); @@ -195,13 +196,6 @@ public void appendHoverText(ItemStack stack, BlockGetter getter, List component.add(Component.translatable("tooltip.beautify.hanging_pot.3") .withStyle(ChatFormatting.GRAY)); } - - if (Screen.hasControlDown()) { - component.add(Component.translatable("tooltip.beautify.hanging_pot.plant_header").withStyle(ChatFormatting.UNDERLINE) - .withStyle(ChatFormatting.BOLD).withStyle(ChatFormatting.GRAY)); - component.add(Component.translatable("tooltip.beautify.hanging_pot.plants") - .withStyle(ChatFormatting.GRAY)); - } - super.appendHoverText(stack, getter, component, flag); + super.appendHoverText(stack, tooltipContext, component, flag); } } \ No newline at end of file diff --git a/src/main/java/io/github/suel_ki/beautify/common/block/LampBamboo.java b/src/main/java/io/github/suel_ki/beautify/common/block/LampBamboo.java index 9fea7fbc..7ef88523 100644 --- a/src/main/java/io/github/suel_ki/beautify/common/block/LampBamboo.java +++ b/src/main/java/io/github/suel_ki/beautify/common/block/LampBamboo.java @@ -8,9 +8,9 @@ import net.minecraft.network.chat.Component; import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; -import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.Item; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.TooltipFlag; import net.minecraft.world.level.BlockGetter; @@ -36,18 +36,14 @@ public LampBamboo(Properties properties) { } @Override - public VoxelShape getShape(BlockState state, BlockGetter level, BlockPos pos, - CollisionContext context) { - if (state.getValue(HANGING)) { - return SHAPE_HANGING; - } - return SHAPE_STANDING; + public VoxelShape getShape(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) { + return state.getValue(HANGING) ? SHAPE_HANGING : SHAPE_STANDING; } @Override - public InteractionResult use(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, - BlockHitResult result) { - if (!level.isClientSide() && hand == InteractionHand.MAIN_HAND && player.getItemInHand(hand).isEmpty()) { + public InteractionResult useWithoutItem(BlockState state, Level level, BlockPos pos, Player player, + BlockHitResult result) { + if (!level.isClientSide()) { level.setBlock(pos, state.setValue(ON, !state.getValue(ON)), 3); float f = state.getValue(ON) ? 0.5F : 0.6F; level.playSound(null, pos, SoundEvents.LEVER_CLICK, SoundSource.BLOCKS, 0.25F, f); @@ -63,7 +59,7 @@ protected void createBlockStateDefinition(StateDefinition.Builder component, TooltipFlag flag) { + public void appendHoverText(ItemStack stack, Item.TooltipContext tooltipContext, List component, TooltipFlag flag) { if (!Screen.hasShiftDown()) { component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); } @@ -74,6 +70,6 @@ public void appendHoverText(ItemStack stack, BlockGetter getter, List component.add(Component.translatable("tooltip.beautify.lamp.2") .withStyle(ChatFormatting.GRAY)); } - super.appendHoverText(stack, getter, component, flag); + super.appendHoverText(stack, tooltipContext, component, flag); } } diff --git a/src/main/java/io/github/suel_ki/beautify/common/block/LampCandleabra.java b/src/main/java/io/github/suel_ki/beautify/common/block/LampCandelabra.java similarity index 83% rename from src/main/java/io/github/suel_ki/beautify/common/block/LampCandleabra.java rename to src/main/java/io/github/suel_ki/beautify/common/block/LampCandelabra.java index df65b811..357c0ce3 100644 --- a/src/main/java/io/github/suel_ki/beautify/common/block/LampCandleabra.java +++ b/src/main/java/io/github/suel_ki/beautify/common/block/LampCandelabra.java @@ -15,9 +15,11 @@ import net.minecraft.sounds.SoundSource; import net.minecraft.util.RandomSource; import net.minecraft.world.InteractionHand; -import net.minecraft.world.InteractionResult; +import net.minecraft.world.ItemInteractionResult; +import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.entity.player.Player; import net.minecraft.world.entity.projectile.Projectile; +import net.minecraft.world.item.Item; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; import net.minecraft.world.item.TooltipFlag; @@ -41,14 +43,14 @@ import net.minecraft.world.phys.shapes.Shapes; import net.minecraft.world.phys.shapes.VoxelShape; -public class LampCandleabra extends LanternBlock { +public class LampCandelabra extends LanternBlock { public static final BooleanProperty ON = BooleanProperty.create("on"); public static final DirectionProperty FACING = BlockStateProperties.HORIZONTAL_FACING; private static final VoxelShape SHAPE_HANGING = Shapes.join(Block.box(0, 2, 6.5, 16, 16, 9.5), Block.box(6.5, 2, 0, 9.5, 16, 16), BooleanOp.OR); - private static final VoxelShape SHAPE_STANDING = Block.box(4, 0, 4, 12, 13, 12); + private static final VoxelShape SHAPE_STANDING = Block.box(5, 0, 5, 11, 14, 11); - public LampCandleabra(Properties properties) { + public LampCandelabra(Properties properties) { super(properties); this.registerDefaultState(this.defaultBlockState().setValue(ON, false).setValue(FACING, Direction.NORTH)); } @@ -113,12 +115,8 @@ public BlockState getStateForPlacement(BlockPlaceContext context) { } @Override - public VoxelShape getShape(BlockState state, BlockGetter level, BlockPos pos, - CollisionContext context) { - if (state.getValue(HANGING)) { - return SHAPE_HANGING; - } - return SHAPE_STANDING; + public VoxelShape getShape(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) { + return state.getValue(HANGING) ? SHAPE_HANGING : SHAPE_STANDING; } @Override @@ -129,25 +127,24 @@ public void onProjectileHit(Level level, BlockState state, BlockHitResult hitRes } @Override - public InteractionResult use(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, - BlockHitResult result) { - if (!level.isClientSide() && hand == InteractionHand.MAIN_HAND) { + public ItemInteractionResult useItemOn(ItemStack stack, BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, + BlockHitResult result) { + if (!level.isClientSide()) { + ItemStack playerStack = player.getItemInHand(hand); // Ignite/Extinguish if (state.getValue(WATERLOGGED)) { - return InteractionResult.PASS; + return ItemInteractionResult.PASS_TO_DEFAULT_BLOCK_INTERACTION; } - if (this.isOn(state) && !player.isShiftKeyDown() && player.getItemInHand(hand).isEmpty()) { + if (this.isOn(state) && !player.isShiftKeyDown() && playerStack.isEmpty()) { extinguish(state, level, pos); - return InteractionResult.SUCCESS; - } else if (!this.isOn(state) && player.getItemInHand(hand).is(Items.FLINT_AND_STEEL)) { + return ItemInteractionResult.SUCCESS; + } else if (!this.isOn(state) && playerStack.is(Items.FLINT_AND_STEEL)) { setOn(level, state, pos, true); - player.getItemInHand(hand).hurtAndBreak(1, player, (playerx) -> { - playerx.broadcastBreakEvent(hand); - }); - return InteractionResult.SUCCESS; + playerStack.hurtAndBreak(1, player, LivingEntity.getSlotForHand(hand)); + return ItemInteractionResult.SUCCESS; } } - return InteractionResult.SUCCESS; + return ItemInteractionResult.SUCCESS; } @Environment(EnvType.CLIENT) @@ -181,7 +178,7 @@ public boolean placeLiquid(LevelAccessor level, BlockPos pos, BlockState state, } @Override - public void appendHoverText(ItemStack stack, BlockGetter level, List component, TooltipFlag flag) { + public void appendHoverText(ItemStack stack, Item.TooltipContext tooltipContext, List component, TooltipFlag flag) { if (!Screen.hasShiftDown()) { component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); } @@ -194,6 +191,6 @@ public void appendHoverText(ItemStack stack, BlockGetter level, List component.add(Component.translatable("tooltip.beautify.candelabra.3") .withStyle(ChatFormatting.GRAY)); } - super.appendHoverText(stack, level, component, flag); + super.appendHoverText(stack, tooltipContext, component, flag); } } diff --git a/src/main/java/io/github/suel_ki/beautify/common/block/LampJar.java b/src/main/java/io/github/suel_ki/beautify/common/block/LampJar.java index af0c45f9..f9a76c88 100644 --- a/src/main/java/io/github/suel_ki/beautify/common/block/LampJar.java +++ b/src/main/java/io/github/suel_ki/beautify/common/block/LampJar.java @@ -13,12 +13,12 @@ import net.minecraft.sounds.SoundSource; import net.minecraft.util.RandomSource; import net.minecraft.world.InteractionHand; -import net.minecraft.world.InteractionResult; +import net.minecraft.world.ItemInteractionResult; import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.Item; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; import net.minecraft.world.item.TooltipFlag; -import net.minecraft.world.level.BlockGetter; import net.minecraft.world.level.Level; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.LanternBlock; @@ -38,9 +38,9 @@ public LampJar(Properties p_153465_) { // Fill @Override - public InteractionResult use(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, - BlockHitResult result) { - if (!level.isClientSide() && hand == InteractionHand.MAIN_HAND) { + public ItemInteractionResult useItemOn(ItemStack stack, BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, + BlockHitResult result) { + if (!level.isClientSide()) { ItemStack playerStack = player.getItemInHand(hand); @@ -53,7 +53,7 @@ public InteractionResult use(BlockState state, Level level, BlockPos pos, Player level.setBlock(pos, state.setValue(FILL_LEVEL, 0), 3); level.playSound(null, pos, SoundEvents.AMETHYST_CLUSTER_BREAK, SoundSource.BLOCKS, 0.5F, 0.5f); - return InteractionResult.SUCCESS; + return ItemInteractionResult.SUCCESS; } // increasing @@ -61,10 +61,10 @@ public InteractionResult use(BlockState state, Level level, BlockPos pos, Player playerStack.shrink(1); level.setBlock(pos, state.setValue(FILL_LEVEL, currentLevel + increase), 3); level.playSound(null, pos, SoundEvents.AMETHYST_BLOCK_HIT, SoundSource.BLOCKS, 0.5F, 0.5f); - return InteractionResult.SUCCESS; + return ItemInteractionResult.SUCCESS; } } - return InteractionResult.SUCCESS; + return ItemInteractionResult.SUCCESS; } @Override @@ -103,20 +103,6 @@ public void animateTick(BlockState state, Level level, BlockPos pos, RandomSourc level.addParticle(ParticleInit.GLOWESSENCE_PARTICLES, posX, posY, posZ, randomDir(rand), 0.01, randomDir(rand)); } - /*if (state.getValue(FILL_LEVEL) >= 5 && state.getValue(FILL_LEVEL) < 10) { - if (rand.nextInt(particleProbability) == 0) { - level.addParticle(ParticleTypes.END_ROD, posX, posY, posZ, randomDir(rand), 0.01, randomDir(rand)); - } - } else if (state.getValue(FILL_LEVEL) >= 10 && state.getValue(FILL_LEVEL) < 15) { - if (rand.nextInt(particleProbability) == 0) { - level.addParticle(ParticleTypes.END_ROD, posX, posY, posZ, randomDir(rand), 0.01, randomDir(rand)); - } - } else if (state.getValue(FILL_LEVEL) == 15) { - posX = (pos.getX() + 0.35) + rand.nextDouble() / 3.5; - posY = (pos.getY() + 0.1) + rand.nextDouble() / 3.5; - posZ = (pos.getZ() + 0.35) + rand.nextDouble() / 3.5; - level.addParticle(ParticleTypes.END_ROD, posX, posY, posZ, randomDir(rand), 0.01, randomDir(rand)); - }*/ } private static double randomDir(RandomSource rand) { @@ -124,7 +110,7 @@ private static double randomDir(RandomSource rand) { } @Override - public void appendHoverText(ItemStack stack, BlockGetter level, List component, TooltipFlag flag) { + public void appendHoverText(ItemStack stack, Item.TooltipContext tooltipContext, List component, TooltipFlag flag) { if (!Screen.hasShiftDown()) { component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); } @@ -134,6 +120,6 @@ public void appendHoverText(ItemStack stack, BlockGetter level, List component.add(Component.translatable("tooltip.beautify.lamp_jar.2").withStyle(ChatFormatting.GRAY)); component.add(Component.translatable("tooltip.beautify.lamp_jar.3").withStyle(ChatFormatting.GRAY)); } - super.appendHoverText(stack, level, component, flag); + super.appendHoverText(stack, tooltipContext, component, flag); } } diff --git a/src/main/java/io/github/suel_ki/beautify/common/block/LampLightBulb.java b/src/main/java/io/github/suel_ki/beautify/common/block/LampLightBulb.java index 56644a63..49911712 100644 --- a/src/main/java/io/github/suel_ki/beautify/common/block/LampLightBulb.java +++ b/src/main/java/io/github/suel_ki/beautify/common/block/LampLightBulb.java @@ -12,9 +12,9 @@ import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; import net.minecraft.util.RandomSource; -import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.Item; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.TooltipFlag; import net.minecraft.world.level.BlockGetter; @@ -40,21 +40,17 @@ public LampLightBulb(Properties properties) { } @Override - public VoxelShape getShape(BlockState state, BlockGetter level, BlockPos pos, - CollisionContext context) { - if (state.getValue(HANGING)) { - return SHAPE_HANGING; - } - return SHAPE_STANDING; + public VoxelShape getShape(BlockState state, BlockGetter level, BlockPos pos, CollisionContext context) { + return state.getValue(HANGING) ? SHAPE_HANGING : SHAPE_STANDING; } @Override - public InteractionResult use(BlockState state, Level pLevel, BlockPos pos, Player player, InteractionHand hand, - BlockHitResult result) { - if (!pLevel.isClientSide() && hand == InteractionHand.MAIN_HAND && player.getItemInHand(hand).isEmpty()) { - pLevel.setBlock(pos, state.setValue(ON, !state.getValue(ON)), 3); + public InteractionResult useWithoutItem(BlockState state, Level level, BlockPos pos, Player player, + BlockHitResult result) { + if (!level.isClientSide()) { + level.setBlock(pos, state.setValue(ON, !state.getValue(ON)), 3); float f = state.getValue(ON) ? 0.5F : 0.6F; - pLevel.playSound(null, pos, SoundEvents.LEVER_CLICK, SoundSource.BLOCKS, 0.25F, f); + level.playSound(null, pos, SoundEvents.LEVER_CLICK, SoundSource.BLOCKS, 0.25F, f); } return InteractionResult.SUCCESS; @@ -83,7 +79,7 @@ protected void createBlockStateDefinition(StateDefinition.Builder component, TooltipFlag flag) { + public void appendHoverText(ItemStack stack, Item.TooltipContext tooltipContext, List component, TooltipFlag flag) { if (!Screen.hasShiftDown()) { component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); } @@ -94,6 +90,6 @@ public void appendHoverText(ItemStack stack, BlockGetter level, List component.add(Component.translatable("tooltip.beautify.lamp.2") .withStyle(ChatFormatting.GRAY)); } - super.appendHoverText(stack, level, component, flag); + super.appendHoverText(stack, tooltipContext, component, flag); } } diff --git a/src/main/java/io/github/suel_ki/beautify/common/block/PictureFrame.java b/src/main/java/io/github/suel_ki/beautify/common/block/PictureFrame.java index f664854a..9831afe2 100644 --- a/src/main/java/io/github/suel_ki/beautify/common/block/PictureFrame.java +++ b/src/main/java/io/github/suel_ki/beautify/common/block/PictureFrame.java @@ -11,9 +11,9 @@ import net.minecraft.network.chat.Component; import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; -import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.Item; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.TooltipFlag; import net.minecraft.world.item.context.BlockPlaceContext; @@ -30,8 +30,8 @@ import net.minecraft.world.phys.shapes.VoxelShape; public class PictureFrame extends HorizontalDirectionalBlock { - private static final int modelcount = 13; // number of models the frame has - public static final IntegerProperty FRAME_MOTIVE = IntegerProperty.create("frame_motive", 0, modelcount - 1); + private static final int MODELCOUNT = 13; // number of models the frame has + public static final IntegerProperty FRAME_MOTIVE = IntegerProperty.create("frame_motive", 0, MODELCOUNT - 1); protected static final VoxelShape SHAPE = Block.box(5, 0, 5, 11, 8, 11); public static final MapCodec CODEC = simpleCodec(PictureFrame::new); @@ -48,13 +48,12 @@ protected MapCodec codec() { // changing the model of the picture frame by shift-rightclicking @Override - public InteractionResult use(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, - BlockHitResult result) { - if (!level.isClientSide() && hand == InteractionHand.MAIN_HAND && player.getItemInHand(hand).isEmpty() - && player.isShiftKeyDown()) { + public InteractionResult useWithoutItem(BlockState state, Level level, BlockPos pos, Player player, + BlockHitResult result) { + if (!level.isClientSide() && player.isShiftKeyDown()) { int currentModel = state.getValue(FRAME_MOTIVE); // current index // reset if it surpasses the number of possible models - if (currentModel + 1 > modelcount - 1) { + if (currentModel + 1 > MODELCOUNT - 1) { level.setBlock(pos, state.setValue(FRAME_MOTIVE, 0), 3); } else { // increases index level.setBlock(pos, state.setValue(FRAME_MOTIVE, currentModel + 1), 3); @@ -78,10 +77,8 @@ public VoxelShape getOcclusionShape(BlockState state, BlockGetter level, BlockPo @Override public BlockState getStateForPlacement(BlockPlaceContext context) { - final int min = 0; - final int max = modelcount; Random rand = new Random(); - int randomNum = rand.nextInt((max - min)); + int randomNum = rand.nextInt((MODELCOUNT)); return this.defaultBlockState().setValue(FACING, context.getHorizontalDirection().getOpposite()) .setValue(FRAME_MOTIVE, randomNum); @@ -95,7 +92,7 @@ protected void createBlockStateDefinition(StateDefinition.Builder component, TooltipFlag flag) { + public void appendHoverText(ItemStack stack, Item.TooltipContext tooltipContext, List component, TooltipFlag flag) { if (!Screen.hasShiftDown()) { component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); } @@ -106,6 +103,6 @@ public void appendHoverText(ItemStack stack, BlockGetter level, List component.add(Component.translatable("tooltip.beautify.picture_frame.2") .withStyle(ChatFormatting.GRAY)); } - super.appendHoverText(stack, level, component, flag); + super.appendHoverText(stack, tooltipContext, component, flag); } } diff --git a/src/main/java/io/github/suel_ki/beautify/common/block/Rope.java b/src/main/java/io/github/suel_ki/beautify/common/block/Rope.java index 91233041..83853460 100644 --- a/src/main/java/io/github/suel_ki/beautify/common/block/Rope.java +++ b/src/main/java/io/github/suel_ki/beautify/common/block/Rope.java @@ -6,9 +6,9 @@ import net.minecraft.client.gui.screens.Screen; import net.minecraft.core.Direction; import net.minecraft.network.chat.Component; +import net.minecraft.world.item.Item; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.TooltipFlag; -import net.minecraft.world.level.BlockGetter; import net.minecraft.world.level.block.ChainBlock; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.material.PushReaction; @@ -25,7 +25,7 @@ public PushReaction getPistonPushReaction(BlockState blockState) { } @Override - public void appendHoverText(ItemStack stack, BlockGetter level, List component, TooltipFlag flag) { + public void appendHoverText(ItemStack stack, Item.TooltipContext tooltipContext, List component, TooltipFlag flag) { if (!Screen.hasShiftDown()) { component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); } @@ -34,6 +34,6 @@ public void appendHoverText(ItemStack stack, BlockGetter level, List component.add(Component.translatable("tooltip.beautify.rope.1").withStyle(ChatFormatting.GRAY)); component.add(Component.translatable("tooltip.beautify.rope.2").withStyle(ChatFormatting.GRAY)); } - super.appendHoverText(stack, level, component, flag); + super.appendHoverText(stack, tooltipContext, component, flag); } } 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 f7d833f0..db800f60 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 @@ -2,7 +2,9 @@ import java.util.Arrays; import java.util.List; +import java.util.Map; +import com.google.common.collect.ImmutableMap; import com.mojang.serialization.MapCodec; import net.minecraft.ChatFormatting; import net.minecraft.client.gui.screens.Screen; @@ -13,7 +15,7 @@ import net.minecraft.sounds.SoundSource; import net.minecraft.stats.Stats; import net.minecraft.world.InteractionHand; -import net.minecraft.world.InteractionResult; +import net.minecraft.world.ItemInteractionResult; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.Item; import net.minecraft.world.item.ItemStack; @@ -34,18 +36,20 @@ import net.minecraft.world.phys.shapes.VoxelShape; public class Trellis extends HorizontalDirectionalBlock { - private static final List validFlowers = Arrays.asList(Items.AIR, Items.ROSE_BUSH, Items.SUNFLOWER, + public static final List VALID_FLOWERS = Arrays.asList(Items.AIR, Items.ROSE_BUSH, Items.SUNFLOWER, Items.PEONY, Items.LILAC, Items.VINE, Items.WEEPING_VINES, Items.TWISTING_VINES, Items.GLOW_LICHEN); // FLOWERS indicates which index of the flowers List below is active - public static final IntegerProperty FLOWERS = IntegerProperty.create("flowers", 0, validFlowers.size() - 1); + public static final IntegerProperty FLOWERS = IntegerProperty.create("flowers", 0, VALID_FLOWERS.size() - 1); public static final BooleanProperty CEILLING = BooleanProperty.create("ceilling"); private static final VoxelShape SHAPE_CEILLING = Block.box(0, 14, 0, 16, 16, 16); - private static final VoxelShape SHAPE_SOUTH = Block.box(0, 0, 0, 16, 16, 2); - private static final VoxelShape SHAPE_NORTH = Block.box(0, 0, 14, 16, 16, 16); - private static final VoxelShape SHAPE_WEST = Block.box(14, 0, 0, 16, 16, 16); - private static final VoxelShape SHAPE_EAST = Block.box(0, 0, 0, 2, 16, 16); + private static final Map SHAPES_FOR_MODEL = ImmutableMap.of( + Direction.NORTH, Block.box(0, 0, 14, 16, 16, 16), + Direction.SOUTH, Block.box(0, 0, 0, 16, 16, 2), + Direction.WEST, Block.box(14, 0, 0, 16, 16, 16), + Direction.EAST, Block.box(0, 0, 0, 2, 16, 16) + ); public static final MapCodec CODEC = simpleCodec(Trellis::new); @@ -60,7 +64,7 @@ protected MapCodec codec() { } public List getValidFlowers() { - return validFlowers; + return VALID_FLOWERS; } @Override @@ -81,22 +85,12 @@ public VoxelShape getShape(BlockState state, BlockGetter level, BlockPos pos, Co return SHAPE_CEILLING; } - return switch (state.getValue(FACING)) { - case SOUTH -> SHAPE_SOUTH; - case EAST -> SHAPE_EAST; - case WEST -> SHAPE_WEST; - default -> SHAPE_NORTH; - }; + return SHAPES_FOR_MODEL.get(state.getValue(FACING)); } - /*@Override - public boolean isFlammable(BlockState state, BlockGetter level, BlockPos pos, Direction direction) { - return true; - }*/ - @Override - public InteractionResult use(BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, - BlockHitResult result) { + public ItemInteractionResult useItemOn(ItemStack stack, BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, + BlockHitResult result) { if (!level.isClientSide() && hand == InteractionHand.MAIN_HAND) { @@ -107,26 +101,26 @@ public InteractionResult use(BlockState state, Level level, BlockPos pos, Player // giving flower and clearing pot if hand empty or same stack if (playerStack.isEmpty()) { - player.setItemInHand(hand, new ItemStack(validFlowers.get(state.getValue(FLOWERS)))); + player.setItemInHand(hand, new ItemStack(VALID_FLOWERS.get(state.getValue(FLOWERS)))); level.setBlock(pos, state.setValue(FLOWERS, 0), 3); level.playSound(null, pos, SoundEvents.AZALEA_LEAVES_BREAK, SoundSource.BLOCKS, 1, 1); - return InteractionResult.SUCCESS; - } else if (playerStack.is(validFlowers.get(state.getValue(FLOWERS))) + return ItemInteractionResult.SUCCESS; + } else if (playerStack.is(VALID_FLOWERS.get(state.getValue(FLOWERS))) && playerStack.getCount() < playerStack.getMaxStackSize()) { playerStack.grow(1); level.setBlock(pos, state.setValue(FLOWERS, 0), 3); level.playSound(null, pos, SoundEvents.AZALEA_LEAVES_BREAK, SoundSource.BLOCKS, 1, 1); - return InteractionResult.SUCCESS; + return ItemInteractionResult.SUCCESS; } // else just return - return InteractionResult.CONSUME; + return ItemInteractionResult.CONSUME; } else { // if there is no flower // checks if the flower in hand matches the available types - for (Item flower : validFlowers) { + for (Item flower : VALID_FLOWERS) { if (playerStack.getItem().equals(flower)) { - level.setBlock(pos, state.setValue(FLOWERS, validFlowers.indexOf(flower)), 3); + level.setBlock(pos, state.setValue(FLOWERS, VALID_FLOWERS.indexOf(flower)), 3); player.awardStat(Stats.POT_FLOWER); if (!flower.equals(Items.AIR)) { level.playSound(null, pos, SoundEvents.AZALEA_PLACE, SoundSource.BLOCKS, 1, 1); @@ -134,15 +128,15 @@ public InteractionResult use(BlockState state, Level level, BlockPos pos, Player if (!player.getAbilities().instabuild) { playerStack.shrink(1); } - return InteractionResult.SUCCESS; + return ItemInteractionResult.SUCCESS; } } // if the flower is not a valid one - return InteractionResult.CONSUME; + return ItemInteractionResult.CONSUME; } } // end of statement - return InteractionResult.CONSUME; + return ItemInteractionResult.CONSUME; } @Override @@ -155,7 +149,7 @@ private boolean isEmpty(BlockState state) { } public Block getContent(BlockState state) { - return Block.byItem(validFlowers.get(state.getValue(FLOWERS))); + return Block.byItem(VALID_FLOWERS.get(state.getValue(FLOWERS))); } @Override @@ -164,7 +158,7 @@ protected void createBlockStateDefinition(StateDefinition.Builder component, TooltipFlag flag) { + public void appendHoverText(ItemStack stack, Item.TooltipContext tooltipContext, List component, TooltipFlag flag) { if (!Screen.hasShiftDown() && !Screen.hasControlDown()) { component.add(Component.translatable("tooltip.beautify.shift").withStyle(ChatFormatting.YELLOW)); component.add(Component.translatable("tooltip.beautify.plantlist").withStyle(ChatFormatting.YELLOW)); @@ -174,13 +168,6 @@ public void appendHoverText(ItemStack stack, BlockGetter level, List component.add(Component.translatable("tooltip.beautify.trellis.1").withStyle(ChatFormatting.GRAY)); component.add(Component.translatable("tooltip.beautify.trellis.2").withStyle(ChatFormatting.GRAY)); } - - if (Screen.hasControlDown()) { - component.add(Component.translatable("tooltip.beautify.trellis.plant_header").withStyle(ChatFormatting.UNDERLINE) - .withStyle(ChatFormatting.BOLD).withStyle(ChatFormatting.GRAY)); - component.add(Component.translatable("tooltip.beautify.trellis.plants") - .withStyle(ChatFormatting.GRAY)); - } - super.appendHoverText(stack, level, component, flag); + super.appendHoverText(stack, tooltipContext, component, flag); } } diff --git a/src/main/java/io/github/suel_ki/beautify/compat/jade/JadePlugin.java b/src/main/java/io/github/suel_ki/beautify/compat/jade/JadePlugin.java index da22d6af..eecaf83f 100644 --- a/src/main/java/io/github/suel_ki/beautify/compat/jade/JadePlugin.java +++ b/src/main/java/io/github/suel_ki/beautify/compat/jade/JadePlugin.java @@ -3,10 +3,10 @@ import io.github.suel_ki.beautify.common.block.HangingPot; import io.github.suel_ki.beautify.common.block.LampJar; import io.github.suel_ki.beautify.common.block.Trellis; -import io.github.suel_ki.beautify.compat.jade.provider.BookStackProvider; -import io.github.suel_ki.beautify.compat.jade.provider.HangingPotProvider; -import io.github.suel_ki.beautify.compat.jade.provider.LampJarProvider; -import io.github.suel_ki.beautify.compat.jade.provider.TrellisProvider; +import io.github.suel_ki.beautify.compat.jade.providers.BookStackProvider; +import io.github.suel_ki.beautify.compat.jade.providers.HangingPotProvider; +import io.github.suel_ki.beautify.compat.jade.providers.LampJarProvider; +import io.github.suel_ki.beautify.compat.jade.providers.TrellisProvider; import io.github.suel_ki.beautify.core.init.BlockInit; import snownee.jade.api.IWailaClientRegistration; import snownee.jade.api.IWailaPlugin; diff --git a/src/main/java/io/github/suel_ki/beautify/compat/jade/provider/BookStackProvider.java b/src/main/java/io/github/suel_ki/beautify/compat/jade/provider/BookStackProvider.java deleted file mode 100644 index e50bcf27..00000000 --- a/src/main/java/io/github/suel_ki/beautify/compat/jade/provider/BookStackProvider.java +++ /dev/null @@ -1,16 +0,0 @@ -package io.github.suel_ki.beautify.compat.jade.provider; - -import net.minecraft.core.BlockPos; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.state.BlockState; -import snownee.jade.api.platform.CustomEnchantPower; - -public enum BookStackProvider implements CustomEnchantPower { - - INSTANCE; - - @Override - public float getEnchantPowerBonus(BlockState state, Level level, BlockPos pos) { - return 1; - } -} diff --git a/mod/beautify/src/main/java/com/github/suel_ki/beautify/compat/jade/provider/BookStackProvider.java b/src/main/java/io/github/suel_ki/beautify/compat/jade/providers/BookStackProvider.java similarity index 87% rename from mod/beautify/src/main/java/com/github/suel_ki/beautify/compat/jade/provider/BookStackProvider.java rename to src/main/java/io/github/suel_ki/beautify/compat/jade/providers/BookStackProvider.java index 8c1b083d..ac11f47d 100644 --- a/mod/beautify/src/main/java/com/github/suel_ki/beautify/compat/jade/provider/BookStackProvider.java +++ b/src/main/java/io/github/suel_ki/beautify/compat/jade/providers/BookStackProvider.java @@ -1,4 +1,4 @@ -package com.github.suel_ki.beautify.compat.jade.provider; +package io.github.suel_ki.beautify.compat.jade.providers; import net.minecraft.core.BlockPos; import net.minecraft.world.level.Level; diff --git a/src/main/java/io/github/suel_ki/beautify/compat/jade/provider/HangingPotProvider.java b/src/main/java/io/github/suel_ki/beautify/compat/jade/providers/HangingPotProvider.java similarity index 96% rename from src/main/java/io/github/suel_ki/beautify/compat/jade/provider/HangingPotProvider.java rename to src/main/java/io/github/suel_ki/beautify/compat/jade/providers/HangingPotProvider.java index 60edd8e2..b54fdcc4 100644 --- a/src/main/java/io/github/suel_ki/beautify/compat/jade/provider/HangingPotProvider.java +++ b/src/main/java/io/github/suel_ki/beautify/compat/jade/providers/HangingPotProvider.java @@ -1,4 +1,4 @@ -package io.github.suel_ki.beautify.compat.jade.provider; +package io.github.suel_ki.beautify.compat.jade.providers; import io.github.suel_ki.beautify.Beautify; import io.github.suel_ki.beautify.common.block.HangingPot; diff --git a/src/main/java/io/github/suel_ki/beautify/compat/jade/provider/LampJarProvider.java b/src/main/java/io/github/suel_ki/beautify/compat/jade/providers/LampJarProvider.java similarity index 96% rename from src/main/java/io/github/suel_ki/beautify/compat/jade/provider/LampJarProvider.java rename to src/main/java/io/github/suel_ki/beautify/compat/jade/providers/LampJarProvider.java index 75a0ac63..3d6f2708 100644 --- a/src/main/java/io/github/suel_ki/beautify/compat/jade/provider/LampJarProvider.java +++ b/src/main/java/io/github/suel_ki/beautify/compat/jade/providers/LampJarProvider.java @@ -1,4 +1,4 @@ -package io.github.suel_ki.beautify.compat.jade.provider; +package io.github.suel_ki.beautify.compat.jade.providers; import io.github.suel_ki.beautify.Beautify; import io.github.suel_ki.beautify.common.block.LampJar; diff --git a/src/main/java/io/github/suel_ki/beautify/compat/jade/provider/TrellisProvider.java b/src/main/java/io/github/suel_ki/beautify/compat/jade/providers/TrellisProvider.java similarity index 95% rename from src/main/java/io/github/suel_ki/beautify/compat/jade/provider/TrellisProvider.java rename to src/main/java/io/github/suel_ki/beautify/compat/jade/providers/TrellisProvider.java index 8d20c519..374acfc9 100644 --- a/src/main/java/io/github/suel_ki/beautify/compat/jade/provider/TrellisProvider.java +++ b/src/main/java/io/github/suel_ki/beautify/compat/jade/providers/TrellisProvider.java @@ -1,4 +1,4 @@ -package io.github.suel_ki.beautify.compat.jade.provider; +package io.github.suel_ki.beautify.compat.jade.providers; import io.github.suel_ki.beautify.common.block.Trellis; import net.minecraft.resources.ResourceLocation; diff --git a/src/main/java/io/github/suel_ki/beautify/mixin/EnchantmentTableBlockMixin.java b/src/main/java/io/github/suel_ki/beautify/mixin/EnchantingTableBlockMixin.java similarity index 86% rename from src/main/java/io/github/suel_ki/beautify/mixin/EnchantmentTableBlockMixin.java rename to src/main/java/io/github/suel_ki/beautify/mixin/EnchantingTableBlockMixin.java index 4ae6c566..0a68e1fc 100644 --- a/src/main/java/io/github/suel_ki/beautify/mixin/EnchantmentTableBlockMixin.java +++ b/src/main/java/io/github/suel_ki/beautify/mixin/EnchantingTableBlockMixin.java @@ -3,15 +3,14 @@ import io.github.suel_ki.beautify.core.init.BlockInit; import net.minecraft.core.BlockPos; import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.EnchantmentTableBlock; +import net.minecraft.world.level.block.EnchantingTableBlock; import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.injection.At; import org.spongepowered.asm.mixin.injection.Inject; import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable; -@Mixin(EnchantmentTableBlock.class) -public class EnchantmentTableBlockMixin { - +@Mixin(EnchantingTableBlock.class) +public class EnchantingTableBlockMixin { @Inject(at = @At("HEAD"), method = "isValidBookShelf", cancellable = true) private static void isValidBookShelf(Level level, BlockPos tablePos, BlockPos blockPos, CallbackInfoReturnable cir) { diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candelabra.json b/src/main/resources/assets/beautify/blockstates/lamp_candelabra.json new file mode 100644 index 00000000..c8e4931a --- /dev/null +++ b/src/main/resources/assets/beautify/blockstates/lamp_candelabra.json @@ -0,0 +1,64 @@ +{ + "variants": { + "on=false,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off" + }, + "on=false,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off", + "y": 90 + }, + "on=false,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off", + "y": 180 + }, + "on=false,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off", + "y": 270 + }, + "on=true,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra" + }, + "on=true,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra", + "y": 90 + }, + "on=true,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra", + "y": 180 + }, + "on=true,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra", + "y": 270 + }, + "on=false,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off" + }, + "on=false,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off", + "y": 90 + }, + "on=false,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off", + "y": 180 + }, + "on=false,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off", + "y": 270 + }, + "on=true,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra" + }, + "on=true,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra", + "y": 90 + }, + "on=true,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra", + "y": 180 + }, + "on=true,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candelabra_black.json b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_black.json new file mode 100644 index 00000000..d06405a1 --- /dev/null +++ b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_black.json @@ -0,0 +1,64 @@ +{ + "variants": { + "on=false,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_black" + }, + "on=false,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_black", + "y": 90 + }, + "on=false,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_black", + "y": 180 + }, + "on=false,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_black", + "y": 270 + }, + "on=true,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_black" + }, + "on=true,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_black", + "y": 90 + }, + "on=true,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_black", + "y": 180 + }, + "on=true,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_black", + "y": 270 + }, + "on=false,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_black" + }, + "on=false,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_black", + "y": 90 + }, + "on=false,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_black", + "y": 180 + }, + "on=false,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_black", + "y": 270 + }, + "on=true,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_black" + }, + "on=true,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_black", + "y": 90 + }, + "on=true,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_black", + "y": 180 + }, + "on=true,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_black", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candelabra_blue.json b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_blue.json new file mode 100644 index 00000000..f182e432 --- /dev/null +++ b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_blue.json @@ -0,0 +1,64 @@ +{ + "variants": { + "on=false,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_blue" + }, + "on=false,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_blue", + "y": 90 + }, + "on=false,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_blue", + "y": 180 + }, + "on=false,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_blue", + "y": 270 + }, + "on=true,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_blue" + }, + "on=true,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_blue", + "y": 90 + }, + "on=true,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_blue", + "y": 180 + }, + "on=true,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_blue", + "y": 270 + }, + "on=false,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_blue" + }, + "on=false,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_blue", + "y": 90 + }, + "on=false,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_blue", + "y": 180 + }, + "on=false,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_blue", + "y": 270 + }, + "on=true,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_blue" + }, + "on=true,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_blue", + "y": 90 + }, + "on=true,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_blue", + "y": 180 + }, + "on=true,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_blue", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candelabra_brown.json b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_brown.json new file mode 100644 index 00000000..b7d21f84 --- /dev/null +++ b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_brown.json @@ -0,0 +1,64 @@ +{ + "variants": { + "on=false,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_brown" + }, + "on=false,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_brown", + "y": 90 + }, + "on=false,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_brown", + "y": 180 + }, + "on=false,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_brown", + "y": 270 + }, + "on=true,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_brown" + }, + "on=true,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_brown", + "y": 90 + }, + "on=true,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_brown", + "y": 180 + }, + "on=true,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_brown", + "y": 270 + }, + "on=false,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_brown" + }, + "on=false,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_brown", + "y": 90 + }, + "on=false,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_brown", + "y": 180 + }, + "on=false,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_brown", + "y": 270 + }, + "on=true,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_brown" + }, + "on=true,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_brown", + "y": 90 + }, + "on=true,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_brown", + "y": 180 + }, + "on=true,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_brown", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candelabra_cyan.json b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_cyan.json new file mode 100644 index 00000000..dc91c4ca --- /dev/null +++ b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_cyan.json @@ -0,0 +1,64 @@ +{ + "variants": { + "on=false,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_cyan" + }, + "on=false,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_cyan", + "y": 90 + }, + "on=false,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_cyan", + "y": 180 + }, + "on=false,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_cyan", + "y": 270 + }, + "on=true,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_cyan" + }, + "on=true,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_cyan", + "y": 90 + }, + "on=true,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_cyan", + "y": 180 + }, + "on=true,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_cyan", + "y": 270 + }, + "on=false,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_cyan" + }, + "on=false,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_cyan", + "y": 90 + }, + "on=false,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_cyan", + "y": 180 + }, + "on=false,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_cyan", + "y": 270 + }, + "on=true,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_cyan" + }, + "on=true,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_cyan", + "y": 90 + }, + "on=true,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_cyan", + "y": 180 + }, + "on=true,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_cyan", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candelabra_gray.json b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_gray.json new file mode 100644 index 00000000..bad19f76 --- /dev/null +++ b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_gray.json @@ -0,0 +1,64 @@ +{ + "variants": { + "on=false,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_gray" + }, + "on=false,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_gray", + "y": 90 + }, + "on=false,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_gray", + "y": 180 + }, + "on=false,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_gray", + "y": 270 + }, + "on=true,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_gray" + }, + "on=true,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_gray", + "y": 90 + }, + "on=true,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_gray", + "y": 180 + }, + "on=true,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_gray", + "y": 270 + }, + "on=false,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_gray" + }, + "on=false,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_gray", + "y": 90 + }, + "on=false,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_gray", + "y": 180 + }, + "on=false,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_gray", + "y": 270 + }, + "on=true,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_gray" + }, + "on=true,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_gray", + "y": 90 + }, + "on=true,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_gray", + "y": 180 + }, + "on=true,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_gray", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candelabra_green.json b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_green.json new file mode 100644 index 00000000..f2baa7a2 --- /dev/null +++ b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_green.json @@ -0,0 +1,64 @@ +{ + "variants": { + "on=false,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_green" + }, + "on=false,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_green", + "y": 90 + }, + "on=false,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_green", + "y": 180 + }, + "on=false,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_green", + "y": 270 + }, + "on=true,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_green" + }, + "on=true,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_green", + "y": 90 + }, + "on=true,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_green", + "y": 180 + }, + "on=true,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_green", + "y": 270 + }, + "on=false,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_green" + }, + "on=false,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_green", + "y": 90 + }, + "on=false,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_green", + "y": 180 + }, + "on=false,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_green", + "y": 270 + }, + "on=true,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_green" + }, + "on=true,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_green", + "y": 90 + }, + "on=true,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_green", + "y": 180 + }, + "on=true,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_green", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candelabra_light_blue.json b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_light_blue.json new file mode 100644 index 00000000..a5207afd --- /dev/null +++ b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_light_blue.json @@ -0,0 +1,64 @@ +{ + "variants": { + "on=false,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_light_blue" + }, + "on=false,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_light_blue", + "y": 90 + }, + "on=false,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_light_blue", + "y": 180 + }, + "on=false,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_light_blue", + "y": 270 + }, + "on=true,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_light_blue" + }, + "on=true,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_light_blue", + "y": 90 + }, + "on=true,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_light_blue", + "y": 180 + }, + "on=true,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_light_blue", + "y": 270 + }, + "on=false,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_light_blue" + }, + "on=false,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_light_blue", + "y": 90 + }, + "on=false,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_light_blue", + "y": 180 + }, + "on=false,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_light_blue", + "y": 270 + }, + "on=true,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_light_blue" + }, + "on=true,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_light_blue", + "y": 90 + }, + "on=true,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_light_blue", + "y": 180 + }, + "on=true,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_light_blue", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candelabra_light_gray.json b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_light_gray.json new file mode 100644 index 00000000..5e37e7ff --- /dev/null +++ b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_light_gray.json @@ -0,0 +1,64 @@ +{ + "variants": { + "on=false,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_light_gray" + }, + "on=false,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_light_gray", + "y": 90 + }, + "on=false,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_light_gray", + "y": 180 + }, + "on=false,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_light_gray", + "y": 270 + }, + "on=true,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_light_gray" + }, + "on=true,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_light_gray", + "y": 90 + }, + "on=true,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_light_gray", + "y": 180 + }, + "on=true,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_light_gray", + "y": 270 + }, + "on=false,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_light_gray" + }, + "on=false,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_light_gray", + "y": 90 + }, + "on=false,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_light_gray", + "y": 180 + }, + "on=false,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_light_gray", + "y": 270 + }, + "on=true,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_light_gray" + }, + "on=true,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_light_gray", + "y": 90 + }, + "on=true,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_light_gray", + "y": 180 + }, + "on=true,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_light_gray", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candelabra_lime.json b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_lime.json new file mode 100644 index 00000000..63d18267 --- /dev/null +++ b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_lime.json @@ -0,0 +1,64 @@ +{ + "variants": { + "on=false,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_lime" + }, + "on=false,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_lime", + "y": 90 + }, + "on=false,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_lime", + "y": 180 + }, + "on=false,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_lime", + "y": 270 + }, + "on=true,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_lime" + }, + "on=true,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_lime", + "y": 90 + }, + "on=true,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_lime", + "y": 180 + }, + "on=true,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_lime", + "y": 270 + }, + "on=false,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_lime" + }, + "on=false,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_lime", + "y": 90 + }, + "on=false,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_lime", + "y": 180 + }, + "on=false,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_lime", + "y": 270 + }, + "on=true,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_lime" + }, + "on=true,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_lime", + "y": 90 + }, + "on=true,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_lime", + "y": 180 + }, + "on=true,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_lime", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candelabra_magenta.json b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_magenta.json new file mode 100644 index 00000000..3d5578a7 --- /dev/null +++ b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_magenta.json @@ -0,0 +1,64 @@ +{ + "variants": { + "on=false,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_magenta" + }, + "on=false,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_magenta", + "y": 90 + }, + "on=false,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_magenta", + "y": 180 + }, + "on=false,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_magenta", + "y": 270 + }, + "on=true,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_magenta" + }, + "on=true,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_magenta", + "y": 90 + }, + "on=true,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_magenta", + "y": 180 + }, + "on=true,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_magenta", + "y": 270 + }, + "on=false,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_magenta" + }, + "on=false,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_magenta", + "y": 90 + }, + "on=false,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_magenta", + "y": 180 + }, + "on=false,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_magenta", + "y": 270 + }, + "on=true,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_magenta" + }, + "on=true,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_magenta", + "y": 90 + }, + "on=true,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_magenta", + "y": 180 + }, + "on=true,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_magenta", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candelabra_orange.json b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_orange.json new file mode 100644 index 00000000..6f3fe1b4 --- /dev/null +++ b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_orange.json @@ -0,0 +1,64 @@ +{ + "variants": { + "on=false,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_orange" + }, + "on=false,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_orange", + "y": 90 + }, + "on=false,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_orange", + "y": 180 + }, + "on=false,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_orange", + "y": 270 + }, + "on=true,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_orange" + }, + "on=true,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_orange", + "y": 90 + }, + "on=true,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_orange", + "y": 180 + }, + "on=true,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_orange", + "y": 270 + }, + "on=false,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_orange" + }, + "on=false,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_orange", + "y": 90 + }, + "on=false,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_orange", + "y": 180 + }, + "on=false,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_orange", + "y": 270 + }, + "on=true,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_orange" + }, + "on=true,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_orange", + "y": 90 + }, + "on=true,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_orange", + "y": 180 + }, + "on=true,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_orange", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candelabra_pink.json b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_pink.json new file mode 100644 index 00000000..6b719d4b --- /dev/null +++ b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_pink.json @@ -0,0 +1,64 @@ +{ + "variants": { + "on=false,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_pink" + }, + "on=false,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_pink", + "y": 90 + }, + "on=false,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_pink", + "y": 180 + }, + "on=false,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_pink", + "y": 270 + }, + "on=true,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_pink" + }, + "on=true,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_pink", + "y": 90 + }, + "on=true,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_pink", + "y": 180 + }, + "on=true,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_pink", + "y": 270 + }, + "on=false,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_pink" + }, + "on=false,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_pink", + "y": 90 + }, + "on=false,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_pink", + "y": 180 + }, + "on=false,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_pink", + "y": 270 + }, + "on=true,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_pink" + }, + "on=true,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_pink", + "y": 90 + }, + "on=true,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_pink", + "y": 180 + }, + "on=true,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_pink", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candelabra_purple.json b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_purple.json new file mode 100644 index 00000000..f766d2fa --- /dev/null +++ b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_purple.json @@ -0,0 +1,64 @@ +{ + "variants": { + "on=false,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_purple" + }, + "on=false,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_purple", + "y": 90 + }, + "on=false,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_purple", + "y": 180 + }, + "on=false,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_purple", + "y": 270 + }, + "on=true,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_purple" + }, + "on=true,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_purple", + "y": 90 + }, + "on=true,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_purple", + "y": 180 + }, + "on=true,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_purple", + "y": 270 + }, + "on=false,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_purple" + }, + "on=false,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_purple", + "y": 90 + }, + "on=false,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_purple", + "y": 180 + }, + "on=false,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_purple", + "y": 270 + }, + "on=true,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_purple" + }, + "on=true,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_purple", + "y": 90 + }, + "on=true,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_purple", + "y": 180 + }, + "on=true,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_purple", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candelabra_red.json b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_red.json new file mode 100644 index 00000000..e100b10a --- /dev/null +++ b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_red.json @@ -0,0 +1,64 @@ +{ + "variants": { + "on=false,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_red" + }, + "on=false,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_red", + "y": 90 + }, + "on=false,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_red", + "y": 180 + }, + "on=false,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_red", + "y": 270 + }, + "on=true,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_red" + }, + "on=true,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_red", + "y": 90 + }, + "on=true,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_red", + "y": 180 + }, + "on=true,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_red", + "y": 270 + }, + "on=false,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_red" + }, + "on=false,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_red", + "y": 90 + }, + "on=false,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_red", + "y": 180 + }, + "on=false,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_red", + "y": 270 + }, + "on=true,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_red" + }, + "on=true,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_red", + "y": 90 + }, + "on=true,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_red", + "y": 180 + }, + "on=true,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_red", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candelabra_white.json b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_white.json new file mode 100644 index 00000000..fcd7533e --- /dev/null +++ b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_white.json @@ -0,0 +1,64 @@ +{ + "variants": { + "on=false,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_white" + }, + "on=false,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_white", + "y": 90 + }, + "on=false,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_white", + "y": 180 + }, + "on=false,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_white", + "y": 270 + }, + "on=true,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_white" + }, + "on=true,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_white", + "y": 90 + }, + "on=true,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_white", + "y": 180 + }, + "on=true,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_white", + "y": 270 + }, + "on=false,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_white" + }, + "on=false,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_white", + "y": 90 + }, + "on=false,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_white", + "y": 180 + }, + "on=false,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_white", + "y": 270 + }, + "on=true,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_white" + }, + "on=true,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_white", + "y": 90 + }, + "on=true,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_white", + "y": 180 + }, + "on=true,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_white", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candelabra_yellow.json b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_yellow.json new file mode 100644 index 00000000..067a3acc --- /dev/null +++ b/src/main/resources/assets/beautify/blockstates/lamp_candelabra_yellow.json @@ -0,0 +1,64 @@ +{ + "variants": { + "on=false,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_yellow" + }, + "on=false,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_yellow", + "y": 90 + }, + "on=false,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_yellow", + "y": 180 + }, + "on=false,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_yellow", + "y": 270 + }, + "on=true,facing=north,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_yellow" + }, + "on=true,facing=east,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_yellow", + "y": 90 + }, + "on=true,facing=south,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_yellow", + "y": 180 + }, + "on=true,facing=west,hanging=false": { + "model": "beautify:block/lamps/candelabras/standing_lamp_candelabra_yellow", + "y": 270 + }, + "on=false,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_yellow" + }, + "on=false,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_yellow", + "y": 90 + }, + "on=false,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_yellow", + "y": 180 + }, + "on=false,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_off_yellow", + "y": 270 + }, + "on=true,facing=north,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_yellow" + }, + "on=true,facing=east,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_yellow", + "y": 90 + }, + "on=true,facing=south,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_yellow", + "y": 180 + }, + "on=true,facing=west,hanging=true": { + "model": "beautify:block/lamps/candelabras/lamp_candelabra_yellow", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candleabra.json b/src/main/resources/assets/beautify/blockstates/lamp_candleabra.json deleted file mode 100644 index 8a49a9c0..00000000 --- a/src/main/resources/assets/beautify/blockstates/lamp_candleabra.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_black.json b/src/main/resources/assets/beautify/blockstates/lamp_candleabra_black.json deleted file mode 100644 index afe07459..00000000 --- a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_black.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_black" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_black", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_black", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_black", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_black" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_black", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_black", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_black", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_black" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_black", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_black", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_black", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_black" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_black", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_black", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_black", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_blue.json b/src/main/resources/assets/beautify/blockstates/lamp_candleabra_blue.json deleted file mode 100644 index 055c318d..00000000 --- a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_blue.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_blue" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_blue", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_blue", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_blue", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_blue" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_blue", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_blue", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_blue", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_blue" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_blue", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_blue", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_blue", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_blue" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_blue", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_blue", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_blue", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_brown.json b/src/main/resources/assets/beautify/blockstates/lamp_candleabra_brown.json deleted file mode 100644 index 03408682..00000000 --- a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_brown.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_brown" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_brown", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_brown", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_brown", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_brown" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_brown", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_brown", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_brown", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_brown" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_brown", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_brown", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_brown", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_brown" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_brown", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_brown", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_brown", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_cyan.json b/src/main/resources/assets/beautify/blockstates/lamp_candleabra_cyan.json deleted file mode 100644 index 98baaeb8..00000000 --- a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_cyan.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_cyan" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_cyan", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_cyan", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_cyan", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_cyan" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_cyan", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_cyan", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_cyan", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_cyan" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_cyan", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_cyan", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_cyan", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_cyan" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_cyan", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_cyan", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_cyan", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_gray.json b/src/main/resources/assets/beautify/blockstates/lamp_candleabra_gray.json deleted file mode 100644 index 9d8de4cf..00000000 --- a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_gray.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_gray" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_gray", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_gray", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_gray", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_gray" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_gray", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_gray", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_gray", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_gray" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_gray", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_gray", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_gray", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_gray" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_gray", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_gray", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_gray", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_green.json b/src/main/resources/assets/beautify/blockstates/lamp_candleabra_green.json deleted file mode 100644 index c0d50f54..00000000 --- a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_green.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_green" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_green", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_green", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_green", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_green" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_green", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_green", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_green", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_green" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_green", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_green", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_green", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_green" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_green", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_green", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_green", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_light_blue.json b/src/main/resources/assets/beautify/blockstates/lamp_candleabra_light_blue.json deleted file mode 100644 index d647a6ed..00000000 --- a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_light_blue.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_blue" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_blue", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_blue", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_blue", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_light_blue" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_light_blue", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_light_blue", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_light_blue", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_light_blue" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_light_blue", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_light_blue", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_light_blue", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_light_blue" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_light_blue", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_light_blue", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_light_blue", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_light_gray.json b/src/main/resources/assets/beautify/blockstates/lamp_candleabra_light_gray.json deleted file mode 100644 index bd88a976..00000000 --- a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_light_gray.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_gray" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_gray", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_gray", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_gray", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_light_gray" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_light_gray", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_light_gray", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_light_gray", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_light_gray" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_light_gray", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_light_gray", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_light_gray", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_light_gray" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_light_gray", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_light_gray", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_light_gray", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_lime.json b/src/main/resources/assets/beautify/blockstates/lamp_candleabra_lime.json deleted file mode 100644 index 9a3884be..00000000 --- a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_lime.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_lime" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_lime", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_lime", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_lime", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_lime" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_lime", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_lime", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_lime", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_lime" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_lime", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_lime", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_lime", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_lime" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_lime", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_lime", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_lime", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_magenta.json b/src/main/resources/assets/beautify/blockstates/lamp_candleabra_magenta.json deleted file mode 100644 index c08503ed..00000000 --- a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_magenta.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_magenta" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_magenta", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_magenta", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_magenta", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_magenta" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_magenta", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_magenta", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_magenta", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_magenta" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_magenta", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_magenta", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_magenta", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_magenta" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_magenta", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_magenta", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_magenta", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_orange.json b/src/main/resources/assets/beautify/blockstates/lamp_candleabra_orange.json deleted file mode 100644 index 65ad910f..00000000 --- a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_orange.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_orange" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_orange", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_orange", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_orange", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_orange" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_orange", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_orange", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_orange", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_orange" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_orange", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_orange", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_orange", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_orange" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_orange", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_orange", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_orange", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_pink.json b/src/main/resources/assets/beautify/blockstates/lamp_candleabra_pink.json deleted file mode 100644 index 64ef7999..00000000 --- a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_pink.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_pink" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_pink", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_pink", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_pink", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_pink" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_pink", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_pink", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_pink", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_pink" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_pink", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_pink", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_pink", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_pink" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_pink", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_pink", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_pink", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_purple.json b/src/main/resources/assets/beautify/blockstates/lamp_candleabra_purple.json deleted file mode 100644 index da370a7a..00000000 --- a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_purple.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_purple" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_purple", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_purple", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_purple", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_purple" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_purple", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_purple", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_purple", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_purple" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_purple", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_purple", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_purple", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_purple" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_purple", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_purple", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_purple", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_red.json b/src/main/resources/assets/beautify/blockstates/lamp_candleabra_red.json deleted file mode 100644 index ffc3076c..00000000 --- a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_red.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_red" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_red", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_red", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_red", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_red" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_red", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_red", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_red", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_red" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_red", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_red", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_red", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_red" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_red", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_red", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_red", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_white.json b/src/main/resources/assets/beautify/blockstates/lamp_candleabra_white.json deleted file mode 100644 index f90fe35d..00000000 --- a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_white.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_white" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_white", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_white", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_white", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_white" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_white", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_white", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_white", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_white" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_white", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_white", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_white", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_white" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_white", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_white", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_white", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_yellow.json b/src/main/resources/assets/beautify/blockstates/lamp_candleabra_yellow.json deleted file mode 100644 index 3c0ccc5c..00000000 --- a/src/main/resources/assets/beautify/blockstates/lamp_candleabra_yellow.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "variants": { - "on=false,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_yellow" - }, - "on=false,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_yellow", - "y": 90 - }, - "on=false,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_yellow", - "y": 180 - }, - "on=false,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_yellow", - "y": 270 - }, - "on=true,facing=north,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_yellow" - }, - "on=true,facing=east,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_yellow", - "y": 90 - }, - "on=true,facing=south,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_yellow", - "y": 180 - }, - "on=true,facing=west,hanging=false": { - "model": "beautify:block/lamps/candleabras/standing_lamp_candleabra_yellow", - "y": 270 - }, - "on=false,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_yellow" - }, - "on=false,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_yellow", - "y": 90 - }, - "on=false,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_yellow", - "y": 180 - }, - "on=false,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_off_yellow", - "y": 270 - }, - "on=true,facing=north,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_yellow" - }, - "on=true,facing=east,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_yellow", - "y": 90 - }, - "on=true,facing=south,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_yellow", - "y": 180 - }, - "on=true,facing=west,hanging=true": { - "model": "beautify:block/lamps/candleabras/lamp_candleabra_yellow", - "y": 270 - } - } -} diff --git a/src/main/resources/assets/beautify/lang/en_us.json b/src/main/resources/assets/beautify/lang/en_us.json index 99ea3fc9..8350451a 100644 --- a/src/main/resources/assets/beautify/lang/en_us.json +++ b/src/main/resources/assets/beautify/lang/en_us.json @@ -17,23 +17,23 @@ "block.beautify.lamp_light_bulb": "Light Bulb", "block.beautify.lamp_bamboo": "Bamboo Lamp", "block.beautify.lamp_jar": "Glowstone Essence Lamp", - "block.beautify.lamp_candleabra": "Candelabra", - "block.beautify.lamp_candleabra_light_blue": "Light Blue Candelabra", - "block.beautify.lamp_candleabra_light_gray": "Light Gray Candelabra", - "block.beautify.lamp_candleabra_black": "Black Candelabra", - "block.beautify.lamp_candleabra_blue": "Blue Candelabra", - "block.beautify.lamp_candleabra_brown": "Brown Candelabra", - "block.beautify.lamp_candleabra_cyan": "Cyan Candelabra", - "block.beautify.lamp_candleabra_gray": "Gray Candelabra", - "block.beautify.lamp_candleabra_green": "Green Candelabra", - "block.beautify.lamp_candleabra_lime": "Lime Candelabra", - "block.beautify.lamp_candleabra_magenta": "Magenta Candelabra", - "block.beautify.lamp_candleabra_orange": "Orange Candelabra", - "block.beautify.lamp_candleabra_pink": "Pink Candelabra", - "block.beautify.lamp_candleabra_purple": "Purple Candelabra", - "block.beautify.lamp_candleabra_red": "Red Candelabra", - "block.beautify.lamp_candleabra_white": "White Candelabra", - "block.beautify.lamp_candleabra_yellow": "Yellow Candelabra", + "block.beautify.lamp_candelabra": "Candelabra", + "block.beautify.lamp_candelabra_light_blue": "Light Blue Candelabra", + "block.beautify.lamp_candelabra_light_gray": "Light Gray Candelabra", + "block.beautify.lamp_candelabra_black": "Black Candelabra", + "block.beautify.lamp_candelabra_blue": "Blue Candelabra", + "block.beautify.lamp_candelabra_brown": "Brown Candelabra", + "block.beautify.lamp_candelabra_cyan": "Cyan Candelabra", + "block.beautify.lamp_candelabra_gray": "Gray Candelabra", + "block.beautify.lamp_candelabra_green": "Green Candelabra", + "block.beautify.lamp_candelabra_lime": "Lime Candelabra", + "block.beautify.lamp_candelabra_magenta": "Magenta Candelabra", + "block.beautify.lamp_candelabra_orange": "Orange Candelabra", + "block.beautify.lamp_candelabra_pink": "Pink Candelabra", + "block.beautify.lamp_candelabra_purple": "Purple Candelabra", + "block.beautify.lamp_candelabra_red": "Red Candelabra", + "block.beautify.lamp_candelabra_white": "White Candelabra", + "block.beautify.lamp_candelabra_yellow": "Yellow Candelabra", "block.beautify.oak_blinds": "Oak Blinds", "block.beautify.spruce_blinds": "Spruce Blinds", "block.beautify.birch_blinds": "Birch Blinds", @@ -70,14 +70,13 @@ "tooltip.beautify.shift": "Hold SHIFT for more info.", "tooltip.beautify.plantlist": "Hold CTRL for a list of plants.", + "tooltip.beautify.plantable": "Plantable plants:", "tooltip.beautify.bookstack.1": "Place a random stack of books, sneaking right-click on the block to change the model.", "tooltip.beautify.bookstack.2": "Increase the power of the Enchantment Table like bookshelves.", "tooltip.beautify.botanist_workbench.1": "Workbench for Botanist Villagers, also for decoration.", "tooltip.beautify.hanging_pot.1": "Can be placed hanging on blocks, Ropes or on ground as usual.", "tooltip.beautify.hanging_pot.2": "Right click to pot up plants.", "tooltip.beautify.hanging_pot.3": "Right click with Bone Meal to grow the plant further. Trim with shears to shorten and recieve plant item.", - "tooltip.beautify.hanging_pot.plant_header": "Pottable plants:", - "tooltip.beautify.hanging_pot.plants": "All normal flowers + Rose Bushes, Lilacs, Peonies, Sunflowers, Vines, Weeping Vines, Twisting Vines, Glow Lichen, Glow Berries, Sweet Berries.", "tooltip.beautify.lamp.1": "Can be placed hanging and standing like Lanterns.", "tooltip.beautify.lamp.2": "Right click to turn on/off.", "tooltip.beautify.candelabra.1": "Can be placed hanging and standing like Lanterns.", @@ -94,8 +93,6 @@ "tooltip.beautify.rope.2": "Great with Hanging Pots.", "tooltip.beautify.trellis.1": "Can be placed on wall or ceiling and can be climbed.", "tooltip.beautify.trellis.2": "Right click on plants in your hand to place it in.", - "tooltip.beautify.trellis.plant_header": "Pottable plants:", - "tooltip.beautify.trellis.plants": "Rose Bushes, Sunflowers, Peonies, Lilacs, Vines, Weeping Vines, Twisting Vines, Glow Lichen.", "advancements.beautify.blinds.title": "Blinded by the lights", "advancements.beautify.blinds.description": "Craft blinds to filter some light.", diff --git a/src/main/resources/assets/beautify/lang/es_mx.json b/src/main/resources/assets/beautify/lang/es_mx.json index 936c4f11..68666c5f 100644 --- a/src/main/resources/assets/beautify/lang/es_mx.json +++ b/src/main/resources/assets/beautify/lang/es_mx.json @@ -17,23 +17,23 @@ "block.beautify.lamp_light_bulb": "Foco", "block.beautify.lamp_bamboo": "Lámpara de bambú", "block.beautify.lamp_jar": "Lámpara de tarro", - "block.beautify.lamp_candleabra": "Candelabro", - "block.beautify.lamp_candleabra_light_blue": "Candelabro azul claro", - "block.beautify.lamp_candleabra_light_gray": "Candelabro gris claro", - "block.beautify.lamp_candleabra_black": "Candelabro negro", - "block.beautify.lamp_candleabra_blue": "Candelabro azul", - "block.beautify.lamp_candleabra_brown": "Candelabro marrón", - "block.beautify.lamp_candleabra_cyan": "Candelabro cian", - "block.beautify.lamp_candleabra_gray": "Candelabro gris", - "block.beautify.lamp_candleabra_green": "Candelabro verde", - "block.beautify.lamp_candleabra_lime": "Candelabro lima", - "block.beautify.lamp_candleabra_magenta": "Candelabro magenta", - "block.beautify.lamp_candleabra_orange": "Candelabro naranja", - "block.beautify.lamp_candleabra_pink": "Candelabro rosa", - "block.beautify.lamp_candleabra_purple": "Candelabro morado", - "block.beautify.lamp_candleabra_red": "Candelabro rojo", - "block.beautify.lamp_candleabra_white": "Candelabro blanco", - "block.beautify.lamp_candleabra_yellow": "Candelabro amarillo", + "block.beautify.lamp_candelabra": "Candelabro", + "block.beautify.lamp_candelabra_light_blue": "Candelabro azul claro", + "block.beautify.lamp_candelabra_light_gray": "Candelabro gris claro", + "block.beautify.lamp_candelabra_black": "Candelabro negro", + "block.beautify.lamp_candelabra_blue": "Candelabro azul", + "block.beautify.lamp_candelabra_brown": "Candelabro marrón", + "block.beautify.lamp_candelabra_cyan": "Candelabro cian", + "block.beautify.lamp_candelabra_gray": "Candelabro gris", + "block.beautify.lamp_candelabra_green": "Candelabro verde", + "block.beautify.lamp_candelabra_lime": "Candelabro lima", + "block.beautify.lamp_candelabra_magenta": "Candelabro magenta", + "block.beautify.lamp_candelabra_orange": "Candelabro naranja", + "block.beautify.lamp_candelabra_pink": "Candelabro rosa", + "block.beautify.lamp_candelabra_purple": "Candelabro morado", + "block.beautify.lamp_candelabra_red": "Candelabro rojo", + "block.beautify.lamp_candelabra_white": "Candelabro blanco", + "block.beautify.lamp_candelabra_yellow": "Candelabro amarillo", "block.beautify.oak_blinds": "Persiana de roble", "block.beautify.spruce_blinds": "Persiana de abeto", "block.beautify.birch_blinds": "Persiana de abedul", diff --git a/src/main/resources/assets/beautify/lang/it_it.json b/src/main/resources/assets/beautify/lang/it_it.json index fc525005..c1139c80 100644 --- a/src/main/resources/assets/beautify/lang/it_it.json +++ b/src/main/resources/assets/beautify/lang/it_it.json @@ -17,23 +17,23 @@ "block.beautify.lamp_light_bulb": "Lampadina", "block.beautify.lamp_bamboo": "Lampada di bambù", "block.beautify.lamp_jar": "Lampada di essenza di luminite", - "block.beautify.lamp_candleabra": "Candelabro", - "block.beautify.lamp_candleabra_light_blue": "Candelabro azzurro", - "block.beautify.lamp_candleabra_light_gray": "Candelabro grigio chiaro", - "block.beautify.lamp_candleabra_black": "Candelabro nero", - "block.beautify.lamp_candleabra_blue": "Candelabro blu", - "block.beautify.lamp_candleabra_brown": "Candelabro marrone", - "block.beautify.lamp_candleabra_cyan": "Candelabro ciano", - "block.beautify.lamp_candleabra_gray": "Candelabro grigio", - "block.beautify.lamp_candleabra_green": "Candelabro verde", - "block.beautify.lamp_candleabra_lime": "Candelabro lime", - "block.beautify.lamp_candleabra_magenta": "Candelabro magenta", - "block.beautify.lamp_candleabra_orange": "Candelabro arancione", - "block.beautify.lamp_candleabra_pink": "Candelabro rosa", - "block.beautify.lamp_candleabra_purple": "Candelabro viola", - "block.beautify.lamp_candleabra_red": "Candelabro rosso", - "block.beautify.lamp_candleabra_white": "Candelabro bianco", - "block.beautify.lamp_candleabra_yellow": "Candelabro giallo", + "block.beautify.lamp_candelabra": "Candelabro", + "block.beautify.lamp_candelabra_light_blue": "Candelabro azzurro", + "block.beautify.lamp_candelabra_light_gray": "Candelabro grigio chiaro", + "block.beautify.lamp_candelabra_black": "Candelabro nero", + "block.beautify.lamp_candelabra_blue": "Candelabro blu", + "block.beautify.lamp_candelabra_brown": "Candelabro marrone", + "block.beautify.lamp_candelabra_cyan": "Candelabro ciano", + "block.beautify.lamp_candelabra_gray": "Candelabro grigio", + "block.beautify.lamp_candelabra_green": "Candelabro verde", + "block.beautify.lamp_candelabra_lime": "Candelabro lime", + "block.beautify.lamp_candelabra_magenta": "Candelabro magenta", + "block.beautify.lamp_candelabra_orange": "Candelabro arancione", + "block.beautify.lamp_candelabra_pink": "Candelabro rosa", + "block.beautify.lamp_candelabra_purple": "Candelabro viola", + "block.beautify.lamp_candelabra_red": "Candelabro rosso", + "block.beautify.lamp_candelabra_white": "Candelabro bianco", + "block.beautify.lamp_candelabra_yellow": "Candelabro giallo", "block.beautify.oak_blinds": "Veneziana di quercia", "block.beautify.spruce_blinds": "Veneziana di abete", "block.beautify.birch_blinds": "Veneziana di betulla", diff --git a/src/main/resources/assets/beautify/lang/zh_cn.json b/src/main/resources/assets/beautify/lang/zh_cn.json index 205d5270..f1d4a1bf 100644 --- a/src/main/resources/assets/beautify/lang/zh_cn.json +++ b/src/main/resources/assets/beautify/lang/zh_cn.json @@ -17,23 +17,23 @@ "block.beautify.lamp_light_bulb": "灯泡", "block.beautify.lamp_bamboo": "竹灯", "block.beautify.lamp_jar": "荧石灯", - "block.beautify.lamp_candleabra": "烛台", - "block.beautify.lamp_candleabra_light_blue": "淡蓝色蜡烛烛台", - "block.beautify.lamp_candleabra_light_gray": "淡灰色蜡烛烛台", - "block.beautify.lamp_candleabra_black": "黑色蜡烛烛台", - "block.beautify.lamp_candleabra_blue": "蓝色蜡烛烛台", - "block.beautify.lamp_candleabra_brown": "棕色蜡烛烛台", - "block.beautify.lamp_candleabra_cyan": "青色蜡烛烛台", - "block.beautify.lamp_candleabra_gray": "灰色蜡烛烛台", - "block.beautify.lamp_candleabra_green": "绿色蜡烛烛台", - "block.beautify.lamp_candleabra_lime": "黄绿色蜡烛烛台", - "block.beautify.lamp_candleabra_magenta": "品红色蜡烛烛台", - "block.beautify.lamp_candleabra_orange": "橙色蜡烛烛台", - "block.beautify.lamp_candleabra_pink": "粉红色蜡烛烛台", - "block.beautify.lamp_candleabra_purple": "紫色蜡烛烛台", - "block.beautify.lamp_candleabra_red": "红色蜡烛烛台", - "block.beautify.lamp_candleabra_white": "白色蜡烛烛台", - "block.beautify.lamp_candleabra_yellow": "黄色蜡烛烛台", + "block.beautify.lamp_candelabra": "烛台", + "block.beautify.lamp_candelabra_light_blue": "淡蓝色蜡烛烛台", + "block.beautify.lamp_candelabra_light_gray": "淡灰色蜡烛烛台", + "block.beautify.lamp_candelabra_black": "黑色蜡烛烛台", + "block.beautify.lamp_candelabra_blue": "蓝色蜡烛烛台", + "block.beautify.lamp_candelabra_brown": "棕色蜡烛烛台", + "block.beautify.lamp_candelabra_cyan": "青色蜡烛烛台", + "block.beautify.lamp_candelabra_gray": "灰色蜡烛烛台", + "block.beautify.lamp_candelabra_green": "绿色蜡烛烛台", + "block.beautify.lamp_candelabra_lime": "黄绿色蜡烛烛台", + "block.beautify.lamp_candelabra_magenta": "品红色蜡烛烛台", + "block.beautify.lamp_candelabra_orange": "橙色蜡烛烛台", + "block.beautify.lamp_candelabra_pink": "粉红色蜡烛烛台", + "block.beautify.lamp_candelabra_purple": "紫色蜡烛烛台", + "block.beautify.lamp_candelabra_red": "红色蜡烛烛台", + "block.beautify.lamp_candelabra_white": "白色蜡烛烛台", + "block.beautify.lamp_candelabra_yellow": "黄色蜡烛烛台", "block.beautify.oak_blinds": "橡木百叶窗", "block.beautify.spruce_blinds": "云杉木百叶窗", "block.beautify.birch_blinds": "白桦木百叶窗", @@ -70,14 +70,13 @@ "tooltip.beautify.shift": "按住SHIFT键获取更多信息。", "tooltip.beautify.plantlist": "按住CTRL键查看植物列表。", + "tooltip.beautify.plantable": "可栽种植物:", "tooltip.beautify.bookstack.1": "放置时随机书堆,潜行右击书堆以更改模型。", "tooltip.beautify.bookstack.2": "可以像书架一样为附魔台提升附魔等级。", "tooltip.beautify.botanist_workbench.1": "植物学家村民的工作台,也可用于装饰。", "tooltip.beautify.hanging_pot.1": "可悬挂在方块上或者放在地面上。", "tooltip.beautify.hanging_pot.2": "右击可将植物种上悬挂花盆。", "tooltip.beautify.hanging_pot.3": "对植物手持骨粉右击,可使植物进一步生长,用剪刀修剪以缩短和收获植物。", - "tooltip.beautify.hanging_pot.plant_header": "可盆栽植物:", - "tooltip.beautify.hanging_pot.plants": "对所有小型花,玫瑰丛,丁香,牡丹,向日葵,藤蔓,垂泪藤,缠怨藤,发光地衣,发光浆果,甜浆果有效。", "tooltip.beautify.lamp.1": "可以像灯笼一样悬挂和放置。", "tooltip.beautify.lamp.2": "空手右击以开关。", "tooltip.beautify.candelabra.1": "可以像灯笼一样悬挂和放置。", @@ -94,8 +93,6 @@ "tooltip.beautify.rope.2": "和悬挂花盆很搭。", "tooltip.beautify.trellis.1": "可以放置在墙上或天花板上,可攀爬。", "tooltip.beautify.trellis.2": "手持植物右击可将其放入其中", - "tooltip.beautify.trellis.plant_header": "可放置植物:", - "tooltip.beautify.trellis.plants": "玫瑰丛,向日葵,牡丹,丁香,藤蔓,垂泪藤,缠怨藤,发光地衣。", "advancements.beautify.blinds.title": "被灯光蒙蔽了双眼", "advancements.beautify.blinds.description": "制作百叶窗来过滤一些光线。", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra.json similarity index 100% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra.json diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_black.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_black.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_black.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_black.json index 178b7f72..59fcdbc9 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_black.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_black.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/black_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_blue.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_blue.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_blue.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_blue.json index d6308cc4..078d42f7 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_blue.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_blue.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/blue_candle_lit", diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_brown.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_brown.json similarity index 71% rename from src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_brown.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_brown.json index 8398a7f1..0adc2d0a 100644 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_brown.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_brown.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/brown_candle_lit", diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_cyan.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_cyan.json similarity index 71% rename from src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_cyan.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_cyan.json index 5461e31a..03091e98 100644 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_cyan.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_cyan.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/cyan_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_gray.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_gray.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_gray.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_gray.json index 41a65d4f..1ee6bbe0 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_gray.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_gray.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/gray_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_green.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_green.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_green.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_green.json index ce60a892..c4f1cc11 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_green.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_green.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/green_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_light_blue.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_light_blue.json similarity index 72% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_light_blue.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_light_blue.json index 138d2317..836b2c95 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_light_blue.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_light_blue.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/light_blue_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_light_gray.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_light_gray.json similarity index 72% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_light_gray.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_light_gray.json index ba279f42..8b6a852b 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_light_gray.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_light_gray.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/light_gray_candle_lit", diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_lime.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_lime.json similarity index 71% rename from src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_lime.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_lime.json index df263d74..33b77cf4 100644 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_lime.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_lime.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/lime_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_magenta.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_magenta.json similarity index 72% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_magenta.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_magenta.json index 7ced8388..c9fb29e6 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_magenta.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_magenta.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/magenta_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off.json similarity index 70% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off.json index 877cdc23..0e5d6431 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_black.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_black.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_black.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_black.json index 840f5ce8..4289cccc 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_black.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_black.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/black_candle", diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_blue.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_blue.json similarity index 71% rename from src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_blue.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_blue.json index f39a856e..3280efe6 100644 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_blue.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_blue.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/blue_candle", diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_brown.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_brown.json similarity index 71% rename from src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_brown.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_brown.json index 264a168a..56c8d56b 100644 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_brown.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_brown.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/brown_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_cyan.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_cyan.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_cyan.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_cyan.json index 306ab021..bff8dacc 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_cyan.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_cyan.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/cyan_candle", diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_gray.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_gray.json similarity index 71% rename from src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_gray.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_gray.json index d7ec70b8..97ffe8b3 100644 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_gray.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_gray.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/gray_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_green.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_green.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_green.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_green.json index 0083245d..43fa9a42 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_green.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_green.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/green_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_light_blue.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_light_blue.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_light_blue.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_light_blue.json index 8b43b173..1a1a5090 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_light_blue.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_light_blue.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/light_blue_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_light_gray.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_light_gray.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_light_gray.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_light_gray.json index 3bffc3f1..ac58faa1 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_light_gray.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_light_gray.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/light_gray_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_lime.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_lime.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_lime.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_lime.json index a40e3cf8..bde81226 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_lime.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_lime.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/lime_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_magenta.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_magenta.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_magenta.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_magenta.json index d9015538..c0e87e49 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_magenta.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_magenta.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/magenta_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_orange.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_orange.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_orange.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_orange.json index 04c7c1b5..2f2d40b2 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_orange.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_orange.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/orange_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_pink.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_pink.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_pink.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_pink.json index a83cb337..02dcc19e 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_pink.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_pink.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/pink_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_purple.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_purple.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_purple.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_purple.json index 7f8870b3..57b4df62 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_purple.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_purple.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/purple_candle", diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_red.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_red.json similarity index 70% rename from src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_red.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_red.json index 2d428105..daa4e40e 100644 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_red.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_red.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/red_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_white.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_white.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_white.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_white.json index ffbc6bd2..3d555e9e 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_white.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_white.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/white_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_yellow.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_yellow.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_yellow.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_yellow.json index b07adb71..a9fb5668 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_yellow.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_off_yellow.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/yellow_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_orange.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_orange.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_orange.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_orange.json index 5e8c2e76..1966cbcd 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_orange.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_orange.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/orange_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_pink.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_pink.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_pink.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_pink.json index 8d43e5da..53cffaf2 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_pink.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_pink.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/pink_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_purple.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_purple.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_purple.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_purple.json index f1202eb6..4e238320 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_purple.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_purple.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/purple_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_red.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_red.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_red.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_red.json index a424a7b8..7e834e4c 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_red.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_red.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/red_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_white.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_white.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_white.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_white.json index 8b49d1af..5caaa083 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_white.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_white.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/white_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_yellow.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_yellow.json similarity index 71% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_yellow.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_yellow.json index ae1e1b15..8b24e523 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_yellow.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/lamp_candelabra_yellow.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/yellow_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra.json similarity index 100% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra.json diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_black.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_black.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_black.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_black.json index 0f02b612..44352f4a 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_black.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_black.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/black_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_blue.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_blue.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_blue.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_blue.json index da5adae5..c9429e5d 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_blue.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_blue.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/blue_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_brown.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_brown.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_brown.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_brown.json index 5e337d3b..695ce635 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_brown.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_brown.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/brown_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_cyan.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_cyan.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_cyan.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_cyan.json index eae23648..c3038773 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_cyan.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_cyan.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/cyan_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_gray.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_gray.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_gray.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_gray.json index 24f0a80b..1fe1ba24 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_gray.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_gray.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/gray_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_green.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_green.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_green.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_green.json index d1429160..5b4125df 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_green.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_green.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/green_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_light_blue.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_light_blue.json similarity index 69% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_light_blue.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_light_blue.json index a71e1366..44c6f820 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_light_blue.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_light_blue.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/light_blue_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_light_gray.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_light_gray.json similarity index 69% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_light_gray.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_light_gray.json index b4075fd1..b08196e2 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_light_gray.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_light_gray.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/light_gray_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_lime.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_lime.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_lime.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_lime.json index df263d74..f4cb608f 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_lime.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_lime.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/lime_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_magenta.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_magenta.json similarity index 69% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_magenta.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_magenta.json index e6a2e283..d36d156d 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_magenta.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_magenta.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/magenta_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off.json similarity index 67% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off.json index b747e5aa..9cc8ff1d 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_black.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_black.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_black.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_black.json index a6404b48..f1faedf4 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_black.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_black.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/black_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_blue.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_blue.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_blue.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_blue.json index f39a856e..c2885bae 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_blue.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_blue.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/blue_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_brown.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_brown.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_brown.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_brown.json index 264a168a..7aa1db7e 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_brown.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_brown.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/brown_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_cyan.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_cyan.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_cyan.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_cyan.json index c03e6ecd..b83094e0 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_cyan.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_cyan.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/cyan_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_gray.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_gray.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_gray.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_gray.json index d7ec70b8..76f060fe 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_gray.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_gray.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/gray_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_green.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_green.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_green.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_green.json index c829fc77..081363b2 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_green.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_green.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/green_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_light_blue.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_light_blue.json similarity index 69% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_light_blue.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_light_blue.json index a51c6a00..b20d1784 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_light_blue.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_light_blue.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/light_blue_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_light_gray.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_light_gray.json similarity index 69% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_light_gray.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_light_gray.json index 65c41059..a7b76b7c 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_light_gray.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_light_gray.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/light_gray_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_lime.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_lime.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_lime.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_lime.json index bfbbcd23..12973ac6 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_lime.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_lime.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/lime_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_magenta.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_magenta.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_magenta.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_magenta.json index 88863345..443d40a0 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_magenta.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_magenta.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/magenta_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_orange.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_orange.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_orange.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_orange.json index a51d086d..08000f93 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_orange.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_orange.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/orange_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_pink.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_pink.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_pink.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_pink.json index 46403cc3..79864b3a 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_pink.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_pink.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/pink_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_purple.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_purple.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_purple.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_purple.json index d65dab94..8748a8ba 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_purple.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_purple.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/purple_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_red.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_red.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_red.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_red.json index 2d428105..64c77350 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_red.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_red.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/red_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_white.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_white.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_white.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_white.json index f607dba7..80cb57f0 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_white.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_white.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/white_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_yellow.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_yellow.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_yellow.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_yellow.json index c59ba472..497026aa 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_yellow.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_off_yellow.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/yellow_candle", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_orange.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_orange.json similarity index 69% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_orange.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_orange.json index de32dfd9..87adf078 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_orange.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_orange.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/orange_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_pink.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_pink.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_pink.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_pink.json index 59774bcb..bfb1cd7f 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_pink.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_pink.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/pink_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_purple.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_purple.json similarity index 69% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_purple.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_purple.json index 93af9a54..05597992 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_purple.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_purple.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/purple_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_red.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_red.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_red.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_red.json index 8554402e..81424288 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_red.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_red.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/red_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_white.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_white.json similarity index 68% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_white.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_white.json index d66900e7..67223fae 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_white.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_white.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/white_candle_lit", diff --git a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_yellow.json b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_yellow.json similarity index 69% rename from mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_yellow.json rename to src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_yellow.json index 38fb07b7..c85f0cd3 100644 --- a/mod/beautify/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_yellow.json +++ b/src/main/resources/assets/beautify/models/block/lamps/candelabras/standing_lamp_candelabra_yellow.json @@ -1,5 +1,5 @@ { - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra", "textures": { "1": "minecraft:block/anvil", "2": "minecraft:block/yellow_candle_lit", diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra.json deleted file mode 100644 index 2f2059dd..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra.json +++ /dev/null @@ -1,258 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout", - "elements": [ - { - "from": [13.5, 5.75, 7], - "to": [15.5, 11.75, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [1, -4.25, 0]}, - "faces": { - "north": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "east": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "south": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "west": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "up": {"uv": [0, 6, 2, 8], "texture": "#2"}, - "down": {"uv": [0, 14, 2, 16], "texture": "#2"} - } - }, - { - "from": [0.5, 5.75, 7], - "to": [2.5, 11.75, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, -4.25, 0]}, - "faces": { - "north": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "east": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "south": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "west": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "up": {"uv": [0, 6, 2, 8], "texture": "#2"}, - "down": {"uv": [0, 14, 2, 16], "texture": "#2"} - } - }, - { - "from": [14, 11.75, 8], - "to": [15, 12.75, 8], - "rotation": {"angle": -45, "axis": "y", "origin": [14.5, 11.75, 8]}, - "faces": { - "north": {"uv": [0, 5, 0.5, 5.5], "texture": "#2"}, - "east": {"uv": [0, 5, 0, 5.5], "texture": "#2"}, - "south": {"uv": [0, 5, 1, 6], "texture": "#2"}, - "west": {"uv": [0, 5, 0, 5.5], "texture": "#2"}, - "up": {"uv": [0, 5, 0.5, 5], "texture": "#2"}, - "down": {"uv": [0, 5, 0.5, 5], "texture": "#2"} - } - }, - { - "from": [1.5, 11.75, 7.5], - "to": [1.5, 12.75, 8.5], - "rotation": {"angle": -45, "axis": "y", "origin": [1.5, 11.75, 8]}, - "faces": { - "north": {"uv": [0, 5, 0, 5.5], "texture": "#2"}, - "east": {"uv": [0, 5, 0.5, 5.5], "texture": "#2"}, - "south": {"uv": [0, 5, 0, 5.5], "texture": "#2"}, - "west": {"uv": [0, 5, 1, 6], "texture": "#2"}, - "up": {"uv": [0, 5, 0.5, 5], "rotation": 90, "texture": "#2"}, - "down": {"uv": [0, 5, 0.5, 5], "rotation": 270, "texture": "#2"} - } - }, - { - "from": [7, 5.75, 0.5], - "to": [9, 11.75, 2.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, -1.25, 8]}, - "faces": { - "north": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "east": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "south": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "west": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "up": {"uv": [0, 6, 2, 8], "rotation": 90, "texture": "#2"}, - "down": {"uv": [0, 14, 2, 16], "rotation": 270, "texture": "#2"} - } - }, - { - "from": [2.90381, 11.75, 3.40381], - "to": [3.90381, 12.75, 3.40381], - "rotation": {"angle": -45, "axis": "y", "origin": [8, -1.25, 8]}, - "faces": { - "north": {"uv": [0, 5, 1, 6], "texture": "#2"}, - "east": {"uv": [0, 5, 0, 5.5], "texture": "#2"}, - "south": {"uv": [0, 5, 0.5, 5.5], "texture": "#2"}, - "west": {"uv": [0, 5, 0, 5.5], "texture": "#2"}, - "up": {"uv": [0, 5, 0.5, 5], "rotation": 180, "texture": "#2"}, - "down": {"uv": [0, 5, 0.5, 5], "rotation": 180, "texture": "#2"} - } - }, - { - "from": [7, 5.75, 13.5], - "to": [9, 11.75, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, -1.25, 8]}, - "faces": { - "north": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "east": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "south": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "west": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "up": {"uv": [0, 6, 2, 8], "rotation": 90, "texture": "#2"}, - "down": {"uv": [0, 14, 2, 16], "rotation": 270, "texture": "#2"} - } - }, - { - "from": [12.59619, 11.75, 12.09619], - "to": [12.59619, 12.75, 13.09619], - "rotation": {"angle": -45, "axis": "y", "origin": [8, -1.25, 8]}, - "faces": { - "north": {"uv": [0, 5, 0, 5.5], "texture": "#2"}, - "east": {"uv": [0, 5, 0.5, 5.5], "texture": "#2"}, - "south": {"uv": [0, 5, 0, 5.5], "texture": "#2"}, - "west": {"uv": [0, 5, 1, 6], "texture": "#2"}, - "up": {"uv": [0, 5, 0.5, 5], "rotation": 90, "texture": "#2"}, - "down": {"uv": [0, 5, 0.5, 5], "rotation": 270, "texture": "#2"} - } - }, - { - "from": [5, 15, 5], - "to": [11, 16, 11], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]}, - "faces": { - "north": {"uv": [0, 0, 6, 1], "texture": "#1"}, - "east": {"uv": [0, 0, 6, 1], "texture": "#1"}, - "south": {"uv": [0, 0, 6, 1], "texture": "#1"}, - "west": {"uv": [0, 0, 6, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 6, 6], "texture": "#1"}, - "down": {"uv": [0, 0, 6, 6], "texture": "#1"} - } - }, - { - "from": [7, 2, 7], - "to": [9, 15, 9], - "faces": { - "north": {"uv": [0, 0, 2, 12], "texture": "#1"}, - "east": {"uv": [0, 0, 2, 12], "texture": "#1"}, - "south": {"uv": [0, 0, 2, 12], "texture": "#1"}, - "west": {"uv": [0, 0, 2, 12], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#1"} - } - }, - { - "from": [0, 4.75, 6.5], - "to": [3, 5.75, 9.5], - "rotation": {"angle": 0, "axis": "y", "origin": [-1, -6.25, 0]}, - "faces": { - "north": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "south": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 3, 3], "texture": "#1"}, - "down": {"uv": [0, 0, 3, 3], "texture": "#1"} - } - }, - { - "from": [13, 4.75, 6.5], - "to": [16, 5.75, 9.5], - "rotation": {"angle": 0, "axis": "y", "origin": [1, -6.25, 0]}, - "faces": { - "north": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "south": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 3, 3], "texture": "#1"}, - "down": {"uv": [0, 0, 3, 3], "texture": "#1"} - } - }, - { - "from": [7, 2.5, 7.5], - "to": [14, 3.5, 8.5], - "rotation": {"angle": 22.5, "axis": "z", "origin": [9, 6.75, 8]}, - "faces": { - "north": {"uv": [0, 0, 1, 7], "rotation": 270, "texture": "#1"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#1"}, - "south": {"uv": [0, 0, 1, 7], "rotation": 90, "texture": "#1"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#1"}, - "up": {"uv": [0, 0, 1, 7], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 0, 1, 7], "rotation": 90, "texture": "#1"} - } - }, - { - "from": [2, 1.75, 7.5], - "to": [9, 2.75, 8.5], - "rotation": {"angle": -22.5, "axis": "z", "origin": [9, 6.75, 8]}, - "faces": { - "north": {"uv": [0, 0, 1, 7], "rotation": 90, "texture": "#1"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#1"}, - "south": {"uv": [0, 0, 1, 7], "rotation": 270, "texture": "#1"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#1"}, - "up": {"uv": [0, 0, 1, 7], "rotation": 270, "texture": "#1"}, - "down": {"uv": [0, 0, 1, 7], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [6.5, 4.75, 13], - "to": [9.5, 5.75, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, -1.25, 8]}, - "faces": { - "north": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "south": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 3, 3], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 0, 3, 3], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [6.5, 4.75, 0], - "to": [9.5, 5.75, 3], - "rotation": {"angle": 0, "axis": "y", "origin": [8, -1.25, 8]}, - "faces": { - "north": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "south": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 3, 3], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 0, 3, 3], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [7.5, 1.52372, -1.13759], - "to": [8.5, 2.52372, 5.86241], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, -1.25, 8]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#1"}, - "east": {"uv": [0, 0, 1, 7], "rotation": 90, "texture": "#1"}, - "south": {"uv": [0, 0, 1, 1], "rotation": 270, "texture": "#1"}, - "west": {"uv": [0, 0, 1, 7], "rotation": 270, "texture": "#1"}, - "up": {"uv": [0, 0, 1, 7], "texture": "#1"}, - "down": {"uv": [0, 0, 1, 7], "rotation": 180, "texture": "#1"} - } - }, - { - "from": [7.5, 1.50835, 9.98535], - "to": [8.5, 2.50835, 16.98535], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, -1.25, 8]}, - "faces": { - "north": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#1"}, - "east": {"uv": [0, 0, 1, 7], "rotation": 270, "texture": "#1"}, - "south": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#1"}, - "west": {"uv": [0, 0, 1, 7], "rotation": 90, "texture": "#1"}, - "up": {"uv": [0, 0, 1, 7], "rotation": 180, "texture": "#1"}, - "down": {"uv": [0, 0, 1, 7], "texture": "#1"} - } - } - ], - "groups": [ - { - "name": "candle", - "origin": [0, -1, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5, 6, 7] - }, - { - "name": "stand", - "origin": [8, 10, 8], - "color": 0, - "children": [8, 9, 10, 11, 12, 13, 14, 15, 16, 17] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_black.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_black.json deleted file mode 100644 index 178b7f72..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_black.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/black_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_blue.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_blue.json deleted file mode 100644 index d6308cc4..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_blue.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/blue_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_gray.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_gray.json deleted file mode 100644 index 41a65d4f..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_gray.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/gray_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_green.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_green.json deleted file mode 100644 index ce60a892..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_green.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/green_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_light_blue.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_light_blue.json deleted file mode 100644 index 138d2317..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_light_blue.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/light_blue_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_light_gray.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_light_gray.json deleted file mode 100644 index ba279f42..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_light_gray.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/light_gray_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_magenta.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_magenta.json deleted file mode 100644 index 7ced8388..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_magenta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/magenta_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off.json deleted file mode 100644 index 877cdc23..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_black.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_black.json deleted file mode 100644 index 840f5ce8..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_black.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/black_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_cyan.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_cyan.json deleted file mode 100644 index 306ab021..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_cyan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/cyan_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_green.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_green.json deleted file mode 100644 index 0083245d..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_green.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/green_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_light_blue.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_light_blue.json deleted file mode 100644 index 8b43b173..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_light_blue.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/light_blue_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_light_gray.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_light_gray.json deleted file mode 100644 index 3bffc3f1..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_light_gray.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/light_gray_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_lime.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_lime.json deleted file mode 100644 index a40e3cf8..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_lime.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/lime_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_magenta.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_magenta.json deleted file mode 100644 index d9015538..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_magenta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/magenta_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_orange.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_orange.json deleted file mode 100644 index 04c7c1b5..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_orange.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/orange_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_pink.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_pink.json deleted file mode 100644 index a83cb337..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_pink.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/pink_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_purple.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_purple.json deleted file mode 100644 index 7f8870b3..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_purple.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/purple_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_white.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_white.json deleted file mode 100644 index ffbc6bd2..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_white.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/white_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_yellow.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_yellow.json deleted file mode 100644 index b07adb71..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_off_yellow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/yellow_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_orange.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_orange.json deleted file mode 100644 index 5e8c2e76..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_orange.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/orange_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_pink.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_pink.json deleted file mode 100644 index 8d43e5da..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_pink.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/pink_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_purple.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_purple.json deleted file mode 100644 index f1202eb6..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_purple.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/purple_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_red.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_red.json deleted file mode 100644 index a424a7b8..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_red.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/red_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_white.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_white.json deleted file mode 100644 index 8b49d1af..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_white.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/white_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_yellow.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_yellow.json deleted file mode 100644 index ae1e1b15..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/lamp_candleabra_yellow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/yellow_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra.json deleted file mode 100644 index e466ad78..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra.json +++ /dev/null @@ -1,224 +0,0 @@ -{ - "credit": "Made with Blockbench", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/candle_lit", - "particle": "minecraft:block/candle" - }, - "render_type": "cutout", - "elements": [ - { - "from": [7, 8, 7], - "to": [9, 14, 9], - "faces": { - "north": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "east": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "south": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "west": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "up": {"uv": [0, 6, 2, 8], "texture": "#2"}, - "down": {"uv": [0, 14, 2, 16], "texture": "#2"} - } - }, - { - "from": [12.5, 9, 7], - "to": [14.5, 15, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, -1, 0]}, - "faces": { - "north": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "east": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "south": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "west": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "up": {"uv": [0, 6, 2, 8], "texture": "#2"}, - "down": {"uv": [0, 14, 2, 16], "texture": "#2"} - } - }, - { - "from": [1.5, 9, 7], - "to": [3.5, 15, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [0, -1, 0]}, - "faces": { - "north": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "east": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "south": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "west": {"uv": [0, 8, 2, 14], "texture": "#2"}, - "up": {"uv": [0, 6, 2, 8], "texture": "#2"}, - "down": {"uv": [0, 14, 2, 16], "texture": "#2"} - } - }, - { - "from": [7.5, 14, 8], - "to": [8.5, 15, 8], - "rotation": {"angle": 45, "axis": "y", "origin": [8, 14, 8]}, - "faces": { - "north": {"uv": [0, 5, 0.5, 5.5], "texture": "#2"}, - "east": {"uv": [0, 5, 0, 5.5], "texture": "#2"}, - "south": {"uv": [0, 5, 1, 6], "texture": "#2"}, - "west": {"uv": [0, 5, 0, 5.5], "texture": "#2"}, - "up": {"uv": [0, 5, 0.5, 5], "texture": "#2"}, - "down": {"uv": [0, 5, 0.5, 5], "texture": "#2"} - } - }, - { - "from": [13, 15, 8], - "to": [14, 16, 8], - "rotation": {"angle": -45, "axis": "y", "origin": [13.5, 15, 8]}, - "faces": { - "north": {"uv": [0, 5, 0.5, 5.5], "texture": "#2"}, - "east": {"uv": [0, 5, 0, 5.5], "texture": "#2"}, - "south": {"uv": [0, 5, 1, 6], "texture": "#2"}, - "west": {"uv": [0, 5, 0, 5.5], "texture": "#2"}, - "up": {"uv": [0, 5, 0.5, 5], "texture": "#2"}, - "down": {"uv": [0, 5, 0.5, 5], "texture": "#2"} - } - }, - { - "from": [2.5, 15, 7.5], - "to": [2.5, 16, 8.5], - "rotation": {"angle": -45, "axis": "y", "origin": [2.5, 15, 8]}, - "faces": { - "north": {"uv": [0, 5, 0, 5.5], "texture": "#2"}, - "east": {"uv": [0, 5, 0.5, 5.5], "texture": "#2"}, - "south": {"uv": [0, 5, 0, 5.5], "texture": "#2"}, - "west": {"uv": [0, 5, 1, 6], "texture": "#2"}, - "up": {"uv": [0, 5, 0.5, 5], "rotation": 90, "texture": "#2"}, - "down": {"uv": [0, 5, 0.5, 5], "rotation": 270, "texture": "#2"} - } - }, - { - "from": [5, 0, 5], - "to": [11, 1, 11], - "faces": { - "north": {"uv": [0, 0, 6, 1], "texture": "#1"}, - "east": {"uv": [0, 0, 6, 1], "texture": "#1"}, - "south": {"uv": [0, 0, 6, 1], "texture": "#1"}, - "west": {"uv": [0, 0, 6, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 6, 6], "texture": "#1"}, - "down": {"uv": [0, 0, 6, 6], "texture": "#1"} - } - }, - { - "from": [7, 1, 7], - "to": [9, 7, 9], - "faces": { - "north": {"uv": [0, 0, 2, 6], "texture": "#1"}, - "east": {"uv": [0, 0, 2, 6], "texture": "#1"}, - "south": {"uv": [0, 0, 2, 6], "texture": "#1"}, - "west": {"uv": [0, 0, 2, 6], "texture": "#1"}, - "up": {"uv": [0, 0, 2, 2], "texture": "#1"}, - "down": {"uv": [0, 0, 2, 2], "texture": "#1"} - } - }, - { - "from": [6.5, 7, 6.5], - "to": [9.5, 8, 9.5], - "faces": { - "north": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "south": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 3, 3], "texture": "#1"}, - "down": {"uv": [0, 0, 3, 3], "texture": "#1"} - } - }, - { - "from": [1, 8, 6.5], - "to": [4, 9, 9.5], - "rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]}, - "faces": { - "north": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "south": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 3, 3], "texture": "#1"}, - "down": {"uv": [0, 0, 3, 3], "texture": "#1"} - } - }, - { - "from": [12, 8, 6.5], - "to": [15, 9, 9.5], - "rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]}, - "faces": { - "north": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "east": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "south": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "west": {"uv": [0, 0, 3, 1], "texture": "#1"}, - "up": {"uv": [0, 0, 3, 3], "texture": "#1"}, - "down": {"uv": [0, 0, 3, 3], "texture": "#1"} - } - }, - { - "from": [2.5, 6, 7.5], - "to": [3.5, 13, 8.5], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 10, 8]}, - "faces": { - "north": {"uv": [0, 0, 1, 7], "texture": "#1"}, - "east": {"uv": [0, 0, 1, 7], "texture": "#1"}, - "south": {"uv": [0, 0, 1, 7], "texture": "#1"}, - "west": {"uv": [0, 0, 1, 7], "texture": "#1"}, - "up": {"uv": [0, 0, 1, 1], "texture": "#1"}, - "down": {"uv": [0, 0, 1, 1], "texture": "#1"} - } - }, - { - "from": [4, 4.5, 7.5], - "to": [11, 5.5, 8.5], - "rotation": {"angle": 45, "axis": "z", "origin": [8, 10, 8]}, - "faces": { - "north": {"uv": [0, 0, 1, 7], "rotation": 270, "texture": "#1"}, - "east": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#1"}, - "south": {"uv": [0, 0, 1, 7], "rotation": 90, "texture": "#1"}, - "west": {"uv": [0, 0, 1, 1], "rotation": 90, "texture": "#1"}, - "up": {"uv": [0, 0, 1, 7], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 0, 1, 7], "rotation": 90, "texture": "#1"} - } - } - ], - "display": { - "thirdperson_righthand": { - "translation": [0, 0.75, 1.25], - "scale": [0.7, 0.7, 0.7] - }, - "thirdperson_lefthand": { - "translation": [0, 0.75, 1.25], - "scale": [0.7, 0.7, 0.7] - }, - "firstperson_righthand": { - "rotation": [0, -24.5, 0], - "translation": [-0.75, 2, 1.25], - "scale": [0.7, 0.7, 0.7] - }, - "firstperson_lefthand": { - "rotation": [0, -24.5, 0], - "translation": [-0.75, 2, 1.25], - "scale": [0.7, 0.7, 0.7] - }, - "ground": { - "translation": [0, 1.75, 0], - "scale": [0.7, 0.7, 0.7] - }, - "gui": { - "rotation": [25, 45, 0], - "scale": [0.8, 0.8, 0.8] - }, - "head": { - "translation": [0, 14.25, 0] - }, - "fixed": { - "translation": [0, 0, -0.5] - } - }, - "groups": [ - { - "name": "candle", - "origin": [0, -1, 0], - "color": 0, - "children": [0, 1, 2, 3, 4, 5] - }, - { - "name": "stand", - "origin": [8, 10, 8], - "color": 0, - "children": [6, 7, 8, 9, 10, 11, 12] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_black.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_black.json deleted file mode 100644 index 0f02b612..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_black.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/black_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_blue.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_blue.json deleted file mode 100644 index da5adae5..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_blue.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/blue_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_brown.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_brown.json deleted file mode 100644 index 5e337d3b..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_brown.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/brown_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_cyan.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_cyan.json deleted file mode 100644 index eae23648..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_cyan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/cyan_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_gray.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_gray.json deleted file mode 100644 index 24f0a80b..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_gray.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/gray_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_green.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_green.json deleted file mode 100644 index d1429160..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_green.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/green_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_light_blue.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_light_blue.json deleted file mode 100644 index a71e1366..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_light_blue.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/light_blue_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_light_gray.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_light_gray.json deleted file mode 100644 index b4075fd1..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_light_gray.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/light_gray_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_lime.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_lime.json deleted file mode 100644 index 468f414a..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_lime.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/lime_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_magenta.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_magenta.json deleted file mode 100644 index e6a2e283..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_magenta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/magenta_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off.json deleted file mode 100644 index b747e5aa..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_black.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_black.json deleted file mode 100644 index a6404b48..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_black.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/black_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_blue.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_blue.json deleted file mode 100644 index 9d7bb814..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_blue.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/blue_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_brown.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_brown.json deleted file mode 100644 index 8aa60682..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_brown.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/brown_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_cyan.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_cyan.json deleted file mode 100644 index c03e6ecd..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_cyan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/cyan_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_gray.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_gray.json deleted file mode 100644 index 6b27c239..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_gray.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/gray_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_green.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_green.json deleted file mode 100644 index c829fc77..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_green.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/green_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_light_blue.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_light_blue.json deleted file mode 100644 index a51c6a00..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_light_blue.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/light_blue_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_light_gray.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_light_gray.json deleted file mode 100644 index 65c41059..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_light_gray.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/light_gray_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_lime.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_lime.json deleted file mode 100644 index bfbbcd23..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_lime.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/lime_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_magenta.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_magenta.json deleted file mode 100644 index 88863345..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_magenta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/magenta_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_orange.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_orange.json deleted file mode 100644 index a51d086d..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_orange.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/orange_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_pink.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_pink.json deleted file mode 100644 index 46403cc3..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_pink.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/pink_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_purple.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_purple.json deleted file mode 100644 index d65dab94..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_purple.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/purple_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_red.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_red.json deleted file mode 100644 index 6b57cd26..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_red.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/red_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_white.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_white.json deleted file mode 100644 index f607dba7..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_white.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/white_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_yellow.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_yellow.json deleted file mode 100644 index c59ba472..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_off_yellow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/yellow_candle", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_orange.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_orange.json deleted file mode 100644 index de32dfd9..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_orange.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/orange_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_pink.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_pink.json deleted file mode 100644 index 59774bcb..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_pink.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/pink_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_purple.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_purple.json deleted file mode 100644 index 93af9a54..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_purple.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/purple_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_red.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_red.json deleted file mode 100644 index 8554402e..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_red.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/red_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_white.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_white.json deleted file mode 100644 index d66900e7..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_white.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/white_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_yellow.json b/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_yellow.json deleted file mode 100644 index 38fb07b7..00000000 --- a/src/main/resources/assets/beautify/models/block/lamps/candleabras/standing_lamp_candleabra_yellow.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra", - "textures": { - "1": "minecraft:block/anvil", - "2": "minecraft:block/yellow_candle_lit", - "particle": "minecraft:block/anvil" - }, - "render_type": "cutout" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candelabra.json b/src/main/resources/assets/beautify/models/item/lamp_candelabra.json new file mode 100644 index 00000000..65f4e557 --- /dev/null +++ b/src/main/resources/assets/beautify/models/item/lamp_candelabra.json @@ -0,0 +1,3 @@ +{ + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off" +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candelabra_black.json b/src/main/resources/assets/beautify/models/item/lamp_candelabra_black.json new file mode 100644 index 00000000..ddb9f9fd --- /dev/null +++ b/src/main/resources/assets/beautify/models/item/lamp_candelabra_black.json @@ -0,0 +1,3 @@ +{ + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_black" +} diff --git a/src/main/resources/assets/beautify/models/item/lamp_candelabra_blue.json b/src/main/resources/assets/beautify/models/item/lamp_candelabra_blue.json new file mode 100644 index 00000000..768c708e --- /dev/null +++ b/src/main/resources/assets/beautify/models/item/lamp_candelabra_blue.json @@ -0,0 +1,3 @@ +{ + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_blue" +} diff --git a/src/main/resources/assets/beautify/models/item/lamp_candelabra_brown.json b/src/main/resources/assets/beautify/models/item/lamp_candelabra_brown.json new file mode 100644 index 00000000..fba3d43d --- /dev/null +++ b/src/main/resources/assets/beautify/models/item/lamp_candelabra_brown.json @@ -0,0 +1,3 @@ +{ + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_brown" +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candelabra_cyan.json b/src/main/resources/assets/beautify/models/item/lamp_candelabra_cyan.json new file mode 100644 index 00000000..6bc1cc13 --- /dev/null +++ b/src/main/resources/assets/beautify/models/item/lamp_candelabra_cyan.json @@ -0,0 +1,3 @@ +{ + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_cyan" +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candelabra_gray.json b/src/main/resources/assets/beautify/models/item/lamp_candelabra_gray.json new file mode 100644 index 00000000..3a2163a2 --- /dev/null +++ b/src/main/resources/assets/beautify/models/item/lamp_candelabra_gray.json @@ -0,0 +1,3 @@ +{ + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_gray" +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candelabra_green.json b/src/main/resources/assets/beautify/models/item/lamp_candelabra_green.json new file mode 100644 index 00000000..46ee4767 --- /dev/null +++ b/src/main/resources/assets/beautify/models/item/lamp_candelabra_green.json @@ -0,0 +1,3 @@ +{ + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_green" +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candelabra_light_blue.json b/src/main/resources/assets/beautify/models/item/lamp_candelabra_light_blue.json new file mode 100644 index 00000000..3f8d7d1d --- /dev/null +++ b/src/main/resources/assets/beautify/models/item/lamp_candelabra_light_blue.json @@ -0,0 +1,3 @@ +{ + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_light_blue" +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candelabra_light_gray.json b/src/main/resources/assets/beautify/models/item/lamp_candelabra_light_gray.json new file mode 100644 index 00000000..800e237e --- /dev/null +++ b/src/main/resources/assets/beautify/models/item/lamp_candelabra_light_gray.json @@ -0,0 +1,3 @@ +{ + "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/models/item/lamp_candelabra_lime.json b/src/main/resources/assets/beautify/models/item/lamp_candelabra_lime.json new file mode 100644 index 00000000..8a2fd49e --- /dev/null +++ b/src/main/resources/assets/beautify/models/item/lamp_candelabra_lime.json @@ -0,0 +1,3 @@ +{ + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_lime" +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candelabra_magenta.json b/src/main/resources/assets/beautify/models/item/lamp_candelabra_magenta.json new file mode 100644 index 00000000..49714fb7 --- /dev/null +++ b/src/main/resources/assets/beautify/models/item/lamp_candelabra_magenta.json @@ -0,0 +1,3 @@ +{ + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_magenta" +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candelabra_orange.json b/src/main/resources/assets/beautify/models/item/lamp_candelabra_orange.json new file mode 100644 index 00000000..6f669054 --- /dev/null +++ b/src/main/resources/assets/beautify/models/item/lamp_candelabra_orange.json @@ -0,0 +1,3 @@ +{ + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_orange" +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candelabra_pink.json b/src/main/resources/assets/beautify/models/item/lamp_candelabra_pink.json new file mode 100644 index 00000000..614d2e44 --- /dev/null +++ b/src/main/resources/assets/beautify/models/item/lamp_candelabra_pink.json @@ -0,0 +1,3 @@ +{ + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_pink" +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candelabra_purple.json b/src/main/resources/assets/beautify/models/item/lamp_candelabra_purple.json new file mode 100644 index 00000000..4e690324 --- /dev/null +++ b/src/main/resources/assets/beautify/models/item/lamp_candelabra_purple.json @@ -0,0 +1,3 @@ +{ + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_purple" +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candelabra_red.json b/src/main/resources/assets/beautify/models/item/lamp_candelabra_red.json new file mode 100644 index 00000000..9c6c8f1b --- /dev/null +++ b/src/main/resources/assets/beautify/models/item/lamp_candelabra_red.json @@ -0,0 +1,3 @@ +{ + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_red" +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candelabra_white.json b/src/main/resources/assets/beautify/models/item/lamp_candelabra_white.json new file mode 100644 index 00000000..da640189 --- /dev/null +++ b/src/main/resources/assets/beautify/models/item/lamp_candelabra_white.json @@ -0,0 +1,3 @@ +{ + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_white" +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candelabra_yellow.json b/src/main/resources/assets/beautify/models/item/lamp_candelabra_yellow.json new file mode 100644 index 00000000..d63465c5 --- /dev/null +++ b/src/main/resources/assets/beautify/models/item/lamp_candelabra_yellow.json @@ -0,0 +1,3 @@ +{ + "parent": "beautify:block/lamps/candelabras/standing_lamp_candelabra_off_yellow" +} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candleabra.json b/src/main/resources/assets/beautify/models/item/lamp_candleabra.json deleted file mode 100644 index a0ef516c..00000000 --- a/src/main/resources/assets/beautify/models/item/lamp_candleabra.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candleabra_black.json b/src/main/resources/assets/beautify/models/item/lamp_candleabra_black.json deleted file mode 100644 index 00be8894..00000000 --- a/src/main/resources/assets/beautify/models/item/lamp_candleabra_black.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_black" -} diff --git a/src/main/resources/assets/beautify/models/item/lamp_candleabra_blue.json b/src/main/resources/assets/beautify/models/item/lamp_candleabra_blue.json deleted file mode 100644 index be809d33..00000000 --- a/src/main/resources/assets/beautify/models/item/lamp_candleabra_blue.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_blue" -} diff --git a/src/main/resources/assets/beautify/models/item/lamp_candleabra_brown.json b/src/main/resources/assets/beautify/models/item/lamp_candleabra_brown.json deleted file mode 100644 index 4bcea5ff..00000000 --- a/src/main/resources/assets/beautify/models/item/lamp_candleabra_brown.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_brown" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candleabra_cyan.json b/src/main/resources/assets/beautify/models/item/lamp_candleabra_cyan.json deleted file mode 100644 index b3dfca4e..00000000 --- a/src/main/resources/assets/beautify/models/item/lamp_candleabra_cyan.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_cyan" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candleabra_gray.json b/src/main/resources/assets/beautify/models/item/lamp_candleabra_gray.json deleted file mode 100644 index 0e6a97a3..00000000 --- a/src/main/resources/assets/beautify/models/item/lamp_candleabra_gray.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_gray" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candleabra_green.json b/src/main/resources/assets/beautify/models/item/lamp_candleabra_green.json deleted file mode 100644 index 28c216bb..00000000 --- a/src/main/resources/assets/beautify/models/item/lamp_candleabra_green.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_green" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candleabra_light_blue.json b/src/main/resources/assets/beautify/models/item/lamp_candleabra_light_blue.json deleted file mode 100644 index 6620567f..00000000 --- a/src/main/resources/assets/beautify/models/item/lamp_candleabra_light_blue.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_blue" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candleabra_light_gray.json b/src/main/resources/assets/beautify/models/item/lamp_candleabra_light_gray.json deleted file mode 100644 index 9ab46ac7..00000000 --- a/src/main/resources/assets/beautify/models/item/lamp_candleabra_light_gray.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_light_gray" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candleabra_lime.json b/src/main/resources/assets/beautify/models/item/lamp_candleabra_lime.json deleted file mode 100644 index bf8c9bd6..00000000 --- a/src/main/resources/assets/beautify/models/item/lamp_candleabra_lime.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_lime" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candleabra_magenta.json b/src/main/resources/assets/beautify/models/item/lamp_candleabra_magenta.json deleted file mode 100644 index c28f2001..00000000 --- a/src/main/resources/assets/beautify/models/item/lamp_candleabra_magenta.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_magenta" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candleabra_orange.json b/src/main/resources/assets/beautify/models/item/lamp_candleabra_orange.json deleted file mode 100644 index 75a6f5aa..00000000 --- a/src/main/resources/assets/beautify/models/item/lamp_candleabra_orange.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_orange" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candleabra_pink.json b/src/main/resources/assets/beautify/models/item/lamp_candleabra_pink.json deleted file mode 100644 index 984f6451..00000000 --- a/src/main/resources/assets/beautify/models/item/lamp_candleabra_pink.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_pink" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candleabra_purple.json b/src/main/resources/assets/beautify/models/item/lamp_candleabra_purple.json deleted file mode 100644 index 26a14d4a..00000000 --- a/src/main/resources/assets/beautify/models/item/lamp_candleabra_purple.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_purple" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candleabra_red.json b/src/main/resources/assets/beautify/models/item/lamp_candleabra_red.json deleted file mode 100644 index d40a0f6a..00000000 --- a/src/main/resources/assets/beautify/models/item/lamp_candleabra_red.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_red" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candleabra_white.json b/src/main/resources/assets/beautify/models/item/lamp_candleabra_white.json deleted file mode 100644 index 61b01c48..00000000 --- a/src/main/resources/assets/beautify/models/item/lamp_candleabra_white.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_white" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/models/item/lamp_candleabra_yellow.json b/src/main/resources/assets/beautify/models/item/lamp_candleabra_yellow.json deleted file mode 100644 index b3dee1c4..00000000 --- a/src/main/resources/assets/beautify/models/item/lamp_candleabra_yellow.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "beautify:block/lamps/candleabras/standing_lamp_candleabra_off_yellow" -} \ No newline at end of file diff --git a/src/main/resources/assets/beautify/textures/block/desktop.ini b/src/main/resources/assets/beautify/textures/block/desktop.ini deleted file mode 100644 index 11ff8455..00000000 --- a/src/main/resources/assets/beautify/textures/block/desktop.ini +++ /dev/null @@ -1,2 +0,0 @@ -[LocalizedFileNames] -cherry_frame_texture.png=@cherry_frame_texture.png,0 diff --git a/src/main/resources/data/beautify/advancements/candelabras.json b/src/main/resources/data/beautify/advancements/candelabras.json new file mode 100644 index 00000000..4428390f --- /dev/null +++ b/src/main/resources/data/beautify/advancements/candelabras.json @@ -0,0 +1,39 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "requirement": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "minecraft:iron_nugget" + ], + "min": 1 + } + ] + } + } + }, + "rewards": { + "recipes": [ + "beautify:lamp_candelabra", + "beautify:lamp_candelabra_light_blue", + "beautify:lamp_candelabra_light_gray", + "beautify:lamp_candelabra_black", + "beautify:lamp_candelabra_blue", + "beautify:lamp_candelabra_brown", + "beautify:lamp_candelabra_cyan", + "beautify:lamp_candelabra_gray", + "beautify:lamp_candelabra_green", + "beautify:lamp_candelabra_lime", + "beautify:lamp_candelabra_magenta", + "beautify:lamp_candelabra_orange", + "beautify:lamp_candelabra_pink", + "beautify:lamp_candelabra_purple", + "beautify:lamp_candelabra_red", + "beautify:lamp_candelabra_white", + "beautify:lamp_candelabra_yellow" + ] + } +} diff --git a/src/main/resources/data/beautify/advancements/candleabras.json b/src/main/resources/data/beautify/advancements/candleabras.json deleted file mode 100644 index 4a4271ff..00000000 --- a/src/main/resources/data/beautify/advancements/candleabras.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "parent": "minecraft:recipes/root", - "criteria": { - "requirement": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "minecraft:iron_nugget" - ], - "min": 1 - } - ] - } - } - }, - "rewards": { - "recipes": [ - "beautify:candleabra", - "beautify:candleabra_light_blue", - "beautify:candleabra_light_gray", - "beautify:candleabra_black", - "beautify:candleabra_blue", - "beautify:candleabra_brown", - "beautify:candleabra_cyan", - "beautify:candleabra_gray", - "beautify:candleabra_green", - "beautify:candleabra_lime", - "beautify:candleabra_magenta", - "beautify:candleabra_orange", - "beautify:candleabra_pink", - "beautify:candleabra_purple", - "beautify:candleabra_red", - "beautify:candleabra_white", - "beautify:candleabra_yellow" - ] - } -} diff --git a/src/main/resources/data/beautify/advancements/progression/blinds.json b/src/main/resources/data/beautify/advancements/progression/blinds.json index 3f1f26da..145e33e2 100644 --- a/src/main/resources/data/beautify/advancements/progression/blinds.json +++ b/src/main/resources/data/beautify/advancements/progression/blinds.json @@ -1,7 +1,7 @@ { "display": { "icon": { - "item": "beautify:oak_blinds" + "id": "beautify:oak_blinds" }, "title": { "translate": "advancements.beautify.blinds.title" diff --git a/src/main/resources/data/beautify/advancements/progression/bookstack.json b/src/main/resources/data/beautify/advancements/progression/bookstack.json index ce513800..287aa0ba 100644 --- a/src/main/resources/data/beautify/advancements/progression/bookstack.json +++ b/src/main/resources/data/beautify/advancements/progression/bookstack.json @@ -1,7 +1,7 @@ { "display": { "icon": { - "item": "beautify:bookstack" + "id": "beautify:bookstack" }, "title": { "translate": "advancements.beautify.bookstack.title" diff --git a/src/main/resources/data/beautify/advancements/progression/candelabra.json b/src/main/resources/data/beautify/advancements/progression/candelabra.json index 786e7f5f..f04d7d3b 100644 --- a/src/main/resources/data/beautify/advancements/progression/candelabra.json +++ b/src/main/resources/data/beautify/advancements/progression/candelabra.json @@ -1,7 +1,7 @@ { "display": { "icon": { - "item": "beautify:lamp_candleabra" + "id": "beautify:lamp_candelabra" }, "title": { "translate": "advancements.beautify.candelabra.title" @@ -22,7 +22,7 @@ "items": [ { "items": [ - "beautify:lamp_candleabra" + "beautify:lamp_candelabra" ] } ] diff --git a/src/main/resources/data/beautify/advancements/progression/hanging_pot.json b/src/main/resources/data/beautify/advancements/progression/hanging_pot.json index 9adb9ca5..aab61ca2 100644 --- a/src/main/resources/data/beautify/advancements/progression/hanging_pot.json +++ b/src/main/resources/data/beautify/advancements/progression/hanging_pot.json @@ -1,7 +1,7 @@ { "display": { "icon": { - "item": "beautify:hanging_pot" + "id": "beautify:hanging_pot" }, "title": { "translate": "advancements.beautify.hanging_pot.title" diff --git a/src/main/resources/data/beautify/advancements/progression/light.json b/src/main/resources/data/beautify/advancements/progression/light.json index d39fd947..38106e23 100644 --- a/src/main/resources/data/beautify/advancements/progression/light.json +++ b/src/main/resources/data/beautify/advancements/progression/light.json @@ -1,7 +1,7 @@ { "display": { "icon": { - "item": "beautify:lamp_light_bulb" + "id": "beautify:lamp_light_bulb" }, "title": { "translate": "advancements.beautify.light.title" diff --git a/src/main/resources/data/beautify/advancements/progression/root.json b/src/main/resources/data/beautify/advancements/progression/root.json index 3872cbf9..0356e9ee 100644 --- a/src/main/resources/data/beautify/advancements/progression/root.json +++ b/src/main/resources/data/beautify/advancements/progression/root.json @@ -1,7 +1,7 @@ { "display": { "icon": { - "item": "minecraft:rose_bush" + "id": "minecraft:rose_bush" }, "title": { "translate": "advancements.beautify.root.title" diff --git a/src/main/resources/data/beautify/advancements/progression/rope.json b/src/main/resources/data/beautify/advancements/progression/rope.json index 3aaf09fe..cd99142e 100644 --- a/src/main/resources/data/beautify/advancements/progression/rope.json +++ b/src/main/resources/data/beautify/advancements/progression/rope.json @@ -1,7 +1,7 @@ { "display": { "icon": { - "item": "beautify:rope" + "id": "beautify:rope" }, "title": { "translate": "advancements.beautify.rope.title" diff --git a/src/main/resources/data/beautify/loot_tables/blocks/acacia_picture_frame.json b/src/main/resources/data/beautify/loot_tables/blocks/acacia_picture_frame.json index 99827fd4..d366a6b5 100644 --- a/src/main/resources/data/beautify/loot_tables/blocks/acacia_picture_frame.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/acacia_picture_frame.json @@ -5,7 +5,7 @@ "entries": [ { "type": "minecraft:item", - "name": "beautify:warped_picture_frame" + "name": "beautify:acacia_picture_frame" } ] } diff --git a/src/main/resources/data/beautify/loot_tables/blocks/acacia_trellis.json b/src/main/resources/data/beautify/loot_tables/blocks/acacia_trellis.json index 1ca746ac..41d58f21 100644 --- a/src/main/resources/data/beautify/loot_tables/blocks/acacia_trellis.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/acacia_trellis.json @@ -19,7 +19,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/acacia_rose_trellis", + "value": "beautify:blocks/acacia_rose_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -32,7 +32,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/acacia_sunflower_trellis", + "value": "beautify:blocks/acacia_sunflower_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -45,7 +45,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/acacia_peony_trellis", + "value": "beautify:blocks/acacia_peony_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -58,7 +58,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/acacia_lilac_trellis", + "value": "beautify:blocks/acacia_lilac_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -71,7 +71,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/acacia_vine_trellis", + "value": "beautify:blocks/acacia_vine_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -84,7 +84,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/acacia_weeping_vines_trellis", + "value": "beautify:blocks/acacia_weeping_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -97,7 +97,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/acacia_twisting_vines_trellis", + "value": "beautify:blocks/acacia_twisting_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -110,7 +110,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/acacia_lichen_trellis", + "value": "beautify:blocks/acacia_lichen_trellis", "conditions": [ { "condition": "minecraft:block_state_property", diff --git a/src/main/resources/data/beautify/loot_tables/blocks/birch_trellis.json b/src/main/resources/data/beautify/loot_tables/blocks/birch_trellis.json index 85c0c7bf..47a8176e 100644 --- a/src/main/resources/data/beautify/loot_tables/blocks/birch_trellis.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/birch_trellis.json @@ -19,7 +19,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/birch_rose_trellis", + "value": "beautify:blocks/birch_rose_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -32,7 +32,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/birch_sunflower_trellis", + "value": "beautify:blocks/birch_sunflower_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -45,7 +45,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/birch_peony_trellis", + "value": "beautify:blocks/birch_peony_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -58,7 +58,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/birch_lilac_trellis", + "value": "beautify:blocks/birch_lilac_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -71,7 +71,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/birch_vine_trellis", + "value": "beautify:blocks/birch_vine_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -84,7 +84,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/birch_weeping_vines_trellis", + "value": "beautify:blocks/birch_weeping_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -97,7 +97,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/birch_twisting_vines_trellis", + "value": "beautify:blocks/birch_twisting_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -110,7 +110,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/birch_lichen_trellis", + "value": "beautify:blocks/birch_lichen_trellis", "conditions": [ { "condition": "minecraft:block_state_property", diff --git a/src/main/resources/data/beautify/loot_tables/blocks/cherry_trellis.json b/src/main/resources/data/beautify/loot_tables/blocks/cherry_trellis.json index d9515ef2..55ff2eeb 100644 --- a/src/main/resources/data/beautify/loot_tables/blocks/cherry_trellis.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/cherry_trellis.json @@ -19,7 +19,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/cherry_rose_trellis", + "value": "beautify:blocks/cherry_rose_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -32,7 +32,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/cherry_sunflower_trellis", + "value": "beautify:blocks/cherry_sunflower_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -45,7 +45,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/cherry_peony_trellis", + "value": "beautify:blocks/cherry_peony_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -58,7 +58,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/cherry_lilac_trellis", + "value": "beautify:blocks/cherry_lilac_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -71,7 +71,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/cherry_vine_trellis", + "value": "beautify:blocks/cherry_vine_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -84,7 +84,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/cherry_weeping_vines_trellis", + "value": "beautify:blocks/cherry_weeping_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -97,7 +97,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/cherry_twisting_vines_trellis", + "value": "beautify:blocks/cherry_twisting_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -110,7 +110,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/cherry_lichen_trellis", + "value": "beautify:blocks/cherry_lichen_trellis", "conditions": [ { "condition": "minecraft:block_state_property", diff --git a/src/main/resources/data/beautify/loot_tables/blocks/crimson_trellis.json b/src/main/resources/data/beautify/loot_tables/blocks/crimson_trellis.json index 3e3c7581..f3f9827a 100644 --- a/src/main/resources/data/beautify/loot_tables/blocks/crimson_trellis.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/crimson_trellis.json @@ -19,7 +19,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/crimson_rose_trellis", + "value": "beautify:blocks/crimson_rose_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -32,7 +32,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/crimson_sunflower_trellis", + "value": "beautify:blocks/crimson_sunflower_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -45,7 +45,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/crimson_peony_trellis", + "value": "beautify:blocks/crimson_peony_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -58,7 +58,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/crimson_lilac_trellis", + "value": "beautify:blocks/crimson_lilac_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -71,7 +71,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/crimson_vine_trellis", + "value": "beautify:blocks/crimson_vine_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -84,7 +84,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/crimson_weeping_vines_trellis", + "value": "beautify:blocks/crimson_weeping_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -97,7 +97,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/crimson_twisting_vines_trellis", + "value": "beautify:blocks/crimson_twisting_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -110,7 +110,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/crimson_lichen_trellis", + "value": "beautify:blocks/crimson_lichen_trellis", "conditions": [ { "condition": "minecraft:block_state_property", diff --git a/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_trellis.json b/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_trellis.json index 7750fef3..32ad09fa 100644 --- a/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_trellis.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/dark_oak_trellis.json @@ -19,7 +19,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/dark_oak_rose_trellis", + "value": "beautify:blocks/dark_oak_rose_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -32,7 +32,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/dark_oak_sunflower_trellis", + "value": "beautify:blocks/dark_oak_sunflower_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -45,7 +45,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/dark_oak_peony_trellis", + "value": "beautify:blocks/dark_oak_peony_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -58,7 +58,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/dark_oak_lilac_trellis", + "value": "beautify:blocks/dark_oak_lilac_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -71,7 +71,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/dark_oak_vine_trellis", + "value": "beautify:blocks/dark_oak_vine_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -84,7 +84,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/dark_oak_weeping_vines_trellis", + "value": "beautify:blocks/dark_oak_weeping_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -97,7 +97,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/dark_oak_twisting_vines_trellis", + "value": "beautify:blocks/dark_oak_twisting_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -110,7 +110,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/dark_oak_lichen_trellis", + "value": "beautify:blocks/dark_oak_lichen_trellis", "conditions": [ { "condition": "minecraft:block_state_property", diff --git a/src/main/resources/data/beautify/loot_tables/blocks/grass_pot.json b/src/main/resources/data/beautify/loot_tables/blocks/grass_pot.json index 806e3768..4937e396 100644 --- a/src/main/resources/data/beautify/loot_tables/blocks/grass_pot.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/grass_pot.json @@ -15,7 +15,7 @@ "entries": [ { "type": "minecraft:item", - "name": "minecraft:grass" + "name": "minecraft:short_grass" } ] }, @@ -24,7 +24,7 @@ "entries": [ { "type": "minecraft:item", - "name": "minecraft:grass", + "name": "minecraft:short_grass", "conditions": [ { "condition": "minecraft:block_state_property", diff --git a/src/main/resources/data/beautify/loot_tables/blocks/hanging_pot.json b/src/main/resources/data/beautify/loot_tables/blocks/hanging_pot.json index 7b7a5a97..5ba1842b 100644 --- a/src/main/resources/data/beautify/loot_tables/blocks/hanging_pot.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/hanging_pot.json @@ -19,7 +19,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/rose_pot", + "value": "beautify:blocks/rose_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -32,7 +32,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/lilac_pot", + "value": "beautify:blocks/lilac_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -45,7 +45,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/orchid_pot", + "value": "beautify:blocks/orchid_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -58,7 +58,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/vines_pot", + "value": "beautify:blocks/vines_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -71,7 +71,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/sunflower_pot", + "value": "beautify:blocks/sunflower_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -84,7 +84,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/peony_pot", + "value": "beautify:blocks/peony_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -97,7 +97,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/azure_bluet_pot", + "value": "beautify:blocks/azure_bluet_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -110,7 +110,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/red_tulip_pot", + "value": "beautify:blocks/red_tulip_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -123,7 +123,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/orange_tulip_pot", + "value": "beautify:blocks/orange_tulip_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -136,7 +136,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/white_tulip_pot", + "value": "beautify:blocks/white_tulip_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -149,7 +149,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/pink_tulip_pot", + "value": "beautify:blocks/pink_tulip_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -162,7 +162,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/allium_pot", + "value": "beautify:blocks/allium_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -175,7 +175,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/dandelion_pot", + "value": "beautify:blocks/dandelion_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -188,7 +188,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/poppy_pot", + "value": "beautify:blocks/poppy_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -201,7 +201,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/poppy_pot", + "value": "beautify:blocks/poppy_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -214,7 +214,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/glow_lichen_pot", + "value": "beautify:blocks/glow_lichen_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -227,7 +227,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/oxeye_daisy_pot", + "value": "beautify:blocks/oxeye_daisy_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -240,7 +240,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/lily_pot", + "value": "beautify:blocks/lily_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -253,7 +253,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/cornflower_pot", + "value": "beautify:blocks/cornflower_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -266,7 +266,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/weeping_vines_pot", + "value": "beautify:blocks/weeping_vines_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -279,7 +279,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/twisting_vines_pot", + "value": "beautify:blocks/twisting_vines_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -292,7 +292,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/wither_rose_pot", + "value": "beautify:blocks/wither_rose_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -305,7 +305,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/glowberry_pot", + "value": "beautify:blocks/glowberry_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -318,7 +318,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/berry_pot", + "value": "beautify:blocks/berry_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -331,7 +331,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/grass_pot", + "value": "beautify:blocks/grass_pot", "conditions": [ { "condition": "minecraft:block_state_property", @@ -344,7 +344,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/fern_pot", + "value": "beautify:blocks/fern_pot", "conditions": [ { "condition": "minecraft:block_state_property", diff --git a/src/main/resources/data/beautify/loot_tables/blocks/jungle_trellis.json b/src/main/resources/data/beautify/loot_tables/blocks/jungle_trellis.json index 056a6542..8298b6f6 100644 --- a/src/main/resources/data/beautify/loot_tables/blocks/jungle_trellis.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/jungle_trellis.json @@ -19,7 +19,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/jungle_rose_trellis", + "value": "beautify:blocks/jungle_rose_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -32,7 +32,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/jungle_sunflower_trellis", + "value": "beautify:blocks/jungle_sunflower_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -45,7 +45,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/jungle_peony_trellis", + "value": "beautify:blocks/jungle_peony_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -58,7 +58,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/jungle_lilac_trellis", + "value": "beautify:blocks/jungle_lilac_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -71,7 +71,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/jungle_vine_trellis", + "value": "beautify:blocks/jungle_vine_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -84,7 +84,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/jungle_weeping_vines_trellis", + "value": "beautify:blocks/jungle_weeping_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -97,7 +97,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/jungle_twisting_vines_trellis", + "value": "beautify:blocks/jungle_twisting_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -110,7 +110,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/jungle_lichen_trellis", + "value": "beautify:blocks/jungle_lichen_trellis", "conditions": [ { "condition": "minecraft:block_state_property", diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/bookstack.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra.json similarity index 74% rename from mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/bookstack.json rename to src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra.json index 8402d21a..53f6999e 100644 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/bookstack.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra.json @@ -5,7 +5,7 @@ "entries": [ { "type": "minecraft:item", - "name": "beautify:bookstack" + "name": "beautify:lamp_candelabra" } ] } diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_black.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_black.json new file mode 100644 index 00000000..5879e974 --- /dev/null +++ b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_black.json @@ -0,0 +1,13 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "beautify:lamp_candelabra_black" + } + ] + } + ] +} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_picture_frame.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_blue.json similarity index 72% rename from mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_picture_frame.json rename to src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_blue.json index 99827fd4..cbf08e6f 100644 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_picture_frame.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_blue.json @@ -5,7 +5,7 @@ "entries": [ { "type": "minecraft:item", - "name": "beautify:warped_picture_frame" + "name": "beautify:lamp_candelabra_blue" } ] } diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_brown.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_brown.json new file mode 100644 index 00000000..73dea085 --- /dev/null +++ b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_brown.json @@ -0,0 +1,13 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "beautify:lamp_candelabra_brown" + } + ] + } + ] +} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_blinds.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_cyan.json similarity index 72% rename from mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_blinds.json rename to src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_cyan.json index 42a8c0c7..10f88fcf 100644 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_blinds.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_cyan.json @@ -5,7 +5,7 @@ "entries": [ { "type": "minecraft:item", - "name": "beautify:birch_blinds" + "name": "beautify:lamp_candelabra_cyan" } ] } diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_picture_frame.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_gray.json similarity index 72% rename from mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_picture_frame.json rename to src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_gray.json index 965fad25..393cf48d 100644 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/birch_picture_frame.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_gray.json @@ -5,7 +5,7 @@ "entries": [ { "type": "minecraft:item", - "name": "beautify:birch_picture_frame" + "name": "beautify:lamp_candelabra_gray" } ] } diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_green.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_green.json new file mode 100644 index 00000000..4f1ace0c --- /dev/null +++ b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_green.json @@ -0,0 +1,13 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "beautify:lamp_candelabra_green" + } + ] + } + ] +} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_light_blue.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_light_blue.json new file mode 100644 index 00000000..a5976e75 --- /dev/null +++ b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_light_blue.json @@ -0,0 +1,13 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "beautify:lamp_candelabra_light_blue" + } + ] + } + ] +} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_light_gray.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_light_gray.json new file mode 100644 index 00000000..7459e58f --- /dev/null +++ b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_light_gray.json @@ -0,0 +1,13 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "beautify:lamp_candelabra_light_gray" + } + ] + } + ] +} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_lime.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_lime.json new file mode 100644 index 00000000..965ca51f --- /dev/null +++ b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_lime.json @@ -0,0 +1,13 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "beautify:lamp_candelabra_lime" + } + ] + } + ] +} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_magenta.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_magenta.json new file mode 100644 index 00000000..82a69ee1 --- /dev/null +++ b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_magenta.json @@ -0,0 +1,13 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "beautify:lamp_candelabra_magenta" + } + ] + } + ] +} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_orange.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_orange.json new file mode 100644 index 00000000..e7378819 --- /dev/null +++ b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_orange.json @@ -0,0 +1,13 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "beautify:lamp_candelabra_orange" + } + ] + } + ] +} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_pink.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_pink.json new file mode 100644 index 00000000..f1c97073 --- /dev/null +++ b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_pink.json @@ -0,0 +1,13 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "beautify:lamp_candelabra_pink" + } + ] + } + ] +} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_purple.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_purple.json new file mode 100644 index 00000000..c9d917be --- /dev/null +++ b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_purple.json @@ -0,0 +1,13 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "beautify:lamp_candelabra_purple" + } + ] + } + ] +} diff --git a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_blinds.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_red.json similarity index 73% rename from mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_blinds.json rename to src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_red.json index eff14e33..ee9e623d 100644 --- a/mod/beautify/src/main/resources/data/beautify/loot_tables/blocks/acacia_blinds.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_red.json @@ -5,7 +5,7 @@ "entries": [ { "type": "minecraft:item", - "name": "beautify:acacia_blinds" + "name": "beautify:lamp_candelabra_red" } ] } diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_white.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_white.json new file mode 100644 index 00000000..b8ce3cd6 --- /dev/null +++ b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_white.json @@ -0,0 +1,13 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "beautify:lamp_candelabra_white" + } + ] + } + ] +} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_yellow.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_yellow.json new file mode 100644 index 00000000..658af4b4 --- /dev/null +++ b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candelabra_yellow.json @@ -0,0 +1,13 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "beautify:lamp_candelabra_yellow" + } + ] + } + ] +} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra.json deleted file mode 100644 index f22d026c..00000000 --- a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra" - } - ] - } - ] -} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_black.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_black.json deleted file mode 100644 index a61b2206..00000000 --- a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_black.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_black" - } - ] - } - ] -} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_blue.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_blue.json deleted file mode 100644 index a12f067d..00000000 --- a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_blue.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_blue" - } - ] - } - ] -} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_brown.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_brown.json deleted file mode 100644 index b3a1949e..00000000 --- a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_brown.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_brown" - } - ] - } - ] -} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_cyan.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_cyan.json deleted file mode 100644 index 0c62efea..00000000 --- a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_cyan.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_cyan" - } - ] - } - ] -} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_gray.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_gray.json deleted file mode 100644 index 6f7357cb..00000000 --- a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_gray.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_gray" - } - ] - } - ] -} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_green.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_green.json deleted file mode 100644 index f1ad5fb9..00000000 --- a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_green.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_green" - } - ] - } - ] -} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_light_blue.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_light_blue.json deleted file mode 100644 index bbd53dc7..00000000 --- a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_light_blue.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_light_blue" - } - ] - } - ] -} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_light_gray.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_light_gray.json deleted file mode 100644 index bcf36055..00000000 --- a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_light_gray.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_light_gray" - } - ] - } - ] -} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_lime.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_lime.json deleted file mode 100644 index 1792756b..00000000 --- a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_lime.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_lime" - } - ] - } - ] -} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_magenta.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_magenta.json deleted file mode 100644 index 0af94a22..00000000 --- a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_magenta.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_magenta" - } - ] - } - ] -} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_orange.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_orange.json deleted file mode 100644 index 08b2ae92..00000000 --- a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_orange.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_orange" - } - ] - } - ] -} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_pink.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_pink.json deleted file mode 100644 index 13f271b9..00000000 --- a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_pink.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_pink" - } - ] - } - ] -} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_purple.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_purple.json deleted file mode 100644 index 78dbda8f..00000000 --- a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_purple.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_purple" - } - ] - } - ] -} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_red.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_red.json deleted file mode 100644 index 42c0aa8c..00000000 --- a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_red.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_red" - } - ] - } - ] -} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_white.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_white.json deleted file mode 100644 index 85846fef..00000000 --- a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_white.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_white" - } - ] - } - ] -} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_yellow.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_yellow.json deleted file mode 100644 index 977b47d5..00000000 --- a/src/main/resources/data/beautify/loot_tables/blocks/lamp_candleabra_yellow.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "beautify:lamp_candleabra_yellow" - } - ] - } - ] -} diff --git a/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar.json b/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar.json index abdc5249..3b050157 100644 --- a/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/lamp_jar.json @@ -19,7 +19,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/lamp_jar1", + "value": "beautify:blocks/lamp_jar1", "conditions": [ { "condition": "minecraft:block_state_property", @@ -32,7 +32,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/lamp_jar2", + "value": "beautify:blocks/lamp_jar2", "conditions": [ { "condition": "minecraft:block_state_property", @@ -45,7 +45,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/lamp_jar3", + "value": "beautify:blocks/lamp_jar3", "conditions": [ { "condition": "minecraft:block_state_property", diff --git a/src/main/resources/data/beautify/loot_tables/blocks/mangrove_trellis.json b/src/main/resources/data/beautify/loot_tables/blocks/mangrove_trellis.json index 29355f1e..3840a8fd 100644 --- a/src/main/resources/data/beautify/loot_tables/blocks/mangrove_trellis.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/mangrove_trellis.json @@ -19,7 +19,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/mangrove_rose_trellis", + "value": "beautify:blocks/mangrove_rose_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -32,7 +32,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/mangrove_sunflower_trellis", + "value": "beautify:blocks/mangrove_sunflower_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -45,7 +45,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/mangrove_peony_trellis", + "value": "beautify:blocks/mangrove_peony_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -58,7 +58,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/mangrove_lilac_trellis", + "value": "beautify:blocks/mangrove_lilac_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -71,7 +71,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/mangrove_vine_trellis", + "value": "beautify:blocks/mangrove_vine_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -84,7 +84,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/mangrove_weeping_vines_trellis", + "value": "beautify:blocks/mangrove_weeping_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -97,7 +97,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/mangrove_twisting_vines_trellis", + "value": "beautify:blocks/mangrove_twisting_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -110,7 +110,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/mangrove_lichen_trellis", + "value": "beautify:blocks/mangrove_lichen_trellis", "conditions": [ { "condition": "minecraft:block_state_property", diff --git a/src/main/resources/data/beautify/loot_tables/blocks/oak_trellis.json b/src/main/resources/data/beautify/loot_tables/blocks/oak_trellis.json index 20e61779..a6c180ca 100644 --- a/src/main/resources/data/beautify/loot_tables/blocks/oak_trellis.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/oak_trellis.json @@ -19,7 +19,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/oak_rose_trellis", + "value": "beautify:blocks/oak_rose_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -32,7 +32,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/oak_sunflower_trellis", + "value": "beautify:blocks/oak_sunflower_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -45,7 +45,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/oak_peony_trellis", + "value": "beautify:blocks/oak_peony_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -58,7 +58,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/oak_lilac_trellis", + "value": "beautify:blocks/oak_lilac_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -71,7 +71,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/oak_vine_trellis", + "value": "beautify:blocks/oak_vine_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -84,7 +84,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/oak_weeping_vines_trellis", + "value": "beautify:blocks/oak_weeping_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -97,7 +97,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/oak_twisting_vines_trellis", + "value": "beautify:blocks/oak_twisting_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -110,7 +110,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/oak_lichen_trellis", + "value": "beautify:blocks/oak_lichen_trellis", "conditions": [ { "condition": "minecraft:block_state_property", diff --git a/src/main/resources/data/beautify/loot_tables/blocks/spruce_trellis.json b/src/main/resources/data/beautify/loot_tables/blocks/spruce_trellis.json index 23e0e4d6..10d5ee75 100644 --- a/src/main/resources/data/beautify/loot_tables/blocks/spruce_trellis.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/spruce_trellis.json @@ -19,7 +19,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/spruce_rose_trellis", + "value": "beautify:blocks/spruce_rose_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -32,7 +32,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/spruce_sunflower_trellis", + "value": "beautify:blocks/spruce_sunflower_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -45,7 +45,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/spruce_peony_trellis", + "value": "beautify:blocks/spruce_peony_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -58,7 +58,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/spruce_lilac_trellis", + "value": "beautify:blocks/spruce_lilac_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -71,7 +71,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/spruce_vine_trellis", + "value": "beautify:blocks/spruce_vine_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -84,7 +84,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/spruce_weeping_vines_trellis", + "value": "beautify:blocks/spruce_weeping_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -97,7 +97,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/spruce_twisting_vines_trellis", + "value": "beautify:blocks/spruce_twisting_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -110,7 +110,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/spruce_lichen_trellis", + "value": "beautify:blocks/spruce_lichen_trellis", "conditions": [ { "condition": "minecraft:block_state_property", diff --git a/src/main/resources/data/beautify/loot_tables/blocks/warped_picture_frame.json b/src/main/resources/data/beautify/loot_tables/blocks/warped_picture_frame.json index d366a6b5..99827fd4 100644 --- a/src/main/resources/data/beautify/loot_tables/blocks/warped_picture_frame.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/warped_picture_frame.json @@ -5,7 +5,7 @@ "entries": [ { "type": "minecraft:item", - "name": "beautify:acacia_picture_frame" + "name": "beautify:warped_picture_frame" } ] } diff --git a/src/main/resources/data/beautify/loot_tables/blocks/warped_trellis.json b/src/main/resources/data/beautify/loot_tables/blocks/warped_trellis.json index dab7bb49..e139ef54 100644 --- a/src/main/resources/data/beautify/loot_tables/blocks/warped_trellis.json +++ b/src/main/resources/data/beautify/loot_tables/blocks/warped_trellis.json @@ -19,7 +19,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/warped_rose_trellis", + "value": "beautify:blocks/warped_rose_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -32,7 +32,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/warped_sunflower_trellis", + "value": "beautify:blocks/warped_sunflower_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -45,7 +45,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/warped_peony_trellis", + "value": "beautify:blocks/warped_peony_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -58,7 +58,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/warped_lilac_trellis", + "value": "beautify:blocks/warped_lilac_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -71,7 +71,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/warped_vine_trellis", + "value": "beautify:blocks/warped_vine_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -84,7 +84,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/warped_weeping_vines_trellis", + "value": "beautify:blocks/warped_weeping_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -97,7 +97,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/warped_twisting_vines_trellis", + "value": "beautify:blocks/warped_twisting_vines_trellis", "conditions": [ { "condition": "minecraft:block_state_property", @@ -110,7 +110,7 @@ }, { "type": "minecraft:loot_table", - "name": "beautify:blocks/warped_lichen_trellis", + "value": "beautify:blocks/warped_lichen_trellis", "conditions": [ { "condition": "minecraft:block_state_property", diff --git a/src/main/resources/data/beautify/recipes/acacia_blinds.json b/src/main/resources/data/beautify/recipes/acacia_blinds.json index 95a6a494..466517d1 100644 --- a/src/main/resources/data/beautify/recipes/acacia_blinds.json +++ b/src/main/resources/data/beautify/recipes/acacia_blinds.json @@ -13,7 +13,7 @@ } }, "result": { - "item": "beautify:acacia_blinds", + "id": "beautify:acacia_blinds", "count": 1 }, "group": "blinds" diff --git a/src/main/resources/data/beautify/recipes/acacia_picture_frame.json b/src/main/resources/data/beautify/recipes/acacia_picture_frame.json index 46a934fc..182bfc74 100644 --- a/src/main/resources/data/beautify/recipes/acacia_picture_frame.json +++ b/src/main/resources/data/beautify/recipes/acacia_picture_frame.json @@ -17,7 +17,7 @@ } }, "result": { - "item": "beautify:acacia_picture_frame", + "id": "beautify:acacia_picture_frame", "count": 1 }, "group": "frames" diff --git a/src/main/resources/data/beautify/recipes/acacia_trellis.json b/src/main/resources/data/beautify/recipes/acacia_trellis.json index e225bb23..46a19e91 100644 --- a/src/main/resources/data/beautify/recipes/acacia_trellis.json +++ b/src/main/resources/data/beautify/recipes/acacia_trellis.json @@ -14,7 +14,7 @@ } }, "result": { - "item": "beautify:acacia_trellis", + "id": "beautify:acacia_trellis", "count": 4 }, "group": "trellis" diff --git a/src/main/resources/data/beautify/recipes/birch_blinds.json b/src/main/resources/data/beautify/recipes/birch_blinds.json index 015a1ddd..b3175c0b 100644 --- a/src/main/resources/data/beautify/recipes/birch_blinds.json +++ b/src/main/resources/data/beautify/recipes/birch_blinds.json @@ -13,7 +13,7 @@ } }, "result": { - "item": "beautify:birch_blinds", + "id": "beautify:birch_blinds", "count": 1 }, "group": "blinds" diff --git a/src/main/resources/data/beautify/recipes/birch_picture_frame.json b/src/main/resources/data/beautify/recipes/birch_picture_frame.json index b49b4da9..dea53d19 100644 --- a/src/main/resources/data/beautify/recipes/birch_picture_frame.json +++ b/src/main/resources/data/beautify/recipes/birch_picture_frame.json @@ -17,7 +17,7 @@ } }, "result": { - "item": "beautify:birch_picture_frame", + "id": "beautify:birch_picture_frame", "count": 1 }, "group": "frames" diff --git a/src/main/resources/data/beautify/recipes/birch_trellis.json b/src/main/resources/data/beautify/recipes/birch_trellis.json index 342afa76..26df6cee 100644 --- a/src/main/resources/data/beautify/recipes/birch_trellis.json +++ b/src/main/resources/data/beautify/recipes/birch_trellis.json @@ -14,7 +14,7 @@ } }, "result": { - "item": "beautify:birch_trellis", + "id": "beautify:birch_trellis", "count": 4 }, "group": "trellis" diff --git a/src/main/resources/data/beautify/recipes/bookstack.json b/src/main/resources/data/beautify/recipes/bookstack.json index 18b6336f..8aa8e95d 100644 --- a/src/main/resources/data/beautify/recipes/bookstack.json +++ b/src/main/resources/data/beautify/recipes/bookstack.json @@ -12,7 +12,7 @@ } ], "result": { - "item": "beautify:bookstack", + "id": "beautify:bookstack", "count": 1 } } diff --git a/src/main/resources/data/beautify/recipes/botanist_workbench.json b/src/main/resources/data/beautify/recipes/botanist_workbench.json index 0e6a5dbb..62354914 100644 --- a/src/main/resources/data/beautify/recipes/botanist_workbench.json +++ b/src/main/resources/data/beautify/recipes/botanist_workbench.json @@ -15,7 +15,7 @@ ] }, "result": { - "item": "beautify:botanist_workbench", + "id": "beautify:botanist_workbench", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipes/candleabra.json b/src/main/resources/data/beautify/recipes/candelabra.json similarity index 78% rename from src/main/resources/data/beautify/recipes/candleabra.json rename to src/main/resources/data/beautify/recipes/candelabra.json index fa6ef0e0..c861ceb2 100644 --- a/src/main/resources/data/beautify/recipes/candleabra.json +++ b/src/main/resources/data/beautify/recipes/candelabra.json @@ -14,8 +14,8 @@ } }, "result": { - "item": "beautify:lamp_candleabra", + "id": "beautify:lamp_candelabra", "count": 1 }, - "group": "candleabras" + "group": "candelabras" } diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_black.json b/src/main/resources/data/beautify/recipes/candelabra_black.json similarity index 77% rename from mod/beautify/src/main/resources/data/beautify/recipes/candleabra_black.json rename to src/main/resources/data/beautify/recipes/candelabra_black.json index 8c0b5858..672e3267 100644 --- a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_black.json +++ b/src/main/resources/data/beautify/recipes/candelabra_black.json @@ -14,8 +14,8 @@ } }, "result": { - "item": "beautify:lamp_candleabra_black", + "id": "beautify:lamp_candelabra_black", "count": 1 }, - "group": "candleabras" + "group": "candelabras" } diff --git a/src/main/resources/data/beautify/recipes/candleabra_blue.json b/src/main/resources/data/beautify/recipes/candelabra_blue.json similarity index 77% rename from src/main/resources/data/beautify/recipes/candleabra_blue.json rename to src/main/resources/data/beautify/recipes/candelabra_blue.json index 0bef8506..900fb038 100644 --- a/src/main/resources/data/beautify/recipes/candleabra_blue.json +++ b/src/main/resources/data/beautify/recipes/candelabra_blue.json @@ -14,8 +14,8 @@ } }, "result": { - "item": "beautify:lamp_candleabra_blue", + "id": "beautify:lamp_candelabra_blue", "count": 1 }, - "group": "candleabras" + "group": "candelabras" } diff --git a/src/main/resources/data/beautify/recipes/candleabra_brown.json b/src/main/resources/data/beautify/recipes/candelabra_brown.json similarity index 77% rename from src/main/resources/data/beautify/recipes/candleabra_brown.json rename to src/main/resources/data/beautify/recipes/candelabra_brown.json index aa45f5f8..d5a7712f 100644 --- a/src/main/resources/data/beautify/recipes/candleabra_brown.json +++ b/src/main/resources/data/beautify/recipes/candelabra_brown.json @@ -14,8 +14,8 @@ } }, "result": { - "item": "beautify:lamp_candleabra_brown", + "id": "beautify:lamp_candelabra_brown", "count": 1 }, - "group": "candleabras" + "group": "candelabras" } diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_cyan.json b/src/main/resources/data/beautify/recipes/candelabra_cyan.json similarity index 77% rename from mod/beautify/src/main/resources/data/beautify/recipes/candleabra_cyan.json rename to src/main/resources/data/beautify/recipes/candelabra_cyan.json index 0a80ef45..f40810a9 100644 --- a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_cyan.json +++ b/src/main/resources/data/beautify/recipes/candelabra_cyan.json @@ -14,8 +14,8 @@ } }, "result": { - "item": "beautify:lamp_candleabra_cyan", + "id": "beautify:lamp_candelabra_cyan", "count": 1 }, - "group": "candleabras" + "group": "candelabras" } diff --git a/src/main/resources/data/beautify/recipes/candleabra_gray.json b/src/main/resources/data/beautify/recipes/candelabra_gray.json similarity index 77% rename from src/main/resources/data/beautify/recipes/candleabra_gray.json rename to src/main/resources/data/beautify/recipes/candelabra_gray.json index 7f7d9886..af380e82 100644 --- a/src/main/resources/data/beautify/recipes/candleabra_gray.json +++ b/src/main/resources/data/beautify/recipes/candelabra_gray.json @@ -14,8 +14,8 @@ } }, "result": { - "item": "beautify:lamp_candleabra_gray", + "id": "beautify:lamp_candelabra_gray", "count": 1 }, - "group": "candleabras" + "group": "candelabras" } diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_green.json b/src/main/resources/data/beautify/recipes/candelabra_green.json similarity index 77% rename from mod/beautify/src/main/resources/data/beautify/recipes/candleabra_green.json rename to src/main/resources/data/beautify/recipes/candelabra_green.json index 461929e6..95edd83f 100644 --- a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_green.json +++ b/src/main/resources/data/beautify/recipes/candelabra_green.json @@ -14,8 +14,8 @@ } }, "result": { - "item": "beautify:lamp_candleabra_green", + "id": "beautify:lamp_candelabra_green", "count": 1 }, - "group": "candleabras" + "group": "candelabras" } diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_light_blue.json b/src/main/resources/data/beautify/recipes/candelabra_light_blue.json similarity index 76% rename from mod/beautify/src/main/resources/data/beautify/recipes/candleabra_light_blue.json rename to src/main/resources/data/beautify/recipes/candelabra_light_blue.json index fcb74e14..7a0632c7 100644 --- a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_light_blue.json +++ b/src/main/resources/data/beautify/recipes/candelabra_light_blue.json @@ -14,8 +14,8 @@ } }, "result": { - "item": "beautify:lamp_candleabra_light_blue", + "id": "beautify:lamp_candelabra_light_blue", "count": 1 }, - "group": "candleabras" + "group": "candelabras" } diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_light_gray.json b/src/main/resources/data/beautify/recipes/candelabra_light_gray.json similarity index 76% rename from mod/beautify/src/main/resources/data/beautify/recipes/candleabra_light_gray.json rename to src/main/resources/data/beautify/recipes/candelabra_light_gray.json index 85bf1ee5..dcd9e4a2 100644 --- a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_light_gray.json +++ b/src/main/resources/data/beautify/recipes/candelabra_light_gray.json @@ -14,8 +14,8 @@ } }, "result": { - "item": "beautify:lamp_candleabra_light_gray", + "id": "beautify:lamp_candelabra_light_gray", "count": 1 }, - "group": "candleabras" + "group": "candelabras" } diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_lime.json b/src/main/resources/data/beautify/recipes/candelabra_lime.json similarity index 77% rename from mod/beautify/src/main/resources/data/beautify/recipes/candleabra_lime.json rename to src/main/resources/data/beautify/recipes/candelabra_lime.json index 791f9ac0..91e93147 100644 --- a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_lime.json +++ b/src/main/resources/data/beautify/recipes/candelabra_lime.json @@ -14,8 +14,8 @@ } }, "result": { - "item": "beautify:lamp_candleabra_lime", + "id": "beautify:lamp_candelabra_lime", "count": 1 }, - "group": "candleabras" + "group": "candelabras" } diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_magenta.json b/src/main/resources/data/beautify/recipes/candelabra_magenta.json similarity index 76% rename from mod/beautify/src/main/resources/data/beautify/recipes/candleabra_magenta.json rename to src/main/resources/data/beautify/recipes/candelabra_magenta.json index e9084fb8..13abe912 100644 --- a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_magenta.json +++ b/src/main/resources/data/beautify/recipes/candelabra_magenta.json @@ -14,8 +14,8 @@ } }, "result": { - "item": "beautify:lamp_candleabra_magenta", + "id": "beautify:lamp_candelabra_magenta", "count": 1 }, - "group": "candleabras" + "group": "candelabras" } diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_orange.json b/src/main/resources/data/beautify/recipes/candelabra_orange.json similarity index 76% rename from mod/beautify/src/main/resources/data/beautify/recipes/candleabra_orange.json rename to src/main/resources/data/beautify/recipes/candelabra_orange.json index 6d21c453..f1f55d0b 100644 --- a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_orange.json +++ b/src/main/resources/data/beautify/recipes/candelabra_orange.json @@ -14,8 +14,8 @@ } }, "result": { - "item": "beautify:lamp_candleabra_orange", + "id": "beautify:lamp_candelabra_orange", "count": 1 }, - "group": "candleabras" + "group": "candelabras" } diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_pink.json b/src/main/resources/data/beautify/recipes/candelabra_pink.json similarity index 77% rename from mod/beautify/src/main/resources/data/beautify/recipes/candleabra_pink.json rename to src/main/resources/data/beautify/recipes/candelabra_pink.json index 29555b25..6f65c852 100644 --- a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_pink.json +++ b/src/main/resources/data/beautify/recipes/candelabra_pink.json @@ -14,8 +14,8 @@ } }, "result": { - "item": "beautify:lamp_candleabra_pink", + "id": "beautify:lamp_candelabra_pink", "count": 1 }, - "group": "candleabras" + "group": "candelabras" } diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_purple.json b/src/main/resources/data/beautify/recipes/candelabra_purple.json similarity index 76% rename from mod/beautify/src/main/resources/data/beautify/recipes/candleabra_purple.json rename to src/main/resources/data/beautify/recipes/candelabra_purple.json index 5ef4a65b..3a6d5617 100644 --- a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_purple.json +++ b/src/main/resources/data/beautify/recipes/candelabra_purple.json @@ -14,8 +14,8 @@ } }, "result": { - "item": "beautify:lamp_candleabra_purple", + "id": "beautify:lamp_candelabra_purple", "count": 1 }, - "group": "candleabras" + "group": "candelabras" } diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_red.json b/src/main/resources/data/beautify/recipes/candelabra_red.json similarity index 77% rename from mod/beautify/src/main/resources/data/beautify/recipes/candleabra_red.json rename to src/main/resources/data/beautify/recipes/candelabra_red.json index b242c3af..ca0b1d74 100644 --- a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_red.json +++ b/src/main/resources/data/beautify/recipes/candelabra_red.json @@ -14,8 +14,8 @@ } }, "result": { - "item": "beautify:lamp_candleabra_red", + "id": "beautify:lamp_candelabra_red", "count": 1 }, - "group": "candleabras" + "group": "candelabras" } diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_white.json b/src/main/resources/data/beautify/recipes/candelabra_white.json similarity index 77% rename from mod/beautify/src/main/resources/data/beautify/recipes/candleabra_white.json rename to src/main/resources/data/beautify/recipes/candelabra_white.json index 8c7b50f6..00923309 100644 --- a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_white.json +++ b/src/main/resources/data/beautify/recipes/candelabra_white.json @@ -14,8 +14,8 @@ } }, "result": { - "item": "beautify:lamp_candleabra_white", + "id": "beautify:lamp_candelabra_white", "count": 1 }, - "group": "candleabras" + "group": "candelabras" } diff --git a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_yellow.json b/src/main/resources/data/beautify/recipes/candelabra_yellow.json similarity index 76% rename from mod/beautify/src/main/resources/data/beautify/recipes/candleabra_yellow.json rename to src/main/resources/data/beautify/recipes/candelabra_yellow.json index 93a273db..e6383ca0 100644 --- a/mod/beautify/src/main/resources/data/beautify/recipes/candleabra_yellow.json +++ b/src/main/resources/data/beautify/recipes/candelabra_yellow.json @@ -14,8 +14,8 @@ } }, "result": { - "item": "beautify:lamp_candleabra_yellow", + "id": "beautify:lamp_candelabra_yellow", "count": 1 }, - "group": "candleabras" + "group": "candelabras" } diff --git a/src/main/resources/data/beautify/recipes/candleabra_black.json b/src/main/resources/data/beautify/recipes/candleabra_black.json deleted file mode 100644 index 8c0b5858..00000000 --- a/src/main/resources/data/beautify/recipes/candleabra_black.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:black_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "beautify:lamp_candleabra_black", - "count": 1 - }, - "group": "candleabras" -} diff --git a/src/main/resources/data/beautify/recipes/candleabra_cyan.json b/src/main/resources/data/beautify/recipes/candleabra_cyan.json deleted file mode 100644 index 0a80ef45..00000000 --- a/src/main/resources/data/beautify/recipes/candleabra_cyan.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:cyan_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "beautify:lamp_candleabra_cyan", - "count": 1 - }, - "group": "candleabras" -} diff --git a/src/main/resources/data/beautify/recipes/candleabra_green.json b/src/main/resources/data/beautify/recipes/candleabra_green.json deleted file mode 100644 index 461929e6..00000000 --- a/src/main/resources/data/beautify/recipes/candleabra_green.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:green_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "beautify:lamp_candleabra_green", - "count": 1 - }, - "group": "candleabras" -} diff --git a/src/main/resources/data/beautify/recipes/candleabra_light_blue.json b/src/main/resources/data/beautify/recipes/candleabra_light_blue.json deleted file mode 100644 index fcb74e14..00000000 --- a/src/main/resources/data/beautify/recipes/candleabra_light_blue.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:light_blue_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "beautify:lamp_candleabra_light_blue", - "count": 1 - }, - "group": "candleabras" -} diff --git a/src/main/resources/data/beautify/recipes/candleabra_light_gray.json b/src/main/resources/data/beautify/recipes/candleabra_light_gray.json deleted file mode 100644 index 85bf1ee5..00000000 --- a/src/main/resources/data/beautify/recipes/candleabra_light_gray.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:light_gray_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "beautify:lamp_candleabra_light_gray", - "count": 1 - }, - "group": "candleabras" -} diff --git a/src/main/resources/data/beautify/recipes/candleabra_lime.json b/src/main/resources/data/beautify/recipes/candleabra_lime.json deleted file mode 100644 index 791f9ac0..00000000 --- a/src/main/resources/data/beautify/recipes/candleabra_lime.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:lime_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "beautify:lamp_candleabra_lime", - "count": 1 - }, - "group": "candleabras" -} diff --git a/src/main/resources/data/beautify/recipes/candleabra_magenta.json b/src/main/resources/data/beautify/recipes/candleabra_magenta.json deleted file mode 100644 index e9084fb8..00000000 --- a/src/main/resources/data/beautify/recipes/candleabra_magenta.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:magenta_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "beautify:lamp_candleabra_magenta", - "count": 1 - }, - "group": "candleabras" -} diff --git a/src/main/resources/data/beautify/recipes/candleabra_orange.json b/src/main/resources/data/beautify/recipes/candleabra_orange.json deleted file mode 100644 index 6d21c453..00000000 --- a/src/main/resources/data/beautify/recipes/candleabra_orange.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:orange_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "beautify:lamp_candleabra_orange", - "count": 1 - }, - "group": "candleabras" -} diff --git a/src/main/resources/data/beautify/recipes/candleabra_pink.json b/src/main/resources/data/beautify/recipes/candleabra_pink.json deleted file mode 100644 index 29555b25..00000000 --- a/src/main/resources/data/beautify/recipes/candleabra_pink.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:pink_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "beautify:lamp_candleabra_pink", - "count": 1 - }, - "group": "candleabras" -} diff --git a/src/main/resources/data/beautify/recipes/candleabra_purple.json b/src/main/resources/data/beautify/recipes/candleabra_purple.json deleted file mode 100644 index 5ef4a65b..00000000 --- a/src/main/resources/data/beautify/recipes/candleabra_purple.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:purple_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "beautify:lamp_candleabra_purple", - "count": 1 - }, - "group": "candleabras" -} diff --git a/src/main/resources/data/beautify/recipes/candleabra_red.json b/src/main/resources/data/beautify/recipes/candleabra_red.json deleted file mode 100644 index b242c3af..00000000 --- a/src/main/resources/data/beautify/recipes/candleabra_red.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:red_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "beautify:lamp_candleabra_red", - "count": 1 - }, - "group": "candleabras" -} diff --git a/src/main/resources/data/beautify/recipes/candleabra_white.json b/src/main/resources/data/beautify/recipes/candleabra_white.json deleted file mode 100644 index 8c7b50f6..00000000 --- a/src/main/resources/data/beautify/recipes/candleabra_white.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:white_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "beautify:lamp_candleabra_white", - "count": 1 - }, - "group": "candleabras" -} diff --git a/src/main/resources/data/beautify/recipes/candleabra_yellow.json b/src/main/resources/data/beautify/recipes/candleabra_yellow.json deleted file mode 100644 index 93a273db..00000000 --- a/src/main/resources/data/beautify/recipes/candleabra_yellow.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "III", - " I " - ], - "key": { - "#": { - "item": "minecraft:yellow_candle" - }, - "I": { - "item": "minecraft:iron_nugget" - } - }, - "result": { - "item": "beautify:lamp_candleabra_yellow", - "count": 1 - }, - "group": "candleabras" -} diff --git a/src/main/resources/data/beautify/recipes/cherry_blinds.json b/src/main/resources/data/beautify/recipes/cherry_blinds.json index 4ba97f80..8e4c8f6e 100644 --- a/src/main/resources/data/beautify/recipes/cherry_blinds.json +++ b/src/main/resources/data/beautify/recipes/cherry_blinds.json @@ -13,7 +13,7 @@ } }, "result": { - "item": "beautify:cherry_blinds", + "id": "beautify:cherry_blinds", "count": 1 }, "group": "blinds" diff --git a/src/main/resources/data/beautify/recipes/cherry_picture_frame.json b/src/main/resources/data/beautify/recipes/cherry_picture_frame.json index f439d0d2..1425290c 100644 --- a/src/main/resources/data/beautify/recipes/cherry_picture_frame.json +++ b/src/main/resources/data/beautify/recipes/cherry_picture_frame.json @@ -17,7 +17,7 @@ } }, "result": { - "item": "beautify:cherry_picture_frame", + "id": "beautify:cherry_picture_frame", "count": 1 }, "group": "frames" diff --git a/src/main/resources/data/beautify/recipes/cherry_trellis.json b/src/main/resources/data/beautify/recipes/cherry_trellis.json index 7a5b1b7e..bfa4d56b 100644 --- a/src/main/resources/data/beautify/recipes/cherry_trellis.json +++ b/src/main/resources/data/beautify/recipes/cherry_trellis.json @@ -14,7 +14,7 @@ } }, "result": { - "item": "beautify:cherry_trellis", + "id": "beautify:cherry_trellis", "count": 4 }, "group": "trellis" diff --git a/src/main/resources/data/beautify/recipes/crimson_blinds.json b/src/main/resources/data/beautify/recipes/crimson_blinds.json index f54db3bc..9fdcf656 100644 --- a/src/main/resources/data/beautify/recipes/crimson_blinds.json +++ b/src/main/resources/data/beautify/recipes/crimson_blinds.json @@ -13,7 +13,7 @@ } }, "result": { - "item": "beautify:crimson_blinds", + "id": "beautify:crimson_blinds", "count": 1 }, "group": "blinds" diff --git a/src/main/resources/data/beautify/recipes/crimson_picture_frame.json b/src/main/resources/data/beautify/recipes/crimson_picture_frame.json index 43abc8f7..cc1c39e5 100644 --- a/src/main/resources/data/beautify/recipes/crimson_picture_frame.json +++ b/src/main/resources/data/beautify/recipes/crimson_picture_frame.json @@ -17,7 +17,7 @@ } }, "result": { - "item": "beautify:crimson_picture_frame", + "id": "beautify:crimson_picture_frame", "count": 1 }, "group": "frames" diff --git a/src/main/resources/data/beautify/recipes/crimson_trellis.json b/src/main/resources/data/beautify/recipes/crimson_trellis.json index 0d37239c..d7377268 100644 --- a/src/main/resources/data/beautify/recipes/crimson_trellis.json +++ b/src/main/resources/data/beautify/recipes/crimson_trellis.json @@ -14,7 +14,7 @@ } }, "result": { - "item": "beautify:crimson_trellis", + "id": "beautify:crimson_trellis", "count": 4 }, "group": "trellis" diff --git a/src/main/resources/data/beautify/recipes/dark_oak_blinds.json b/src/main/resources/data/beautify/recipes/dark_oak_blinds.json index 2b13b0c9..783b0a74 100644 --- a/src/main/resources/data/beautify/recipes/dark_oak_blinds.json +++ b/src/main/resources/data/beautify/recipes/dark_oak_blinds.json @@ -13,7 +13,7 @@ } }, "result": { - "item": "beautify:dark_oak_blinds", + "id": "beautify:dark_oak_blinds", "count": 1 }, "group": "blinds" diff --git a/src/main/resources/data/beautify/recipes/dark_oak_picture_frame.json b/src/main/resources/data/beautify/recipes/dark_oak_picture_frame.json index f63f2239..6d282ecf 100644 --- a/src/main/resources/data/beautify/recipes/dark_oak_picture_frame.json +++ b/src/main/resources/data/beautify/recipes/dark_oak_picture_frame.json @@ -17,7 +17,7 @@ } }, "result": { - "item": "beautify:dark_oak_picture_frame", + "id": "beautify:dark_oak_picture_frame", "count": 1 }, "group": "frames" diff --git a/src/main/resources/data/beautify/recipes/dark_oak_trellis.json b/src/main/resources/data/beautify/recipes/dark_oak_trellis.json index 998eb9d1..07962a77 100644 --- a/src/main/resources/data/beautify/recipes/dark_oak_trellis.json +++ b/src/main/resources/data/beautify/recipes/dark_oak_trellis.json @@ -14,7 +14,7 @@ } }, "result": { - "item": "beautify:dark_oak_trellis", + "id": "beautify:dark_oak_trellis", "count": 4 }, "group": "trellis" diff --git a/src/main/resources/data/beautify/recipes/from_iron_blinds.json b/src/main/resources/data/beautify/recipes/from_iron_blinds.json index 26cef2fc..4ec6d424 100644 --- a/src/main/resources/data/beautify/recipes/from_iron_blinds.json +++ b/src/main/resources/data/beautify/recipes/from_iron_blinds.json @@ -1,9 +1,12 @@ { "type": "minecraft:smelting", + "category": "blocks", "ingredient": { "item": "beautify:iron_blinds" }, - "result": "minecraft:iron_nugget", + "result": { + "id": "minecraft:iron_ingot" + }, "experience": 0.1, "cookingtime": 250 } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipes/hanging_pot.json b/src/main/resources/data/beautify/recipes/hanging_pot.json index aec19bf3..5d5d6ea4 100644 --- a/src/main/resources/data/beautify/recipes/hanging_pot.json +++ b/src/main/resources/data/beautify/recipes/hanging_pot.json @@ -13,7 +13,7 @@ } }, "result": { - "item": "beautify:hanging_pot", + "id": "beautify:hanging_pot", "count": 1 }, "group": "hanging_pot" diff --git a/src/main/resources/data/beautify/recipes/iron_blinds.json b/src/main/resources/data/beautify/recipes/iron_blinds.json index 3467dd56..050f07c1 100644 --- a/src/main/resources/data/beautify/recipes/iron_blinds.json +++ b/src/main/resources/data/beautify/recipes/iron_blinds.json @@ -13,7 +13,7 @@ } }, "result": { - "item": "beautify:iron_blinds", + "id": "beautify:iron_blinds", "count": 2 }, "group": "blinds" diff --git a/src/main/resources/data/beautify/recipes/jungle_blinds.json b/src/main/resources/data/beautify/recipes/jungle_blinds.json index 758c421a..2c1966be 100644 --- a/src/main/resources/data/beautify/recipes/jungle_blinds.json +++ b/src/main/resources/data/beautify/recipes/jungle_blinds.json @@ -13,7 +13,7 @@ } }, "result": { - "item": "beautify:jungle_blinds", + "id": "beautify:jungle_blinds", "count": 1 }, "group": "blinds" diff --git a/src/main/resources/data/beautify/recipes/jungle_picture_frame.json b/src/main/resources/data/beautify/recipes/jungle_picture_frame.json index a47c943f..a7c9effd 100644 --- a/src/main/resources/data/beautify/recipes/jungle_picture_frame.json +++ b/src/main/resources/data/beautify/recipes/jungle_picture_frame.json @@ -17,7 +17,7 @@ } }, "result": { - "item": "beautify:jungle_picture_frame", + "id": "beautify:jungle_picture_frame", "count": 1 }, "group": "frames" diff --git a/src/main/resources/data/beautify/recipes/jungle_trellis.json b/src/main/resources/data/beautify/recipes/jungle_trellis.json index 9b19864d..b4cdee7e 100644 --- a/src/main/resources/data/beautify/recipes/jungle_trellis.json +++ b/src/main/resources/data/beautify/recipes/jungle_trellis.json @@ -14,7 +14,7 @@ } }, "result": { - "item": "beautify:jungle_trellis", + "id": "beautify:jungle_trellis", "count": 4 }, "group": "trellis" diff --git a/src/main/resources/data/beautify/recipes/lamp_bamboo.json b/src/main/resources/data/beautify/recipes/lamp_bamboo.json index 66f01f71..de661b64 100644 --- a/src/main/resources/data/beautify/recipes/lamp_bamboo.json +++ b/src/main/resources/data/beautify/recipes/lamp_bamboo.json @@ -17,7 +17,7 @@ } }, "result": { - "item": "beautify:lamp_bamboo", + "id": "beautify:lamp_bamboo", "count": 1 } } diff --git a/src/main/resources/data/beautify/recipes/lamp_jar.json b/src/main/resources/data/beautify/recipes/lamp_jar.json index f3afa6e1..0b666526 100644 --- a/src/main/resources/data/beautify/recipes/lamp_jar.json +++ b/src/main/resources/data/beautify/recipes/lamp_jar.json @@ -9,7 +9,7 @@ } ], "result": { - "item": "beautify:lamp_jar", + "id": "beautify:lamp_jar", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipes/lamp_light_bulb.json b/src/main/resources/data/beautify/recipes/lamp_light_bulb.json index 88050f14..7cd5088a 100644 --- a/src/main/resources/data/beautify/recipes/lamp_light_bulb.json +++ b/src/main/resources/data/beautify/recipes/lamp_light_bulb.json @@ -14,7 +14,7 @@ } }, "result": { - "item": "beautify:lamp_light_bulb", + "id": "beautify:lamp_light_bulb", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipes/mangrove_blinds.json b/src/main/resources/data/beautify/recipes/mangrove_blinds.json index 826d6fa5..6070cffd 100644 --- a/src/main/resources/data/beautify/recipes/mangrove_blinds.json +++ b/src/main/resources/data/beautify/recipes/mangrove_blinds.json @@ -13,7 +13,7 @@ } }, "result": { - "item": "beautify:mangrove_blinds", + "id": "beautify:mangrove_blinds", "count": 1 }, "group": "blinds" diff --git a/src/main/resources/data/beautify/recipes/mangrove_picture_frame.json b/src/main/resources/data/beautify/recipes/mangrove_picture_frame.json index 5cb968c0..f65ba86b 100644 --- a/src/main/resources/data/beautify/recipes/mangrove_picture_frame.json +++ b/src/main/resources/data/beautify/recipes/mangrove_picture_frame.json @@ -17,7 +17,7 @@ } }, "result": { - "item": "beautify:mangrove_picture_frame", + "id": "beautify:mangrove_picture_frame", "count": 1 }, "group": "frames" diff --git a/src/main/resources/data/beautify/recipes/mangrove_trellis.json b/src/main/resources/data/beautify/recipes/mangrove_trellis.json index 0d4f054f..d37b2adc 100644 --- a/src/main/resources/data/beautify/recipes/mangrove_trellis.json +++ b/src/main/resources/data/beautify/recipes/mangrove_trellis.json @@ -14,7 +14,7 @@ } }, "result": { - "item": "beautify:mangrove_trellis", + "id": "beautify:mangrove_trellis", "count": 4 }, "group": "trellis" diff --git a/src/main/resources/data/beautify/recipes/oak_blinds.json b/src/main/resources/data/beautify/recipes/oak_blinds.json index 2c3af16c..4a6c546c 100644 --- a/src/main/resources/data/beautify/recipes/oak_blinds.json +++ b/src/main/resources/data/beautify/recipes/oak_blinds.json @@ -13,7 +13,7 @@ } }, "result": { - "item": "beautify:oak_blinds", + "id": "beautify:oak_blinds", "count": 1 }, "group": "blinds" diff --git a/src/main/resources/data/beautify/recipes/oak_picture_frame.json b/src/main/resources/data/beautify/recipes/oak_picture_frame.json index 96ceaa1d..7589b2ec 100644 --- a/src/main/resources/data/beautify/recipes/oak_picture_frame.json +++ b/src/main/resources/data/beautify/recipes/oak_picture_frame.json @@ -17,7 +17,7 @@ } }, "result": { - "item": "beautify:oak_picture_frame", + "id": "beautify:oak_picture_frame", "count": 1 }, "group": "frames" diff --git a/src/main/resources/data/beautify/recipes/oak_trellis.json b/src/main/resources/data/beautify/recipes/oak_trellis.json index 47444168..a1aaf7b8 100644 --- a/src/main/resources/data/beautify/recipes/oak_trellis.json +++ b/src/main/resources/data/beautify/recipes/oak_trellis.json @@ -14,7 +14,7 @@ } }, "result": { - "item": "beautify:oak_trellis", + "id": "beautify:oak_trellis", "count": 4 }, "group": "trellis" diff --git a/src/main/resources/data/beautify/recipes/quartz_picture_frame.json b/src/main/resources/data/beautify/recipes/quartz_picture_frame.json index cbd3f604..75802d51 100644 --- a/src/main/resources/data/beautify/recipes/quartz_picture_frame.json +++ b/src/main/resources/data/beautify/recipes/quartz_picture_frame.json @@ -17,7 +17,7 @@ } }, "result": { - "item": "beautify:quartz_picture_frame", + "id": "beautify:quartz_picture_frame", "count": 1 }, "group": "frames" diff --git a/src/main/resources/data/beautify/recipes/rope.json b/src/main/resources/data/beautify/recipes/rope.json index 72cf7b36..2b50ff83 100644 --- a/src/main/resources/data/beautify/recipes/rope.json +++ b/src/main/resources/data/beautify/recipes/rope.json @@ -11,7 +11,7 @@ } }, "result": { - "item": "beautify:rope", + "id": "beautify:rope", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/beautify/recipes/spruce_blinds.json b/src/main/resources/data/beautify/recipes/spruce_blinds.json index 6f5e16fd..3b80356b 100644 --- a/src/main/resources/data/beautify/recipes/spruce_blinds.json +++ b/src/main/resources/data/beautify/recipes/spruce_blinds.json @@ -13,7 +13,7 @@ } }, "result": { - "item": "beautify:spruce_blinds", + "id": "beautify:spruce_blinds", "count": 1 }, "group": "blinds" diff --git a/src/main/resources/data/beautify/recipes/spruce_picture_frame.json b/src/main/resources/data/beautify/recipes/spruce_picture_frame.json index 55024805..a37602ab 100644 --- a/src/main/resources/data/beautify/recipes/spruce_picture_frame.json +++ b/src/main/resources/data/beautify/recipes/spruce_picture_frame.json @@ -17,7 +17,7 @@ } }, "result": { - "item": "beautify:spruce_picture_frame", + "id": "beautify:spruce_picture_frame", "count": 1 }, "group": "frames" diff --git a/src/main/resources/data/beautify/recipes/spruce_trellis.json b/src/main/resources/data/beautify/recipes/spruce_trellis.json index dbd7b405..161f09ac 100644 --- a/src/main/resources/data/beautify/recipes/spruce_trellis.json +++ b/src/main/resources/data/beautify/recipes/spruce_trellis.json @@ -14,7 +14,7 @@ } }, "result": { - "item": "beautify:spruce_trellis", + "id": "beautify:spruce_trellis", "count": 4 }, "group": "trellis" diff --git a/src/main/resources/data/beautify/recipes/warped_blinds.json b/src/main/resources/data/beautify/recipes/warped_blinds.json index b1e7100c..60b12c70 100644 --- a/src/main/resources/data/beautify/recipes/warped_blinds.json +++ b/src/main/resources/data/beautify/recipes/warped_blinds.json @@ -13,7 +13,7 @@ } }, "result": { - "item": "beautify:warped_blinds", + "id": "beautify:warped_blinds", "count": 1 }, "group": "blinds" diff --git a/src/main/resources/data/beautify/recipes/warped_picture_frame.json b/src/main/resources/data/beautify/recipes/warped_picture_frame.json index 5b8b033e..e6793b80 100644 --- a/src/main/resources/data/beautify/recipes/warped_picture_frame.json +++ b/src/main/resources/data/beautify/recipes/warped_picture_frame.json @@ -17,7 +17,7 @@ } }, "result": { - "item": "beautify:warped_picture_frame", + "id": "beautify:warped_picture_frame", "count": 1 }, "group": "frames" diff --git a/src/main/resources/data/beautify/recipes/warped_trellis.json b/src/main/resources/data/beautify/recipes/warped_trellis.json index 9f7d44bb..beb0e933 100644 --- a/src/main/resources/data/beautify/recipes/warped_trellis.json +++ b/src/main/resources/data/beautify/recipes/warped_trellis.json @@ -14,7 +14,7 @@ } }, "result": { - "item": "beautify:warped_trellis", + "id": "beautify:warped_trellis", "count": 4 }, "group": "trellis" diff --git a/src/main/resources/data/beautify/structures/botanist_house_desert.nbt b/src/main/resources/data/beautify/structures/botanist_house_desert.nbt index 3b66250d301b962cd549db1bff6b0f8619bdc22c..d0bb572d0db3188ef98d604ce6d7c01ada62b8ce 100644 GIT binary patch literal 4304 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 literal 4305 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 L7it-WZ`<}iA?&pa diff --git a/src/main/resources/data/beautify/structures/botanist_house_plains.nbt b/src/main/resources/data/beautify/structures/botanist_house_plains.nbt index d50fb857df3d9076f7367b03376b136f49eeef5f..c1328b4d490b6452b8f6f98381854e0a0a172fc3 100644 GIT binary patch literal 5269 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 literal 5270 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 gWB7SJC#L=+Q%T4SW2gs2ui0FwRJJn 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 F?%&%NOz8js literal 5718 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 REvq6ZtAK_8l9WaB0kW?`8x(^S6$nB? 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