diff --git a/README.md b/README.md index 738a9de..65e570b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [简体中文](README.md) | [English](README_en.md) -导入神奇代码岛的384个方块到我的世界,让你在MC中也能使用熟悉的方块进行创作,还支持将神奇代码岛中的建筑/模型结构完整迁移到Minecraft世界中,保持原汁原味的建造风格。 +导入神奇代码岛的373个方块到我的世界,让你在MC中也能使用熟悉的方块进行创作,还支持将神奇代码岛中的建筑/模型结构完整迁移到Minecraft世界中,保持原汁原味的建造风格。 ## 📦 安装要求 @@ -20,7 +20,7 @@ ### 🎨 丰富的方块 -- **384种方块**:包括字母、数字、符号、颜色、元素等 +- **373种方块**:包括字母、数字、符号、颜色、元素等 - **9个创造标签**:分类整理,方便查找 - Box3:字母 - A-Z字母方块 - Box3:数字 - 0-9数字方块 @@ -34,7 +34,7 @@ ### 🏗 导入神奇代码岛建筑 -- **地形文件导入**:支持从 `minecraft/config/box3mod/` 目录中的压缩地形文件(`.gz`)导入方块地图。 +- **地形文件导入**:支持从 `config/box3mod/` 目录中的压缩地形文件(`.gz`)导入方块地图。 - **建筑迁移**:可将神奇代码岛中的建筑结构迁移到 Minecraft 世界中,保持方块外观一致。 - **获取建筑文件**:访问 https://box3lab.com/build2mc 获取神奇代码岛建筑的地形文件(`.gz`)。 - **导入指令**: @@ -44,12 +44,12 @@ 从 `config/box3mod/.gz` 导入建筑(命令中不需要带后缀,会自动补 `.gz`)。 - `/box3import ` 当 `ignoreBarrier = true` 时,跳过屏障方块(不会在世界中放置这些方块)。 - - `/box3import ` - 当 `useVanillaWater = true` 时,所有流体统一替换为 MC 原版水方块。 + - `/box3import ` + 当 `ignoreWater = true` 时,所有流体统一替换为空气。 ### 🧩 导入神奇代码岛的模型物品 -- **资源文件导入**:支持从 `minecraft/resourcepacks/` 目录文件导入资源包。 +- **资源文件导入**:支持从 `resourcepacks/` 目录文件导入资源包。 - **资源包加载模型**:将模型放入资源包即可自动注册到创造模式。 - **模型物品标签页**:`Box3:模型` 标签页用于管理模型物品。 - **模型销毁器**:右键模型可删除(道具名:模型销毁器)。 diff --git a/README_en.md b/README_en.md index 5d7072f..a13449b 100644 --- a/README_en.md +++ b/README_en.md @@ -5,7 +5,7 @@ [简体中文](README.md) | [English](README_en.md) -Import 384 blocks from the Box3 (Magic Code Island) platform into Minecraft, so you can build with the same familiar blocks inside MC. +Import 373 blocks from the Box3 (Magic Code Island) platform into Minecraft, so you can build with the same familiar blocks inside MC. You can also migrate structures from Box3 directly into your Minecraft world, preserving the original building style. ## 📦 Requirements @@ -21,7 +21,7 @@ You can also migrate structures from Box3 directly into your Minecraft world, pr ### 🎨 Rich Block Library -- **384 blocks**: including letters, numbers, symbols, colors, elements, etc. +- **373 blocks**: including letters, numbers, symbols, colors, elements, etc. - **9 creative tabs**: organized for easy search and use - Box3: Letters – A-Z letter blocks - Box3: Numbers – 0-9 number blocks @@ -35,7 +35,7 @@ You can also migrate structures from Box3 directly into your Minecraft world, pr ### 🏗 Importing Box3 Structures -- **Terrain file import**: supports importing compressed terrain files (`.gz`) from the `minecraft/config/box3mod/` directory into your world. +- **Terrain file import**: supports importing compressed terrain files (`.gz`) from the `config/box3mod/` directory into your world. - **Structure migration**: migrate structures from Box3 into Minecraft while keeping the same block appearance. - **Get terrain files**: visit https://box3lab.com/build2mc to download Box3 building terrain files (`.gz`). - **Import commands**: @@ -46,12 +46,12 @@ You can also migrate structures from Box3 directly into your Minecraft world, pr (You don’t need to type the `.gz` extension in the command.) - `/box3import ` When `ignoreBarrier = true`, barrier blocks will be skipped (they will not be placed in the world). - - `/box3import ` - When `useVanillaWater = true`, all fluids are replaced with vanilla Minecraft water blocks. + - `/box3import ` + When `ignoreWater = true`, all fluids are uniformly replaced with air. ### 🧩 Importing Box3 Model Items -- **Resource file import**: Supports importing resource packs from the `minecraft/resourcepacks/` directory. +- **Resource file import**: Supports importing resource packs from the `resourcepacks/` directory. - **Resource pack model loading**: Put models into a resource pack to auto-register them in Creative. - **Model creative tab**: `Box3:Models` tab for model items. - **Model Destroyer**: Right-click a model to delete it (item name: Model Destroyer). diff --git a/block_id.md b/block_id.md index 25f8cc7..7a918ce 100644 --- a/block_id.md +++ b/block_id.md @@ -1,387 +1,376 @@ # Box3Mod 提供方块参考手册 -| ID | 注册表键 | 中文名称 | 英文名称 | 类型 | 分类 | -| :-- | :---------------------------- | :------------ | :---------------------- | :--- | :-------- | -| 3 | voxel_add | 加号 | Add | 方块 | symbol | -| 5 | voxel_subtract | 减号 | Subtract | 方块 | symbol | -| 7 | voxel_multiply | 乘号 | Multiply | 方块 | symbol | -| 9 | voxel_divide | 除号 | Divide | 方块 | symbol | -| 11 | voxel_equal | 等于号 | Equal | 方块 | symbol | -| 13 | voxel_exclamation_mark | 感叹号 | Exclamation Mark | 方块 | symbol | -| 15 | voxel_question_mark | 问号 | Question Mark | 方块 | symbol | -| 17 | voxel_zero | 数字 0 | Zero | 方块 | symbol | -| 19 | voxel_one | 数字 1 | One | 方块 | symbol | -| 21 | voxel_two | 数字 2 | Two | 方块 | symbol | -| 23 | voxel_three | 数字 3 | Three | 方块 | symbol | -| 25 | voxel_four | 数字 4 | Four | 方块 | symbol | -| 27 | voxel_five | 数字 5 | Five | 方块 | symbol | -| 29 | voxel_six | 数字 6 | Six | 方块 | symbol | -| 31 | voxel_seven | 数字 7 | Seven | 方块 | symbol | -| 33 | voxel_eight | 数字 8 | Eight | 方块 | symbol | -| 35 | voxel_nine | 数字 9 | Nine | 方块 | symbol | -| 37 | voxel_a | 字母 A | A | 方块 | symbol | -| 39 | voxel_b | 字母 B | B | 方块 | symbol | -| 41 | voxel_c | 字母 C | C | 方块 | symbol | -| 43 | voxel_d | 字母 D | D | 方块 | symbol | -| 45 | voxel_e | 字母 E | E | 方块 | symbol | -| 47 | voxel_f | 字母 F | F | 方块 | symbol | -| 49 | voxel_g | 字母 G | G | 方块 | symbol | -| 51 | voxel_h | 字母 H | H | 方块 | symbol | -| 53 | voxel_i | 字母 I | I | 方块 | symbol | -| 55 | voxel_j | 字母 J | J | 方块 | symbol | -| 57 | voxel_k | 字母 K | K | 方块 | symbol | -| 59 | voxel_l | 字母 L | L | 方块 | symbol | -| 61 | voxel_m | 字母 M | M | 方块 | symbol | -| 63 | voxel_n | 字母 N | N | 方块 | symbol | -| 65 | voxel_o | 字母 O | O | 方块 | symbol | -| 67 | voxel_p | 字母 P | P | 方块 | symbol | -| 69 | voxel_q | 字母 Q | Q | 方块 | symbol | -| 71 | voxel_r | 字母 R | R | 方块 | symbol | -| 73 | voxel_s | 字母 S | S | 方块 | symbol | -| 75 | voxel_t | 字母 T | T | 方块 | symbol | -| 77 | voxel_u | 字母 U | U | 方块 | symbol | -| 79 | voxel_v | 字母 V | V | 方块 | symbol | -| 81 | voxel_w | 字母 W | W | 方块 | symbol | -| 83 | voxel_x | 字母 X | X | 方块 | symbol | -| 85 | voxel_y | 字母 Y | Y | 方块 | symbol | -| 87 | voxel_z | 字母 Z | Z | 方块 | symbol | -| 89 | voxel_cadet_blue | 军校蓝 | Cadet Blue | 方块 | color | -| 91 | voxel_sky_blue | 天蓝色 | Sky Blue | 方块 | color | -| 93 | voxel_powder_blue | 粉蓝色 | Powder Blue | 方块 | color | -| 95 | voxel_dark_gray | 深灰色 | Dark Gray | 方块 | color | -| 97 | voxel_light_gray | 浅灰色 | Light Gray | 方块 | color | -| 99 | voxel_olive_green | 橄榄绿 | Olive Green | 方块 | color | -| 101 | voxel_yellow_green | 黄绿色 | Yellow Green | 方块 | color | -| 103 | voxel_pale_green | 苍绿色 | Pale Green | 方块 | color | -| 105 | voxel_red | 红色 | Red | 方块 | color | -| 107 | voxel_dark_red | 深红色 | Dark Red | 方块 | color | -| 109 | voxel_brick_red | 砖红色 | Brick Red | 方块 | color | -| 111 | voxel_medium_gray | 中灰色 | Medium Gray | 方块 | color | -| 113 | voxel_dark_slate_blue | 深石板蓝 | Dark Slate Blue | 方块 | color | -| 115 | voxel_pink | 粉色 | Pink | 方块 | color | -| 117 | voxel_sakura_pink | 樱花粉 | Sakura Pink | 方块 | color | -| 119 | voxel_orange | 橙色 | Orange | 方块 | color | -| 121 | voxel_lemon | 柠檬黄 | Lemon | 方块 | color | -| 123 | voxel_stained_glass | 彩绘玻璃 | Stained Glass | 方块 | structure | -| 125 | voxel_dirt | 泥土 | Dirt | 方块 | nature | -| 127 | voxel_grass | 草地 | Grass | 方块 | nature | -| 129 | voxel_stone | 岩石 | Stone | 方块 | nature | -| 131 | voxel_green_leaf | 绿叶 | Green Leaf | 方块 | nature | -| 133 | voxel_acacia | 金合欢木 | Acacia | 方块 | nature | -| 135 | voxel_sand | 沙子 | Sand | 方块 | nature | -| 137 | voxel_plank_01 | 木板 01 | Plank 01 | 方块 | structure | -| 139 | voxel_plank_02 | 木板 02 | Plank 02 | 方块 | structure | -| 141 | voxel_plank_03 | 木板 03 | Plank 03 | 方块 | structure | -| 143 | voxel_plank_04 | 木板 04 | Plank 04 | 方块 | structure | -| 145 | voxel_ice_brick | 冰砖 | Ice Brick | 方块 | structure | -| 147 | voxel_light_grey_stone_brick | 浅灰石砖 | Light Grey Stone Brick | 方块 | structure | -| 149 | voxel_grey_stone_brick | 灰色石砖 | Grey Stone Brick | 方块 | structure | -| 151 | voxel_gold_trim_brick | 金边砖 | Gold Trim Brick | 方块 | structure | -| 153 | voxel_red_brick | 红砖 | Red Brick | 方块 | structure | -| 155 | voxel_quartz_brick | 石英砖 | Quartz Brick | 方块 | structure | -| 157 | voxel_lantern_01 | 灯笼 01 | Lantern 01 | 方块 | light | -| 159 | voxel_lantern_02 | 灯笼 02 | Lantern 02 | 方块 | light | -| 160 | voxel_window | 窗户 | Window | 方块 | structure | -| 162 | voxel_cross_window | 十字窗 | Cross Window | 方块 | structure | -| 164 | voxel_geometric_window_01 | 几何窗 01 | Geometric Window 01 | 方块 | structure | -| 166 | voxel_geometric_window_02 | 几何窗 02 | Geometric Window 02 | 方块 | structure | -| 169 | voxel_snow | 积雪 | Snow | 方块 | nature | -| 170 | voxel_glass | 玻璃 | Glass | 方块 | structure | -| 172 | voxel_color_glass | 彩色玻璃 | Color Glass | 方块 | structure | -| 175 | voxel_black | 黑色 | Black | 方块 | color | -| 177 | voxel_white | 白色 | White | 方块 | color | -| 179 | voxel_wooden_box | 木箱 | Wooden Box | 方块 | structure | -| 181 | voxel_board_01 | 木板条 01 | Board 01 | 方块 | structure | -| 183 | voxel_board_02 | 木板条 02 | Board 02 | 方块 | structure | -| 185 | voxel_stripe_01 | 条纹 01 | Stripe 01 | 方块 | structure | -| 187 | voxel_stripe_02 | 条纹 02 | Stripe 02 | 方块 | structure | -| 189 | voxel_stripe_03 | 条纹 03 | Stripe 03 | 方块 | structure | -| 191 | voxel_stripe_04 | 条纹 04 | Stripe 04 | 方块 | structure | -| 193 | voxel_stripe_05 | 条纹 05 | Stripe 05 | 方块 | structure | -| 195 | voxel_carpet_01 | 地毯 01 | Carpet 01 | 方块 | structure | -| 197 | voxel_carpet_02 | 地毯 02 | Carpet 02 | 方块 | structure | -| 199 | voxel_carpet_03 | 地毯 03 | Carpet 03 | 方块 | structure | -| 201 | voxel_carpet_04 | 地毯 04 | Carpet 04 | 方块 | structure | -| 203 | voxel_carpet_05 | 地毯 05 | Carpet 05 | 方块 | structure | -| 205 | voxel_carpet_06 | 地毯 06 | Carpet 06 | 方块 | structure | -| 207 | voxel_carpet_07 | 地毯 07 | Carpet 07 | 方块 | structure | -| 209 | voxel_palace_eaves_01 | 宫殿檐 01 | Palace Eaves 01 | 方块 | structure | -| 211 | voxel_palace_eaves_02 | 宫殿檐 02 | Palace Eaves 02 | 方块 | structure | -| 213 | voxel_palace_eaves_03 | 宫殿檐 03 | Palace Eaves 03 | 方块 | structure | -| 215 | voxel_palace_eaves_04 | 宫殿檐 04 | Palace Eaves 04 | 方块 | structure | -| 217 | voxel_palace_eaves_05 | 宫殿檐 05 | Palace Eaves 05 | 方块 | structure | -| 219 | voxel_palace_eaves_06 | 宫殿檐 06 | Palace Eaves 06 | 方块 | structure | -| 221 | voxel_palace_eaves_07 | 宫殿檐 07 | Palace Eaves 07 | 方块 | structure | -| 223 | voxel_palace_eaves_08 | 宫殿檐 08 | Palace Eaves 08 | 方块 | structure | -| 225 | voxel_roof_red | 红色屋顶 | Roof Red | 方块 | structure | -| 227 | voxel_roof_purple | 紫色屋顶 | Roof Purple | 方块 | structure | -| 229 | voxel_roof_green | 绿色屋顶 | Roof Green | 方块 | structure | -| 231 | voxel_roof_blue_04 | 蓝色屋顶 04 | Roof Blue 04 | 方块 | structure | -| 233 | voxel_roof_yellow | 黄色屋顶 | Roof Yellow | 方块 | structure | -| 235 | voxel_carpet_08 | 地毯 08 | Carpet 08 | 方块 | structure | -| 237 | voxel_carpet_09 | 地毯 09 | Carpet 09 | 方块 | structure | -| 239 | voxel_carpet_10 | 地毯 10 | Carpet 10 | 方块 | structure | -| 241 | voxel_carpet_11 | 地毯 11 | Carpet 11 | 方块 | structure | -| 243 | voxel_carpet_12 | 地毯 12 | Carpet 12 | 方块 | structure | -| 245 | voxel_carpet_13 | 地毯 13 | Carpet 13 | 方块 | structure | -| 247 | voxel_stainless_steel | 不锈钢 | Stainless Steel | 方块 | structure | -| 249 | voxel_ice_wall | 冰墙 | Ice Wall | 方块 | structure | -| 251 | voxel_leaf_01 | 叶子 01 | Leaf 01 | 方块 | nature | -| 253 | voxel_leaf_02 | 叶子 02 | Leaf 02 | 方块 | nature | -| 255 | voxel_palace_roof | 宫殿屋顶 | Palace Roof | 方块 | structure | -| 257 | voxel_wood | 木头 | Wood | 方块 | nature | -| 259 | voxel_red_brick_floor | 红砖地板 | Red Brick Floor | 方块 | structure | -| 261 | voxel_red_brick_wall | 红砖墙 | Red Brick Wall | 方块 | structure | -| 263 | voxel_palace_floor | 宫殿地板 | Palace Floor | 方块 | structure | -| 264 | voxel_palace_carving | 宫殿雕刻 | Palace Carving | 方块 | structure | -| 267 | voxel_stone_pillar_03 | 石柱 03 | Stone Pillar 03 | 方块 | structure | -| 269 | voxel_stone_pillar_04 | 石柱 04 | Stone Pillar 04 | 方块 | structure | -| 271 | voxel_stone_pillar_05 | 石柱 05 | Stone Pillar 05 | 方块 | structure | -| 273 | voxel_stone_pillar_06 | 石柱 06 | Stone Pillar 06 | 方块 | structure | -| 275 | voxel_stone_wall | 石墙 | Stone Wall | 方块 | structure | -| 276 | voxel_blue_glass | 蓝色玻璃 | Blue Glass | 方块 | structure | -| 278 | voxel_green_glass | 绿色玻璃 | Green Glass | 方块 | structure | -| 281 | voxel_red_light | 红光 | Red Light | 方块 | light | -| 283 | voxel_orange_light | 橙光 | Orange Light | 方块 | light | -| 285 | voxel_yellow_light | 黄光 | Yellow Light | 方块 | light | -| 287 | voxel_green_light | 绿光 | Green Light | 方块 | light | -| 289 | voxel_indigo_light | 靛青光 | Indigo Light | 方块 | light | -| 291 | voxel_blue_light | 蓝光 | Blue Light | 方块 | light | -| 293 | voxel_purple | 紫色 | Purple | 方块 | color | -| 295 | voxel_pink_light | 粉光 | Pink Light | 方块 | light | -| 297 | voxel_mint_green_light | 薄荷绿光 | Mint Green Light | 方块 | light | -| 299 | voxel_white_light | 白光 | White Light | 方块 | light | -| 301 | voxel_warm_yellow_light | 暖黄光 | Warm Yellow Light | 方块 | light | -| 302 | voxel_black_glass | 黑色玻璃 | Black Glass | 方块 | structure | -| 304 | voxel_red_glass | 红色玻璃 | Red Glass | 方块 | structure | -| 307 | voxel_palace_lamp | 宫灯 | Palace Lamp | 方块 | light | -| 309 | voxel_board_03 | 板子 03 | Board 03 | 方块 | structure | -| 311 | voxel_board_04 | 板子 04 | Board 04 | 方块 | structure | -| 313 | voxel_board_05 | 板子 05 | Board 05 | 方块 | structure | -| 315 | voxel_board_06 | 板子 06 | Board 06 | 方块 | structure | -| 317 | voxel_dark_grass | 深色草地 | Dark Grass | 方块 | nature | -| 319 | voxel_greenbelt_l | 绿带 L | Greenbelt L | 方块 | nature | -| 321 | voxel_greenbelt_l1 | 绿带 L1 | Greenbelt L1 | 方块 | nature | -| 323 | voxel_stone_brick_01 | 石砖 01 | Stone Brick 01 | 方块 | structure | -| 325 | voxel_stone_brick_02 | 石砖 02 | Stone Brick 02 | 方块 | structure | -| 327 | voxel_dark_stone | 深色岩石 | Dark Stone | 方块 | nature | -| 329 | voxel_dark_brick_00 | 深色砖 00 | Dark Brick 00 | 方块 | structure | -| 331 | voxel_dark_brick_01 | 深色砖 01 | Dark Brick 01 | 方块 | structure | -| 333 | voxel_dark_brick_02 | 深色砖 02 | Dark Brick 02 | 方块 | structure | -| 335 | voxel_stone_wall_01 | 石墙 01 | Stone Wall 01 | 方块 | structure | -| 337 | voxel_pink_cake | 粉色蛋糕 | Pink Cake | 方块 | food | -| 339 | voxel_macaroon | 马卡龙 | Macaroon | 方块 | food | -| 341 | voxel_biscuit | 饼干 | Biscuit | 方块 | food | -| 343 | voxel_snowland | 雪原 | Snowland | 方块 | nature | -| 345 | voxel_polar_region | 极地区域 | Polar Region | 方块 | nature | -| 347 | voxel_polar_ice | 极地冰 | Polar Ice | 方块 | nature | -| 349 | voxel_blue_surface_01 | 蓝色地表 01 | Blue Surface 01 | 方块 | nature | -| 351 | voxel_blue_surface_02 | 蓝色地表 02 | Blue Surface 02 | 方块 | nature | -| 353 | voxel_purple_surface_01 | 紫色地表 01 | Purple Surface 01 | 方块 | nature | -| 355 | voxel_purple_surface_02 | 紫色地表 02 | Purple Surface 02 | 方块 | nature | -| 357 | voxel_dark_surface | 深色地表 | Dark Surface | 方块 | nature | -| 359 | voxel_rock | 岩石 | Rock | 方块 | nature | -| 361 | voxel_palace_cloud | 宫殿云 | Palace Cloud | 方块 | structure | -| 363 | voxel_blue | 蓝色 | Blue | 方块 | color | -| 364 | spec_water_block | 水 | Water | 流体 | element | -| 367 | voxel_turquoise | 绿松石 | Turquoise | 方块 | color | -| 369 | voxel_dark_orchid | 深兰花紫 | Dark Orchid | 方块 | color | -| 371 | voxel_medium_orchid | 中兰花紫 | Medium Orchid | 方块 | color | -| 373 | voxel_medium_purple | 中紫色 | Medium Purple | 方块 | color | -| 375 | voxel_medium_violet_red | 中紫罗兰红 | Medium Violet Red | 方块 | color | -| 377 | voxel_maroon | 褐红色 | Maroon | 方块 | color | -| 379 | voxel_coffee_gray | 咖啡灰 | Coffee Gray | 方块 | color | -| 381 | voxel_peru | 秘鲁色 | Peru | 方块 | color | -| 383 | voxel_dark_salmon | 深三文鱼色 | Dark Salmon | 方块 | color | -| 385 | voxel_navajo_white | 纳瓦霍白 | Navajo White | 方块 | color | -| 387 | voxel_orange_red | 橙红色 | Orange Red | 方块 | color | -| 389 | voxel_medium_yellow | 中黄色 | Medium Yellow | 方块 | color | -| 391 | voxel_medium_green | 中绿色 | Medium Green | 方块 | color | -| 393 | voxel_sienna | 赭色 | Sienna | 方块 | color | -| 395 | voxel_mint_green | 薄荷绿 | Mint Green | 方块 | color | -| 397 | voxel_medium_spring_green | 中春绿 | Medium Spring Green | 方块 | color | -| 398 | voxel_ice | 冰 | Ice | 方块 | nature | -| 401 | voxel_crane_roof_01 | 仙鹤屋顶 01 | Crane Roof 01 | 方块 | structure | -| 403 | voxel_crane_roof_02 | 仙鹤屋顶 02 | Crane Roof 02 | 方块 | structure | -| 405 | voxel_crane_lantern | 仙鹤灯笼 | Crane Lantern | 方块 | light | -| 407 | voxel_roof_grey | 灰色屋顶 | Roof Grey | 方块 | structure | -| 408 | voxel_palace_window | 宫殿窗户 | Palace Window | 方块 | structure | -| 411 | voxel_woodstone_12 | 木石 12 | Woodstone 12 | 方块 | structure | -| 412 | spec_strawberry_juice_block | 草莓汁 | Strawberry Juice | 流体 | drink | -| 414 | spec_lime_juice_block | 青柠汁 | Lime Juice | 流体 | drink | -| 416 | spec_blueberry_juice_block | 蓝莓汁 | Blueberry Juice | 流体 | drink | -| 418 | spec_lemon_juice_block | 柠檬汁 | Lemon Juice | 流体 | drink | -| 420 | spec_grape_juice_block | 葡萄汁 | Grape Juice | 流体 | drink | -| 422 | spec_orange_juice_block | 橙汁 | Orange Juice | 流体 | drink | -| 424 | spec_milk_block | 牛奶 | Milk | 流体 | drink | -| 426 | spec_soy_sauce_block | 酱油 | Soy Sauce | 流体 | drink | -| 428 | spec_coffee_block | 咖啡 | Coffee | 流体 | drink | -| 430 | spec_peach_juice_block | 桃汁 | Peach Juice | 流体 | drink | -| 433 | voxel_board0 | 木板 0 | Board 0 | 方块 | structure | -| 435 | voxel_board1 | 木板 1 | Board 1 | 方块 | structure | -| 437 | voxel_board2 | 木板 2 | Board 2 | 方块 | structure | -| 439 | voxel_board3 | 木板 3 | Board 3 | 方块 | structure | -| 441 | voxel_board4 | 木板 4 | Board 4 | 方块 | structure | -| 443 | voxel_board5 | 木板 5 | Board 5 | 方块 | structure | -| 445 | voxel_board6 | 木板 6 | Board 6 | 方块 | structure | -| 447 | voxel_board7 | 木板 7 | Board 7 | 方块 | structure | -| 449 | voxel_board8 | 木板 8 | Board 8 | 方块 | structure | -| 451 | voxel_board9 | 木板 9 | Board 9 | 方块 | structure | -| 453 | voxel_board10 | 木板 10 | Board 10 | 方块 | structure | -| 455 | voxel_board11 | 木板 11 | Board 11 | 方块 | structure | -| 457 | voxel_board12 | 木板 12 | Board 12 | 方块 | structure | -| 459 | voxel_board13 | 木板 13 | Board 13 | 方块 | structure | -| 461 | voxel_board14 | 木板 14 | Board 14 | 方块 | structure | -| 463 | voxel_board15 | 木板 15 | Board 15 | 方块 | structure | -| 465 | voxel_lava01 | 岩浆 01 | Lava 01 | 方块 | nature | -| 467 | voxel_lava02 | 岩浆 02 | Lava 02 | 方块 | nature | -| 469 | voxel_windygrass | 随风摆动的草 | Windygrass | 方块 | nature | -| 471 | voxel_conveyor | 传送带 | Conveyor | 方块 | structure | -| 473 | voxel_ledfloor01 | LED 地板 01 | LED Floor 01 | 方块 | light | -| 475 | voxel_ledfloor02 | LED 地板 02 | LED Floor 02 | 方块 | light | -| 477 | voxel_yellow_grass | 黄草地 | Yellow Grass | 方块 | nature | -| 479 | voxel_express_box | 快递箱 | Express Box | 方块 | structure | -| 481 | voxel_television | 电视机 | Television | 方块 | structure | -| 483 | voxel_bookshelf | 书架 | Bookshelf | 方块 | structure | -| 485 | voxel_ampersand | & 符号 | Ampersand | 方块 | symbol | -| 487 | voxel_asterisk | \* 符号 | Asterisk | 方块 | symbol | -| 489 | voxel_at | @ 符号 | At | 方块 | symbol | -| 491 | voxel_backslash | \ 符号 | Backslash | 方块 | symbol | -| 493 | voxel_bracket_close | ] 符号 | Bracket Close | 方块 | symbol | -| 495 | voxel_bracket_open | [ 符号 | Bracket Open | 方块 | symbol | -| 497 | voxel_caret | ^ 符号 | Caret | 方块 | symbol | -| 499 | voxel_colon | : 符号 | Colon | 方块 | symbol | -| 501 | voxel_comma | , 符号 | Comma | 方块 | symbol | -| 503 | voxel_dollar | $ 符号 | Dollar | 方块 | symbol | -| 505 | voxel_greater_than | > 符号 | Greater Than | 方块 | symbol | -| 507 | voxel_less_than | < 符号 | Less Than | 方块 | symbol | -| 509 | voxel_paren_open | ( 符号 | Paren Open | 方块 | symbol | -| 511 | voxel_paren_close | ) 符号 | Paren Close | 方块 | symbol | -| 513 | voxel_percent | % 符号 | Percent | 方块 | symbol | -| 515 | voxel_period | . 符号 | Period | 方块 | symbol | -| 517 | voxel_pound | # 符号 | Pound | 方块 | symbol | -| 519 | voxel_quotation_mark | " 符号 | Quotation Mark | 方块 | symbol | -| 521 | voxel_semicolon | ; 符号 | Semicolon | 方块 | symbol | -| 523 | voxel_slash | / 符号 | Slash | 方块 | symbol | -| 525 | voxel_tilde | ~ 符号 | Tilde | 方块 | symbol | -| 527 | voxel_winter_leaf | 冬叶 | Winter Leaf | 方块 | nature | -| 529 | voxel_leaf_03 | 叶子 03 | Leaf 03 | 方块 | nature | -| 531 | voxel_leaf_04 | 叶子 04 | Leaf 04 | 方块 | nature | -| 533 | voxel_leaf_05 | 叶子 05 | Leaf 05 | 方块 | nature | -| 535 | voxel_honeycomb_01 | 蜂巢 01 | Honeycomb 01 | 方块 | nature | -| 537 | voxel_honeycomb_02 | 蜂巢 02 | Honeycomb 02 | 方块 | nature | -| 539 | voxel_white_grass | 白草地 | White Grass | 方块 | nature | -| 541 | voxel_palm | 棕榈 | Palm | 方块 | nature | -| 543 | voxel_pumpkin | 南瓜 | Pumpkin | 方块 | nature | -| 544 | voxel_spiderweb | 蜘蛛网 | Spiderweb | 方块 | nature | -| 546 | voxel_bat_window | 蝙蝠窗 | Bat Window | 方块 | structure | -| 549 | voxel_pumpkin_lantern | 南瓜灯 | Pumpkin Lantern | 方块 | light | -| 551 | voxel_candy | 糖果 | Candy | 方块 | food | -| 553 | voxel_bear_footprint | 熊脚印 | Bear Footprint | 方块 | nature | -| 555 | voxel_red_gift | 红色礼物 | Red Gift | 方块 | structure | -| 557 | voxel_blue_gift | 蓝色礼物 | Blue Gift | 方块 | structure | -| 559 | voxel_snowman_head | 雪人头 | Snowman Head | 方块 | structure | -| 561 | voxel_snowman_body | 雪人身体 | Snowman Body | 方块 | structure | -| 562 | voxel_star_lamp | 星星灯 | Star Lamp | 方块 | light | -| 565 | voxel_snowflake_lamp | 雪花灯 | Snowflake Lamp | 方块 | light | -| 566 | voxel_blue_decorative_light | 蓝色装饰灯 | Blue Decorative Light | 方块 | light | -| 568 | voxel_green_decorative_light | 绿色装饰灯 | Green Decorative Light | 方块 | light | -| 570 | voxel_red_decorative_light | 红色装饰灯 | Red Decorative Light | 方块 | light | -| 572 | voxel_yellow_decorative_light | 黄色装饰灯 | Yellow Decorative Light | 方块 | light | -| 574 | voxel_bamboo | 竹子 | Bamboo | 方块 | nature | -| 577 | voxel_fu | 福字 | Fu | 方块 | structure | -| 578 | voxel_traditional_window | 传统窗户 | Traditional Window | 方块 | structure | -| 581 | voxel_rainbow_cube | 彩虹方块 | Rainbow Cube | 方块 | structure | -| 582 | voxel_firecracker | 鞭炮 | Firecracker | 方块 | structure | -| 585 | voxel_air_duct | 通风管 | Air Duct | 方块 | structure | -| 587 | voxel_button | 按钮 | Button | 方块 | structure | -| 589 | voxel_fan | 风扇 | Fan | 方块 | structure | -| 591 | voxel_lab_lamp_01 | 实验室灯 01 | Lab Lamp 01 | 方块 | light | -| 593 | voxel_lab_lamp_02 | 实验室灯 02 | Lab Lamp 02 | 方块 | light | -| 595 | voxel_lab_lamp_03 | 实验室灯 03 | Lab Lamp 03 | 方块 | light | -| 597 | voxel_lab_material_01 | 实验室材料 01 | Lab Material 01 | 方块 | structure | -| 599 | voxel_lab_material_02 | 实验室材料 02 | Lab Material 02 | 方块 | structure | -| 601 | voxel_lab_material_03 | 实验室材料 03 | Lab Material 03 | 方块 | structure | -| 603 | voxel_lab_material_04 | 实验室材料 04 | Lab Material 04 | 方块 | structure | -| 605 | voxel_lab_material_05 | 实验室材料 05 | Lab Material 05 | 方块 | structure | -| 607 | voxel_lab_material_06 | 实验室材料 06 | Lab Material 06 | 方块 | structure | -| 609 | voxel_lab_material_07 | 实验室材料 07 | Lab Material 07 | 方块 | structure | -| 611 | voxel_lab_material_08 | 实验室材料 08 | Lab Material 08 | 方块 | structure | -| 613 | voxel_lab_material_09 | 实验室材料 09 | Lab Material 09 | 方块 | structure | -| 615 | voxel_lab_material_10 | 实验室材料 10 | Lab Material 10 | 方块 | structure | -| 617 | voxel_lab_material_11 | 实验室材料 11 | Lab Material 11 | 方块 | structure | -| 619 | voxel_lab_material_12 | 实验室材料 12 | Lab Material 12 | 方块 | structure | -| 621 | voxel_lab_material_13 | 实验室材料 13 | Lab Material 13 | 方块 | structure | -| 622 | voxel_lab_material_14 | 实验室材料 14 | Lab Material 14 | 方块 | structure | -| 624 | voxel_lab_material_15 | 实验室材料 15 | Lab Material 15 | 方块 | structure | -| 627 | voxel_lab_screen | 实验室屏幕 | Lab Screen | 方块 | structure | -| 629 | voxel_lab_wire | 实验室电线 | Lab Wire | 方块 | structure | -| 631 | voxel_bounce_pad | 弹跳垫 | Bounce Pad | 方块 | structure | -| 633 | voxel_leaf_06 | 叶子 06 | Leaf 06 | 方块 | nature | -| 635 | voxel_board_07 | 板子 07 | Board 07 | 方块 | structure | -| 637 | voxel_brick_01 | 砖块 01 | Brick 01 | 方块 | structure | -| 639 | voxel_brick_02 | 砖块 02 | Brick 02 | 方块 | structure | -| 641 | voxel_plank_05 | 木板 05 | Plank 05 | 方块 | structure | -| 643 | voxel_plank_06 | 木板 06 | Plank 06 | 方块 | structure | -| 645 | voxel_plank_07 | 木板 07 | Plank 07 | 方块 | structure | -| 647 | voxel_toolbox | 工具箱 | Toolbox | 方块 | structure | -| 649 | voxel_treasure_chest | 宝箱 | Treasure Chest | 方块 | structure | -| 650 | voxel_barrier | 屏障 | Barrier | 方块 | nature | -| 653 | voxel_snow_grass | 雪草地 | Snow Grass | 方块 | element | -| 655 | voxel_snow_land | 雪地 | Snow Land | 方块 | element | -| 657 | voxel_withered_grass_land | 枯草地 | Withered Grass Land | 方块 | element | -| 659 | voxel_withered_grass | 枯草 | Withered Grass | 方块 | element | -| 661 | voxel_orange_grass | 橙草地 | Orange Grass | 方块 | element | -| 663 | voxel_orange_grass_all | 全橙草 | Orange Grass All | 方块 | element | -| 665 | voxel_purple_grass | 紫草地 | Purple Grass | 方块 | element | -| 667 | voxel_purple_grass_all | 全紫草 | Purple Grass All | 方块 | element | -| 669 | voxel_blue_grass | 蓝草地 | Blue Grass | 方块 | element | -| 671 | voxel_blue_grass_all | 全蓝草 | Blue Grass All | 方块 | element | -| 673 | voxel_pink_grass | 粉草地 | Pink Grass | 方块 | element | -| 675 | voxel_pink_grass_all | 全粉草 | Pink Grass All | 方块 | element | -| 677 | voxel_light_blue_grass | 浅蓝草地 | Light Blue Grass | 方块 | element | -| 679 | voxel_light_blue_grass_all | 全浅蓝草 | Light Blue Grass All | 方块 | element | -| 681 | voxel*light_purple_grass* | 浅紫草地 | Light Purple Grass | 方块 | element | -| 683 | voxel_light_purple_grass_all | 全浅紫草 | Light Purple Grass All | 方块 | element | -| 685 | voxel_dark_red_grass | 深红草地 | Dark Red Grass | 方块 | element | -| 687 | voxel_dark_red_grass_all | 全深红草 | Dark Red Grass All | 方块 | element | -| 689 | voxel_dark_yellow_grass | 深黄草地 | Dark Yellow Grass | 方块 | element | -| 691 | voxel_dark_yellow_grass_all | 全深黄草 | Dark Yellow Grass All | 方块 | element | -| 693 | voxel_dark_blue_grass | 深蓝草地 | Dark Blue Grass | 方块 | element | -| 695 | voxel_dark_blue_grass_all | 全深蓝草 | Dark Blue Grass All | 方块 | element | -| 697 | voxel_dark_purple_grass | 深紫草地 | Dark Purple Grass | 方块 | element | -| 699 | voxel_dark_purple_grass_all | 全深紫草 | Dark Purple Grass All | 方块 | element | -| 701 | voxel_special_grass_01 | 特殊草地 01 | Special Grass 01 | 方块 | element | -| 703 | voxel_special_grass_02 | 特殊草地 02 | Special Grass 02 | 方块 | element | -| 705 | voxel_special_grass_03 | 特殊草地 03 | Special Grass 03 | 方块 | element | -| 707 | voxel_special_grass_04 | 特殊草地 04 | Special Grass 04 | 方块 | element | -| 709 | voxel_special_grass_05 | 特殊草地 05 | Special Grass 05 | 方块 | element | -| 711 | voxel_special_grass_06 | 特殊草地 06 | Special Grass 06 | 方块 | element | -| 713 | voxel_special_grass_07 | 特殊草地 07 | Special Grass 07 | 方块 | element | -| 715 | voxel_special_grass_08 | 特殊草地 08 | Special Grass 08 | 方块 | element | -| 717 | voxel_special_grass_09 | 特殊草地 09 | Special Grass 09 | 方块 | element | -| 719 | voxel_special_grass_10 | 特殊草地 10 | Special Grass 10 | 方块 | element | -| 721 | voxel_special_land_01 | 特殊地表 01 | Special Land 01 | 方块 | element | -| 723 | voxel_grass_sand | 草质沙地 | Grass Sand | 方块 | element | -| 725 | voxel_dark_grass_sand | 深色草质沙地 | Dark Grass Sand | 方块 | element | -| 727 | voxel_light_sand | 浅色沙子 | Light Sand | 方块 | element | -| 729 | voxel_dark_sand | 深色沙子 | Dark Sand | 方块 | element | -| 731 | voxel_sand_stones | 沙石条纹 | Sand Stones | 方块 | element | -| 733 | voxel_light_volcanic_rock | 浅色火山岩 | Light Volcanic Rock | 方块 | element | -| 735 | voxel_dark_volcanic_rock | 深色火山岩 | Dark Volcanic Rock | 方块 | element | -| 737 | voxel_light_dirt | 浅色泥土 | Light Dirt | 方块 | element | -| 739 | voxel_grass_rock | 草质岩石 | Grass Rock | 方块 | element | -| 741 | voxel_grass_all | 全草地 | Grass All | 方块 | element | -| 743 | voxel_dark_grass_rock | 深色草质岩石 | Dark Grass Rock | 方块 | element | -| 745 | voxel_dark_grass_all | 全深色草地 | Dark Grass All | 方块 | element | -| 747 | voxel_special_grass_11 | 特殊草地 11 | Special Grass 11 | 方块 | element | -| 749 | voxel_special_grass_12 | 特殊草地 12 | Special Grass 12 | 方块 | element | -| 751 | voxel_special_grass_13 | 特殊草地 13 | Special Grass 13 | 方块 | element | -| 753 | voxel_special_grass_14 | 特殊草地 14 | Special Grass 14 | 方块 | element | -| 755 | voxel_special_grass_15 | 特殊草地 15 | Special Grass 15 | 方块 | element | -| 757 | voxel_special_grass_16 | 特殊草地 16 | Special Grass 16 | 方块 | element | -| 759 | voxel_special_sand_01 | 特殊沙地 01 | Special Sand 01 | 方块 | element | -| 761 | voxel_special_sand_02 | 特殊沙地 02 | Special Sand 02 | 方块 | element | -| 763 | voxel_special_sand_03 | 特殊沙地 03 | Special Sand 03 | 方块 | element | -| 765 | voxel_special_sand_04 | 特殊沙地 04 | Special Sand 04 | 方块 | element | -| 767 | voxel_special_sand_05 | 特殊沙地 05 | Special Sand 05 | 方块 | element | +| ID | 注册表键 | 中文名称 | 英文名称 | 类型 | 分类 | +| :-- | :------------------------ | :------------ | :---------------------- | :--- | :-------- | +| 3 | add | 加号 | Add | 方块 | symbol | +| 5 | subtract | 减号 | Subtract | 方块 | symbol | +| 7 | multiply | 乘号 | Multiply | 方块 | symbol | +| 9 | divide | 除号 | Divide | 方块 | symbol | +| 11 | equal | 等于号 | Equal | 方块 | symbol | +| 13 | exclamation_mark | 感叹号 | Exclamation Mark | 方块 | symbol | +| 15 | question_mark | 问号 | Question Mark | 方块 | symbol | +| 17 | zero | 数字 0 | Zero | 方块 | symbol | +| 19 | one | 数字 1 | One | 方块 | symbol | +| 21 | two | 数字 2 | Two | 方块 | symbol | +| 23 | three | 数字 3 | Three | 方块 | symbol | +| 25 | four | 数字 4 | Four | 方块 | symbol | +| 27 | five | 数字 5 | Five | 方块 | symbol | +| 29 | six | 数字 6 | Six | 方块 | symbol | +| 31 | seven | 数字 7 | Seven | 方块 | symbol | +| 33 | eight | 数字 8 | Eight | 方块 | symbol | +| 35 | nine | 数字 9 | Nine | 方块 | symbol | +| 37 | a | 字母 A | A | 方块 | symbol | +| 39 | b | 字母 B | B | 方块 | symbol | +| 41 | c | 字母 C | C | 方块 | symbol | +| 43 | d | 字母 D | D | 方块 | symbol | +| 45 | e | 字母 E | E | 方块 | symbol | +| 47 | f | 字母 F | F | 方块 | symbol | +| 49 | g | 字母 G | G | 方块 | symbol | +| 51 | h | 字母 H | H | 方块 | symbol | +| 53 | i | 字母 I | I | 方块 | symbol | +| 55 | j | 字母 J | J | 方块 | symbol | +| 57 | k | 字母 K | K | 方块 | symbol | +| 59 | l | 字母 L | L | 方块 | symbol | +| 61 | m | 字母 M | M | 方块 | symbol | +| 63 | n | 字母 N | N | 方块 | symbol | +| 65 | o | 字母 O | O | 方块 | symbol | +| 67 | p | 字母 P | P | 方块 | symbol | +| 69 | q | 字母 Q | Q | 方块 | symbol | +| 71 | r | 字母 R | R | 方块 | symbol | +| 73 | s | 字母 S | S | 方块 | symbol | +| 75 | t | 字母 T | T | 方块 | symbol | +| 77 | u | 字母 U | U | 方块 | symbol | +| 79 | v | 字母 V | V | 方块 | symbol | +| 81 | w | 字母 W | W | 方块 | symbol | +| 83 | x | 字母 X | X | 方块 | symbol | +| 85 | y | 字母 Y | Y | 方块 | symbol | +| 87 | z | 字母 Z | Z | 方块 | symbol | +| 89 | cadet_blue | 军校蓝 | Cadet Blue | 方块 | color | +| 91 | sky_blue | 天蓝色 | Sky Blue | 方块 | color | +| 93 | powder_blue | 粉蓝色 | Powder Blue | 方块 | color | +| 95 | dark_gray | 深灰色 | Dark Gray | 方块 | color | +| 97 | light_gray | 浅灰色 | Light Gray | 方块 | color | +| 99 | olive_green | 橄榄绿 | Olive Green | 方块 | color | +| 101 | yellow_green | 黄绿色 | Yellow Green | 方块 | color | +| 103 | pale_green | 苍绿色 | Pale Green | 方块 | color | +| 105 | red | 红色 | Red | 方块 | color | +| 107 | dark_red | 深红色 | Dark Red | 方块 | color | +| 109 | brick_red | 砖红色 | Brick Red | 方块 | color | +| 111 | medium_gray | 中灰色 | Medium Gray | 方块 | color | +| 113 | dark_slate_blue | 深石板蓝 | Dark Slate Blue | 方块 | color | +| 115 | pink | 粉色 | Pink | 方块 | color | +| 117 | sakura_pink | 樱花粉 | Sakura Pink | 方块 | color | +| 119 | orange | 橙色 | Orange | 方块 | color | +| 121 | lemon | 柠檬黄 | Lemon | 方块 | color | +| 123 | stained_glass | 彩绘玻璃 | Stained Glass | 方块 | structure | +| 125 | dirt | 泥土 | Dirt | 方块 | nature | +| 127 | grass | 草地 | Grass | 方块 | nature | +| 129 | stone | 岩石 | Stone | 方块 | nature | +| 131 | green_leaf | 绿叶 | Green Leaf | 方块 | nature | +| 133 | acacia | 金合欢木 | Acacia | 方块 | nature | +| 135 | sand | 沙子 | Sand | 方块 | nature | +| 137 | plank_01 | 木板 01 | Plank 01 | 方块 | structure | +| 139 | plank_02 | 木板 02 | Plank 02 | 方块 | structure | +| 141 | plank_03 | 木板 03 | Plank 03 | 方块 | structure | +| 143 | plank_04 | 木板 04 | Plank 04 | 方块 | structure | +| 145 | ice_brick | 冰砖 | Ice Brick | 方块 | structure | +| 147 | light_grey_stone_brick | 浅灰石砖 | Light Grey Stone Brick | 方块 | structure | +| 149 | grey_stone_brick | 灰色石砖 | Grey Stone Brick | 方块 | structure | +| 151 | gold_trim_brick | 金边砖 | Gold Trim Brick | 方块 | structure | +| 153 | red_brick | 红砖 | Red Brick | 方块 | structure | +| 155 | quartz_brick | 石英砖 | Quartz Brick | 方块 | structure | +| 157 | lantern_01 | 灯笼 01 | Lantern 01 | 方块 | light | +| 159 | lantern_02 | 灯笼 02 | Lantern 02 | 方块 | light | +| 160 | window | 窗户 | Window | 方块 | structure | +| 162 | cross_window | 十字窗 | Cross Window | 方块 | structure | +| 164 | geometric_window_01 | 几何窗 01 | Geometric Window 01 | 方块 | structure | +| 166 | geometric_window_02 | 几何窗 02 | Geometric Window 02 | 方块 | structure | +| 169 | snow | 积雪 | Snow | 方块 | nature | +| 170 | glass | 玻璃 | Glass | 方块 | structure | +| 172 | color_glass | 彩色玻璃 | Color Glass | 方块 | structure | +| 175 | black | 黑色 | Black | 方块 | color | +| 177 | white | 白色 | White | 方块 | color | +| 179 | wooden_box | 木箱 | Wooden Box | 方块 | structure | +| 181 | board_01 | 木板条 01 | Board 01 | 方块 | structure | +| 183 | board_02 | 木板条 02 | Board 02 | 方块 | structure | +| 185 | stripe_01 | 条纹 01 | Stripe 01 | 方块 | structure | +| 187 | stripe_02 | 条纹 02 | Stripe 02 | 方块 | structure | +| 189 | stripe_03 | 条纹 03 | Stripe 03 | 方块 | structure | +| 191 | stripe_04 | 条纹 04 | Stripe 04 | 方块 | structure | +| 193 | stripe_05 | 条纹 05 | Stripe 05 | 方块 | structure | +| 195 | carpet_01 | 地毯 01 | Carpet 01 | 方块 | structure | +| 197 | carpet_02 | 地毯 02 | Carpet 02 | 方块 | structure | +| 199 | carpet_03 | 地毯 03 | Carpet 03 | 方块 | structure | +| 201 | carpet_04 | 地毯 04 | Carpet 04 | 方块 | structure | +| 203 | carpet_05 | 地毯 05 | Carpet 05 | 方块 | structure | +| 205 | carpet_06 | 地毯 06 | Carpet 06 | 方块 | structure | +| 207 | carpet_07 | 地毯 07 | Carpet 07 | 方块 | structure | +| 209 | palace_eaves_01 | 宫殿檐 01 | Palace Eaves 01 | 方块 | structure | +| 211 | palace_eaves_02 | 宫殿檐 02 | Palace Eaves 02 | 方块 | structure | +| 213 | palace_eaves_03 | 宫殿檐 03 | Palace Eaves 03 | 方块 | structure | +| 215 | palace_eaves_04 | 宫殿檐 04 | Palace Eaves 04 | 方块 | structure | +| 217 | palace_eaves_05 | 宫殿檐 05 | Palace Eaves 05 | 方块 | structure | +| 219 | palace_eaves_06 | 宫殿檐 06 | Palace Eaves 06 | 方块 | structure | +| 221 | palace_eaves_07 | 宫殿檐 07 | Palace Eaves 07 | 方块 | structure | +| 223 | palace_eaves_08 | 宫殿檐 08 | Palace Eaves 08 | 方块 | structure | +| 225 | roof_red | 红色屋顶 | Roof Red | 方块 | structure | +| 227 | roof_purple | 紫色屋顶 | Roof Purple | 方块 | structure | +| 229 | roof_green | 绿色屋顶 | Roof Green | 方块 | structure | +| 231 | roof_blue_04 | 蓝色屋顶 04 | Roof Blue 04 | 方块 | structure | +| 233 | roof_yellow | 黄色屋顶 | Roof Yellow | 方块 | structure | +| 235 | carpet_08 | 地毯 08 | Carpet 08 | 方块 | structure | +| 237 | carpet_09 | 地毯 09 | Carpet 09 | 方块 | structure | +| 239 | carpet_10 | 地毯 10 | Carpet 10 | 方块 | structure | +| 241 | carpet_11 | 地毯 11 | Carpet 11 | 方块 | structure | +| 243 | carpet_12 | 地毯 12 | Carpet 12 | 方块 | structure | +| 245 | carpet_13 | 地毯 13 | Carpet 13 | 方块 | structure | +| 247 | stainless_steel | 不锈钢 | Stainless Steel | 方块 | structure | +| 249 | ice_wall | 冰墙 | Ice Wall | 方块 | structure | +| 251 | leaf_01 | 叶子 01 | Leaf 01 | 方块 | nature | +| 253 | leaf_02 | 叶子 02 | Leaf 02 | 方块 | nature | +| 255 | palace_roof | 宫殿屋顶 | Palace Roof | 方块 | structure | +| 257 | wood | 木头 | Wood | 方块 | nature | +| 259 | red_brick_floor | 红砖地板 | Red Brick Floor | 方块 | structure | +| 261 | red_brick_wall | 红砖墙 | Red Brick Wall | 方块 | structure | +| 263 | palace_floor | 宫殿地板 | Palace Floor | 方块 | structure | +| 264 | palace_carving | 宫殿雕刻 | Palace Carving | 方块 | structure | +| 267 | stone_pillar_03 | 石柱 03 | Stone Pillar 03 | 方块 | structure | +| 269 | stone_pillar_04 | 石柱 04 | Stone Pillar 04 | 方块 | structure | +| 271 | stone_pillar_05 | 石柱 05 | Stone Pillar 05 | 方块 | structure | +| 273 | stone_pillar_06 | 石柱 06 | Stone Pillar 06 | 方块 | structure | +| 275 | stone_wall | 石墙 | Stone Wall | 方块 | structure | +| 276 | blue_glass | 蓝色玻璃 | Blue Glass | 方块 | structure | +| 278 | green_glass | 绿色玻璃 | Green Glass | 方块 | structure | +| 281 | red_light | 红光 | Red Light | 方块 | light | +| 283 | orange_light | 橙光 | Orange Light | 方块 | light | +| 285 | yellow_light | 黄光 | Yellow Light | 方块 | light | +| 287 | green_light | 绿光 | Green Light | 方块 | light | +| 289 | indigo_light | 靛青光 | Indigo Light | 方块 | light | +| 291 | blue_light | 蓝光 | Blue Light | 方块 | light | +| 293 | purple | 紫色 | Purple | 方块 | color | +| 295 | pink_light | 粉光 | Pink Light | 方块 | light | +| 297 | mint_green_light | 薄荷绿光 | Mint Green Light | 方块 | light | +| 299 | white_light | 白光 | White Light | 方块 | light | +| 301 | warm_yellow_light | 暖黄光 | Warm Yellow Light | 方块 | light | +| 302 | black_glass | 黑色玻璃 | Black Glass | 方块 | structure | +| 304 | red_glass | 红色玻璃 | Red Glass | 方块 | structure | +| 307 | palace_lamp | 宫灯 | Palace Lamp | 方块 | light | +| 309 | board_03 | 板子 03 | Board 03 | 方块 | structure | +| 311 | board_04 | 板子 04 | Board 04 | 方块 | structure | +| 313 | board_05 | 板子 05 | Board 05 | 方块 | structure | +| 315 | board_06 | 板子 06 | Board 06 | 方块 | structure | +| 317 | dark_grass | 深色草地 | Dark Grass | 方块 | nature | +| 319 | greenbelt_l | 绿带 L | Greenbelt L | 方块 | nature | +| 321 | greenbelt_l1 | 绿带 L1 | Greenbelt L1 | 方块 | nature | +| 323 | stone_brick_01 | 石砖 01 | Stone Brick 01 | 方块 | structure | +| 325 | stone_brick_02 | 石砖 02 | Stone Brick 02 | 方块 | structure | +| 327 | dark_stone | 深色岩石 | Dark Stone | 方块 | nature | +| 329 | dark_brick_00 | 深色砖 00 | Dark Brick 00 | 方块 | structure | +| 331 | dark_brick_01 | 深色砖 01 | Dark Brick 01 | 方块 | structure | +| 333 | dark_brick_02 | 深色砖 02 | Dark Brick 02 | 方块 | structure | +| 335 | stone_wall_01 | 石墙 01 | Stone Wall 01 | 方块 | structure | +| 337 | pink_cake | 粉色蛋糕 | Pink Cake | 方块 | food | +| 339 | macaroon | 马卡龙 | Macaroon | 方块 | food | +| 341 | biscuit | 饼干 | Biscuit | 方块 | food | +| 343 | snowland | 雪原 | Snowland | 方块 | nature | +| 345 | polar_region | 极地区域 | Polar Region | 方块 | nature | +| 347 | polar_ice | 极地冰 | Polar Ice | 方块 | nature | +| 349 | blue_surface_01 | 蓝色地表 01 | Blue Surface 01 | 方块 | nature | +| 351 | blue_surface_02 | 蓝色地表 02 | Blue Surface 02 | 方块 | nature | +| 353 | purple_surface_01 | 紫色地表 01 | Purple Surface 01 | 方块 | nature | +| 355 | purple_surface_02 | 紫色地表 02 | Purple Surface 02 | 方块 | nature | +| 357 | dark_surface | 深色地表 | Dark Surface | 方块 | nature | +| 359 | rock | 岩石 | Rock | 方块 | nature | +| 361 | palace_cloud | 宫殿云 | Palace Cloud | 方块 | structure | +| 363 | blue | 蓝色 | Blue | 方块 | color | +| 367 | turquoise | 绿松石 | Turquoise | 方块 | color | +| 369 | dark_orchid | 深兰花紫 | Dark Orchid | 方块 | color | +| 371 | medium_orchid | 中兰花紫 | Medium Orchid | 方块 | color | +| 373 | medium_purple | 中紫色 | Medium Purple | 方块 | color | +| 375 | medium_violet_red | 中紫罗兰红 | Medium Violet Red | 方块 | color | +| 377 | maroon | 褐红色 | Maroon | 方块 | color | +| 379 | coffee_gray | 咖啡灰 | Coffee Gray | 方块 | color | +| 381 | peru | 秘鲁色 | Peru | 方块 | color | +| 383 | dark_salmon | 深三文鱼色 | Dark Salmon | 方块 | color | +| 385 | navajo_white | 纳瓦霍白 | Navajo White | 方块 | color | +| 387 | orange_red | 橙红色 | Orange Red | 方块 | color | +| 389 | medium_yellow | 中黄色 | Medium Yellow | 方块 | color | +| 391 | medium_green | 中绿色 | Medium Green | 方块 | color | +| 393 | sienna | 赭色 | Sienna | 方块 | color | +| 395 | mint_green | 薄荷绿 | Mint Green | 方块 | color | +| 397 | medium_spring_green | 中春绿 | Medium Spring Green | 方块 | color | +| 398 | ice | 冰 | Ice | 方块 | nature | +| 401 | crane_roof_01 | 仙鹤屋顶 01 | Crane Roof 01 | 方块 | structure | +| 403 | crane_roof_02 | 仙鹤屋顶 02 | Crane Roof 02 | 方块 | structure | +| 405 | crane_lantern | 仙鹤灯笼 | Crane Lantern | 方块 | light | +| 407 | roof_grey | 灰色屋顶 | Roof Grey | 方块 | structure | +| 408 | palace_window | 宫殿窗户 | Palace Window | 方块 | structure | +| 411 | woodstone_12 | 木石 12 | Woodstone 12 | 方块 | structure | +| 433 | board0 | 木板 0 | Board 0 | 方块 | structure | +| 435 | board1 | 木板 1 | Board 1 | 方块 | structure | +| 437 | board2 | 木板 2 | Board 2 | 方块 | structure | +| 439 | board3 | 木板 3 | Board 3 | 方块 | structure | +| 441 | board4 | 木板 4 | Board 4 | 方块 | structure | +| 443 | board5 | 木板 5 | Board 5 | 方块 | structure | +| 445 | board6 | 木板 6 | Board 6 | 方块 | structure | +| 447 | board7 | 木板 7 | Board 7 | 方块 | structure | +| 449 | board8 | 木板 8 | Board 8 | 方块 | structure | +| 451 | board9 | 木板 9 | Board 9 | 方块 | structure | +| 453 | board10 | 木板 10 | Board 10 | 方块 | structure | +| 455 | board11 | 木板 11 | Board 11 | 方块 | structure | +| 457 | board12 | 木板 12 | Board 12 | 方块 | structure | +| 459 | board13 | 木板 13 | Board 13 | 方块 | structure | +| 461 | board14 | 木板 14 | Board 14 | 方块 | structure | +| 463 | board15 | 木板 15 | Board 15 | 方块 | structure | +| 465 | lava01 | 岩浆 01 | Lava 01 | 方块 | nature | +| 467 | lava02 | 岩浆 02 | Lava 02 | 方块 | nature | +| 469 | windygrass | 随风摆动的草 | Windygrass | 方块 | nature | +| 471 | conveyor | 传送带 | Conveyor | 方块 | structure | +| 473 | ledfloor01 | LED 地板 01 | LED Floor 01 | 方块 | light | +| 475 | ledfloor02 | LED 地板 02 | LED Floor 02 | 方块 | light | +| 477 | yellow_grass | 黄草地 | Yellow Grass | 方块 | nature | +| 479 | express_box | 快递箱 | Express Box | 方块 | structure | +| 481 | television | 电视机 | Television | 方块 | structure | +| 483 | bookshelf | 书架 | Bookshelf | 方块 | structure | +| 485 | ampersand | & 符号 | Ampersand | 方块 | symbol | +| 487 | asterisk | \* 符号 | Asterisk | 方块 | symbol | +| 489 | at | @ 符号 | At | 方块 | symbol | +| 491 | backslash | \ 符号 | Backslash | 方块 | symbol | +| 493 | bracket_close | ] 符号 | Bracket Close | 方块 | symbol | +| 495 | bracket_open | [ 符号 | Bracket Open | 方块 | symbol | +| 497 | caret | ^ 符号 | Caret | 方块 | symbol | +| 499 | colon | : 符号 | Colon | 方块 | symbol | +| 501 | comma | , 符号 | Comma | 方块 | symbol | +| 503 | dollar | $ 符号 | Dollar | 方块 | symbol | +| 505 | greater_than | > 符号 | Greater Than | 方块 | symbol | +| 507 | less_than | < 符号 | Less Than | 方块 | symbol | +| 509 | paren_open | ( 符号 | Paren Open | 方块 | symbol | +| 511 | paren_close | ) 符号 | Paren Close | 方块 | symbol | +| 513 | percent | % 符号 | Percent | 方块 | symbol | +| 515 | period | . 符号 | Period | 方块 | symbol | +| 517 | pound | # 符号 | Pound | 方块 | symbol | +| 519 | quotation_mark | " 符号 | Quotation Mark | 方块 | symbol | +| 521 | semicolon | ; 符号 | Semicolon | 方块 | symbol | +| 523 | slash | / 符号 | Slash | 方块 | symbol | +| 525 | tilde | ~ 符号 | Tilde | 方块 | symbol | +| 527 | winter_leaf | 冬叶 | Winter Leaf | 方块 | nature | +| 529 | leaf_03 | 叶子 03 | Leaf 03 | 方块 | nature | +| 531 | leaf_04 | 叶子 04 | Leaf 04 | 方块 | nature | +| 533 | leaf_05 | 叶子 05 | Leaf 05 | 方块 | nature | +| 535 | honeycomb_01 | 蜂巢 01 | Honeycomb 01 | 方块 | nature | +| 537 | honeycomb_02 | 蜂巢 02 | Honeycomb 02 | 方块 | nature | +| 539 | white_grass | 白草地 | White Grass | 方块 | nature | +| 541 | palm | 棕榈 | Palm | 方块 | nature | +| 543 | pumpkin | 南瓜 | Pumpkin | 方块 | nature | +| 544 | spiderweb | 蜘蛛网 | Spiderweb | 方块 | nature | +| 546 | bat_window | 蝙蝠窗 | Bat Window | 方块 | structure | +| 549 | pumpkin_lantern | 南瓜灯 | Pumpkin Lantern | 方块 | light | +| 551 | candy | 糖果 | Candy | 方块 | food | +| 553 | bear_footprint | 熊脚印 | Bear Footprint | 方块 | nature | +| 555 | red_gift | 红色礼物 | Red Gift | 方块 | structure | +| 557 | blue_gift | 蓝色礼物 | Blue Gift | 方块 | structure | +| 559 | snowman_head | 雪人头 | Snowman Head | 方块 | structure | +| 561 | snowman_body | 雪人身体 | Snowman Body | 方块 | structure | +| 562 | star_lamp | 星星灯 | Star Lamp | 方块 | light | +| 565 | snowflake_lamp | 雪花灯 | Snowflake Lamp | 方块 | light | +| 566 | blue_decorative_light | 蓝色装饰灯 | Blue Decorative Light | 方块 | light | +| 568 | green_decorative_light | 绿色装饰灯 | Green Decorative Light | 方块 | light | +| 570 | red_decorative_light | 红色装饰灯 | Red Decorative Light | 方块 | light | +| 572 | yellow_decorative_light | 黄色装饰灯 | Yellow Decorative Light | 方块 | light | +| 574 | bamboo | 竹子 | Bamboo | 方块 | nature | +| 577 | fu | 福字 | Fu | 方块 | structure | +| 578 | traditional_window | 传统窗户 | Traditional Window | 方块 | structure | +| 581 | rainbow_cube | 彩虹方块 | Rainbow Cube | 方块 | structure | +| 582 | firecracker | 鞭炮 | Firecracker | 方块 | structure | +| 585 | air_duct | 通风管 | Air Duct | 方块 | structure | +| 587 | button | 按钮 | Button | 方块 | structure | +| 589 | fan | 风扇 | Fan | 方块 | structure | +| 591 | lab_lamp_01 | 实验室灯 01 | Lab Lamp 01 | 方块 | light | +| 593 | lab_lamp_02 | 实验室灯 02 | Lab Lamp 02 | 方块 | light | +| 595 | lab_lamp_03 | 实验室灯 03 | Lab Lamp 03 | 方块 | light | +| 597 | lab_material_01 | 实验室材料 01 | Lab Material 01 | 方块 | structure | +| 599 | lab_material_02 | 实验室材料 02 | Lab Material 02 | 方块 | structure | +| 601 | lab_material_03 | 实验室材料 03 | Lab Material 03 | 方块 | structure | +| 603 | lab_material_04 | 实验室材料 04 | Lab Material 04 | 方块 | structure | +| 605 | lab_material_05 | 实验室材料 05 | Lab Material 05 | 方块 | structure | +| 607 | lab_material_06 | 实验室材料 06 | Lab Material 06 | 方块 | structure | +| 609 | lab_material_07 | 实验室材料 07 | Lab Material 07 | 方块 | structure | +| 611 | lab_material_08 | 实验室材料 08 | Lab Material 08 | 方块 | structure | +| 613 | lab_material_09 | 实验室材料 09 | Lab Material 09 | 方块 | structure | +| 615 | lab_material_10 | 实验室材料 10 | Lab Material 10 | 方块 | structure | +| 617 | lab_material_11 | 实验室材料 11 | Lab Material 11 | 方块 | structure | +| 619 | lab_material_12 | 实验室材料 12 | Lab Material 12 | 方块 | structure | +| 621 | lab_material_13 | 实验室材料 13 | Lab Material 13 | 方块 | structure | +| 622 | lab_material_14 | 实验室材料 14 | Lab Material 14 | 方块 | structure | +| 624 | lab_material_15 | 实验室材料 15 | Lab Material 15 | 方块 | structure | +| 627 | lab_screen | 实验室屏幕 | Lab Screen | 方块 | structure | +| 629 | lab_wire | 实验室电线 | Lab Wire | 方块 | structure | +| 631 | bounce_pad | 弹跳垫 | Bounce Pad | 方块 | structure | +| 633 | leaf_06 | 叶子 06 | Leaf 06 | 方块 | nature | +| 635 | board_07 | 板子 07 | Board 07 | 方块 | structure | +| 637 | brick_01 | 砖块 01 | Brick 01 | 方块 | structure | +| 639 | brick_02 | 砖块 02 | Brick 02 | 方块 | structure | +| 641 | plank_05 | 木板 05 | Plank 05 | 方块 | structure | +| 643 | plank_06 | 木板 06 | Plank 06 | 方块 | structure | +| 645 | plank_07 | 木板 07 | Plank 07 | 方块 | structure | +| 647 | toolbox | 工具箱 | Toolbox | 方块 | structure | +| 649 | treasure_chest | 宝箱 | Treasure Chest | 方块 | structure | +| 650 | barrier | 屏障 | Barrier | 方块 | nature | +| 653 | snow_grass | 雪草地 | Snow Grass | 方块 | element | +| 655 | snow_land | 雪地 | Snow Land | 方块 | element | +| 657 | withered_grass_land | 枯草地 | Withered Grass Land | 方块 | element | +| 659 | withered_grass | 枯草 | Withered Grass | 方块 | element | +| 661 | orange_grass | 橙草地 | Orange Grass | 方块 | element | +| 663 | orange_grass_all | 全橙草 | Orange Grass All | 方块 | element | +| 665 | purple_grass | 紫草地 | Purple Grass | 方块 | element | +| 667 | purple_grass_all | 全紫草 | Purple Grass All | 方块 | element | +| 669 | blue_grass | 蓝草地 | Blue Grass | 方块 | element | +| 671 | blue_grass_all | 全蓝草 | Blue Grass All | 方块 | element | +| 673 | pink_grass | 粉草地 | Pink Grass | 方块 | element | +| 675 | pink_grass_all | 全粉草 | Pink Grass All | 方块 | element | +| 677 | light_blue_grass | 浅蓝草地 | Light Blue Grass | 方块 | element | +| 679 | light_blue_grass_all | 全浅蓝草 | Light Blue Grass All | 方块 | element | +| 681 | voxel*light_purple_grass* | 浅紫草地 | Light Purple Grass | 方块 | element | +| 683 | light_purple_grass_all | 全浅紫草 | Light Purple Grass All | 方块 | element | +| 685 | dark_red_grass | 深红草地 | Dark Red Grass | 方块 | element | +| 687 | dark_red_grass_all | 全深红草 | Dark Red Grass All | 方块 | element | +| 689 | dark_yellow_grass | 深黄草地 | Dark Yellow Grass | 方块 | element | +| 691 | dark_yellow_grass_all | 全深黄草 | Dark Yellow Grass All | 方块 | element | +| 693 | dark_blue_grass | 深蓝草地 | Dark Blue Grass | 方块 | element | +| 695 | dark_blue_grass_all | 全深蓝草 | Dark Blue Grass All | 方块 | element | +| 697 | dark_purple_grass | 深紫草地 | Dark Purple Grass | 方块 | element | +| 699 | dark_purple_grass_all | 全深紫草 | Dark Purple Grass All | 方块 | element | +| 701 | special_grass_01 | 特殊草地 01 | Special Grass 01 | 方块 | element | +| 703 | special_grass_02 | 特殊草地 02 | Special Grass 02 | 方块 | element | +| 705 | special_grass_03 | 特殊草地 03 | Special Grass 03 | 方块 | element | +| 707 | special_grass_04 | 特殊草地 04 | Special Grass 04 | 方块 | element | +| 709 | special_grass_05 | 特殊草地 05 | Special Grass 05 | 方块 | element | +| 711 | special_grass_06 | 特殊草地 06 | Special Grass 06 | 方块 | element | +| 713 | special_grass_07 | 特殊草地 07 | Special Grass 07 | 方块 | element | +| 715 | special_grass_08 | 特殊草地 08 | Special Grass 08 | 方块 | element | +| 717 | special_grass_09 | 特殊草地 09 | Special Grass 09 | 方块 | element | +| 719 | special_grass_10 | 特殊草地 10 | Special Grass 10 | 方块 | element | +| 721 | special_land_01 | 特殊地表 01 | Special Land 01 | 方块 | element | +| 723 | grass_sand | 草质沙地 | Grass Sand | 方块 | element | +| 725 | dark_grass_sand | 深色草质沙地 | Dark Grass Sand | 方块 | element | +| 727 | light_sand | 浅色沙子 | Light Sand | 方块 | element | +| 729 | dark_sand | 深色沙子 | Dark Sand | 方块 | element | +| 731 | sand_stones | 沙石条纹 | Sand Stones | 方块 | element | +| 733 | light_volcanic_rock | 浅色火山岩 | Light Volcanic Rock | 方块 | element | +| 735 | dark_volcanic_rock | 深色火山岩 | Dark Volcanic Rock | 方块 | element | +| 737 | light_dirt | 浅色泥土 | Light Dirt | 方块 | element | +| 739 | grass_rock | 草质岩石 | Grass Rock | 方块 | element | +| 741 | grass_all | 全草地 | Grass All | 方块 | element | +| 743 | dark_grass_rock | 深色草质岩石 | Dark Grass Rock | 方块 | element | +| 745 | dark_grass_all | 全深色草地 | Dark Grass All | 方块 | element | +| 747 | special_grass_11 | 特殊草地 11 | Special Grass 11 | 方块 | element | +| 749 | special_grass_12 | 特殊草地 12 | Special Grass 12 | 方块 | element | +| 751 | special_grass_13 | 特殊草地 13 | Special Grass 13 | 方块 | element | +| 753 | special_grass_14 | 特殊草地 14 | Special Grass 14 | 方块 | element | +| 755 | special_grass_15 | 特殊草地 15 | Special Grass 15 | 方块 | element | +| 757 | special_grass_16 | 特殊草地 16 | Special Grass 16 | 方块 | element | +| 759 | special_sand_01 | 特殊沙地 01 | Special Sand 01 | 方块 | element | +| 761 | special_sand_02 | 特殊沙地 02 | Special Sand 02 | 方块 | element | +| 763 | special_sand_03 | 特殊沙地 03 | Special Sand 03 | 方块 | element | +| 765 | special_sand_04 | 特殊沙地 04 | Special Sand 04 | 方块 | element | +| 767 | special_sand_05 | 特殊沙地 05 | Special Sand 05 | 方块 | element | diff --git a/gradle.properties b/gradle.properties index c0e8134..d0342e0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ loader_version=0.18.4 loom_version=1.15-SNAPSHOT # Mod Properties -mod_version=1.3.1 +mod_version=1.4.0 maven_group=com.box3lab archives_base_name=box3mod diff --git a/src/client/java/com/box3lab/Box3ModClient.java b/src/client/java/com/box3lab/Box3ModClient.java index ad21070..d684a5b 100644 --- a/src/client/java/com/box3lab/Box3ModClient.java +++ b/src/client/java/com/box3lab/Box3ModClient.java @@ -1,40 +1,26 @@ package com.box3lab; -import com.box3lab.client.VoxelFluidRenderHandler; import com.box3lab.register.ModBlocks; -import com.box3lab.register.ModFluids; import com.box3lab.util.BlockIndexUtil; import net.fabricmc.api.ClientModInitializer; import net.fabricmc.fabric.api.client.rendering.v1.BlockRenderLayerMap; -import net.fabricmc.fabric.api.client.render.fluid.v1.FluidRenderHandlerRegistry; import net.minecraft.client.renderer.chunk.ChunkSectionLayer; -import net.minecraft.resources.Identifier; import net.minecraft.world.level.block.Block; public class Box3ModClient implements ClientModInitializer { @Override public void onInitializeClient() { - - // - for (var entry : ModBlocks.VOXEL_BLOCKS.entrySet()) { + + for (var entry : ModBlocks.BLOCKS.entrySet()) { String registryName = entry.getKey(); Block block = entry.getValue(); - String texturePart = registryName.startsWith("voxel_") ? registryName.substring("voxel_".length()) - : registryName; - Integer id = BlockIndexUtil.getIdByName(texturePart); + Integer id = BlockIndexUtil.getIdByName(registryName); if (id != null && !BlockIndexUtil.isSolid(id)) { BlockRenderLayerMap.putBlock(block, ChunkSectionLayer.TRANSLUCENT); } } - Identifier stillTex = Identifier.fromNamespaceAndPath("minecraft", "block/water_still"); - Identifier flowTex = Identifier.fromNamespaceAndPath("minecraft", "block/water_flow"); - for (var info : ModFluids.SPEC_FLUIDS.values()) { - FluidRenderHandlerRegistry.INSTANCE.register( - info.still, - info.flowing, - new VoxelFluidRenderHandler(stillTex, flowTex, info.tint, info.fluidExtinction)); - } + } } \ No newline at end of file diff --git a/src/main/java/com/box3lab/Box3Mod.java b/src/main/java/com/box3lab/Box3Mod.java index 9f61789..ea4cba6 100644 --- a/src/main/java/com/box3lab/Box3Mod.java +++ b/src/main/java/com/box3lab/Box3Mod.java @@ -2,7 +2,6 @@ import com.box3lab.command.ModCommands; import com.box3lab.register.ModBlocks; -import com.box3lab.register.ModFluids; import com.box3lab.register.ModItems; import net.fabricmc.api.ModInitializer; @@ -23,7 +22,6 @@ public void onInitialize() { // This code runs as soon as Minecraft is in a mod-load-ready state. // However, some things (like resources) may still be uninitialized. // Proceed with mild caution. - ModFluids.initialize(); ModBlocks.initialize(); ModItems.initialize(); ModCommands.register(); diff --git a/src/main/java/com/box3lab/command/ModCommands.java b/src/main/java/com/box3lab/command/ModCommands.java index 8b3e0d5..a117838 100644 --- a/src/main/java/com/box3lab/command/ModCommands.java +++ b/src/main/java/com/box3lab/command/ModCommands.java @@ -8,27 +8,44 @@ import com.box3lab.util.Box3ImportFiles; import com.mojang.brigadier.arguments.BoolArgumentType; import com.mojang.brigadier.arguments.StringArgumentType; +import com.mojang.brigadier.suggestion.SuggestionProvider; import net.fabricmc.fabric.api.command.v2.CommandRegistrationCallback; import net.minecraft.commands.CommandSourceStack; +import static net.minecraft.commands.Commands.argument; +import static net.minecraft.commands.Commands.literal; import net.minecraft.core.BlockPos; import net.minecraft.network.chat.Component; import net.minecraft.server.level.ServerLevel; import net.minecraft.server.level.ServerPlayer; -import static net.minecraft.commands.Commands.argument; -import static net.minecraft.commands.Commands.literal; - public final class ModCommands { private ModCommands() { } + private static final SuggestionProvider BOX3_FILE_SUGGESTIONS = (context, builder) -> { + try { + List files = Box3ImportFiles.listJsonFiles(); + for (String file : files) { + String name = file; + if (name.endsWith(".gz")) { + name = name.substring(0, name.length() - 3); + } + builder.suggest(name); + } + } catch (IOException ignored) { + + } + return builder.buildFuture(); + }; + public static void register() { CommandRegistrationCallback.EVENT.register((dispatcher, registryAccess, environment) -> { dispatcher.register( literal("box3import") .executes(context -> listBox3ImportFiles(context.getSource())) .then(argument("fileName", StringArgumentType.word()) + .suggests(BOX3_FILE_SUGGESTIONS) .executes(context -> executeBox3Import( context.getSource(), StringArgumentType.getString( @@ -47,7 +64,7 @@ public static void register() { context, "ignoreBarrier"), false)) - .then(argument("useVanillaWater", + .then(argument("ignoreWater", BoolArgumentType.bool()) .executes(context -> executeBox3Import( context.getSource(), @@ -59,7 +76,7 @@ public static void register() { "ignoreBarrier"), BoolArgumentType.getBool( context, - "useVanillaWater"))))))); + "ignoreWater"))))))); dispatcher.register( literal("box3barrier") @@ -69,10 +86,10 @@ public static void register() { context.getSource(), BoolArgumentType.getBool( context, - "value")))) - .then(literal("toggle") - .executes(context -> toggleBarrierVisible( - context.getSource())))); + "value"))) + .then(literal("toggle") + .executes(context -> toggleBarrierVisible( + context.getSource()))))); }); } @@ -106,12 +123,33 @@ private static int listBox3ImportFiles(CommandSourceStack source) { return 1; } + private static String resolveMapName(String fileName) { + if (fileName != null && fileName.startsWith("Box3Build-")) { + + String suffix = fileName.substring("Box3Build-".length()); + if (!suffix.isEmpty()) { + boolean allDigits = true; + for (int i = 0; i < suffix.length(); i++) { + if (!Character.isDigit(suffix.charAt(i))) { + allDigits = false; + break; + } + } + if (allDigits) { + return "https://static.pgaot.com/MC/Build/" + suffix + ".gz"; + } + } + } + return fileName; + } + private static int executeBox3Import(CommandSourceStack source, String fileName, boolean ignoreBarrier, boolean useVanillaWater) { ServerLevel level = source.getServer().overworld(); try { ServerPlayer player = source.getPlayer(); - VoxelImport.apply(null, level, fileName, + String mapName = resolveMapName(fileName); + VoxelImport.apply(null, level, mapName, player != null ? player.position() : new BlockPos(0, 0, 0).getCenter(), player, ignoreBarrier, @@ -119,7 +157,7 @@ private static int executeBox3Import(CommandSourceStack source, String fileName, source.sendSuccess( () -> Component.translatable("command.box3mod.box3import.success", - fileName + ".json"), + mapName), false); } catch (Exception e) { source.sendFailure( diff --git a/src/main/java/com/box3lab/register/ModBlocks.java b/src/main/java/com/box3lab/register/ModBlocks.java index a94165b..54f0cd1 100644 --- a/src/main/java/com/box3lab/register/ModBlocks.java +++ b/src/main/java/com/box3lab/register/ModBlocks.java @@ -17,7 +17,7 @@ import net.minecraft.world.level.block.SoundType; public class ModBlocks { - public static final Map VOXEL_BLOCKS = new HashMap<>(); + public static final Map BLOCKS = new HashMap<>(); public static void initialize() { @@ -34,7 +34,6 @@ public static void initialize() { String voxelName = data.names[i]; String texturePart = voxelName.toLowerCase(java.util.Locale.ROOT); - String registryName = "voxel_" + texturePart; String category = data.categoryByName.getOrDefault(texturePart, ""); SoundType soundType = CategorySoundTypes.soundTypeForCategory(category); @@ -48,14 +47,14 @@ public static void initialize() { Block block = BlockRegistrar.register( Box3Mod.MOD_ID, - registryName, + texturePart, VoxelBlockFactories.factoryFor(texturePart, transparent), props, true); - VOXEL_BLOCKS.put(registryName, block); + BLOCKS.put(texturePart, block); } - CreativeTabRegistrar.registerCreativeTabs(Box3Mod.MOD_ID, VOXEL_BLOCKS, data); + CreativeTabRegistrar.registerCreativeTabs(Box3Mod.MOD_ID, BLOCKS, data); } } \ No newline at end of file diff --git a/src/main/java/com/box3lab/register/ModFluids.java b/src/main/java/com/box3lab/register/ModFluids.java deleted file mode 100644 index 76ce5fb..0000000 --- a/src/main/java/com/box3lab/register/ModFluids.java +++ /dev/null @@ -1,131 +0,0 @@ -package com.box3lab.register; - -import java.util.HashMap; -import java.util.Locale; -import java.util.Map; - -import com.box3lab.Box3Mod; -import com.box3lab.fluid.VoxelSpecFluid; -import com.box3lab.util.BlockIndexData; -import com.box3lab.util.BlockIndexUtil; - -import net.minecraft.core.Registry; -import net.minecraft.core.registries.BuiltInRegistries; -import net.minecraft.resources.Identifier; -import net.minecraft.resources.ResourceKey; -import net.minecraft.core.registries.Registries; - -import com.box3lab.register.creative.CreativeTabExtras; -import net.minecraft.world.item.BucketItem; -import net.minecraft.world.item.Item; -import net.minecraft.world.item.Items; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.LiquidBlock; -import net.minecraft.world.level.block.state.BlockBehaviour; -import net.minecraft.world.level.material.FlowingFluid; - -public final class ModFluids { - private ModFluids() { - } - - public static final class FluidRenderInfo { - public final FlowingFluid still; - public final FlowingFluid flowing; - public final int tint; - public final double fluidExtinction; - - public FluidRenderInfo(FlowingFluid still, FlowingFluid flowing, int tint, double fluidExtinction) { - this.still = still; - this.flowing = flowing; - this.tint = tint; - this.fluidExtinction = fluidExtinction; - } - } - - public static final Map SPEC_FLUIDS = new HashMap<>(); - - private static ResourceKey keyOfItem(String name) { - return ResourceKey.create(Registries.ITEM, Identifier.fromNamespaceAndPath(Box3Mod.MOD_ID, name)); - } - - private static ResourceKey keyOfBlock(String name) { - return ResourceKey.create(Registries.BLOCK, Identifier.fromNamespaceAndPath(Box3Mod.MOD_ID, name)); - } - - private static String sanitizeCategoryPath(String category) { - if (category == null || category.isBlank()) { - return "food"; - } - String lower = category.toLowerCase(Locale.ROOT); - String cleaned = lower.replaceAll("[^a-z0-9_\\-]+", "_"); - return cleaned.isBlank() ? "food" : cleaned; - } - - private static int tintFromPackedRgba(long packedRgba) { - int r = (int) (packedRgba & 255L); - int g = (int) ((packedRgba & 65280L) >> 8); - int b = (int) ((packedRgba & 16711680L) >>> 16); - return (255 << 24) | (r << 16) | (g << 8) | b; - } - - public static void initialize() { - BlockIndexData data = BlockIndexData.get(); - - for (var entry : data.fluidsById.entrySet()) { - int id = entry.getKey(); - String name = BlockIndexUtil.getVoxelNameLowerCaseById(id); - if (name == null || name.isBlank()) { - continue; - } - - if ("air".equals(name)) { - continue; - } - - String category = data.categoryByName.getOrDefault(name, ""); - String categoryPath = sanitizeCategoryPath(category); - - String base = "spec_" + name; - Identifier stillId = Identifier.fromNamespaceAndPath(Box3Mod.MOD_ID, base); - Identifier flowingId = Identifier.fromNamespaceAndPath(Box3Mod.MOD_ID, "flowing_" + base); - - ResourceKey fluidBlockKey = keyOfBlock(base + "_block"); - ResourceKey bucketKey = keyOfItem(base + "_bucket"); - - final FlowingFluid[] stillRef = new FlowingFluid[1]; - final FlowingFluid[] flowingRef = new FlowingFluid[1]; - final Block[] blockRef = new Block[1]; - final Item[] bucketRef = new Item[1]; - - stillRef[0] = (FlowingFluid) Registry.register( - BuiltInRegistries.FLUID, - stillId, - new VoxelSpecFluid.Still(() -> stillRef[0], () -> flowingRef[0], () -> bucketRef[0], - () -> blockRef[0])); - - flowingRef[0] = (FlowingFluid) Registry.register( - BuiltInRegistries.FLUID, - flowingId, - new VoxelSpecFluid.Flowing(() -> stillRef[0], () -> flowingRef[0], () -> bucketRef[0], - () -> blockRef[0])); - - blockRef[0] = Registry.register( - BuiltInRegistries.BLOCK, - fluidBlockKey, - new LiquidBlock(stillRef[0], - BlockBehaviour.Properties.of().noCollision().strength(100.0F).setId(fluidBlockKey))); - - bucketRef[0] = Registry.register( - BuiltInRegistries.ITEM, - bucketKey, - new BucketItem(stillRef[0], - new Item.Properties().stacksTo(1).craftRemainder(Items.BUCKET).setId(bucketKey))); - - CreativeTabExtras.add(categoryPath, bucketRef[0]); - - int tint = tintFromPackedRgba(entry.getValue().info); - SPEC_FLUIDS.put(name, - new FluidRenderInfo(stillRef[0], flowingRef[0], tint, entry.getValue().fluidExtinction)); - } - } -} diff --git a/src/main/java/com/box3lab/register/VoxelImport.java b/src/main/java/com/box3lab/register/VoxelImport.java index 0c5c3b6..dfc433b 100644 --- a/src/main/java/com/box3lab/register/VoxelImport.java +++ b/src/main/java/com/box3lab/register/VoxelImport.java @@ -3,6 +3,10 @@ import java.io.ByteArrayOutputStream; import java.io.FileInputStream; import java.io.IOException; +import java.io.InputStream; +import java.net.URI; +import java.net.URL; +import java.net.URLConnection; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; @@ -23,10 +27,12 @@ import net.minecraft.world.level.block.Rotation; import net.minecraft.world.phys.Vec3; +import static com.box3lab.Box3Mod.MOD_ID; + public final class VoxelImport { public static void apply(Object voxels, Object world, String mapName, Vec3 customOrigin, - ServerPlayer player, boolean ignoreBarrier, boolean useVanillaWater) throws Exception { + ServerPlayer player, boolean ignoreBarrier, boolean ignoreWater) throws Exception { JsonObject cfg = loadConfig(mapName); if (cfg == null) { throw new Exception(Component @@ -67,7 +73,7 @@ public static void apply(Object voxels, Object world, String mapName, Vec3 custo if (world instanceof ServerLevel level) { BlockPos pos = new BlockPos(wx, wy, wz); - Block block = BlockIdResolver.getBlockById(id, useVanillaWater); + Block block = BlockIdResolver.getBlockById(id, ignoreWater); Rotation rotation = switch (r & 3) { case 1 -> Rotation.CLOCKWISE_90; case 2 -> Rotation.CLOCKWISE_180; @@ -90,9 +96,22 @@ public static void apply(Object voxels, Object world, String mapName, Vec3 custo } private static JsonObject loadConfig(String mapName) { + if (mapName.startsWith("http://") || mapName.startsWith("https://")) { + try { + String json = readGzipJsonFromUrl(mapName); + return JsonParser.parseString(json).getAsJsonObject(); + } catch (IOException | JsonParseException e) { + System.err.println(Component + .translatable("command.box3mod.box3import.config_read_failed", mapName) + .getString()); + return null; + } + } + + // 否则仍然从本地 config 目录读取 Path configPath = FabricLoader.getInstance() .getConfigDir() - .resolve("box3mod") + .resolve(MOD_ID) .resolve(mapName.endsWith(".gz") ? mapName : mapName + ".gz"); if (!Files.exists(configPath)) { @@ -127,6 +146,26 @@ private static String readGzipJson(String path) throws IOException { } } + private static String readGzipJsonFromUrl(String urlString) throws IOException { + URI uri = URI.create(urlString); + URL url = uri.toURL(); + URLConnection connection = url.openConnection(); + connection.setConnectTimeout(10_000); + connection.setReadTimeout(30_000); + + try (InputStream is = connection.getInputStream(); + GZIPInputStream gis = new GZIPInputStream(is); + ByteArrayOutputStream baos = new ByteArrayOutputStream()) { + + byte[] buffer = new byte[8192]; + int n; + while ((n = gis.read(buffer)) > 0) { + baos.write(buffer, 0, n); + } + return baos.toString(StandardCharsets.UTF_8); + } + } + private static int[] toIntArray(JsonArray array) { if (array == null) { return new int[0]; diff --git a/src/main/java/com/box3lab/register/creative/CreativeTabRegistrar.java b/src/main/java/com/box3lab/register/creative/CreativeTabRegistrar.java index 179877f..89d5645 100644 --- a/src/main/java/com/box3lab/register/creative/CreativeTabRegistrar.java +++ b/src/main/java/com/box3lab/register/creative/CreativeTabRegistrar.java @@ -36,7 +36,7 @@ private static String sanitizeCategoryPath(String category) { } private static ItemStack defaultIcon(Map blocks) { - Block iconBlock = blocks.get("voxel_stone"); + Block iconBlock = blocks.get("stone"); if (iconBlock == null && !blocks.isEmpty()) { iconBlock = blocks.values().iterator().next(); } @@ -46,7 +46,7 @@ private static ItemStack defaultIcon(Map blocks) { public static void registerCreativeTabs(String modId, Map blocks, BlockIndexData data) { Map> categoryToRegistryNames = new HashMap<>(); for (String rn : blocks.keySet()) { - String voxelName = rn.startsWith("voxel_") ? rn.substring("voxel_".length()) : rn; + String voxelName = rn; String category = data.categoryByName.getOrDefault(voxelName, ""); String categoryPath = sanitizeCategoryPath(category); if (categoryPath != null && !categoryPath.isBlank()) { diff --git a/src/main/java/com/box3lab/util/BlockIdResolver.java b/src/main/java/com/box3lab/util/BlockIdResolver.java index efde8be..8216bf6 100644 --- a/src/main/java/com/box3lab/util/BlockIdResolver.java +++ b/src/main/java/com/box3lab/util/BlockIdResolver.java @@ -8,13 +8,9 @@ import com.google.gson.JsonObject; import com.google.gson.JsonParser; -import com.box3lab.Box3Mod; import com.box3lab.register.ModBlocks; -import net.minecraft.core.Holder; -import net.minecraft.core.registries.BuiltInRegistries; import net.minecraft.network.chat.Component; -import net.minecraft.resources.Identifier; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.Blocks; @@ -50,7 +46,7 @@ public static Block getBlockById(int id) { return getBlockById(id, false); } - public static Block getBlockById(int id, boolean useVanillaWater) { + public static Block getBlockById(int id, boolean ignoreWater) { loadBlockIdMapping(); String idStr = String.valueOf(id); @@ -61,27 +57,29 @@ public static Block getBlockById(int id, boolean useVanillaWater) { return Blocks.STONE; } - String registryKey = blockIdMapping.get(idStr).getAsString(); - String normalizedKey = registryKey.toLowerCase(Locale.ROOT); - - if (normalizedKey.startsWith("spec_")) { - if (useVanillaWater) { - return Blocks.WATER; + // 364: spec_water_block (water) + // 412-430: spec_*_juice_block, milk, soy_sauce, coffee, peach_juice + if (id == 364 + || id == 412 + || id == 414 + || id == 416 + || id == 418 + || id == 420 + || id == 422 + || id == 424 + || id == 426 + || id == 428 + || id == 430) { + if (ignoreWater) { + return Blocks.AIR; } - Identifier idKey = Identifier.fromNamespaceAndPath(Box3Mod.MOD_ID, normalizedKey); - Block fluidBlock = BuiltInRegistries.BLOCK.get(idKey) - .map(Holder::value) - .orElse(Blocks.WATER); - if (fluidBlock != null && fluidBlock != Blocks.AIR) { - return fluidBlock; - } - System.err.println(Component - .translatable("command.box3mod.block_id.missing_fluid_block", normalizedKey) - .getString()); return Blocks.WATER; } - Block block = ModBlocks.VOXEL_BLOCKS.get(normalizedKey); + String registryKey = blockIdMapping.get(idStr).getAsString(); + String normalizedKey = registryKey.toLowerCase(Locale.ROOT); + + Block block = ModBlocks.BLOCKS.get(normalizedKey); if (block == null) { System.err.println(Component .translatable("command.box3mod.block_id.missing_registered_block", registryKey) @@ -100,6 +98,6 @@ public static boolean isBarrierId(int id) { return false; } String registryKey = blockIdMapping.get(idStr).getAsString(); - return "voxel_barrier".equalsIgnoreCase(registryKey); + return "barrier".equalsIgnoreCase(registryKey); } } diff --git a/src/main/resources/assets/box3mod/blockstates/a.json b/src/main/resources/assets/box3mod/blockstates/a.json new file mode 100644 index 0000000..53193c1 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/a.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/a" + }, + "facing=east": { + "model": "box3mod:block/a", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/a", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/a", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/acacia.json b/src/main/resources/assets/box3mod/blockstates/acacia.json new file mode 100644 index 0000000..d75aa98 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/acacia.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/acacia" + }, + "facing=east": { + "model": "box3mod:block/acacia", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/acacia", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/acacia", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/add.json b/src/main/resources/assets/box3mod/blockstates/add.json new file mode 100644 index 0000000..5bfd0a8 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/add.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/add" + }, + "facing=east": { + "model": "box3mod:block/add", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/add", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/add", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/air_duct.json b/src/main/resources/assets/box3mod/blockstates/air_duct.json new file mode 100644 index 0000000..c960d2c --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/air_duct.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/air_duct" + }, + "facing=east": { + "model": "box3mod:block/air_duct", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/air_duct", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/air_duct", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/ampersand.json b/src/main/resources/assets/box3mod/blockstates/ampersand.json new file mode 100644 index 0000000..41f4aae --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/ampersand.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/ampersand" + }, + "facing=east": { + "model": "box3mod:block/ampersand", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/ampersand", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/ampersand", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/asterisk.json b/src/main/resources/assets/box3mod/blockstates/asterisk.json new file mode 100644 index 0000000..d88c98e --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/asterisk.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/asterisk" + }, + "facing=east": { + "model": "box3mod:block/asterisk", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/asterisk", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/asterisk", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/at.json b/src/main/resources/assets/box3mod/blockstates/at.json new file mode 100644 index 0000000..3ddaccc --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/at.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/at" + }, + "facing=east": { + "model": "box3mod:block/at", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/at", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/at", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/b.json b/src/main/resources/assets/box3mod/blockstates/b.json new file mode 100644 index 0000000..388a158 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/b.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/b" + }, + "facing=east": { + "model": "box3mod:block/b", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/b", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/b", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/backslash.json b/src/main/resources/assets/box3mod/blockstates/backslash.json new file mode 100644 index 0000000..085ccdb --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/backslash.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/backslash" + }, + "facing=east": { + "model": "box3mod:block/backslash", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/backslash", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/backslash", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/bamboo.json b/src/main/resources/assets/box3mod/blockstates/bamboo.json new file mode 100644 index 0000000..3a45662 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/bamboo.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/bamboo" + }, + "facing=east": { + "model": "box3mod:block/bamboo", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/bamboo", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/bamboo", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/barrier.json b/src/main/resources/assets/box3mod/blockstates/barrier.json new file mode 100644 index 0000000..3e3b419 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/barrier.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/barrier" + }, + "facing=east": { + "model": "box3mod:block/barrier", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/barrier", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/barrier", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/bat_window.json b/src/main/resources/assets/box3mod/blockstates/bat_window.json new file mode 100644 index 0000000..0d85b8d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/bat_window.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/bat_window" + }, + "facing=east": { + "model": "box3mod:block/bat_window", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/bat_window", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/bat_window", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/bear_footprint.json b/src/main/resources/assets/box3mod/blockstates/bear_footprint.json new file mode 100644 index 0000000..6a7deb4 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/bear_footprint.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/bear_footprint" + }, + "facing=east": { + "model": "box3mod:block/bear_footprint", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/bear_footprint", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/bear_footprint", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/biscuit.json b/src/main/resources/assets/box3mod/blockstates/biscuit.json new file mode 100644 index 0000000..b553d7f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/biscuit.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/biscuit" + }, + "facing=east": { + "model": "box3mod:block/biscuit", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/biscuit", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/biscuit", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/black.json b/src/main/resources/assets/box3mod/blockstates/black.json new file mode 100644 index 0000000..f969a5f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/black.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/black" + }, + "facing=east": { + "model": "box3mod:block/black", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/black", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/black", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/black_glass.json b/src/main/resources/assets/box3mod/blockstates/black_glass.json new file mode 100644 index 0000000..910a768 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/black_glass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/black_glass" + }, + "facing=east": { + "model": "box3mod:block/black_glass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/black_glass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/black_glass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/blue.json b/src/main/resources/assets/box3mod/blockstates/blue.json new file mode 100644 index 0000000..744ebcf --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/blue.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/blue" + }, + "facing=east": { + "model": "box3mod:block/blue", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/blue", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/blue", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/blue_decorative_light.json b/src/main/resources/assets/box3mod/blockstates/blue_decorative_light.json new file mode 100644 index 0000000..86490b6 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/blue_decorative_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/blue_decorative_light" + }, + "facing=east": { + "model": "box3mod:block/blue_decorative_light", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/blue_decorative_light", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/blue_decorative_light", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/blue_gift.json b/src/main/resources/assets/box3mod/blockstates/blue_gift.json new file mode 100644 index 0000000..51462bb --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/blue_gift.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/blue_gift" + }, + "facing=east": { + "model": "box3mod:block/blue_gift", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/blue_gift", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/blue_gift", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/blue_glass.json b/src/main/resources/assets/box3mod/blockstates/blue_glass.json new file mode 100644 index 0000000..06d3c7d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/blue_glass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/blue_glass" + }, + "facing=east": { + "model": "box3mod:block/blue_glass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/blue_glass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/blue_glass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/blue_grass.json b/src/main/resources/assets/box3mod/blockstates/blue_grass.json new file mode 100644 index 0000000..b6d31f5 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/blue_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/blue_grass" + }, + "facing=east": { + "model": "box3mod:block/blue_grass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/blue_grass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/blue_grass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/blue_grass_all.json b/src/main/resources/assets/box3mod/blockstates/blue_grass_all.json new file mode 100644 index 0000000..0a46072 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/blue_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/blue_grass_all" + }, + "facing=east": { + "model": "box3mod:block/blue_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/blue_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/blue_grass_all", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/blue_light.json b/src/main/resources/assets/box3mod/blockstates/blue_light.json new file mode 100644 index 0000000..47c65ba --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/blue_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/blue_light" + }, + "facing=east": { + "model": "box3mod:block/blue_light", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/blue_light", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/blue_light", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/blue_surface_01.json b/src/main/resources/assets/box3mod/blockstates/blue_surface_01.json new file mode 100644 index 0000000..53685fb --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/blue_surface_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/blue_surface_01" + }, + "facing=east": { + "model": "box3mod:block/blue_surface_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/blue_surface_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/blue_surface_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/blue_surface_02.json b/src/main/resources/assets/box3mod/blockstates/blue_surface_02.json new file mode 100644 index 0000000..f8f4004 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/blue_surface_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/blue_surface_02" + }, + "facing=east": { + "model": "box3mod:block/blue_surface_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/blue_surface_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/blue_surface_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board0.json b/src/main/resources/assets/box3mod/blockstates/board0.json new file mode 100644 index 0000000..583fef1 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board0.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board0" + }, + "facing=east": { + "model": "box3mod:block/board0", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board0", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board0", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board1.json b/src/main/resources/assets/box3mod/blockstates/board1.json new file mode 100644 index 0000000..127acfd --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board1.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board1" + }, + "facing=east": { + "model": "box3mod:block/board1", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board1", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board1", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board10.json b/src/main/resources/assets/box3mod/blockstates/board10.json new file mode 100644 index 0000000..af2352e --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board10.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board10" + }, + "facing=east": { + "model": "box3mod:block/board10", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board10", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board10", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board11.json b/src/main/resources/assets/box3mod/blockstates/board11.json new file mode 100644 index 0000000..062a8b8 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board11.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board11" + }, + "facing=east": { + "model": "box3mod:block/board11", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board11", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board11", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board12.json b/src/main/resources/assets/box3mod/blockstates/board12.json new file mode 100644 index 0000000..91ea387 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board12.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board12" + }, + "facing=east": { + "model": "box3mod:block/board12", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board12", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board12", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board13.json b/src/main/resources/assets/box3mod/blockstates/board13.json new file mode 100644 index 0000000..f68c15f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board13.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board13" + }, + "facing=east": { + "model": "box3mod:block/board13", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board13", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board13", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board14.json b/src/main/resources/assets/box3mod/blockstates/board14.json new file mode 100644 index 0000000..c3ecf86 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board14.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board14" + }, + "facing=east": { + "model": "box3mod:block/board14", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board14", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board14", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board15.json b/src/main/resources/assets/box3mod/blockstates/board15.json new file mode 100644 index 0000000..cef0364 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board15.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board15" + }, + "facing=east": { + "model": "box3mod:block/board15", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board15", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board15", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board2.json b/src/main/resources/assets/box3mod/blockstates/board2.json new file mode 100644 index 0000000..8949351 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board2.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board2" + }, + "facing=east": { + "model": "box3mod:block/board2", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board2", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board2", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board3.json b/src/main/resources/assets/box3mod/blockstates/board3.json new file mode 100644 index 0000000..3ce59cc --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board3.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board3" + }, + "facing=east": { + "model": "box3mod:block/board3", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board3", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board3", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board4.json b/src/main/resources/assets/box3mod/blockstates/board4.json new file mode 100644 index 0000000..d10ec1f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board4.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board4" + }, + "facing=east": { + "model": "box3mod:block/board4", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board4", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board4", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board5.json b/src/main/resources/assets/box3mod/blockstates/board5.json new file mode 100644 index 0000000..dfd9062 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board5.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board5" + }, + "facing=east": { + "model": "box3mod:block/board5", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board5", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board5", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board6.json b/src/main/resources/assets/box3mod/blockstates/board6.json new file mode 100644 index 0000000..1b60d89 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board6.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board6" + }, + "facing=east": { + "model": "box3mod:block/board6", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board6", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board6", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board7.json b/src/main/resources/assets/box3mod/blockstates/board7.json new file mode 100644 index 0000000..a7c6d85 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board7.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board7" + }, + "facing=east": { + "model": "box3mod:block/board7", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board7", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board7", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board8.json b/src/main/resources/assets/box3mod/blockstates/board8.json new file mode 100644 index 0000000..dd98ff4 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board8.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board8" + }, + "facing=east": { + "model": "box3mod:block/board8", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board8", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board8", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board9.json b/src/main/resources/assets/box3mod/blockstates/board9.json new file mode 100644 index 0000000..7e57efa --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board9.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board9" + }, + "facing=east": { + "model": "box3mod:block/board9", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board9", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board9", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board_01.json b/src/main/resources/assets/box3mod/blockstates/board_01.json new file mode 100644 index 0000000..1015279 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board_01" + }, + "facing=east": { + "model": "box3mod:block/board_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board_02.json b/src/main/resources/assets/box3mod/blockstates/board_02.json new file mode 100644 index 0000000..d8165f5 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board_02" + }, + "facing=east": { + "model": "box3mod:block/board_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board_03.json b/src/main/resources/assets/box3mod/blockstates/board_03.json new file mode 100644 index 0000000..0bf2717 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board_03" + }, + "facing=east": { + "model": "box3mod:block/board_03", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board_03", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board_03", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board_04.json b/src/main/resources/assets/box3mod/blockstates/board_04.json new file mode 100644 index 0000000..d9c4dbe --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board_04" + }, + "facing=east": { + "model": "box3mod:block/board_04", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board_04", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board_04", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board_05.json b/src/main/resources/assets/box3mod/blockstates/board_05.json new file mode 100644 index 0000000..5212888 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board_05" + }, + "facing=east": { + "model": "box3mod:block/board_05", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board_05", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board_05", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board_06.json b/src/main/resources/assets/box3mod/blockstates/board_06.json new file mode 100644 index 0000000..081d93d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board_06.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board_06" + }, + "facing=east": { + "model": "box3mod:block/board_06", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board_06", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board_06", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/board_07.json b/src/main/resources/assets/box3mod/blockstates/board_07.json new file mode 100644 index 0000000..ef6450f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/board_07.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/board_07" + }, + "facing=east": { + "model": "box3mod:block/board_07", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/board_07", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/board_07", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/bookshelf.json b/src/main/resources/assets/box3mod/blockstates/bookshelf.json new file mode 100644 index 0000000..904d619 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/bookshelf.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/bookshelf" + }, + "facing=east": { + "model": "box3mod:block/bookshelf", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/bookshelf", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/bookshelf", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/bounce_pad.json b/src/main/resources/assets/box3mod/blockstates/bounce_pad.json new file mode 100644 index 0000000..57a7a67 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/bounce_pad.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/bounce_pad" + }, + "facing=east": { + "model": "box3mod:block/bounce_pad", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/bounce_pad", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/bounce_pad", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/bracket_close.json b/src/main/resources/assets/box3mod/blockstates/bracket_close.json new file mode 100644 index 0000000..36804e4 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/bracket_close.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/bracket_close" + }, + "facing=east": { + "model": "box3mod:block/bracket_close", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/bracket_close", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/bracket_close", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/bracket_open.json b/src/main/resources/assets/box3mod/blockstates/bracket_open.json new file mode 100644 index 0000000..1102b48 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/bracket_open.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/bracket_open" + }, + "facing=east": { + "model": "box3mod:block/bracket_open", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/bracket_open", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/bracket_open", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/brick_01.json b/src/main/resources/assets/box3mod/blockstates/brick_01.json new file mode 100644 index 0000000..ee2585f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/brick_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/brick_01" + }, + "facing=east": { + "model": "box3mod:block/brick_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/brick_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/brick_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/brick_02.json b/src/main/resources/assets/box3mod/blockstates/brick_02.json new file mode 100644 index 0000000..e4b4302 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/brick_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/brick_02" + }, + "facing=east": { + "model": "box3mod:block/brick_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/brick_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/brick_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/brick_red.json b/src/main/resources/assets/box3mod/blockstates/brick_red.json new file mode 100644 index 0000000..1bdcbe5 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/brick_red.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/brick_red" + }, + "facing=east": { + "model": "box3mod:block/brick_red", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/brick_red", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/brick_red", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/button.json b/src/main/resources/assets/box3mod/blockstates/button.json new file mode 100644 index 0000000..98d1dea --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/button.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/button" + }, + "facing=east": { + "model": "box3mod:block/button", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/button", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/button", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/c.json b/src/main/resources/assets/box3mod/blockstates/c.json new file mode 100644 index 0000000..0adde4d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/c.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/c" + }, + "facing=east": { + "model": "box3mod:block/c", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/c", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/c", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/cadet_blue.json b/src/main/resources/assets/box3mod/blockstates/cadet_blue.json new file mode 100644 index 0000000..6f97a9d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/cadet_blue.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/cadet_blue" + }, + "facing=east": { + "model": "box3mod:block/cadet_blue", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/cadet_blue", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/cadet_blue", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/candy.json b/src/main/resources/assets/box3mod/blockstates/candy.json new file mode 100644 index 0000000..66ac3f2 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/candy.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/candy" + }, + "facing=east": { + "model": "box3mod:block/candy", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/candy", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/candy", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/caret.json b/src/main/resources/assets/box3mod/blockstates/caret.json new file mode 100644 index 0000000..1ea4a8c --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/caret.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/caret" + }, + "facing=east": { + "model": "box3mod:block/caret", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/caret", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/caret", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/carpet_01.json b/src/main/resources/assets/box3mod/blockstates/carpet_01.json new file mode 100644 index 0000000..9e7a06c --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/carpet_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/carpet_01" + }, + "facing=east": { + "model": "box3mod:block/carpet_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/carpet_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/carpet_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/carpet_02.json b/src/main/resources/assets/box3mod/blockstates/carpet_02.json new file mode 100644 index 0000000..7ebedf3 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/carpet_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/carpet_02" + }, + "facing=east": { + "model": "box3mod:block/carpet_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/carpet_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/carpet_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/carpet_03.json b/src/main/resources/assets/box3mod/blockstates/carpet_03.json new file mode 100644 index 0000000..cd1465b --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/carpet_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/carpet_03" + }, + "facing=east": { + "model": "box3mod:block/carpet_03", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/carpet_03", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/carpet_03", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/carpet_04.json b/src/main/resources/assets/box3mod/blockstates/carpet_04.json new file mode 100644 index 0000000..f1e948e --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/carpet_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/carpet_04" + }, + "facing=east": { + "model": "box3mod:block/carpet_04", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/carpet_04", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/carpet_04", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/carpet_05.json b/src/main/resources/assets/box3mod/blockstates/carpet_05.json new file mode 100644 index 0000000..202f016 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/carpet_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/carpet_05" + }, + "facing=east": { + "model": "box3mod:block/carpet_05", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/carpet_05", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/carpet_05", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/carpet_06.json b/src/main/resources/assets/box3mod/blockstates/carpet_06.json new file mode 100644 index 0000000..225b0c8 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/carpet_06.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/carpet_06" + }, + "facing=east": { + "model": "box3mod:block/carpet_06", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/carpet_06", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/carpet_06", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/carpet_07.json b/src/main/resources/assets/box3mod/blockstates/carpet_07.json new file mode 100644 index 0000000..02e92e8 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/carpet_07.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/carpet_07" + }, + "facing=east": { + "model": "box3mod:block/carpet_07", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/carpet_07", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/carpet_07", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/carpet_08.json b/src/main/resources/assets/box3mod/blockstates/carpet_08.json new file mode 100644 index 0000000..efcf56c --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/carpet_08.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/carpet_08" + }, + "facing=east": { + "model": "box3mod:block/carpet_08", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/carpet_08", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/carpet_08", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/carpet_09.json b/src/main/resources/assets/box3mod/blockstates/carpet_09.json new file mode 100644 index 0000000..bb5b46a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/carpet_09.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/carpet_09" + }, + "facing=east": { + "model": "box3mod:block/carpet_09", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/carpet_09", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/carpet_09", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/carpet_10.json b/src/main/resources/assets/box3mod/blockstates/carpet_10.json new file mode 100644 index 0000000..c925069 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/carpet_10.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/carpet_10" + }, + "facing=east": { + "model": "box3mod:block/carpet_10", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/carpet_10", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/carpet_10", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/carpet_11.json b/src/main/resources/assets/box3mod/blockstates/carpet_11.json new file mode 100644 index 0000000..9a09e5c --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/carpet_11.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/carpet_11" + }, + "facing=east": { + "model": "box3mod:block/carpet_11", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/carpet_11", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/carpet_11", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/carpet_12.json b/src/main/resources/assets/box3mod/blockstates/carpet_12.json new file mode 100644 index 0000000..43f3c14 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/carpet_12.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/carpet_12" + }, + "facing=east": { + "model": "box3mod:block/carpet_12", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/carpet_12", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/carpet_12", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/carpet_13.json b/src/main/resources/assets/box3mod/blockstates/carpet_13.json new file mode 100644 index 0000000..12727a9 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/carpet_13.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/carpet_13" + }, + "facing=east": { + "model": "box3mod:block/carpet_13", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/carpet_13", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/carpet_13", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/coffee_gray.json b/src/main/resources/assets/box3mod/blockstates/coffee_gray.json new file mode 100644 index 0000000..a59d624 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/coffee_gray.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/coffee_gray" + }, + "facing=east": { + "model": "box3mod:block/coffee_gray", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/coffee_gray", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/coffee_gray", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/colon.json b/src/main/resources/assets/box3mod/blockstates/colon.json new file mode 100644 index 0000000..69114ba --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/colon.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/colon" + }, + "facing=east": { + "model": "box3mod:block/colon", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/colon", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/colon", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/color_glass.json b/src/main/resources/assets/box3mod/blockstates/color_glass.json new file mode 100644 index 0000000..a9c0f3c --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/color_glass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/color_glass" + }, + "facing=east": { + "model": "box3mod:block/color_glass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/color_glass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/color_glass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/comma.json b/src/main/resources/assets/box3mod/blockstates/comma.json new file mode 100644 index 0000000..6d1f5f3 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/comma.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/comma" + }, + "facing=east": { + "model": "box3mod:block/comma", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/comma", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/comma", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/conveyor.json b/src/main/resources/assets/box3mod/blockstates/conveyor.json new file mode 100644 index 0000000..b20e658 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/conveyor.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/conveyor" + }, + "facing=east": { + "model": "box3mod:block/conveyor", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/conveyor", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/conveyor", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/crane_lantern.json b/src/main/resources/assets/box3mod/blockstates/crane_lantern.json new file mode 100644 index 0000000..94e3132 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/crane_lantern.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/crane_lantern" + }, + "facing=east": { + "model": "box3mod:block/crane_lantern", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/crane_lantern", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/crane_lantern", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/crane_roof_01.json b/src/main/resources/assets/box3mod/blockstates/crane_roof_01.json new file mode 100644 index 0000000..f4e6aec --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/crane_roof_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/crane_roof_01" + }, + "facing=east": { + "model": "box3mod:block/crane_roof_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/crane_roof_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/crane_roof_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/crane_roof_02.json b/src/main/resources/assets/box3mod/blockstates/crane_roof_02.json new file mode 100644 index 0000000..48e92f7 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/crane_roof_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/crane_roof_02" + }, + "facing=east": { + "model": "box3mod:block/crane_roof_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/crane_roof_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/crane_roof_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/cross_window.json b/src/main/resources/assets/box3mod/blockstates/cross_window.json new file mode 100644 index 0000000..7668c2c --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/cross_window.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/cross_window" + }, + "facing=east": { + "model": "box3mod:block/cross_window", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/cross_window", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/cross_window", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/d.json b/src/main/resources/assets/box3mod/blockstates/d.json new file mode 100644 index 0000000..2505310 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/d.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/d" + }, + "facing=east": { + "model": "box3mod:block/d", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/d", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/d", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_blue_grass.json b/src/main/resources/assets/box3mod/blockstates/dark_blue_grass.json new file mode 100644 index 0000000..0d70638 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_blue_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_blue_grass" + }, + "facing=east": { + "model": "box3mod:block/dark_blue_grass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_blue_grass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_blue_grass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_blue_grass_all.json b/src/main/resources/assets/box3mod/blockstates/dark_blue_grass_all.json new file mode 100644 index 0000000..8e44d2f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_blue_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_blue_grass_all" + }, + "facing=east": { + "model": "box3mod:block/dark_blue_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_blue_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_blue_grass_all", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_brick_00.json b/src/main/resources/assets/box3mod/blockstates/dark_brick_00.json new file mode 100644 index 0000000..bb88d14 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_brick_00.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_brick_00" + }, + "facing=east": { + "model": "box3mod:block/dark_brick_00", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_brick_00", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_brick_00", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_brick_01.json b/src/main/resources/assets/box3mod/blockstates/dark_brick_01.json new file mode 100644 index 0000000..7de07fd --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_brick_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_brick_01" + }, + "facing=east": { + "model": "box3mod:block/dark_brick_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_brick_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_brick_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_brick_02.json b/src/main/resources/assets/box3mod/blockstates/dark_brick_02.json new file mode 100644 index 0000000..a01a913 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_brick_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_brick_02" + }, + "facing=east": { + "model": "box3mod:block/dark_brick_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_brick_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_brick_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_grass.json b/src/main/resources/assets/box3mod/blockstates/dark_grass.json new file mode 100644 index 0000000..115a0b4 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_grass" + }, + "facing=east": { + "model": "box3mod:block/dark_grass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_grass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_grass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_grass_all.json b/src/main/resources/assets/box3mod/blockstates/dark_grass_all.json new file mode 100644 index 0000000..70c0b12 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_grass_all" + }, + "facing=east": { + "model": "box3mod:block/dark_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_grass_all", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_grass_rock.json b/src/main/resources/assets/box3mod/blockstates/dark_grass_rock.json new file mode 100644 index 0000000..6f0c691 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_grass_rock.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_grass_rock" + }, + "facing=east": { + "model": "box3mod:block/dark_grass_rock", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_grass_rock", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_grass_rock", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_grass_sand.json b/src/main/resources/assets/box3mod/blockstates/dark_grass_sand.json new file mode 100644 index 0000000..429799c --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_grass_sand.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_grass_sand" + }, + "facing=east": { + "model": "box3mod:block/dark_grass_sand", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_grass_sand", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_grass_sand", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_gray.json b/src/main/resources/assets/box3mod/blockstates/dark_gray.json new file mode 100644 index 0000000..6aaecd4 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_gray.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_gray" + }, + "facing=east": { + "model": "box3mod:block/dark_gray", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_gray", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_gray", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_orchid.json b/src/main/resources/assets/box3mod/blockstates/dark_orchid.json new file mode 100644 index 0000000..09a89fd --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_orchid.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_orchid" + }, + "facing=east": { + "model": "box3mod:block/dark_orchid", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_orchid", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_orchid", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_purple_grass.json b/src/main/resources/assets/box3mod/blockstates/dark_purple_grass.json new file mode 100644 index 0000000..bff1b26 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_purple_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_purple_grass" + }, + "facing=east": { + "model": "box3mod:block/dark_purple_grass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_purple_grass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_purple_grass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_purple_grass_all.json b/src/main/resources/assets/box3mod/blockstates/dark_purple_grass_all.json new file mode 100644 index 0000000..dc0a387 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_purple_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_purple_grass_all" + }, + "facing=east": { + "model": "box3mod:block/dark_purple_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_purple_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_purple_grass_all", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_red.json b/src/main/resources/assets/box3mod/blockstates/dark_red.json new file mode 100644 index 0000000..b3e0b08 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_red.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_red" + }, + "facing=east": { + "model": "box3mod:block/dark_red", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_red", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_red", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_red_grass.json b/src/main/resources/assets/box3mod/blockstates/dark_red_grass.json new file mode 100644 index 0000000..e611603 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_red_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_red_grass" + }, + "facing=east": { + "model": "box3mod:block/dark_red_grass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_red_grass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_red_grass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_red_grass_all.json b/src/main/resources/assets/box3mod/blockstates/dark_red_grass_all.json new file mode 100644 index 0000000..772ace3 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_red_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_red_grass_all" + }, + "facing=east": { + "model": "box3mod:block/dark_red_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_red_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_red_grass_all", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_salmon.json b/src/main/resources/assets/box3mod/blockstates/dark_salmon.json new file mode 100644 index 0000000..d348e23 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_salmon.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_salmon" + }, + "facing=east": { + "model": "box3mod:block/dark_salmon", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_salmon", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_salmon", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_sand.json b/src/main/resources/assets/box3mod/blockstates/dark_sand.json new file mode 100644 index 0000000..6f11ffe --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_sand.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_sand" + }, + "facing=east": { + "model": "box3mod:block/dark_sand", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_sand", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_sand", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_slate_blue.json b/src/main/resources/assets/box3mod/blockstates/dark_slate_blue.json new file mode 100644 index 0000000..db3f28b --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_slate_blue.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_slate_blue" + }, + "facing=east": { + "model": "box3mod:block/dark_slate_blue", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_slate_blue", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_slate_blue", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_stone.json b/src/main/resources/assets/box3mod/blockstates/dark_stone.json new file mode 100644 index 0000000..34388a7 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_stone.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_stone" + }, + "facing=east": { + "model": "box3mod:block/dark_stone", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_stone", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_stone", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_surface.json b/src/main/resources/assets/box3mod/blockstates/dark_surface.json new file mode 100644 index 0000000..29037e9 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_surface.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_surface" + }, + "facing=east": { + "model": "box3mod:block/dark_surface", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_surface", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_surface", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_volcanic_rock.json b/src/main/resources/assets/box3mod/blockstates/dark_volcanic_rock.json new file mode 100644 index 0000000..a0cd20a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_volcanic_rock.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_volcanic_rock" + }, + "facing=east": { + "model": "box3mod:block/dark_volcanic_rock", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_volcanic_rock", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_volcanic_rock", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_yellow_grass.json b/src/main/resources/assets/box3mod/blockstates/dark_yellow_grass.json new file mode 100644 index 0000000..910e67c --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_yellow_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_yellow_grass" + }, + "facing=east": { + "model": "box3mod:block/dark_yellow_grass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_yellow_grass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_yellow_grass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dark_yellow_grass_all.json b/src/main/resources/assets/box3mod/blockstates/dark_yellow_grass_all.json new file mode 100644 index 0000000..7634c12 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dark_yellow_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dark_yellow_grass_all" + }, + "facing=east": { + "model": "box3mod:block/dark_yellow_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dark_yellow_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dark_yellow_grass_all", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dirt.json b/src/main/resources/assets/box3mod/blockstates/dirt.json new file mode 100644 index 0000000..f2ae305 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dirt.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dirt" + }, + "facing=east": { + "model": "box3mod:block/dirt", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dirt", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dirt", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/divide.json b/src/main/resources/assets/box3mod/blockstates/divide.json new file mode 100644 index 0000000..ae405f2 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/divide.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/divide" + }, + "facing=east": { + "model": "box3mod:block/divide", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/divide", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/divide", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/dollar.json b/src/main/resources/assets/box3mod/blockstates/dollar.json new file mode 100644 index 0000000..30eed93 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/dollar.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/dollar" + }, + "facing=east": { + "model": "box3mod:block/dollar", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/dollar", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/dollar", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/e.json b/src/main/resources/assets/box3mod/blockstates/e.json new file mode 100644 index 0000000..9a8c2b7 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/e.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/e" + }, + "facing=east": { + "model": "box3mod:block/e", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/e", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/e", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/eight.json b/src/main/resources/assets/box3mod/blockstates/eight.json new file mode 100644 index 0000000..f21181e --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/eight.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/eight" + }, + "facing=east": { + "model": "box3mod:block/eight", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/eight", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/eight", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/equal.json b/src/main/resources/assets/box3mod/blockstates/equal.json new file mode 100644 index 0000000..c519559 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/equal.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/equal" + }, + "facing=east": { + "model": "box3mod:block/equal", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/equal", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/equal", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/exclamation_mark.json b/src/main/resources/assets/box3mod/blockstates/exclamation_mark.json new file mode 100644 index 0000000..3dff98b --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/exclamation_mark.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/exclamation_mark" + }, + "facing=east": { + "model": "box3mod:block/exclamation_mark", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/exclamation_mark", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/exclamation_mark", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/express_box.json b/src/main/resources/assets/box3mod/blockstates/express_box.json new file mode 100644 index 0000000..be6d3cd --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/express_box.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/express_box" + }, + "facing=east": { + "model": "box3mod:block/express_box", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/express_box", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/express_box", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/f.json b/src/main/resources/assets/box3mod/blockstates/f.json new file mode 100644 index 0000000..2a12ad4 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/f.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/f" + }, + "facing=east": { + "model": "box3mod:block/f", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/f", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/f", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/fan.json b/src/main/resources/assets/box3mod/blockstates/fan.json new file mode 100644 index 0000000..cd44c00 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/fan.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/fan" + }, + "facing=east": { + "model": "box3mod:block/fan", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/fan", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/fan", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/firecracker.json b/src/main/resources/assets/box3mod/blockstates/firecracker.json new file mode 100644 index 0000000..1b266ca --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/firecracker.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/firecracker" + }, + "facing=east": { + "model": "box3mod:block/firecracker", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/firecracker", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/firecracker", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/five.json b/src/main/resources/assets/box3mod/blockstates/five.json new file mode 100644 index 0000000..0865bf4 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/five.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/five" + }, + "facing=east": { + "model": "box3mod:block/five", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/five", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/five", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/four.json b/src/main/resources/assets/box3mod/blockstates/four.json new file mode 100644 index 0000000..c00d79a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/four.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/four" + }, + "facing=east": { + "model": "box3mod:block/four", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/four", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/four", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/fu.json b/src/main/resources/assets/box3mod/blockstates/fu.json new file mode 100644 index 0000000..aeeb2a2 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/fu.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/fu" + }, + "facing=east": { + "model": "box3mod:block/fu", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/fu", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/fu", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/g.json b/src/main/resources/assets/box3mod/blockstates/g.json new file mode 100644 index 0000000..11266e5 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/g.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/g" + }, + "facing=east": { + "model": "box3mod:block/g", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/g", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/g", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/geometric_window_01.json b/src/main/resources/assets/box3mod/blockstates/geometric_window_01.json new file mode 100644 index 0000000..3a03a7b --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/geometric_window_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/geometric_window_01" + }, + "facing=east": { + "model": "box3mod:block/geometric_window_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/geometric_window_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/geometric_window_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/geometric_window_02.json b/src/main/resources/assets/box3mod/blockstates/geometric_window_02.json new file mode 100644 index 0000000..a793924 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/geometric_window_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/geometric_window_02" + }, + "facing=east": { + "model": "box3mod:block/geometric_window_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/geometric_window_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/geometric_window_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/glass.json b/src/main/resources/assets/box3mod/blockstates/glass.json new file mode 100644 index 0000000..88435b2 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/glass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/glass" + }, + "facing=east": { + "model": "box3mod:block/glass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/glass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/glass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/gold_trim_brick.json b/src/main/resources/assets/box3mod/blockstates/gold_trim_brick.json new file mode 100644 index 0000000..3575f9f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/gold_trim_brick.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/gold_trim_brick" + }, + "facing=east": { + "model": "box3mod:block/gold_trim_brick", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/gold_trim_brick", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/gold_trim_brick", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/grass.json b/src/main/resources/assets/box3mod/blockstates/grass.json new file mode 100644 index 0000000..5ce9a59 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/grass" + }, + "facing=east": { + "model": "box3mod:block/grass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/grass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/grass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/grass_all.json b/src/main/resources/assets/box3mod/blockstates/grass_all.json new file mode 100644 index 0000000..e8dad74 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/grass_all" + }, + "facing=east": { + "model": "box3mod:block/grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/grass_all", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/grass_rock.json b/src/main/resources/assets/box3mod/blockstates/grass_rock.json new file mode 100644 index 0000000..fa9925b --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/grass_rock.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/grass_rock" + }, + "facing=east": { + "model": "box3mod:block/grass_rock", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/grass_rock", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/grass_rock", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/grass_sand.json b/src/main/resources/assets/box3mod/blockstates/grass_sand.json new file mode 100644 index 0000000..acbb18a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/grass_sand.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/grass_sand" + }, + "facing=east": { + "model": "box3mod:block/grass_sand", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/grass_sand", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/grass_sand", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/greater_than.json b/src/main/resources/assets/box3mod/blockstates/greater_than.json new file mode 100644 index 0000000..0eb5562 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/greater_than.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/greater_than" + }, + "facing=east": { + "model": "box3mod:block/greater_than", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/greater_than", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/greater_than", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/green_decorative_light.json b/src/main/resources/assets/box3mod/blockstates/green_decorative_light.json new file mode 100644 index 0000000..b756d09 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/green_decorative_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/green_decorative_light" + }, + "facing=east": { + "model": "box3mod:block/green_decorative_light", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/green_decorative_light", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/green_decorative_light", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/green_glass.json b/src/main/resources/assets/box3mod/blockstates/green_glass.json new file mode 100644 index 0000000..2535259 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/green_glass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/green_glass" + }, + "facing=east": { + "model": "box3mod:block/green_glass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/green_glass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/green_glass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/green_leaf.json b/src/main/resources/assets/box3mod/blockstates/green_leaf.json new file mode 100644 index 0000000..bc1b8cd --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/green_leaf.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/green_leaf" + }, + "facing=east": { + "model": "box3mod:block/green_leaf", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/green_leaf", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/green_leaf", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/green_light.json b/src/main/resources/assets/box3mod/blockstates/green_light.json new file mode 100644 index 0000000..f7545d6 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/green_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/green_light" + }, + "facing=east": { + "model": "box3mod:block/green_light", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/green_light", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/green_light", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/greenbelt_l.json b/src/main/resources/assets/box3mod/blockstates/greenbelt_l.json new file mode 100644 index 0000000..565824d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/greenbelt_l.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/greenbelt_l" + }, + "facing=east": { + "model": "box3mod:block/greenbelt_l", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/greenbelt_l", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/greenbelt_l", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/greenbelt_l1.json b/src/main/resources/assets/box3mod/blockstates/greenbelt_l1.json new file mode 100644 index 0000000..a5d9688 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/greenbelt_l1.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/greenbelt_l1" + }, + "facing=east": { + "model": "box3mod:block/greenbelt_l1", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/greenbelt_l1", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/greenbelt_l1", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/grey_stone_brick.json b/src/main/resources/assets/box3mod/blockstates/grey_stone_brick.json new file mode 100644 index 0000000..58a8dca --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/grey_stone_brick.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/grey_stone_brick" + }, + "facing=east": { + "model": "box3mod:block/grey_stone_brick", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/grey_stone_brick", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/grey_stone_brick", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/h.json b/src/main/resources/assets/box3mod/blockstates/h.json new file mode 100644 index 0000000..76c1a7a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/h.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/h" + }, + "facing=east": { + "model": "box3mod:block/h", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/h", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/h", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/honeycomb_01.json b/src/main/resources/assets/box3mod/blockstates/honeycomb_01.json new file mode 100644 index 0000000..ecfcce3 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/honeycomb_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/honeycomb_01" + }, + "facing=east": { + "model": "box3mod:block/honeycomb_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/honeycomb_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/honeycomb_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/honeycomb_02.json b/src/main/resources/assets/box3mod/blockstates/honeycomb_02.json new file mode 100644 index 0000000..fca2dc1 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/honeycomb_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/honeycomb_02" + }, + "facing=east": { + "model": "box3mod:block/honeycomb_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/honeycomb_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/honeycomb_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/i.json b/src/main/resources/assets/box3mod/blockstates/i.json new file mode 100644 index 0000000..699d2a6 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/i.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/i" + }, + "facing=east": { + "model": "box3mod:block/i", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/i", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/i", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/ice.json b/src/main/resources/assets/box3mod/blockstates/ice.json new file mode 100644 index 0000000..cebea7c --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/ice.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/ice" + }, + "facing=east": { + "model": "box3mod:block/ice", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/ice", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/ice", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/ice_brick.json b/src/main/resources/assets/box3mod/blockstates/ice_brick.json new file mode 100644 index 0000000..34281d5 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/ice_brick.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/ice_brick" + }, + "facing=east": { + "model": "box3mod:block/ice_brick", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/ice_brick", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/ice_brick", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/ice_wall.json b/src/main/resources/assets/box3mod/blockstates/ice_wall.json new file mode 100644 index 0000000..9985d6e --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/ice_wall.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/ice_wall" + }, + "facing=east": { + "model": "box3mod:block/ice_wall", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/ice_wall", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/ice_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/indigo_light.json b/src/main/resources/assets/box3mod/blockstates/indigo_light.json new file mode 100644 index 0000000..29167c1 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/indigo_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/indigo_light" + }, + "facing=east": { + "model": "box3mod:block/indigo_light", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/indigo_light", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/indigo_light", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/j.json b/src/main/resources/assets/box3mod/blockstates/j.json new file mode 100644 index 0000000..533086b --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/j.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/j" + }, + "facing=east": { + "model": "box3mod:block/j", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/j", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/j", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/k.json b/src/main/resources/assets/box3mod/blockstates/k.json new file mode 100644 index 0000000..3e8436b --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/k.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/k" + }, + "facing=east": { + "model": "box3mod:block/k", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/k", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/k", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/l.json b/src/main/resources/assets/box3mod/blockstates/l.json new file mode 100644 index 0000000..e9f71a5 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/l.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/l" + }, + "facing=east": { + "model": "box3mod:block/l", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/l", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/l", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_lamp_01.json b/src/main/resources/assets/box3mod/blockstates/lab_lamp_01.json new file mode 100644 index 0000000..2939544 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_lamp_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_lamp_01" + }, + "facing=east": { + "model": "box3mod:block/lab_lamp_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_lamp_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_lamp_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_lamp_02.json b/src/main/resources/assets/box3mod/blockstates/lab_lamp_02.json new file mode 100644 index 0000000..2d2525f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_lamp_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_lamp_02" + }, + "facing=east": { + "model": "box3mod:block/lab_lamp_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_lamp_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_lamp_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_lamp_03.json b/src/main/resources/assets/box3mod/blockstates/lab_lamp_03.json new file mode 100644 index 0000000..e60f167 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_lamp_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_lamp_03" + }, + "facing=east": { + "model": "box3mod:block/lab_lamp_03", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_lamp_03", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_lamp_03", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_material_01.json b/src/main/resources/assets/box3mod/blockstates/lab_material_01.json new file mode 100644 index 0000000..51a92e7 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_material_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_material_01" + }, + "facing=east": { + "model": "box3mod:block/lab_material_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_material_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_material_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_material_02.json b/src/main/resources/assets/box3mod/blockstates/lab_material_02.json new file mode 100644 index 0000000..50b5eda --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_material_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_material_02" + }, + "facing=east": { + "model": "box3mod:block/lab_material_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_material_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_material_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_material_03.json b/src/main/resources/assets/box3mod/blockstates/lab_material_03.json new file mode 100644 index 0000000..ce5ca56 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_material_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_material_03" + }, + "facing=east": { + "model": "box3mod:block/lab_material_03", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_material_03", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_material_03", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_material_04.json b/src/main/resources/assets/box3mod/blockstates/lab_material_04.json new file mode 100644 index 0000000..fbe3eb1 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_material_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_material_04" + }, + "facing=east": { + "model": "box3mod:block/lab_material_04", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_material_04", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_material_04", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_material_05.json b/src/main/resources/assets/box3mod/blockstates/lab_material_05.json new file mode 100644 index 0000000..1fec942 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_material_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_material_05" + }, + "facing=east": { + "model": "box3mod:block/lab_material_05", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_material_05", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_material_05", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_material_06.json b/src/main/resources/assets/box3mod/blockstates/lab_material_06.json new file mode 100644 index 0000000..1dba38a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_material_06.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_material_06" + }, + "facing=east": { + "model": "box3mod:block/lab_material_06", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_material_06", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_material_06", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_material_07.json b/src/main/resources/assets/box3mod/blockstates/lab_material_07.json new file mode 100644 index 0000000..bfad904 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_material_07.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_material_07" + }, + "facing=east": { + "model": "box3mod:block/lab_material_07", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_material_07", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_material_07", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_material_08.json b/src/main/resources/assets/box3mod/blockstates/lab_material_08.json new file mode 100644 index 0000000..f5554a7 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_material_08.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_material_08" + }, + "facing=east": { + "model": "box3mod:block/lab_material_08", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_material_08", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_material_08", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_material_09.json b/src/main/resources/assets/box3mod/blockstates/lab_material_09.json new file mode 100644 index 0000000..536d693 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_material_09.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_material_09" + }, + "facing=east": { + "model": "box3mod:block/lab_material_09", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_material_09", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_material_09", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_material_10.json b/src/main/resources/assets/box3mod/blockstates/lab_material_10.json new file mode 100644 index 0000000..4926b3d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_material_10.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_material_10" + }, + "facing=east": { + "model": "box3mod:block/lab_material_10", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_material_10", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_material_10", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_material_11.json b/src/main/resources/assets/box3mod/blockstates/lab_material_11.json new file mode 100644 index 0000000..8bbace8 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_material_11.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_material_11" + }, + "facing=east": { + "model": "box3mod:block/lab_material_11", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_material_11", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_material_11", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_material_12.json b/src/main/resources/assets/box3mod/blockstates/lab_material_12.json new file mode 100644 index 0000000..454761d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_material_12.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_material_12" + }, + "facing=east": { + "model": "box3mod:block/lab_material_12", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_material_12", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_material_12", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_material_13.json b/src/main/resources/assets/box3mod/blockstates/lab_material_13.json new file mode 100644 index 0000000..b342581 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_material_13.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_material_13" + }, + "facing=east": { + "model": "box3mod:block/lab_material_13", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_material_13", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_material_13", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_material_14.json b/src/main/resources/assets/box3mod/blockstates/lab_material_14.json new file mode 100644 index 0000000..131223a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_material_14.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_material_14" + }, + "facing=east": { + "model": "box3mod:block/lab_material_14", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_material_14", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_material_14", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_material_15.json b/src/main/resources/assets/box3mod/blockstates/lab_material_15.json new file mode 100644 index 0000000..e8d8870 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_material_15.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_material_15" + }, + "facing=east": { + "model": "box3mod:block/lab_material_15", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_material_15", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_material_15", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_screen.json b/src/main/resources/assets/box3mod/blockstates/lab_screen.json new file mode 100644 index 0000000..909d2f4 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_screen.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_screen" + }, + "facing=east": { + "model": "box3mod:block/lab_screen", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_screen", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_screen", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lab_wire.json b/src/main/resources/assets/box3mod/blockstates/lab_wire.json new file mode 100644 index 0000000..743d75b --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lab_wire.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lab_wire" + }, + "facing=east": { + "model": "box3mod:block/lab_wire", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lab_wire", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lab_wire", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lantern_01.json b/src/main/resources/assets/box3mod/blockstates/lantern_01.json new file mode 100644 index 0000000..afcb959 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lantern_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lantern_01" + }, + "facing=east": { + "model": "box3mod:block/lantern_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lantern_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lantern_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lantern_02.json b/src/main/resources/assets/box3mod/blockstates/lantern_02.json new file mode 100644 index 0000000..1e1375d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lantern_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lantern_02" + }, + "facing=east": { + "model": "box3mod:block/lantern_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lantern_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lantern_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lava01.json b/src/main/resources/assets/box3mod/blockstates/lava01.json new file mode 100644 index 0000000..3745c28 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lava01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lava01" + }, + "facing=east": { + "model": "box3mod:block/lava01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lava01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lava01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lava02.json b/src/main/resources/assets/box3mod/blockstates/lava02.json new file mode 100644 index 0000000..f42fca0 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lava02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lava02" + }, + "facing=east": { + "model": "box3mod:block/lava02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lava02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lava02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/leaf_01.json b/src/main/resources/assets/box3mod/blockstates/leaf_01.json new file mode 100644 index 0000000..367fd75 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/leaf_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/leaf_01" + }, + "facing=east": { + "model": "box3mod:block/leaf_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/leaf_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/leaf_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/leaf_02.json b/src/main/resources/assets/box3mod/blockstates/leaf_02.json new file mode 100644 index 0000000..e2412eb --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/leaf_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/leaf_02" + }, + "facing=east": { + "model": "box3mod:block/leaf_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/leaf_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/leaf_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/leaf_03.json b/src/main/resources/assets/box3mod/blockstates/leaf_03.json new file mode 100644 index 0000000..1c118d5 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/leaf_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/leaf_03" + }, + "facing=east": { + "model": "box3mod:block/leaf_03", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/leaf_03", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/leaf_03", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/leaf_04.json b/src/main/resources/assets/box3mod/blockstates/leaf_04.json new file mode 100644 index 0000000..fc5d63f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/leaf_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/leaf_04" + }, + "facing=east": { + "model": "box3mod:block/leaf_04", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/leaf_04", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/leaf_04", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/leaf_05.json b/src/main/resources/assets/box3mod/blockstates/leaf_05.json new file mode 100644 index 0000000..7c9b8c1 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/leaf_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/leaf_05" + }, + "facing=east": { + "model": "box3mod:block/leaf_05", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/leaf_05", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/leaf_05", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/leaf_06.json b/src/main/resources/assets/box3mod/blockstates/leaf_06.json new file mode 100644 index 0000000..49dae3b --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/leaf_06.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/leaf_06" + }, + "facing=east": { + "model": "box3mod:block/leaf_06", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/leaf_06", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/leaf_06", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/ledfloor01.json b/src/main/resources/assets/box3mod/blockstates/ledfloor01.json new file mode 100644 index 0000000..520676f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/ledfloor01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/ledfloor01" + }, + "facing=east": { + "model": "box3mod:block/ledfloor01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/ledfloor01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/ledfloor01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/ledfloor02.json b/src/main/resources/assets/box3mod/blockstates/ledfloor02.json new file mode 100644 index 0000000..602a865 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/ledfloor02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/ledfloor02" + }, + "facing=east": { + "model": "box3mod:block/ledfloor02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/ledfloor02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/ledfloor02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/lemon.json b/src/main/resources/assets/box3mod/blockstates/lemon.json new file mode 100644 index 0000000..7e725da --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/lemon.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/lemon" + }, + "facing=east": { + "model": "box3mod:block/lemon", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/lemon", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/lemon", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/less_than.json b/src/main/resources/assets/box3mod/blockstates/less_than.json new file mode 100644 index 0000000..7aea7bc --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/less_than.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/less_than" + }, + "facing=east": { + "model": "box3mod:block/less_than", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/less_than", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/less_than", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/light_blue_grass.json b/src/main/resources/assets/box3mod/blockstates/light_blue_grass.json new file mode 100644 index 0000000..a325801 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/light_blue_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/light_blue_grass" + }, + "facing=east": { + "model": "box3mod:block/light_blue_grass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/light_blue_grass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/light_blue_grass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/light_blue_grass_all.json b/src/main/resources/assets/box3mod/blockstates/light_blue_grass_all.json new file mode 100644 index 0000000..f532e5a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/light_blue_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/light_blue_grass_all" + }, + "facing=east": { + "model": "box3mod:block/light_blue_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/light_blue_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/light_blue_grass_all", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/light_dirt.json b/src/main/resources/assets/box3mod/blockstates/light_dirt.json new file mode 100644 index 0000000..c6e4f9e --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/light_dirt.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/light_dirt" + }, + "facing=east": { + "model": "box3mod:block/light_dirt", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/light_dirt", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/light_dirt", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/light_gray.json b/src/main/resources/assets/box3mod/blockstates/light_gray.json new file mode 100644 index 0000000..d2bb8d7 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/light_gray.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/light_gray" + }, + "facing=east": { + "model": "box3mod:block/light_gray", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/light_gray", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/light_gray", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/light_grey_stone_brick.json b/src/main/resources/assets/box3mod/blockstates/light_grey_stone_brick.json new file mode 100644 index 0000000..259455e --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/light_grey_stone_brick.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/light_grey_stone_brick" + }, + "facing=east": { + "model": "box3mod:block/light_grey_stone_brick", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/light_grey_stone_brick", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/light_grey_stone_brick", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/light_purple_grass_.json b/src/main/resources/assets/box3mod/blockstates/light_purple_grass_.json new file mode 100644 index 0000000..3d28cfc --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/light_purple_grass_.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/light_purple_grass_" + }, + "facing=east": { + "model": "box3mod:block/light_purple_grass_", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/light_purple_grass_", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/light_purple_grass_", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/light_purple_grass_all.json b/src/main/resources/assets/box3mod/blockstates/light_purple_grass_all.json new file mode 100644 index 0000000..40af6bc --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/light_purple_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/light_purple_grass_all" + }, + "facing=east": { + "model": "box3mod:block/light_purple_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/light_purple_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/light_purple_grass_all", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/light_sand.json b/src/main/resources/assets/box3mod/blockstates/light_sand.json new file mode 100644 index 0000000..f285309 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/light_sand.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/light_sand" + }, + "facing=east": { + "model": "box3mod:block/light_sand", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/light_sand", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/light_sand", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/light_volcanic_rock.json b/src/main/resources/assets/box3mod/blockstates/light_volcanic_rock.json new file mode 100644 index 0000000..967b584 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/light_volcanic_rock.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/light_volcanic_rock" + }, + "facing=east": { + "model": "box3mod:block/light_volcanic_rock", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/light_volcanic_rock", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/light_volcanic_rock", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/m.json b/src/main/resources/assets/box3mod/blockstates/m.json new file mode 100644 index 0000000..9fdfcd9 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/m.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/m" + }, + "facing=east": { + "model": "box3mod:block/m", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/m", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/m", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/macaroon.json b/src/main/resources/assets/box3mod/blockstates/macaroon.json new file mode 100644 index 0000000..e1b024a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/macaroon.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/macaroon" + }, + "facing=east": { + "model": "box3mod:block/macaroon", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/macaroon", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/macaroon", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/maroon.json b/src/main/resources/assets/box3mod/blockstates/maroon.json new file mode 100644 index 0000000..7a8c40e --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/maroon.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/maroon" + }, + "facing=east": { + "model": "box3mod:block/maroon", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/maroon", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/maroon", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/medium_gray.json b/src/main/resources/assets/box3mod/blockstates/medium_gray.json new file mode 100644 index 0000000..319c9e0 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/medium_gray.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/medium_gray" + }, + "facing=east": { + "model": "box3mod:block/medium_gray", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/medium_gray", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/medium_gray", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/medium_green.json b/src/main/resources/assets/box3mod/blockstates/medium_green.json new file mode 100644 index 0000000..c525498 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/medium_green.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/medium_green" + }, + "facing=east": { + "model": "box3mod:block/medium_green", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/medium_green", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/medium_green", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/medium_orchid.json b/src/main/resources/assets/box3mod/blockstates/medium_orchid.json new file mode 100644 index 0000000..003360c --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/medium_orchid.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/medium_orchid" + }, + "facing=east": { + "model": "box3mod:block/medium_orchid", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/medium_orchid", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/medium_orchid", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/medium_purple.json b/src/main/resources/assets/box3mod/blockstates/medium_purple.json new file mode 100644 index 0000000..12ec8af --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/medium_purple.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/medium_purple" + }, + "facing=east": { + "model": "box3mod:block/medium_purple", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/medium_purple", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/medium_purple", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/medium_spring_green.json b/src/main/resources/assets/box3mod/blockstates/medium_spring_green.json new file mode 100644 index 0000000..f0ee50d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/medium_spring_green.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/medium_spring_green" + }, + "facing=east": { + "model": "box3mod:block/medium_spring_green", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/medium_spring_green", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/medium_spring_green", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/medium_violet_red.json b/src/main/resources/assets/box3mod/blockstates/medium_violet_red.json new file mode 100644 index 0000000..7c24dc0 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/medium_violet_red.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/medium_violet_red" + }, + "facing=east": { + "model": "box3mod:block/medium_violet_red", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/medium_violet_red", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/medium_violet_red", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/medium_yellow.json b/src/main/resources/assets/box3mod/blockstates/medium_yellow.json new file mode 100644 index 0000000..e849837 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/medium_yellow.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/medium_yellow" + }, + "facing=east": { + "model": "box3mod:block/medium_yellow", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/medium_yellow", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/medium_yellow", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/mint_green.json b/src/main/resources/assets/box3mod/blockstates/mint_green.json new file mode 100644 index 0000000..40b456a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/mint_green.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/mint_green" + }, + "facing=east": { + "model": "box3mod:block/mint_green", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/mint_green", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/mint_green", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/mint_green_light.json b/src/main/resources/assets/box3mod/blockstates/mint_green_light.json new file mode 100644 index 0000000..02d4184 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/mint_green_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/mint_green_light" + }, + "facing=east": { + "model": "box3mod:block/mint_green_light", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/mint_green_light", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/mint_green_light", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/multiply.json b/src/main/resources/assets/box3mod/blockstates/multiply.json new file mode 100644 index 0000000..7db32eb --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/multiply.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/multiply" + }, + "facing=east": { + "model": "box3mod:block/multiply", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/multiply", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/multiply", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/n.json b/src/main/resources/assets/box3mod/blockstates/n.json new file mode 100644 index 0000000..bf47f26 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/n.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/n" + }, + "facing=east": { + "model": "box3mod:block/n", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/n", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/n", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/navajo_white.json b/src/main/resources/assets/box3mod/blockstates/navajo_white.json new file mode 100644 index 0000000..ffadae7 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/navajo_white.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/navajo_white" + }, + "facing=east": { + "model": "box3mod:block/navajo_white", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/navajo_white", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/navajo_white", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/nine.json b/src/main/resources/assets/box3mod/blockstates/nine.json new file mode 100644 index 0000000..7e59f5d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/nine.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/nine" + }, + "facing=east": { + "model": "box3mod:block/nine", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/nine", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/nine", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/o.json b/src/main/resources/assets/box3mod/blockstates/o.json new file mode 100644 index 0000000..23702a5 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/o.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/o" + }, + "facing=east": { + "model": "box3mod:block/o", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/o", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/o", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/olive_green.json b/src/main/resources/assets/box3mod/blockstates/olive_green.json new file mode 100644 index 0000000..162abc0 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/olive_green.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/olive_green" + }, + "facing=east": { + "model": "box3mod:block/olive_green", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/olive_green", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/olive_green", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/one.json b/src/main/resources/assets/box3mod/blockstates/one.json new file mode 100644 index 0000000..3a769f8 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/one.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/one" + }, + "facing=east": { + "model": "box3mod:block/one", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/one", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/one", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/orange.json b/src/main/resources/assets/box3mod/blockstates/orange.json new file mode 100644 index 0000000..eada23e --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/orange.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/orange" + }, + "facing=east": { + "model": "box3mod:block/orange", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/orange", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/orange", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/orange_grass.json b/src/main/resources/assets/box3mod/blockstates/orange_grass.json new file mode 100644 index 0000000..9a8f6fb --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/orange_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/orange_grass" + }, + "facing=east": { + "model": "box3mod:block/orange_grass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/orange_grass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/orange_grass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/orange_grass_all.json b/src/main/resources/assets/box3mod/blockstates/orange_grass_all.json new file mode 100644 index 0000000..134a99c --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/orange_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/orange_grass_all" + }, + "facing=east": { + "model": "box3mod:block/orange_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/orange_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/orange_grass_all", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/orange_light.json b/src/main/resources/assets/box3mod/blockstates/orange_light.json new file mode 100644 index 0000000..1cda017 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/orange_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/orange_light" + }, + "facing=east": { + "model": "box3mod:block/orange_light", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/orange_light", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/orange_light", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/orange_red.json b/src/main/resources/assets/box3mod/blockstates/orange_red.json new file mode 100644 index 0000000..b60ef96 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/orange_red.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/orange_red" + }, + "facing=east": { + "model": "box3mod:block/orange_red", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/orange_red", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/orange_red", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/p.json b/src/main/resources/assets/box3mod/blockstates/p.json new file mode 100644 index 0000000..6df1c32 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/p.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/p" + }, + "facing=east": { + "model": "box3mod:block/p", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/p", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/p", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/palace_carving.json b/src/main/resources/assets/box3mod/blockstates/palace_carving.json new file mode 100644 index 0000000..8fd8c02 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/palace_carving.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/palace_carving" + }, + "facing=east": { + "model": "box3mod:block/palace_carving", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/palace_carving", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/palace_carving", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/palace_cloud.json b/src/main/resources/assets/box3mod/blockstates/palace_cloud.json new file mode 100644 index 0000000..69b8ed2 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/palace_cloud.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/palace_cloud" + }, + "facing=east": { + "model": "box3mod:block/palace_cloud", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/palace_cloud", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/palace_cloud", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/palace_eaves_01.json b/src/main/resources/assets/box3mod/blockstates/palace_eaves_01.json new file mode 100644 index 0000000..193fa05 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/palace_eaves_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/palace_eaves_01" + }, + "facing=east": { + "model": "box3mod:block/palace_eaves_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/palace_eaves_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/palace_eaves_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/palace_eaves_02.json b/src/main/resources/assets/box3mod/blockstates/palace_eaves_02.json new file mode 100644 index 0000000..aecf954 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/palace_eaves_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/palace_eaves_02" + }, + "facing=east": { + "model": "box3mod:block/palace_eaves_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/palace_eaves_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/palace_eaves_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/palace_eaves_03.json b/src/main/resources/assets/box3mod/blockstates/palace_eaves_03.json new file mode 100644 index 0000000..da27e92 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/palace_eaves_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/palace_eaves_03" + }, + "facing=east": { + "model": "box3mod:block/palace_eaves_03", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/palace_eaves_03", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/palace_eaves_03", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/palace_eaves_04.json b/src/main/resources/assets/box3mod/blockstates/palace_eaves_04.json new file mode 100644 index 0000000..7405a43 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/palace_eaves_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/palace_eaves_04" + }, + "facing=east": { + "model": "box3mod:block/palace_eaves_04", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/palace_eaves_04", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/palace_eaves_04", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/palace_eaves_05.json b/src/main/resources/assets/box3mod/blockstates/palace_eaves_05.json new file mode 100644 index 0000000..111b0cf --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/palace_eaves_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/palace_eaves_05" + }, + "facing=east": { + "model": "box3mod:block/palace_eaves_05", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/palace_eaves_05", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/palace_eaves_05", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/palace_eaves_06.json b/src/main/resources/assets/box3mod/blockstates/palace_eaves_06.json new file mode 100644 index 0000000..f1919b0 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/palace_eaves_06.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/palace_eaves_06" + }, + "facing=east": { + "model": "box3mod:block/palace_eaves_06", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/palace_eaves_06", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/palace_eaves_06", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/palace_eaves_07.json b/src/main/resources/assets/box3mod/blockstates/palace_eaves_07.json new file mode 100644 index 0000000..766db94 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/palace_eaves_07.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/palace_eaves_07" + }, + "facing=east": { + "model": "box3mod:block/palace_eaves_07", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/palace_eaves_07", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/palace_eaves_07", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/palace_eaves_08.json b/src/main/resources/assets/box3mod/blockstates/palace_eaves_08.json new file mode 100644 index 0000000..c8ecc26 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/palace_eaves_08.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/palace_eaves_08" + }, + "facing=east": { + "model": "box3mod:block/palace_eaves_08", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/palace_eaves_08", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/palace_eaves_08", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/palace_floor.json b/src/main/resources/assets/box3mod/blockstates/palace_floor.json new file mode 100644 index 0000000..d9dbb78 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/palace_floor.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/palace_floor" + }, + "facing=east": { + "model": "box3mod:block/palace_floor", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/palace_floor", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/palace_floor", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/palace_lamp.json b/src/main/resources/assets/box3mod/blockstates/palace_lamp.json new file mode 100644 index 0000000..cf40bf9 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/palace_lamp.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/palace_lamp" + }, + "facing=east": { + "model": "box3mod:block/palace_lamp", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/palace_lamp", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/palace_lamp", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/palace_roof.json b/src/main/resources/assets/box3mod/blockstates/palace_roof.json new file mode 100644 index 0000000..d6f32ca --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/palace_roof.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/palace_roof" + }, + "facing=east": { + "model": "box3mod:block/palace_roof", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/palace_roof", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/palace_roof", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/palace_window.json b/src/main/resources/assets/box3mod/blockstates/palace_window.json new file mode 100644 index 0000000..36bee1a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/palace_window.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/palace_window" + }, + "facing=east": { + "model": "box3mod:block/palace_window", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/palace_window", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/palace_window", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/pale_green.json b/src/main/resources/assets/box3mod/blockstates/pale_green.json new file mode 100644 index 0000000..6ca935b --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/pale_green.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/pale_green" + }, + "facing=east": { + "model": "box3mod:block/pale_green", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/pale_green", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/pale_green", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/palm.json b/src/main/resources/assets/box3mod/blockstates/palm.json new file mode 100644 index 0000000..00a6ca3 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/palm.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/palm" + }, + "facing=east": { + "model": "box3mod:block/palm", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/palm", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/palm", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/paren_close.json b/src/main/resources/assets/box3mod/blockstates/paren_close.json new file mode 100644 index 0000000..c0939e1 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/paren_close.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/paren_close" + }, + "facing=east": { + "model": "box3mod:block/paren_close", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/paren_close", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/paren_close", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/paren_open.json b/src/main/resources/assets/box3mod/blockstates/paren_open.json new file mode 100644 index 0000000..061a783 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/paren_open.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/paren_open" + }, + "facing=east": { + "model": "box3mod:block/paren_open", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/paren_open", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/paren_open", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/percent.json b/src/main/resources/assets/box3mod/blockstates/percent.json new file mode 100644 index 0000000..26485c2 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/percent.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/percent" + }, + "facing=east": { + "model": "box3mod:block/percent", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/percent", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/percent", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/period.json b/src/main/resources/assets/box3mod/blockstates/period.json new file mode 100644 index 0000000..53edbc2 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/period.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/period" + }, + "facing=east": { + "model": "box3mod:block/period", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/period", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/period", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/peru.json b/src/main/resources/assets/box3mod/blockstates/peru.json new file mode 100644 index 0000000..49c9371 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/peru.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/peru" + }, + "facing=east": { + "model": "box3mod:block/peru", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/peru", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/peru", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/pink.json b/src/main/resources/assets/box3mod/blockstates/pink.json new file mode 100644 index 0000000..c79b6fc --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/pink.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/pink" + }, + "facing=east": { + "model": "box3mod:block/pink", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/pink", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/pink", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/pink_cake.json b/src/main/resources/assets/box3mod/blockstates/pink_cake.json new file mode 100644 index 0000000..bda3669 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/pink_cake.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/pink_cake" + }, + "facing=east": { + "model": "box3mod:block/pink_cake", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/pink_cake", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/pink_cake", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/pink_grass.json b/src/main/resources/assets/box3mod/blockstates/pink_grass.json new file mode 100644 index 0000000..d8b58cc --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/pink_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/pink_grass" + }, + "facing=east": { + "model": "box3mod:block/pink_grass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/pink_grass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/pink_grass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/pink_grass_all.json b/src/main/resources/assets/box3mod/blockstates/pink_grass_all.json new file mode 100644 index 0000000..04a22d7 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/pink_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/pink_grass_all" + }, + "facing=east": { + "model": "box3mod:block/pink_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/pink_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/pink_grass_all", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/pink_light.json b/src/main/resources/assets/box3mod/blockstates/pink_light.json new file mode 100644 index 0000000..8ba5031 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/pink_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/pink_light" + }, + "facing=east": { + "model": "box3mod:block/pink_light", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/pink_light", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/pink_light", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/plank_01.json b/src/main/resources/assets/box3mod/blockstates/plank_01.json new file mode 100644 index 0000000..237c998 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/plank_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/plank_01" + }, + "facing=east": { + "model": "box3mod:block/plank_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/plank_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/plank_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/plank_02.json b/src/main/resources/assets/box3mod/blockstates/plank_02.json new file mode 100644 index 0000000..10fa0cb --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/plank_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/plank_02" + }, + "facing=east": { + "model": "box3mod:block/plank_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/plank_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/plank_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/plank_03.json b/src/main/resources/assets/box3mod/blockstates/plank_03.json new file mode 100644 index 0000000..367931c --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/plank_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/plank_03" + }, + "facing=east": { + "model": "box3mod:block/plank_03", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/plank_03", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/plank_03", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/plank_04.json b/src/main/resources/assets/box3mod/blockstates/plank_04.json new file mode 100644 index 0000000..4b13f20 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/plank_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/plank_04" + }, + "facing=east": { + "model": "box3mod:block/plank_04", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/plank_04", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/plank_04", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/plank_05.json b/src/main/resources/assets/box3mod/blockstates/plank_05.json new file mode 100644 index 0000000..e493384 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/plank_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/plank_05" + }, + "facing=east": { + "model": "box3mod:block/plank_05", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/plank_05", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/plank_05", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/plank_06.json b/src/main/resources/assets/box3mod/blockstates/plank_06.json new file mode 100644 index 0000000..0591b6e --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/plank_06.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/plank_06" + }, + "facing=east": { + "model": "box3mod:block/plank_06", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/plank_06", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/plank_06", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/plank_07.json b/src/main/resources/assets/box3mod/blockstates/plank_07.json new file mode 100644 index 0000000..ee3e9ee --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/plank_07.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/plank_07" + }, + "facing=east": { + "model": "box3mod:block/plank_07", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/plank_07", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/plank_07", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/polar_ice.json b/src/main/resources/assets/box3mod/blockstates/polar_ice.json new file mode 100644 index 0000000..9364ec1 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/polar_ice.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/polar_ice" + }, + "facing=east": { + "model": "box3mod:block/polar_ice", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/polar_ice", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/polar_ice", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/polar_region.json b/src/main/resources/assets/box3mod/blockstates/polar_region.json new file mode 100644 index 0000000..28d7de5 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/polar_region.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/polar_region" + }, + "facing=east": { + "model": "box3mod:block/polar_region", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/polar_region", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/polar_region", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/pound.json b/src/main/resources/assets/box3mod/blockstates/pound.json new file mode 100644 index 0000000..5be9598 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/pound.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/pound" + }, + "facing=east": { + "model": "box3mod:block/pound", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/pound", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/pound", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/powder_blue.json b/src/main/resources/assets/box3mod/blockstates/powder_blue.json new file mode 100644 index 0000000..46ac96c --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/powder_blue.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/powder_blue" + }, + "facing=east": { + "model": "box3mod:block/powder_blue", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/powder_blue", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/powder_blue", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/pumpkin.json b/src/main/resources/assets/box3mod/blockstates/pumpkin.json new file mode 100644 index 0000000..d03dcb9 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/pumpkin.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/pumpkin" + }, + "facing=east": { + "model": "box3mod:block/pumpkin", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/pumpkin", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/pumpkin", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/pumpkin_lantern.json b/src/main/resources/assets/box3mod/blockstates/pumpkin_lantern.json new file mode 100644 index 0000000..0fc5645 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/pumpkin_lantern.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/pumpkin_lantern" + }, + "facing=east": { + "model": "box3mod:block/pumpkin_lantern", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/pumpkin_lantern", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/pumpkin_lantern", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/purple.json b/src/main/resources/assets/box3mod/blockstates/purple.json new file mode 100644 index 0000000..c95b448 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/purple.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/purple" + }, + "facing=east": { + "model": "box3mod:block/purple", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/purple", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/purple", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/purple_grass.json b/src/main/resources/assets/box3mod/blockstates/purple_grass.json new file mode 100644 index 0000000..5cfccb2 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/purple_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/purple_grass" + }, + "facing=east": { + "model": "box3mod:block/purple_grass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/purple_grass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/purple_grass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/purple_grass_all.json b/src/main/resources/assets/box3mod/blockstates/purple_grass_all.json new file mode 100644 index 0000000..366102d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/purple_grass_all.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/purple_grass_all" + }, + "facing=east": { + "model": "box3mod:block/purple_grass_all", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/purple_grass_all", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/purple_grass_all", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/purple_surface_01.json b/src/main/resources/assets/box3mod/blockstates/purple_surface_01.json new file mode 100644 index 0000000..cb5950d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/purple_surface_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/purple_surface_01" + }, + "facing=east": { + "model": "box3mod:block/purple_surface_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/purple_surface_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/purple_surface_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/purple_surface_02.json b/src/main/resources/assets/box3mod/blockstates/purple_surface_02.json new file mode 100644 index 0000000..6ab9d2f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/purple_surface_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/purple_surface_02" + }, + "facing=east": { + "model": "box3mod:block/purple_surface_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/purple_surface_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/purple_surface_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/q.json b/src/main/resources/assets/box3mod/blockstates/q.json new file mode 100644 index 0000000..72aa53a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/q.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/q" + }, + "facing=east": { + "model": "box3mod:block/q", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/q", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/q", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/quartz_brick.json b/src/main/resources/assets/box3mod/blockstates/quartz_brick.json new file mode 100644 index 0000000..4436cdb --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/quartz_brick.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/quartz_brick" + }, + "facing=east": { + "model": "box3mod:block/quartz_brick", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/quartz_brick", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/quartz_brick", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/question_mark.json b/src/main/resources/assets/box3mod/blockstates/question_mark.json new file mode 100644 index 0000000..6b29190 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/question_mark.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/question_mark" + }, + "facing=east": { + "model": "box3mod:block/question_mark", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/question_mark", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/question_mark", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/quotation_mark.json b/src/main/resources/assets/box3mod/blockstates/quotation_mark.json new file mode 100644 index 0000000..9dddccc --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/quotation_mark.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/quotation_mark" + }, + "facing=east": { + "model": "box3mod:block/quotation_mark", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/quotation_mark", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/quotation_mark", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/r.json b/src/main/resources/assets/box3mod/blockstates/r.json new file mode 100644 index 0000000..191801d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/r.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/r" + }, + "facing=east": { + "model": "box3mod:block/r", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/r", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/r", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/rainbow_cube.json b/src/main/resources/assets/box3mod/blockstates/rainbow_cube.json new file mode 100644 index 0000000..dfebffb --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/rainbow_cube.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/rainbow_cube" + }, + "facing=east": { + "model": "box3mod:block/rainbow_cube", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/rainbow_cube", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/rainbow_cube", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/red.json b/src/main/resources/assets/box3mod/blockstates/red.json new file mode 100644 index 0000000..ff237e9 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/red.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/red" + }, + "facing=east": { + "model": "box3mod:block/red", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/red", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/red", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/red_brick.json b/src/main/resources/assets/box3mod/blockstates/red_brick.json new file mode 100644 index 0000000..da384e4 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/red_brick.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/red_brick" + }, + "facing=east": { + "model": "box3mod:block/red_brick", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/red_brick", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/red_brick", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/red_brick_floor.json b/src/main/resources/assets/box3mod/blockstates/red_brick_floor.json new file mode 100644 index 0000000..f0b3b30 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/red_brick_floor.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/red_brick_floor" + }, + "facing=east": { + "model": "box3mod:block/red_brick_floor", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/red_brick_floor", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/red_brick_floor", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/red_brick_wall.json b/src/main/resources/assets/box3mod/blockstates/red_brick_wall.json new file mode 100644 index 0000000..139db24 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/red_brick_wall.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/red_brick_wall" + }, + "facing=east": { + "model": "box3mod:block/red_brick_wall", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/red_brick_wall", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/red_brick_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/red_decorative_light.json b/src/main/resources/assets/box3mod/blockstates/red_decorative_light.json new file mode 100644 index 0000000..ab15b7e --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/red_decorative_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/red_decorative_light" + }, + "facing=east": { + "model": "box3mod:block/red_decorative_light", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/red_decorative_light", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/red_decorative_light", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/red_gift.json b/src/main/resources/assets/box3mod/blockstates/red_gift.json new file mode 100644 index 0000000..32b81ce --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/red_gift.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/red_gift" + }, + "facing=east": { + "model": "box3mod:block/red_gift", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/red_gift", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/red_gift", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/red_glass.json b/src/main/resources/assets/box3mod/blockstates/red_glass.json new file mode 100644 index 0000000..c3f6a13 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/red_glass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/red_glass" + }, + "facing=east": { + "model": "box3mod:block/red_glass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/red_glass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/red_glass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/red_light.json b/src/main/resources/assets/box3mod/blockstates/red_light.json new file mode 100644 index 0000000..1ad9fdb --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/red_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/red_light" + }, + "facing=east": { + "model": "box3mod:block/red_light", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/red_light", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/red_light", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/rock.json b/src/main/resources/assets/box3mod/blockstates/rock.json new file mode 100644 index 0000000..c7df675 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/rock.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/rock" + }, + "facing=east": { + "model": "box3mod:block/rock", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/rock", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/rock", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/roof_blue_04.json b/src/main/resources/assets/box3mod/blockstates/roof_blue_04.json new file mode 100644 index 0000000..7eed41a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/roof_blue_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/roof_blue_04" + }, + "facing=east": { + "model": "box3mod:block/roof_blue_04", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/roof_blue_04", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/roof_blue_04", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/roof_green.json b/src/main/resources/assets/box3mod/blockstates/roof_green.json new file mode 100644 index 0000000..d4c243e --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/roof_green.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/roof_green" + }, + "facing=east": { + "model": "box3mod:block/roof_green", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/roof_green", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/roof_green", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/roof_grey.json b/src/main/resources/assets/box3mod/blockstates/roof_grey.json new file mode 100644 index 0000000..2f787fe --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/roof_grey.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/roof_grey" + }, + "facing=east": { + "model": "box3mod:block/roof_grey", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/roof_grey", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/roof_grey", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/roof_purple.json b/src/main/resources/assets/box3mod/blockstates/roof_purple.json new file mode 100644 index 0000000..cbdaa6b --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/roof_purple.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/roof_purple" + }, + "facing=east": { + "model": "box3mod:block/roof_purple", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/roof_purple", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/roof_purple", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/roof_red.json b/src/main/resources/assets/box3mod/blockstates/roof_red.json new file mode 100644 index 0000000..a157957 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/roof_red.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/roof_red" + }, + "facing=east": { + "model": "box3mod:block/roof_red", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/roof_red", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/roof_red", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/roof_yellow.json b/src/main/resources/assets/box3mod/blockstates/roof_yellow.json new file mode 100644 index 0000000..f2a4d8e --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/roof_yellow.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/roof_yellow" + }, + "facing=east": { + "model": "box3mod:block/roof_yellow", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/roof_yellow", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/roof_yellow", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/s.json b/src/main/resources/assets/box3mod/blockstates/s.json new file mode 100644 index 0000000..2dd43d9 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/s.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/s" + }, + "facing=east": { + "model": "box3mod:block/s", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/s", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/s", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/sakura_pink.json b/src/main/resources/assets/box3mod/blockstates/sakura_pink.json new file mode 100644 index 0000000..e019c24 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/sakura_pink.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/sakura_pink" + }, + "facing=east": { + "model": "box3mod:block/sakura_pink", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/sakura_pink", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/sakura_pink", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/sand.json b/src/main/resources/assets/box3mod/blockstates/sand.json new file mode 100644 index 0000000..10172c0 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/sand.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/sand" + }, + "facing=east": { + "model": "box3mod:block/sand", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/sand", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/sand", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/sand_stones.json b/src/main/resources/assets/box3mod/blockstates/sand_stones.json new file mode 100644 index 0000000..e91534d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/sand_stones.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/sand_stones" + }, + "facing=east": { + "model": "box3mod:block/sand_stones", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/sand_stones", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/sand_stones", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/semicolon.json b/src/main/resources/assets/box3mod/blockstates/semicolon.json new file mode 100644 index 0000000..fe5d1f5 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/semicolon.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/semicolon" + }, + "facing=east": { + "model": "box3mod:block/semicolon", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/semicolon", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/semicolon", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/seven.json b/src/main/resources/assets/box3mod/blockstates/seven.json new file mode 100644 index 0000000..7181edd --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/seven.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/seven" + }, + "facing=east": { + "model": "box3mod:block/seven", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/seven", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/seven", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/sienna.json b/src/main/resources/assets/box3mod/blockstates/sienna.json new file mode 100644 index 0000000..b29d853 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/sienna.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/sienna" + }, + "facing=east": { + "model": "box3mod:block/sienna", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/sienna", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/sienna", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/six.json b/src/main/resources/assets/box3mod/blockstates/six.json new file mode 100644 index 0000000..4a0009d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/six.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/six" + }, + "facing=east": { + "model": "box3mod:block/six", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/six", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/six", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/sky_blue.json b/src/main/resources/assets/box3mod/blockstates/sky_blue.json new file mode 100644 index 0000000..1a72ac1 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/sky_blue.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/sky_blue" + }, + "facing=east": { + "model": "box3mod:block/sky_blue", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/sky_blue", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/sky_blue", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/slash.json b/src/main/resources/assets/box3mod/blockstates/slash.json new file mode 100644 index 0000000..76b2619 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/slash.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/slash" + }, + "facing=east": { + "model": "box3mod:block/slash", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/slash", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/slash", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/snow.json b/src/main/resources/assets/box3mod/blockstates/snow.json new file mode 100644 index 0000000..4b9e956 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/snow.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/snow" + }, + "facing=east": { + "model": "box3mod:block/snow", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/snow", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/snow", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/snow_grass.json b/src/main/resources/assets/box3mod/blockstates/snow_grass.json new file mode 100644 index 0000000..4d4764f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/snow_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/snow_grass" + }, + "facing=east": { + "model": "box3mod:block/snow_grass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/snow_grass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/snow_grass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/snow_land.json b/src/main/resources/assets/box3mod/blockstates/snow_land.json new file mode 100644 index 0000000..cd32d6a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/snow_land.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/snow_land" + }, + "facing=east": { + "model": "box3mod:block/snow_land", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/snow_land", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/snow_land", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/snowflake_lamp.json b/src/main/resources/assets/box3mod/blockstates/snowflake_lamp.json new file mode 100644 index 0000000..febeee4 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/snowflake_lamp.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/snowflake_lamp" + }, + "facing=east": { + "model": "box3mod:block/snowflake_lamp", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/snowflake_lamp", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/snowflake_lamp", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/snowland.json b/src/main/resources/assets/box3mod/blockstates/snowland.json new file mode 100644 index 0000000..401d878 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/snowland.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/snowland" + }, + "facing=east": { + "model": "box3mod:block/snowland", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/snowland", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/snowland", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/snowman_body.json b/src/main/resources/assets/box3mod/blockstates/snowman_body.json new file mode 100644 index 0000000..cb970a0 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/snowman_body.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/snowman_body" + }, + "facing=east": { + "model": "box3mod:block/snowman_body", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/snowman_body", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/snowman_body", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/snowman_head.json b/src/main/resources/assets/box3mod/blockstates/snowman_head.json new file mode 100644 index 0000000..d30d66c --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/snowman_head.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/snowman_head" + }, + "facing=east": { + "model": "box3mod:block/snowman_head", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/snowman_head", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/snowman_head", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/spec_blueberry_juice_block.json b/src/main/resources/assets/box3mod/blockstates/spec_blueberry_juice_block.json deleted file mode 100644 index 8a481d2..0000000 --- a/src/main/resources/assets/box3mod/blockstates/spec_blueberry_juice_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "box3mod:block/spec_blueberry_juice_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/spec_coffee_block.json b/src/main/resources/assets/box3mod/blockstates/spec_coffee_block.json deleted file mode 100644 index baa2a6d..0000000 --- a/src/main/resources/assets/box3mod/blockstates/spec_coffee_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "box3mod:block/spec_coffee_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/spec_grape_juice_block.json b/src/main/resources/assets/box3mod/blockstates/spec_grape_juice_block.json deleted file mode 100644 index 7130a4f..0000000 --- a/src/main/resources/assets/box3mod/blockstates/spec_grape_juice_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "box3mod:block/spec_grape_juice_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/spec_lemon_juice_block.json b/src/main/resources/assets/box3mod/blockstates/spec_lemon_juice_block.json deleted file mode 100644 index cbb1c47..0000000 --- a/src/main/resources/assets/box3mod/blockstates/spec_lemon_juice_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "box3mod:block/spec_lemon_juice_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/spec_lime_juice_block.json b/src/main/resources/assets/box3mod/blockstates/spec_lime_juice_block.json deleted file mode 100644 index 5b7449e..0000000 --- a/src/main/resources/assets/box3mod/blockstates/spec_lime_juice_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "box3mod:block/spec_lime_juice_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/spec_milk_block.json b/src/main/resources/assets/box3mod/blockstates/spec_milk_block.json deleted file mode 100644 index 55abb67..0000000 --- a/src/main/resources/assets/box3mod/blockstates/spec_milk_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "box3mod:block/spec_milk_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/spec_orange_juice_block.json b/src/main/resources/assets/box3mod/blockstates/spec_orange_juice_block.json deleted file mode 100644 index 7ed89b8..0000000 --- a/src/main/resources/assets/box3mod/blockstates/spec_orange_juice_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "box3mod:block/spec_orange_juice_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/spec_peach_juice_block.json b/src/main/resources/assets/box3mod/blockstates/spec_peach_juice_block.json deleted file mode 100644 index 11e0cfd..0000000 --- a/src/main/resources/assets/box3mod/blockstates/spec_peach_juice_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "box3mod:block/spec_peach_juice_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/spec_soy_sauce_block.json b/src/main/resources/assets/box3mod/blockstates/spec_soy_sauce_block.json deleted file mode 100644 index 3009a55..0000000 --- a/src/main/resources/assets/box3mod/blockstates/spec_soy_sauce_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "box3mod:block/spec_soy_sauce_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/spec_strawberry_juice_block.json b/src/main/resources/assets/box3mod/blockstates/spec_strawberry_juice_block.json deleted file mode 100644 index 2c0a5c2..0000000 --- a/src/main/resources/assets/box3mod/blockstates/spec_strawberry_juice_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "box3mod:block/spec_strawberry_juice_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/spec_water_block.json b/src/main/resources/assets/box3mod/blockstates/spec_water_block.json deleted file mode 100644 index d4f2b94..0000000 --- a/src/main/resources/assets/box3mod/blockstates/spec_water_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "box3mod:block/spec_water_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_grass_01.json b/src/main/resources/assets/box3mod/blockstates/special_grass_01.json new file mode 100644 index 0000000..8a16a36 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_grass_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_grass_01" + }, + "facing=east": { + "model": "box3mod:block/special_grass_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_grass_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_grass_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_grass_02.json b/src/main/resources/assets/box3mod/blockstates/special_grass_02.json new file mode 100644 index 0000000..202b333 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_grass_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_grass_02" + }, + "facing=east": { + "model": "box3mod:block/special_grass_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_grass_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_grass_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_grass_03.json b/src/main/resources/assets/box3mod/blockstates/special_grass_03.json new file mode 100644 index 0000000..6f2b586 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_grass_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_grass_03" + }, + "facing=east": { + "model": "box3mod:block/special_grass_03", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_grass_03", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_grass_03", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_grass_04.json b/src/main/resources/assets/box3mod/blockstates/special_grass_04.json new file mode 100644 index 0000000..bfe6791 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_grass_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_grass_04" + }, + "facing=east": { + "model": "box3mod:block/special_grass_04", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_grass_04", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_grass_04", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_grass_05.json b/src/main/resources/assets/box3mod/blockstates/special_grass_05.json new file mode 100644 index 0000000..f684d0a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_grass_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_grass_05" + }, + "facing=east": { + "model": "box3mod:block/special_grass_05", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_grass_05", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_grass_05", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_grass_06.json b/src/main/resources/assets/box3mod/blockstates/special_grass_06.json new file mode 100644 index 0000000..594ac4a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_grass_06.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_grass_06" + }, + "facing=east": { + "model": "box3mod:block/special_grass_06", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_grass_06", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_grass_06", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_grass_07.json b/src/main/resources/assets/box3mod/blockstates/special_grass_07.json new file mode 100644 index 0000000..608b66e --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_grass_07.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_grass_07" + }, + "facing=east": { + "model": "box3mod:block/special_grass_07", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_grass_07", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_grass_07", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_grass_08.json b/src/main/resources/assets/box3mod/blockstates/special_grass_08.json new file mode 100644 index 0000000..0b0849e --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_grass_08.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_grass_08" + }, + "facing=east": { + "model": "box3mod:block/special_grass_08", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_grass_08", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_grass_08", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_grass_09.json b/src/main/resources/assets/box3mod/blockstates/special_grass_09.json new file mode 100644 index 0000000..24fb736 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_grass_09.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_grass_09" + }, + "facing=east": { + "model": "box3mod:block/special_grass_09", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_grass_09", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_grass_09", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_grass_10.json b/src/main/resources/assets/box3mod/blockstates/special_grass_10.json new file mode 100644 index 0000000..d1b293d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_grass_10.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_grass_10" + }, + "facing=east": { + "model": "box3mod:block/special_grass_10", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_grass_10", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_grass_10", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_grass_11.json b/src/main/resources/assets/box3mod/blockstates/special_grass_11.json new file mode 100644 index 0000000..32f2779 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_grass_11.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_grass_11" + }, + "facing=east": { + "model": "box3mod:block/special_grass_11", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_grass_11", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_grass_11", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_grass_12.json b/src/main/resources/assets/box3mod/blockstates/special_grass_12.json new file mode 100644 index 0000000..3d5c5b5 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_grass_12.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_grass_12" + }, + "facing=east": { + "model": "box3mod:block/special_grass_12", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_grass_12", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_grass_12", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_grass_13.json b/src/main/resources/assets/box3mod/blockstates/special_grass_13.json new file mode 100644 index 0000000..37ffd53 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_grass_13.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_grass_13" + }, + "facing=east": { + "model": "box3mod:block/special_grass_13", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_grass_13", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_grass_13", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_grass_14.json b/src/main/resources/assets/box3mod/blockstates/special_grass_14.json new file mode 100644 index 0000000..32cc3b8 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_grass_14.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_grass_14" + }, + "facing=east": { + "model": "box3mod:block/special_grass_14", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_grass_14", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_grass_14", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_grass_15.json b/src/main/resources/assets/box3mod/blockstates/special_grass_15.json new file mode 100644 index 0000000..6f8929f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_grass_15.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_grass_15" + }, + "facing=east": { + "model": "box3mod:block/special_grass_15", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_grass_15", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_grass_15", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_grass_16.json b/src/main/resources/assets/box3mod/blockstates/special_grass_16.json new file mode 100644 index 0000000..16771a6 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_grass_16.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_grass_16" + }, + "facing=east": { + "model": "box3mod:block/special_grass_16", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_grass_16", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_grass_16", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_land_01.json b/src/main/resources/assets/box3mod/blockstates/special_land_01.json new file mode 100644 index 0000000..add1d8e --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_land_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_land_01" + }, + "facing=east": { + "model": "box3mod:block/special_land_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_land_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_land_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_sand_01.json b/src/main/resources/assets/box3mod/blockstates/special_sand_01.json new file mode 100644 index 0000000..8f03d55 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_sand_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_sand_01" + }, + "facing=east": { + "model": "box3mod:block/special_sand_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_sand_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_sand_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_sand_02.json b/src/main/resources/assets/box3mod/blockstates/special_sand_02.json new file mode 100644 index 0000000..0a89d79 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_sand_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_sand_02" + }, + "facing=east": { + "model": "box3mod:block/special_sand_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_sand_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_sand_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_sand_03.json b/src/main/resources/assets/box3mod/blockstates/special_sand_03.json new file mode 100644 index 0000000..e53b80d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_sand_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_sand_03" + }, + "facing=east": { + "model": "box3mod:block/special_sand_03", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_sand_03", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_sand_03", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_sand_04.json b/src/main/resources/assets/box3mod/blockstates/special_sand_04.json new file mode 100644 index 0000000..f28ea70 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_sand_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_sand_04" + }, + "facing=east": { + "model": "box3mod:block/special_sand_04", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_sand_04", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_sand_04", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/special_sand_05.json b/src/main/resources/assets/box3mod/blockstates/special_sand_05.json new file mode 100644 index 0000000..ecfbb56 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/special_sand_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/special_sand_05" + }, + "facing=east": { + "model": "box3mod:block/special_sand_05", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/special_sand_05", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/special_sand_05", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/spiderweb.json b/src/main/resources/assets/box3mod/blockstates/spiderweb.json new file mode 100644 index 0000000..ad25da9 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/spiderweb.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/spiderweb" + }, + "facing=east": { + "model": "box3mod:block/spiderweb", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/spiderweb", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/spiderweb", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/stained_glass.json b/src/main/resources/assets/box3mod/blockstates/stained_glass.json new file mode 100644 index 0000000..14b8b79 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/stained_glass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/stained_glass" + }, + "facing=east": { + "model": "box3mod:block/stained_glass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/stained_glass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/stained_glass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/stainless_steel.json b/src/main/resources/assets/box3mod/blockstates/stainless_steel.json new file mode 100644 index 0000000..692fbb5 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/stainless_steel.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/stainless_steel" + }, + "facing=east": { + "model": "box3mod:block/stainless_steel", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/stainless_steel", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/stainless_steel", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/star_lamp.json b/src/main/resources/assets/box3mod/blockstates/star_lamp.json new file mode 100644 index 0000000..cfc357f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/star_lamp.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/star_lamp" + }, + "facing=east": { + "model": "box3mod:block/star_lamp", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/star_lamp", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/star_lamp", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/stone.json b/src/main/resources/assets/box3mod/blockstates/stone.json new file mode 100644 index 0000000..684a90a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/stone.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/stone" + }, + "facing=east": { + "model": "box3mod:block/stone", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/stone", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/stone", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/stone_brick_01.json b/src/main/resources/assets/box3mod/blockstates/stone_brick_01.json new file mode 100644 index 0000000..2a6b278 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/stone_brick_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/stone_brick_01" + }, + "facing=east": { + "model": "box3mod:block/stone_brick_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/stone_brick_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/stone_brick_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/stone_brick_02.json b/src/main/resources/assets/box3mod/blockstates/stone_brick_02.json new file mode 100644 index 0000000..237ccd7 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/stone_brick_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/stone_brick_02" + }, + "facing=east": { + "model": "box3mod:block/stone_brick_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/stone_brick_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/stone_brick_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/stone_pillar_03.json b/src/main/resources/assets/box3mod/blockstates/stone_pillar_03.json new file mode 100644 index 0000000..1a34414 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/stone_pillar_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/stone_pillar_03" + }, + "facing=east": { + "model": "box3mod:block/stone_pillar_03", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/stone_pillar_03", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/stone_pillar_03", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/stone_pillar_04.json b/src/main/resources/assets/box3mod/blockstates/stone_pillar_04.json new file mode 100644 index 0000000..1237710 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/stone_pillar_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/stone_pillar_04" + }, + "facing=east": { + "model": "box3mod:block/stone_pillar_04", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/stone_pillar_04", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/stone_pillar_04", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/stone_pillar_05.json b/src/main/resources/assets/box3mod/blockstates/stone_pillar_05.json new file mode 100644 index 0000000..206d66f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/stone_pillar_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/stone_pillar_05" + }, + "facing=east": { + "model": "box3mod:block/stone_pillar_05", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/stone_pillar_05", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/stone_pillar_05", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/stone_pillar_06.json b/src/main/resources/assets/box3mod/blockstates/stone_pillar_06.json new file mode 100644 index 0000000..6d2de5f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/stone_pillar_06.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/stone_pillar_06" + }, + "facing=east": { + "model": "box3mod:block/stone_pillar_06", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/stone_pillar_06", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/stone_pillar_06", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/stone_wall.json b/src/main/resources/assets/box3mod/blockstates/stone_wall.json new file mode 100644 index 0000000..1dcae7b --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/stone_wall.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/stone_wall" + }, + "facing=east": { + "model": "box3mod:block/stone_wall", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/stone_wall", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/stone_wall", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/stone_wall_01.json b/src/main/resources/assets/box3mod/blockstates/stone_wall_01.json new file mode 100644 index 0000000..e8e2355 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/stone_wall_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/stone_wall_01" + }, + "facing=east": { + "model": "box3mod:block/stone_wall_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/stone_wall_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/stone_wall_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/stripe_01.json b/src/main/resources/assets/box3mod/blockstates/stripe_01.json new file mode 100644 index 0000000..136983d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/stripe_01.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/stripe_01" + }, + "facing=east": { + "model": "box3mod:block/stripe_01", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/stripe_01", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/stripe_01", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/stripe_02.json b/src/main/resources/assets/box3mod/blockstates/stripe_02.json new file mode 100644 index 0000000..0346710 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/stripe_02.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/stripe_02" + }, + "facing=east": { + "model": "box3mod:block/stripe_02", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/stripe_02", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/stripe_02", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/stripe_03.json b/src/main/resources/assets/box3mod/blockstates/stripe_03.json new file mode 100644 index 0000000..72c7c39 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/stripe_03.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/stripe_03" + }, + "facing=east": { + "model": "box3mod:block/stripe_03", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/stripe_03", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/stripe_03", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/stripe_04.json b/src/main/resources/assets/box3mod/blockstates/stripe_04.json new file mode 100644 index 0000000..6aa0c9f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/stripe_04.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/stripe_04" + }, + "facing=east": { + "model": "box3mod:block/stripe_04", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/stripe_04", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/stripe_04", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/stripe_05.json b/src/main/resources/assets/box3mod/blockstates/stripe_05.json new file mode 100644 index 0000000..6d561b6 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/stripe_05.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/stripe_05" + }, + "facing=east": { + "model": "box3mod:block/stripe_05", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/stripe_05", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/stripe_05", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/subtract.json b/src/main/resources/assets/box3mod/blockstates/subtract.json new file mode 100644 index 0000000..b979f8d --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/subtract.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/subtract" + }, + "facing=east": { + "model": "box3mod:block/subtract", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/subtract", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/subtract", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/t.json b/src/main/resources/assets/box3mod/blockstates/t.json new file mode 100644 index 0000000..4baf3cf --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/t.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/t" + }, + "facing=east": { + "model": "box3mod:block/t", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/t", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/t", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/television.json b/src/main/resources/assets/box3mod/blockstates/television.json new file mode 100644 index 0000000..deca7dd --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/television.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/television" + }, + "facing=east": { + "model": "box3mod:block/television", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/television", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/television", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/three.json b/src/main/resources/assets/box3mod/blockstates/three.json new file mode 100644 index 0000000..96af347 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/three.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/three" + }, + "facing=east": { + "model": "box3mod:block/three", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/three", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/three", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/tilde.json b/src/main/resources/assets/box3mod/blockstates/tilde.json new file mode 100644 index 0000000..0d8f5ea --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/tilde.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/tilde" + }, + "facing=east": { + "model": "box3mod:block/tilde", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/tilde", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/tilde", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/toolbox.json b/src/main/resources/assets/box3mod/blockstates/toolbox.json new file mode 100644 index 0000000..43dedf5 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/toolbox.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/toolbox" + }, + "facing=east": { + "model": "box3mod:block/toolbox", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/toolbox", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/toolbox", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/traditional_window.json b/src/main/resources/assets/box3mod/blockstates/traditional_window.json new file mode 100644 index 0000000..1b5049a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/traditional_window.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/traditional_window" + }, + "facing=east": { + "model": "box3mod:block/traditional_window", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/traditional_window", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/traditional_window", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/treasure_chest.json b/src/main/resources/assets/box3mod/blockstates/treasure_chest.json new file mode 100644 index 0000000..541aedf --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/treasure_chest.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/treasure_chest" + }, + "facing=east": { + "model": "box3mod:block/treasure_chest", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/treasure_chest", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/treasure_chest", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/turquoise.json b/src/main/resources/assets/box3mod/blockstates/turquoise.json new file mode 100644 index 0000000..e3bb5de --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/turquoise.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/turquoise" + }, + "facing=east": { + "model": "box3mod:block/turquoise", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/turquoise", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/turquoise", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/two.json b/src/main/resources/assets/box3mod/blockstates/two.json new file mode 100644 index 0000000..592b674 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/two.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/two" + }, + "facing=east": { + "model": "box3mod:block/two", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/two", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/two", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/u.json b/src/main/resources/assets/box3mod/blockstates/u.json new file mode 100644 index 0000000..ee3ee24 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/u.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/u" + }, + "facing=east": { + "model": "box3mod:block/u", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/u", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/u", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/v.json b/src/main/resources/assets/box3mod/blockstates/v.json new file mode 100644 index 0000000..a2c001e --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/v.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/v" + }, + "facing=east": { + "model": "box3mod:block/v", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/v", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/v", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_A.json b/src/main/resources/assets/box3mod/blockstates/voxel_A.json deleted file mode 100644 index 96df1e3..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_A.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_a" - }, - "facing=east": { - "model": "box3mod:block/voxel_a", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_a", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_a", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_B.json b/src/main/resources/assets/box3mod/blockstates/voxel_B.json deleted file mode 100644 index 9d3a355..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_B.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_b" - }, - "facing=east": { - "model": "box3mod:block/voxel_b", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_b", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_b", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_C.json b/src/main/resources/assets/box3mod/blockstates/voxel_C.json deleted file mode 100644 index 79dae81..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_C.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_c" - }, - "facing=east": { - "model": "box3mod:block/voxel_c", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_c", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_c", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_D.json b/src/main/resources/assets/box3mod/blockstates/voxel_D.json deleted file mode 100644 index a039c8c..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_D.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_d" - }, - "facing=east": { - "model": "box3mod:block/voxel_d", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_d", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_d", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_E.json b/src/main/resources/assets/box3mod/blockstates/voxel_E.json deleted file mode 100644 index 6670fca..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_E.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_e" - }, - "facing=east": { - "model": "box3mod:block/voxel_e", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_e", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_e", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_F.json b/src/main/resources/assets/box3mod/blockstates/voxel_F.json deleted file mode 100644 index 8fde3db..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_F.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_f" - }, - "facing=east": { - "model": "box3mod:block/voxel_f", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_f", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_f", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_G.json b/src/main/resources/assets/box3mod/blockstates/voxel_G.json deleted file mode 100644 index 515c43e..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_G.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_g" - }, - "facing=east": { - "model": "box3mod:block/voxel_g", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_g", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_g", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_H.json b/src/main/resources/assets/box3mod/blockstates/voxel_H.json deleted file mode 100644 index 06c31e5..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_H.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_h" - }, - "facing=east": { - "model": "box3mod:block/voxel_h", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_h", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_h", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_I.json b/src/main/resources/assets/box3mod/blockstates/voxel_I.json deleted file mode 100644 index c834d34..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_I.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_i" - }, - "facing=east": { - "model": "box3mod:block/voxel_i", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_i", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_i", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_J.json b/src/main/resources/assets/box3mod/blockstates/voxel_J.json deleted file mode 100644 index 0376659..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_J.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_j" - }, - "facing=east": { - "model": "box3mod:block/voxel_j", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_j", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_j", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_K.json b/src/main/resources/assets/box3mod/blockstates/voxel_K.json deleted file mode 100644 index 17d1a27..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_K.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_k" - }, - "facing=east": { - "model": "box3mod:block/voxel_k", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_k", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_k", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_L.json b/src/main/resources/assets/box3mod/blockstates/voxel_L.json deleted file mode 100644 index ceeabb1..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_L.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_l" - }, - "facing=east": { - "model": "box3mod:block/voxel_l", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_l", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_l", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_M.json b/src/main/resources/assets/box3mod/blockstates/voxel_M.json deleted file mode 100644 index 698a59c..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_M.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_m" - }, - "facing=east": { - "model": "box3mod:block/voxel_m", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_m", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_m", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_N.json b/src/main/resources/assets/box3mod/blockstates/voxel_N.json deleted file mode 100644 index e553566..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_N.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_n" - }, - "facing=east": { - "model": "box3mod:block/voxel_n", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_n", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_n", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_O.json b/src/main/resources/assets/box3mod/blockstates/voxel_O.json deleted file mode 100644 index 7951d5b..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_O.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_o" - }, - "facing=east": { - "model": "box3mod:block/voxel_o", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_o", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_o", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_P.json b/src/main/resources/assets/box3mod/blockstates/voxel_P.json deleted file mode 100644 index c5772dc..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_P.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_p" - }, - "facing=east": { - "model": "box3mod:block/voxel_p", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_p", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_p", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_Q.json b/src/main/resources/assets/box3mod/blockstates/voxel_Q.json deleted file mode 100644 index dba34b9..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_Q.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_q" - }, - "facing=east": { - "model": "box3mod:block/voxel_q", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_q", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_q", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_R.json b/src/main/resources/assets/box3mod/blockstates/voxel_R.json deleted file mode 100644 index fbbb256..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_R.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_r" - }, - "facing=east": { - "model": "box3mod:block/voxel_r", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_r", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_r", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_S.json b/src/main/resources/assets/box3mod/blockstates/voxel_S.json deleted file mode 100644 index f2d3a5f..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_S.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_s" - }, - "facing=east": { - "model": "box3mod:block/voxel_s", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_s", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_s", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_T.json b/src/main/resources/assets/box3mod/blockstates/voxel_T.json deleted file mode 100644 index 65a958e..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_T.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_t" - }, - "facing=east": { - "model": "box3mod:block/voxel_t", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_t", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_t", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_U.json b/src/main/resources/assets/box3mod/blockstates/voxel_U.json deleted file mode 100644 index aec66e6..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_U.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_u" - }, - "facing=east": { - "model": "box3mod:block/voxel_u", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_u", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_u", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_V.json b/src/main/resources/assets/box3mod/blockstates/voxel_V.json deleted file mode 100644 index 081bf7f..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_V.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_v" - }, - "facing=east": { - "model": "box3mod:block/voxel_v", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_v", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_v", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_W.json b/src/main/resources/assets/box3mod/blockstates/voxel_W.json deleted file mode 100644 index aff6f51..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_W.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_w" - }, - "facing=east": { - "model": "box3mod:block/voxel_w", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_w", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_w", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_X.json b/src/main/resources/assets/box3mod/blockstates/voxel_X.json deleted file mode 100644 index f829103..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_X.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_x" - }, - "facing=east": { - "model": "box3mod:block/voxel_x", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_x", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_x", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_Y.json b/src/main/resources/assets/box3mod/blockstates/voxel_Y.json deleted file mode 100644 index 2abea6f..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_Y.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_y" - }, - "facing=east": { - "model": "box3mod:block/voxel_y", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_y", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_y", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_Z.json b/src/main/resources/assets/box3mod/blockstates/voxel_Z.json deleted file mode 100644 index 8a54a86..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_Z.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_z" - }, - "facing=east": { - "model": "box3mod:block/voxel_z", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_z", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_z", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_acacia.json b/src/main/resources/assets/box3mod/blockstates/voxel_acacia.json deleted file mode 100644 index b142dc4..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_acacia.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_acacia" - }, - "facing=east": { - "model": "box3mod:block/voxel_acacia", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_acacia", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_acacia", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_add.json b/src/main/resources/assets/box3mod/blockstates/voxel_add.json deleted file mode 100644 index 8a7d0b6..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_add.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_add" - }, - "facing=east": { - "model": "box3mod:block/voxel_add", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_add", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_add", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_air_duct.json b/src/main/resources/assets/box3mod/blockstates/voxel_air_duct.json deleted file mode 100644 index 20aac36..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_air_duct.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_air_duct" - }, - "facing=east": { - "model": "box3mod:block/voxel_air_duct", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_air_duct", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_air_duct", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_ampersand.json b/src/main/resources/assets/box3mod/blockstates/voxel_ampersand.json deleted file mode 100644 index 9f9baa0..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_ampersand.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_ampersand" - }, - "facing=east": { - "model": "box3mod:block/voxel_ampersand", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_ampersand", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_ampersand", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_asterisk.json b/src/main/resources/assets/box3mod/blockstates/voxel_asterisk.json deleted file mode 100644 index 0185d7e..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_asterisk.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_asterisk" - }, - "facing=east": { - "model": "box3mod:block/voxel_asterisk", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_asterisk", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_asterisk", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_at.json b/src/main/resources/assets/box3mod/blockstates/voxel_at.json deleted file mode 100644 index 7112a95..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_at.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_at" - }, - "facing=east": { - "model": "box3mod:block/voxel_at", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_at", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_at", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_backslash.json b/src/main/resources/assets/box3mod/blockstates/voxel_backslash.json deleted file mode 100644 index fb7c034..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_backslash.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_backslash" - }, - "facing=east": { - "model": "box3mod:block/voxel_backslash", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_backslash", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_backslash", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_bamboo.json b/src/main/resources/assets/box3mod/blockstates/voxel_bamboo.json deleted file mode 100644 index 23a4c77..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_bamboo.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_bamboo" - }, - "facing=east": { - "model": "box3mod:block/voxel_bamboo", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_bamboo", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_bamboo", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_barrier.json b/src/main/resources/assets/box3mod/blockstates/voxel_barrier.json deleted file mode 100644 index 950e25d..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_barrier.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_barrier" - }, - "facing=east": { - "model": "box3mod:block/voxel_barrier", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_barrier", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_barrier", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_bat_window.json b/src/main/resources/assets/box3mod/blockstates/voxel_bat_window.json deleted file mode 100644 index f24290a..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_bat_window.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_bat_window" - }, - "facing=east": { - "model": "box3mod:block/voxel_bat_window", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_bat_window", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_bat_window", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_bear_footprint.json b/src/main/resources/assets/box3mod/blockstates/voxel_bear_footprint.json deleted file mode 100644 index b94b593..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_bear_footprint.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_bear_footprint" - }, - "facing=east": { - "model": "box3mod:block/voxel_bear_footprint", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_bear_footprint", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_bear_footprint", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_biscuit.json b/src/main/resources/assets/box3mod/blockstates/voxel_biscuit.json deleted file mode 100644 index f25dea0..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_biscuit.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_biscuit" - }, - "facing=east": { - "model": "box3mod:block/voxel_biscuit", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_biscuit", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_biscuit", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_black.json b/src/main/resources/assets/box3mod/blockstates/voxel_black.json deleted file mode 100644 index cb6866b..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_black.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_black" - }, - "facing=east": { - "model": "box3mod:block/voxel_black", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_black", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_black", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_black_glass.json b/src/main/resources/assets/box3mod/blockstates/voxel_black_glass.json deleted file mode 100644 index 46d3c86..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_black_glass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_black_glass" - }, - "facing=east": { - "model": "box3mod:block/voxel_black_glass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_black_glass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_black_glass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_blue.json b/src/main/resources/assets/box3mod/blockstates/voxel_blue.json deleted file mode 100644 index 5248746..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_blue.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_blue" - }, - "facing=east": { - "model": "box3mod:block/voxel_blue", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_blue", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_blue", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_blue_decorative_light.json b/src/main/resources/assets/box3mod/blockstates/voxel_blue_decorative_light.json deleted file mode 100644 index 0ac2942..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_blue_decorative_light.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_blue_decorative_light" - }, - "facing=east": { - "model": "box3mod:block/voxel_blue_decorative_light", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_blue_decorative_light", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_blue_decorative_light", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_blue_gift.json b/src/main/resources/assets/box3mod/blockstates/voxel_blue_gift.json deleted file mode 100644 index 6792608..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_blue_gift.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_blue_gift" - }, - "facing=east": { - "model": "box3mod:block/voxel_blue_gift", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_blue_gift", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_blue_gift", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_blue_glass.json b/src/main/resources/assets/box3mod/blockstates/voxel_blue_glass.json deleted file mode 100644 index 68910bf..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_blue_glass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_blue_glass" - }, - "facing=east": { - "model": "box3mod:block/voxel_blue_glass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_blue_glass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_blue_glass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_blue_grass.json b/src/main/resources/assets/box3mod/blockstates/voxel_blue_grass.json deleted file mode 100644 index 31babad..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_blue_grass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_blue_grass" - }, - "facing=east": { - "model": "box3mod:block/voxel_blue_grass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_blue_grass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_blue_grass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_blue_grass_all.json b/src/main/resources/assets/box3mod/blockstates/voxel_blue_grass_all.json deleted file mode 100644 index e4cbb7a..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_blue_grass_all.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_blue_grass_all" - }, - "facing=east": { - "model": "box3mod:block/voxel_blue_grass_all", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_blue_grass_all", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_blue_grass_all", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_blue_light.json b/src/main/resources/assets/box3mod/blockstates/voxel_blue_light.json deleted file mode 100644 index 0866a54..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_blue_light.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_blue_light" - }, - "facing=east": { - "model": "box3mod:block/voxel_blue_light", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_blue_light", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_blue_light", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_blue_surface_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_blue_surface_01.json deleted file mode 100644 index 0923d86..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_blue_surface_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_blue_surface_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_blue_surface_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_blue_surface_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_blue_surface_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_blue_surface_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_blue_surface_02.json deleted file mode 100644 index b330cc0..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_blue_surface_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_blue_surface_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_blue_surface_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_blue_surface_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_blue_surface_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board0.json b/src/main/resources/assets/box3mod/blockstates/voxel_board0.json deleted file mode 100644 index aa16db7..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board0.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board0" - }, - "facing=east": { - "model": "box3mod:block/voxel_board0", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board0", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board0", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board1.json b/src/main/resources/assets/box3mod/blockstates/voxel_board1.json deleted file mode 100644 index 837c92a..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board1.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board1" - }, - "facing=east": { - "model": "box3mod:block/voxel_board1", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board1", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board1", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board10.json b/src/main/resources/assets/box3mod/blockstates/voxel_board10.json deleted file mode 100644 index 97653f0..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board10.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board10" - }, - "facing=east": { - "model": "box3mod:block/voxel_board10", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board10", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board10", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board11.json b/src/main/resources/assets/box3mod/blockstates/voxel_board11.json deleted file mode 100644 index 155d570..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board11.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board11" - }, - "facing=east": { - "model": "box3mod:block/voxel_board11", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board11", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board11", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board12.json b/src/main/resources/assets/box3mod/blockstates/voxel_board12.json deleted file mode 100644 index ba8e9f0..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board12.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board12" - }, - "facing=east": { - "model": "box3mod:block/voxel_board12", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board12", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board12", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board13.json b/src/main/resources/assets/box3mod/blockstates/voxel_board13.json deleted file mode 100644 index b25bb15..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board13.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board13" - }, - "facing=east": { - "model": "box3mod:block/voxel_board13", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board13", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board13", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board14.json b/src/main/resources/assets/box3mod/blockstates/voxel_board14.json deleted file mode 100644 index f63fdc7..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board14.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board14" - }, - "facing=east": { - "model": "box3mod:block/voxel_board14", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board14", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board14", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board15.json b/src/main/resources/assets/box3mod/blockstates/voxel_board15.json deleted file mode 100644 index da4d18f..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board15.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board15" - }, - "facing=east": { - "model": "box3mod:block/voxel_board15", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board15", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board15", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board2.json b/src/main/resources/assets/box3mod/blockstates/voxel_board2.json deleted file mode 100644 index 1bb012d..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board2.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board2" - }, - "facing=east": { - "model": "box3mod:block/voxel_board2", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board2", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board2", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board3.json b/src/main/resources/assets/box3mod/blockstates/voxel_board3.json deleted file mode 100644 index a36a2a1..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board3.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board3" - }, - "facing=east": { - "model": "box3mod:block/voxel_board3", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board3", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board3", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board4.json b/src/main/resources/assets/box3mod/blockstates/voxel_board4.json deleted file mode 100644 index a0cd14d..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board4.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board4" - }, - "facing=east": { - "model": "box3mod:block/voxel_board4", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board4", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board4", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board5.json b/src/main/resources/assets/box3mod/blockstates/voxel_board5.json deleted file mode 100644 index 1f9c92f..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board5.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board5" - }, - "facing=east": { - "model": "box3mod:block/voxel_board5", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board5", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board5", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board6.json b/src/main/resources/assets/box3mod/blockstates/voxel_board6.json deleted file mode 100644 index 752bcc6..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board6.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board6" - }, - "facing=east": { - "model": "box3mod:block/voxel_board6", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board6", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board6", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board7.json b/src/main/resources/assets/box3mod/blockstates/voxel_board7.json deleted file mode 100644 index 4e8589f..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board7.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board7" - }, - "facing=east": { - "model": "box3mod:block/voxel_board7", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board7", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board7", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board8.json b/src/main/resources/assets/box3mod/blockstates/voxel_board8.json deleted file mode 100644 index 10526b1..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board8.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board8" - }, - "facing=east": { - "model": "box3mod:block/voxel_board8", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board8", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board8", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board9.json b/src/main/resources/assets/box3mod/blockstates/voxel_board9.json deleted file mode 100644 index c7a5743..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board9.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board9" - }, - "facing=east": { - "model": "box3mod:block/voxel_board9", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board9", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board9", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_board_01.json deleted file mode 100644 index afcb337..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_board_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_board_02.json deleted file mode 100644 index 4dbd861..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_board_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board_03.json b/src/main/resources/assets/box3mod/blockstates/voxel_board_03.json deleted file mode 100644 index fb68fb3..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board_03.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board_03" - }, - "facing=east": { - "model": "box3mod:block/voxel_board_03", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board_03", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board_03", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board_04.json b/src/main/resources/assets/box3mod/blockstates/voxel_board_04.json deleted file mode 100644 index 1b9e917..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board_04.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board_04" - }, - "facing=east": { - "model": "box3mod:block/voxel_board_04", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board_04", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board_04", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board_05.json b/src/main/resources/assets/box3mod/blockstates/voxel_board_05.json deleted file mode 100644 index 85c66b0..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board_05.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board_05" - }, - "facing=east": { - "model": "box3mod:block/voxel_board_05", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board_05", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board_05", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board_06.json b/src/main/resources/assets/box3mod/blockstates/voxel_board_06.json deleted file mode 100644 index 571d31a..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board_06.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board_06" - }, - "facing=east": { - "model": "box3mod:block/voxel_board_06", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board_06", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board_06", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_board_07.json b/src/main/resources/assets/box3mod/blockstates/voxel_board_07.json deleted file mode 100644 index 5ea09c6..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_board_07.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_board_07" - }, - "facing=east": { - "model": "box3mod:block/voxel_board_07", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_board_07", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_board_07", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_bookshelf.json b/src/main/resources/assets/box3mod/blockstates/voxel_bookshelf.json deleted file mode 100644 index d9720b1..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_bookshelf.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_bookshelf" - }, - "facing=east": { - "model": "box3mod:block/voxel_bookshelf", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_bookshelf", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_bookshelf", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_bounce_pad.json b/src/main/resources/assets/box3mod/blockstates/voxel_bounce_pad.json deleted file mode 100644 index 3ebdfde..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_bounce_pad.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_bounce_pad" - }, - "facing=east": { - "model": "box3mod:block/voxel_bounce_pad", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_bounce_pad", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_bounce_pad", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_bracket_close.json b/src/main/resources/assets/box3mod/blockstates/voxel_bracket_close.json deleted file mode 100644 index 7504ead..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_bracket_close.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_bracket_close" - }, - "facing=east": { - "model": "box3mod:block/voxel_bracket_close", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_bracket_close", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_bracket_close", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_bracket_open.json b/src/main/resources/assets/box3mod/blockstates/voxel_bracket_open.json deleted file mode 100644 index da4f797..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_bracket_open.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_bracket_open" - }, - "facing=east": { - "model": "box3mod:block/voxel_bracket_open", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_bracket_open", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_bracket_open", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_brick_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_brick_01.json deleted file mode 100644 index a53c44e..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_brick_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_brick_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_brick_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_brick_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_brick_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_brick_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_brick_02.json deleted file mode 100644 index 29b5fee..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_brick_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_brick_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_brick_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_brick_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_brick_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_brick_red.json b/src/main/resources/assets/box3mod/blockstates/voxel_brick_red.json deleted file mode 100644 index 9bf6895..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_brick_red.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_brick_red" - }, - "facing=east": { - "model": "box3mod:block/voxel_brick_red", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_brick_red", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_brick_red", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_button.json b/src/main/resources/assets/box3mod/blockstates/voxel_button.json deleted file mode 100644 index 3f4cb2d..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_button.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_button" - }, - "facing=east": { - "model": "box3mod:block/voxel_button", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_button", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_button", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_cadet_blue.json b/src/main/resources/assets/box3mod/blockstates/voxel_cadet_blue.json deleted file mode 100644 index 9f8748b..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_cadet_blue.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_cadet_blue" - }, - "facing=east": { - "model": "box3mod:block/voxel_cadet_blue", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_cadet_blue", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_cadet_blue", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_candy.json b/src/main/resources/assets/box3mod/blockstates/voxel_candy.json deleted file mode 100644 index 840a1e8..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_candy.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_candy" - }, - "facing=east": { - "model": "box3mod:block/voxel_candy", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_candy", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_candy", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_caret.json b/src/main/resources/assets/box3mod/blockstates/voxel_caret.json deleted file mode 100644 index f035139..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_caret.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_caret" - }, - "facing=east": { - "model": "box3mod:block/voxel_caret", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_caret", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_caret", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_carpet_01.json deleted file mode 100644 index 5aba97f..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_carpet_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_carpet_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_carpet_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_carpet_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_carpet_02.json deleted file mode 100644 index 4e9bbd3..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_carpet_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_carpet_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_carpet_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_carpet_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_03.json b/src/main/resources/assets/box3mod/blockstates/voxel_carpet_03.json deleted file mode 100644 index 1a0ad30..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_03.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_carpet_03" - }, - "facing=east": { - "model": "box3mod:block/voxel_carpet_03", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_carpet_03", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_carpet_03", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_04.json b/src/main/resources/assets/box3mod/blockstates/voxel_carpet_04.json deleted file mode 100644 index 688473a..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_04.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_carpet_04" - }, - "facing=east": { - "model": "box3mod:block/voxel_carpet_04", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_carpet_04", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_carpet_04", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_05.json b/src/main/resources/assets/box3mod/blockstates/voxel_carpet_05.json deleted file mode 100644 index 40c7c88..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_05.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_carpet_05" - }, - "facing=east": { - "model": "box3mod:block/voxel_carpet_05", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_carpet_05", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_carpet_05", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_06.json b/src/main/resources/assets/box3mod/blockstates/voxel_carpet_06.json deleted file mode 100644 index c05aaad..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_06.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_carpet_06" - }, - "facing=east": { - "model": "box3mod:block/voxel_carpet_06", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_carpet_06", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_carpet_06", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_07.json b/src/main/resources/assets/box3mod/blockstates/voxel_carpet_07.json deleted file mode 100644 index 5af28fb..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_07.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_carpet_07" - }, - "facing=east": { - "model": "box3mod:block/voxel_carpet_07", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_carpet_07", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_carpet_07", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_08.json b/src/main/resources/assets/box3mod/blockstates/voxel_carpet_08.json deleted file mode 100644 index bbd8709..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_08.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_carpet_08" - }, - "facing=east": { - "model": "box3mod:block/voxel_carpet_08", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_carpet_08", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_carpet_08", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_09.json b/src/main/resources/assets/box3mod/blockstates/voxel_carpet_09.json deleted file mode 100644 index 91e751d..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_09.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_carpet_09" - }, - "facing=east": { - "model": "box3mod:block/voxel_carpet_09", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_carpet_09", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_carpet_09", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_10.json b/src/main/resources/assets/box3mod/blockstates/voxel_carpet_10.json deleted file mode 100644 index 4172743..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_10.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_carpet_10" - }, - "facing=east": { - "model": "box3mod:block/voxel_carpet_10", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_carpet_10", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_carpet_10", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_11.json b/src/main/resources/assets/box3mod/blockstates/voxel_carpet_11.json deleted file mode 100644 index af9c7a1..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_11.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_carpet_11" - }, - "facing=east": { - "model": "box3mod:block/voxel_carpet_11", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_carpet_11", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_carpet_11", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_12.json b/src/main/resources/assets/box3mod/blockstates/voxel_carpet_12.json deleted file mode 100644 index 25d27ea..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_12.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_carpet_12" - }, - "facing=east": { - "model": "box3mod:block/voxel_carpet_12", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_carpet_12", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_carpet_12", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_13.json b/src/main/resources/assets/box3mod/blockstates/voxel_carpet_13.json deleted file mode 100644 index e0b5cd7..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_carpet_13.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_carpet_13" - }, - "facing=east": { - "model": "box3mod:block/voxel_carpet_13", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_carpet_13", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_carpet_13", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_coffee_gray.json b/src/main/resources/assets/box3mod/blockstates/voxel_coffee_gray.json deleted file mode 100644 index 10734eb..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_coffee_gray.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_coffee_gray" - }, - "facing=east": { - "model": "box3mod:block/voxel_coffee_gray", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_coffee_gray", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_coffee_gray", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_colon.json b/src/main/resources/assets/box3mod/blockstates/voxel_colon.json deleted file mode 100644 index c97141b..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_colon.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_colon" - }, - "facing=east": { - "model": "box3mod:block/voxel_colon", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_colon", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_colon", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_color_glass.json b/src/main/resources/assets/box3mod/blockstates/voxel_color_glass.json deleted file mode 100644 index 823d41f..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_color_glass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_color_glass" - }, - "facing=east": { - "model": "box3mod:block/voxel_color_glass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_color_glass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_color_glass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_comma.json b/src/main/resources/assets/box3mod/blockstates/voxel_comma.json deleted file mode 100644 index 4b149e0..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_comma.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_comma" - }, - "facing=east": { - "model": "box3mod:block/voxel_comma", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_comma", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_comma", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_conveyor.json b/src/main/resources/assets/box3mod/blockstates/voxel_conveyor.json deleted file mode 100644 index 4c4192b..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_conveyor.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_conveyor" - }, - "facing=east": { - "model": "box3mod:block/voxel_conveyor", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_conveyor", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_conveyor", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_crane_lantern.json b/src/main/resources/assets/box3mod/blockstates/voxel_crane_lantern.json deleted file mode 100644 index a5f4dcf..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_crane_lantern.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_crane_lantern" - }, - "facing=east": { - "model": "box3mod:block/voxel_crane_lantern", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_crane_lantern", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_crane_lantern", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_crane_roof_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_crane_roof_01.json deleted file mode 100644 index 5884bae..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_crane_roof_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_crane_roof_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_crane_roof_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_crane_roof_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_crane_roof_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_crane_roof_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_crane_roof_02.json deleted file mode 100644 index 9b274bf..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_crane_roof_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_crane_roof_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_crane_roof_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_crane_roof_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_crane_roof_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_cross_window.json b/src/main/resources/assets/box3mod/blockstates/voxel_cross_window.json deleted file mode 100644 index f6c0fbe..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_cross_window.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_cross_window" - }, - "facing=east": { - "model": "box3mod:block/voxel_cross_window", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_cross_window", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_cross_window", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_blue_grass.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_blue_grass.json deleted file mode 100644 index ca89b7d..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_blue_grass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_blue_grass" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_blue_grass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_blue_grass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_blue_grass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_blue_grass_all.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_blue_grass_all.json deleted file mode 100644 index d8c08c5..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_blue_grass_all.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_blue_grass_all" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_blue_grass_all", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_blue_grass_all", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_blue_grass_all", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_brick_00.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_brick_00.json deleted file mode 100644 index 161f81a..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_brick_00.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_brick_00" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_brick_00", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_brick_00", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_brick_00", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_brick_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_brick_01.json deleted file mode 100644 index 081d631..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_brick_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_brick_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_brick_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_brick_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_brick_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_brick_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_brick_02.json deleted file mode 100644 index a507d97..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_brick_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_brick_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_brick_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_brick_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_brick_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_grass.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_grass.json deleted file mode 100644 index 3cfb457..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_grass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_grass" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_grass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_grass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_grass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_grass_all.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_grass_all.json deleted file mode 100644 index ae998b4..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_grass_all.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_grass_all" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_grass_all", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_grass_all", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_grass_all", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_grass_rock.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_grass_rock.json deleted file mode 100644 index 5739aac..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_grass_rock.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_grass_rock" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_grass_rock", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_grass_rock", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_grass_rock", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_grass_sand.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_grass_sand.json deleted file mode 100644 index c4592b7..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_grass_sand.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_grass_sand" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_grass_sand", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_grass_sand", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_grass_sand", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_gray.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_gray.json deleted file mode 100644 index e0faee1..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_gray.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_gray" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_gray", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_gray", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_gray", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_orchid.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_orchid.json deleted file mode 100644 index f77b7ef..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_orchid.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_orchid" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_orchid", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_orchid", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_orchid", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_purple_grass.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_purple_grass.json deleted file mode 100644 index a63a334..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_purple_grass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_purple_grass" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_purple_grass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_purple_grass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_purple_grass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_purple_grass_all.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_purple_grass_all.json deleted file mode 100644 index a183eb1..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_purple_grass_all.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_purple_grass_all" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_purple_grass_all", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_purple_grass_all", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_purple_grass_all", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_red.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_red.json deleted file mode 100644 index 9b86887..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_red.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_red" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_red", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_red", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_red", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_red_grass.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_red_grass.json deleted file mode 100644 index 9cc12b1..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_red_grass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_red_grass" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_red_grass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_red_grass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_red_grass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_red_grass_all.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_red_grass_all.json deleted file mode 100644 index 2a12c38..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_red_grass_all.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_red_grass_all" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_red_grass_all", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_red_grass_all", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_red_grass_all", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_salmon.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_salmon.json deleted file mode 100644 index a230872..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_salmon.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_salmon" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_salmon", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_salmon", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_salmon", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_sand.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_sand.json deleted file mode 100644 index e8116ac..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_sand.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_sand" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_sand", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_sand", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_sand", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_slate_blue.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_slate_blue.json deleted file mode 100644 index 3e00995..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_slate_blue.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_slate_blue" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_slate_blue", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_slate_blue", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_slate_blue", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_stone.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_stone.json deleted file mode 100644 index 1cdb8a4..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_stone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_stone" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_stone", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_stone", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_stone", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_surface.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_surface.json deleted file mode 100644 index 8926431..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_surface.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_surface" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_surface", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_surface", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_surface", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_volcanic_rock.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_volcanic_rock.json deleted file mode 100644 index 56a1276..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_volcanic_rock.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_volcanic_rock" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_volcanic_rock", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_volcanic_rock", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_volcanic_rock", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_yellow_grass.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_yellow_grass.json deleted file mode 100644 index 1d50247..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_yellow_grass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_yellow_grass" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_yellow_grass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_yellow_grass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_yellow_grass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dark_yellow_grass_all.json b/src/main/resources/assets/box3mod/blockstates/voxel_dark_yellow_grass_all.json deleted file mode 100644 index f305faa..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dark_yellow_grass_all.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dark_yellow_grass_all" - }, - "facing=east": { - "model": "box3mod:block/voxel_dark_yellow_grass_all", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dark_yellow_grass_all", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dark_yellow_grass_all", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dirt.json b/src/main/resources/assets/box3mod/blockstates/voxel_dirt.json deleted file mode 100644 index 74993e4..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dirt.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dirt" - }, - "facing=east": { - "model": "box3mod:block/voxel_dirt", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dirt", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dirt", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_divide.json b/src/main/resources/assets/box3mod/blockstates/voxel_divide.json deleted file mode 100644 index 641f053..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_divide.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_divide" - }, - "facing=east": { - "model": "box3mod:block/voxel_divide", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_divide", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_divide", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_dollar.json b/src/main/resources/assets/box3mod/blockstates/voxel_dollar.json deleted file mode 100644 index b0d290e..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_dollar.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_dollar" - }, - "facing=east": { - "model": "box3mod:block/voxel_dollar", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_dollar", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_dollar", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_eight.json b/src/main/resources/assets/box3mod/blockstates/voxel_eight.json deleted file mode 100644 index 2abba64..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_eight.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_eight" - }, - "facing=east": { - "model": "box3mod:block/voxel_eight", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_eight", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_eight", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_equal.json b/src/main/resources/assets/box3mod/blockstates/voxel_equal.json deleted file mode 100644 index ddc7568..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_equal.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_equal" - }, - "facing=east": { - "model": "box3mod:block/voxel_equal", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_equal", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_equal", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_exclamation_mark.json b/src/main/resources/assets/box3mod/blockstates/voxel_exclamation_mark.json deleted file mode 100644 index f2e2681..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_exclamation_mark.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_exclamation_mark" - }, - "facing=east": { - "model": "box3mod:block/voxel_exclamation_mark", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_exclamation_mark", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_exclamation_mark", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_express_box.json b/src/main/resources/assets/box3mod/blockstates/voxel_express_box.json deleted file mode 100644 index eabbdd5..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_express_box.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_express_box" - }, - "facing=east": { - "model": "box3mod:block/voxel_express_box", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_express_box", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_express_box", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_fan.json b/src/main/resources/assets/box3mod/blockstates/voxel_fan.json deleted file mode 100644 index f6dd305..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_fan.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_fan" - }, - "facing=east": { - "model": "box3mod:block/voxel_fan", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_fan", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_fan", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_firecracker.json b/src/main/resources/assets/box3mod/blockstates/voxel_firecracker.json deleted file mode 100644 index 6424b79..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_firecracker.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_firecracker" - }, - "facing=east": { - "model": "box3mod:block/voxel_firecracker", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_firecracker", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_firecracker", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_five.json b/src/main/resources/assets/box3mod/blockstates/voxel_five.json deleted file mode 100644 index 8a081da..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_five.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_five" - }, - "facing=east": { - "model": "box3mod:block/voxel_five", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_five", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_five", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_four.json b/src/main/resources/assets/box3mod/blockstates/voxel_four.json deleted file mode 100644 index 31e3e90..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_four.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_four" - }, - "facing=east": { - "model": "box3mod:block/voxel_four", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_four", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_four", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_fu.json b/src/main/resources/assets/box3mod/blockstates/voxel_fu.json deleted file mode 100644 index f563cfc..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_fu.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_fu" - }, - "facing=east": { - "model": "box3mod:block/voxel_fu", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_fu", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_fu", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_geometric_window_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_geometric_window_01.json deleted file mode 100644 index 9c2e818..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_geometric_window_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_geometric_window_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_geometric_window_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_geometric_window_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_geometric_window_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_geometric_window_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_geometric_window_02.json deleted file mode 100644 index 2c94670..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_geometric_window_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_geometric_window_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_geometric_window_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_geometric_window_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_geometric_window_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_glass.json b/src/main/resources/assets/box3mod/blockstates/voxel_glass.json deleted file mode 100644 index e707b1a..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_glass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_glass" - }, - "facing=east": { - "model": "box3mod:block/voxel_glass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_glass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_glass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_gold_trim_brick.json b/src/main/resources/assets/box3mod/blockstates/voxel_gold_trim_brick.json deleted file mode 100644 index 7ab9779..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_gold_trim_brick.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_gold_trim_brick" - }, - "facing=east": { - "model": "box3mod:block/voxel_gold_trim_brick", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_gold_trim_brick", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_gold_trim_brick", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_grass.json b/src/main/resources/assets/box3mod/blockstates/voxel_grass.json deleted file mode 100644 index aa30994..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_grass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_grass" - }, - "facing=east": { - "model": "box3mod:block/voxel_grass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_grass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_grass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_grass_all.json b/src/main/resources/assets/box3mod/blockstates/voxel_grass_all.json deleted file mode 100644 index 1d584a1..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_grass_all.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_grass_all" - }, - "facing=east": { - "model": "box3mod:block/voxel_grass_all", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_grass_all", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_grass_all", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_grass_rock.json b/src/main/resources/assets/box3mod/blockstates/voxel_grass_rock.json deleted file mode 100644 index a2229fc..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_grass_rock.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_grass_rock" - }, - "facing=east": { - "model": "box3mod:block/voxel_grass_rock", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_grass_rock", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_grass_rock", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_grass_sand.json b/src/main/resources/assets/box3mod/blockstates/voxel_grass_sand.json deleted file mode 100644 index 072f26d..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_grass_sand.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_grass_sand" - }, - "facing=east": { - "model": "box3mod:block/voxel_grass_sand", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_grass_sand", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_grass_sand", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_greater_than.json b/src/main/resources/assets/box3mod/blockstates/voxel_greater_than.json deleted file mode 100644 index fdd409a..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_greater_than.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_greater_than" - }, - "facing=east": { - "model": "box3mod:block/voxel_greater_than", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_greater_than", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_greater_than", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_green_decorative_light.json b/src/main/resources/assets/box3mod/blockstates/voxel_green_decorative_light.json deleted file mode 100644 index 53c2002..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_green_decorative_light.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_green_decorative_light" - }, - "facing=east": { - "model": "box3mod:block/voxel_green_decorative_light", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_green_decorative_light", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_green_decorative_light", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_green_glass.json b/src/main/resources/assets/box3mod/blockstates/voxel_green_glass.json deleted file mode 100644 index 9ed2faa..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_green_glass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_green_glass" - }, - "facing=east": { - "model": "box3mod:block/voxel_green_glass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_green_glass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_green_glass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_green_leaf.json b/src/main/resources/assets/box3mod/blockstates/voxel_green_leaf.json deleted file mode 100644 index 4c1ffc8..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_green_leaf.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_green_leaf" - }, - "facing=east": { - "model": "box3mod:block/voxel_green_leaf", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_green_leaf", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_green_leaf", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_green_light.json b/src/main/resources/assets/box3mod/blockstates/voxel_green_light.json deleted file mode 100644 index a165a5d..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_green_light.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_green_light" - }, - "facing=east": { - "model": "box3mod:block/voxel_green_light", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_green_light", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_green_light", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_greenbelt_L.json b/src/main/resources/assets/box3mod/blockstates/voxel_greenbelt_L.json deleted file mode 100644 index c3c2253..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_greenbelt_L.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_greenbelt_l" - }, - "facing=east": { - "model": "box3mod:block/voxel_greenbelt_l", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_greenbelt_l", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_greenbelt_l", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_greenbelt_L1.json b/src/main/resources/assets/box3mod/blockstates/voxel_greenbelt_L1.json deleted file mode 100644 index 7d1c188..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_greenbelt_L1.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_greenbelt_l1" - }, - "facing=east": { - "model": "box3mod:block/voxel_greenbelt_l1", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_greenbelt_l1", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_greenbelt_l1", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_grey_stone_brick.json b/src/main/resources/assets/box3mod/blockstates/voxel_grey_stone_brick.json deleted file mode 100644 index 2b0d7e6..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_grey_stone_brick.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_grey_stone_brick" - }, - "facing=east": { - "model": "box3mod:block/voxel_grey_stone_brick", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_grey_stone_brick", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_grey_stone_brick", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_honeycomb_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_honeycomb_01.json deleted file mode 100644 index e88ea17..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_honeycomb_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_honeycomb_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_honeycomb_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_honeycomb_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_honeycomb_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_honeycomb_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_honeycomb_02.json deleted file mode 100644 index bbe84df..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_honeycomb_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_honeycomb_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_honeycomb_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_honeycomb_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_honeycomb_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_ice.json b/src/main/resources/assets/box3mod/blockstates/voxel_ice.json deleted file mode 100644 index f69f356..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_ice.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_ice" - }, - "facing=east": { - "model": "box3mod:block/voxel_ice", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_ice", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_ice", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_ice_brick.json b/src/main/resources/assets/box3mod/blockstates/voxel_ice_brick.json deleted file mode 100644 index a7090f2..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_ice_brick.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_ice_brick" - }, - "facing=east": { - "model": "box3mod:block/voxel_ice_brick", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_ice_brick", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_ice_brick", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_ice_wall.json b/src/main/resources/assets/box3mod/blockstates/voxel_ice_wall.json deleted file mode 100644 index f70e76b..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_ice_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_ice_wall" - }, - "facing=east": { - "model": "box3mod:block/voxel_ice_wall", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_ice_wall", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_ice_wall", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_indigo_light.json b/src/main/resources/assets/box3mod/blockstates/voxel_indigo_light.json deleted file mode 100644 index d2eb512..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_indigo_light.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_indigo_light" - }, - "facing=east": { - "model": "box3mod:block/voxel_indigo_light", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_indigo_light", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_indigo_light", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_lamp_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_lamp_01.json deleted file mode 100644 index 0d49351..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_lamp_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_lamp_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_lamp_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_lamp_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_lamp_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_lamp_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_lamp_02.json deleted file mode 100644 index cf0dad0..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_lamp_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_lamp_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_lamp_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_lamp_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_lamp_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_lamp_03.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_lamp_03.json deleted file mode 100644 index 4164412..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_lamp_03.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_lamp_03" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_lamp_03", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_lamp_03", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_lamp_03", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_01.json deleted file mode 100644 index c47584c..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_material_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_material_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_material_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_material_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_02.json deleted file mode 100644 index 1c75697..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_material_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_material_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_material_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_material_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_03.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_03.json deleted file mode 100644 index 0612a11..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_03.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_material_03" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_material_03", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_material_03", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_material_03", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_04.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_04.json deleted file mode 100644 index 24bf665..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_04.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_material_04" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_material_04", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_material_04", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_material_04", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_05.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_05.json deleted file mode 100644 index f16e9d9..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_05.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_material_05" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_material_05", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_material_05", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_material_05", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_06.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_06.json deleted file mode 100644 index 99ff830..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_06.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_material_06" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_material_06", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_material_06", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_material_06", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_07.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_07.json deleted file mode 100644 index 4112a8e..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_07.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_material_07" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_material_07", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_material_07", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_material_07", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_08.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_08.json deleted file mode 100644 index b02ec61..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_08.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_material_08" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_material_08", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_material_08", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_material_08", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_09.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_09.json deleted file mode 100644 index 77d52f8..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_09.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_material_09" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_material_09", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_material_09", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_material_09", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_10.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_10.json deleted file mode 100644 index f60c574..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_10.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_material_10" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_material_10", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_material_10", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_material_10", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_11.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_11.json deleted file mode 100644 index e10115f..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_11.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_material_11" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_material_11", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_material_11", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_material_11", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_12.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_12.json deleted file mode 100644 index 0c43238..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_12.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_material_12" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_material_12", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_material_12", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_material_12", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_13.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_13.json deleted file mode 100644 index 3dcd4b5..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_13.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_material_13" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_material_13", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_material_13", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_material_13", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_14.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_14.json deleted file mode 100644 index 5105398..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_14.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_material_14" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_material_14", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_material_14", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_material_14", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_15.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_15.json deleted file mode 100644 index 16736c6..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_material_15.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_material_15" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_material_15", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_material_15", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_material_15", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_screen.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_screen.json deleted file mode 100644 index f46d47d..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_screen.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_screen" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_screen", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_screen", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_screen", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lab_wire.json b/src/main/resources/assets/box3mod/blockstates/voxel_lab_wire.json deleted file mode 100644 index 0b40742..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lab_wire.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lab_wire" - }, - "facing=east": { - "model": "box3mod:block/voxel_lab_wire", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lab_wire", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lab_wire", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lantern_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_lantern_01.json deleted file mode 100644 index 373c722..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lantern_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lantern_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_lantern_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lantern_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lantern_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lantern_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_lantern_02.json deleted file mode 100644 index e7a79dd..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lantern_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lantern_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_lantern_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lantern_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lantern_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lava01.json b/src/main/resources/assets/box3mod/blockstates/voxel_lava01.json deleted file mode 100644 index 73361b7..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lava01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lava01" - }, - "facing=east": { - "model": "box3mod:block/voxel_lava01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lava01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lava01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lava02.json b/src/main/resources/assets/box3mod/blockstates/voxel_lava02.json deleted file mode 100644 index 781013f..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lava02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lava02" - }, - "facing=east": { - "model": "box3mod:block/voxel_lava02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lava02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lava02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_leaf_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_leaf_01.json deleted file mode 100644 index 2ef74a1..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_leaf_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_leaf_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_leaf_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_leaf_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_leaf_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_leaf_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_leaf_02.json deleted file mode 100644 index 5e37c0b..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_leaf_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_leaf_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_leaf_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_leaf_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_leaf_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_leaf_03.json b/src/main/resources/assets/box3mod/blockstates/voxel_leaf_03.json deleted file mode 100644 index d02d298..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_leaf_03.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_leaf_03" - }, - "facing=east": { - "model": "box3mod:block/voxel_leaf_03", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_leaf_03", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_leaf_03", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_leaf_04.json b/src/main/resources/assets/box3mod/blockstates/voxel_leaf_04.json deleted file mode 100644 index 11f8465..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_leaf_04.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_leaf_04" - }, - "facing=east": { - "model": "box3mod:block/voxel_leaf_04", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_leaf_04", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_leaf_04", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_leaf_05.json b/src/main/resources/assets/box3mod/blockstates/voxel_leaf_05.json deleted file mode 100644 index 4bff5b1..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_leaf_05.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_leaf_05" - }, - "facing=east": { - "model": "box3mod:block/voxel_leaf_05", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_leaf_05", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_leaf_05", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_leaf_06.json b/src/main/resources/assets/box3mod/blockstates/voxel_leaf_06.json deleted file mode 100644 index f74eb74..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_leaf_06.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_leaf_06" - }, - "facing=east": { - "model": "box3mod:block/voxel_leaf_06", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_leaf_06", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_leaf_06", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_ledfloor01.json b/src/main/resources/assets/box3mod/blockstates/voxel_ledfloor01.json deleted file mode 100644 index c5c5d39..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_ledfloor01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_ledfloor01" - }, - "facing=east": { - "model": "box3mod:block/voxel_ledfloor01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_ledfloor01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_ledfloor01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_ledfloor02.json b/src/main/resources/assets/box3mod/blockstates/voxel_ledfloor02.json deleted file mode 100644 index 2138467..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_ledfloor02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_ledfloor02" - }, - "facing=east": { - "model": "box3mod:block/voxel_ledfloor02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_ledfloor02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_ledfloor02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_lemon.json b/src/main/resources/assets/box3mod/blockstates/voxel_lemon.json deleted file mode 100644 index a244979..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_lemon.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_lemon" - }, - "facing=east": { - "model": "box3mod:block/voxel_lemon", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_lemon", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_lemon", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_less_than.json b/src/main/resources/assets/box3mod/blockstates/voxel_less_than.json deleted file mode 100644 index b6afdcf..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_less_than.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_less_than" - }, - "facing=east": { - "model": "box3mod:block/voxel_less_than", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_less_than", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_less_than", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_light_blue_grass.json b/src/main/resources/assets/box3mod/blockstates/voxel_light_blue_grass.json deleted file mode 100644 index d54fcbe..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_light_blue_grass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_light_blue_grass" - }, - "facing=east": { - "model": "box3mod:block/voxel_light_blue_grass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_light_blue_grass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_light_blue_grass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_light_blue_grass_all.json b/src/main/resources/assets/box3mod/blockstates/voxel_light_blue_grass_all.json deleted file mode 100644 index bb965d2..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_light_blue_grass_all.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_light_blue_grass_all" - }, - "facing=east": { - "model": "box3mod:block/voxel_light_blue_grass_all", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_light_blue_grass_all", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_light_blue_grass_all", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_light_dirt.json b/src/main/resources/assets/box3mod/blockstates/voxel_light_dirt.json deleted file mode 100644 index b854ec9..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_light_dirt.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_light_dirt" - }, - "facing=east": { - "model": "box3mod:block/voxel_light_dirt", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_light_dirt", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_light_dirt", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_light_gray.json b/src/main/resources/assets/box3mod/blockstates/voxel_light_gray.json deleted file mode 100644 index 0f6e291..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_light_gray.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_light_gray" - }, - "facing=east": { - "model": "box3mod:block/voxel_light_gray", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_light_gray", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_light_gray", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_light_grey_stone_brick.json b/src/main/resources/assets/box3mod/blockstates/voxel_light_grey_stone_brick.json deleted file mode 100644 index 36852dc..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_light_grey_stone_brick.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_light_grey_stone_brick" - }, - "facing=east": { - "model": "box3mod:block/voxel_light_grey_stone_brick", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_light_grey_stone_brick", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_light_grey_stone_brick", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_light_purple_grass_.json b/src/main/resources/assets/box3mod/blockstates/voxel_light_purple_grass_.json deleted file mode 100644 index 4f048b0..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_light_purple_grass_.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_light_purple_grass_" - }, - "facing=east": { - "model": "box3mod:block/voxel_light_purple_grass_", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_light_purple_grass_", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_light_purple_grass_", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_light_purple_grass_all.json b/src/main/resources/assets/box3mod/blockstates/voxel_light_purple_grass_all.json deleted file mode 100644 index 1c0c69d..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_light_purple_grass_all.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_light_purple_grass_all" - }, - "facing=east": { - "model": "box3mod:block/voxel_light_purple_grass_all", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_light_purple_grass_all", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_light_purple_grass_all", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_light_sand.json b/src/main/resources/assets/box3mod/blockstates/voxel_light_sand.json deleted file mode 100644 index 28342af..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_light_sand.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_light_sand" - }, - "facing=east": { - "model": "box3mod:block/voxel_light_sand", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_light_sand", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_light_sand", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_light_volcanic_rock.json b/src/main/resources/assets/box3mod/blockstates/voxel_light_volcanic_rock.json deleted file mode 100644 index bbbd8f4..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_light_volcanic_rock.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_light_volcanic_rock" - }, - "facing=east": { - "model": "box3mod:block/voxel_light_volcanic_rock", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_light_volcanic_rock", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_light_volcanic_rock", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_macaroon.json b/src/main/resources/assets/box3mod/blockstates/voxel_macaroon.json deleted file mode 100644 index f8128d8..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_macaroon.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_macaroon" - }, - "facing=east": { - "model": "box3mod:block/voxel_macaroon", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_macaroon", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_macaroon", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_maroon.json b/src/main/resources/assets/box3mod/blockstates/voxel_maroon.json deleted file mode 100644 index e400579..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_maroon.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_maroon" - }, - "facing=east": { - "model": "box3mod:block/voxel_maroon", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_maroon", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_maroon", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_medium_gray.json b/src/main/resources/assets/box3mod/blockstates/voxel_medium_gray.json deleted file mode 100644 index 3aca5c9..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_medium_gray.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_medium_gray" - }, - "facing=east": { - "model": "box3mod:block/voxel_medium_gray", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_medium_gray", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_medium_gray", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_medium_green.json b/src/main/resources/assets/box3mod/blockstates/voxel_medium_green.json deleted file mode 100644 index ff1802d..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_medium_green.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_medium_green" - }, - "facing=east": { - "model": "box3mod:block/voxel_medium_green", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_medium_green", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_medium_green", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_medium_orchid.json b/src/main/resources/assets/box3mod/blockstates/voxel_medium_orchid.json deleted file mode 100644 index 5faddee..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_medium_orchid.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_medium_orchid" - }, - "facing=east": { - "model": "box3mod:block/voxel_medium_orchid", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_medium_orchid", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_medium_orchid", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_medium_purple.json b/src/main/resources/assets/box3mod/blockstates/voxel_medium_purple.json deleted file mode 100644 index 80323e3..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_medium_purple.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_medium_purple" - }, - "facing=east": { - "model": "box3mod:block/voxel_medium_purple", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_medium_purple", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_medium_purple", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_medium_spring_green.json b/src/main/resources/assets/box3mod/blockstates/voxel_medium_spring_green.json deleted file mode 100644 index 8c9255f..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_medium_spring_green.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_medium_spring_green" - }, - "facing=east": { - "model": "box3mod:block/voxel_medium_spring_green", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_medium_spring_green", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_medium_spring_green", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_medium_violet_red.json b/src/main/resources/assets/box3mod/blockstates/voxel_medium_violet_red.json deleted file mode 100644 index 33ea7af..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_medium_violet_red.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_medium_violet_red" - }, - "facing=east": { - "model": "box3mod:block/voxel_medium_violet_red", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_medium_violet_red", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_medium_violet_red", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_medium_yellow.json b/src/main/resources/assets/box3mod/blockstates/voxel_medium_yellow.json deleted file mode 100644 index 1fa3d7c..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_medium_yellow.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_medium_yellow" - }, - "facing=east": { - "model": "box3mod:block/voxel_medium_yellow", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_medium_yellow", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_medium_yellow", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_mint_green.json b/src/main/resources/assets/box3mod/blockstates/voxel_mint_green.json deleted file mode 100644 index 703aad5..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_mint_green.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_mint_green" - }, - "facing=east": { - "model": "box3mod:block/voxel_mint_green", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_mint_green", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_mint_green", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_mint_green_light.json b/src/main/resources/assets/box3mod/blockstates/voxel_mint_green_light.json deleted file mode 100644 index 9cf2441..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_mint_green_light.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_mint_green_light" - }, - "facing=east": { - "model": "box3mod:block/voxel_mint_green_light", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_mint_green_light", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_mint_green_light", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_multiply.json b/src/main/resources/assets/box3mod/blockstates/voxel_multiply.json deleted file mode 100644 index 0b6f2f4..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_multiply.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_multiply" - }, - "facing=east": { - "model": "box3mod:block/voxel_multiply", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_multiply", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_multiply", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_navajo_white.json b/src/main/resources/assets/box3mod/blockstates/voxel_navajo_white.json deleted file mode 100644 index 7da48eb..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_navajo_white.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_navajo_white" - }, - "facing=east": { - "model": "box3mod:block/voxel_navajo_white", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_navajo_white", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_navajo_white", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_nine.json b/src/main/resources/assets/box3mod/blockstates/voxel_nine.json deleted file mode 100644 index 5d7811b..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_nine.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_nine" - }, - "facing=east": { - "model": "box3mod:block/voxel_nine", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_nine", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_nine", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_olive_green.json b/src/main/resources/assets/box3mod/blockstates/voxel_olive_green.json deleted file mode 100644 index d9f4686..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_olive_green.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_olive_green" - }, - "facing=east": { - "model": "box3mod:block/voxel_olive_green", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_olive_green", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_olive_green", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_one.json b/src/main/resources/assets/box3mod/blockstates/voxel_one.json deleted file mode 100644 index 218163f..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_one.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_one" - }, - "facing=east": { - "model": "box3mod:block/voxel_one", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_one", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_one", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_orange.json b/src/main/resources/assets/box3mod/blockstates/voxel_orange.json deleted file mode 100644 index f3c2067..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_orange.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_orange" - }, - "facing=east": { - "model": "box3mod:block/voxel_orange", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_orange", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_orange", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_orange_grass.json b/src/main/resources/assets/box3mod/blockstates/voxel_orange_grass.json deleted file mode 100644 index 7a17974..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_orange_grass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_orange_grass" - }, - "facing=east": { - "model": "box3mod:block/voxel_orange_grass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_orange_grass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_orange_grass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_orange_grass_all.json b/src/main/resources/assets/box3mod/blockstates/voxel_orange_grass_all.json deleted file mode 100644 index f72ef97..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_orange_grass_all.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_orange_grass_all" - }, - "facing=east": { - "model": "box3mod:block/voxel_orange_grass_all", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_orange_grass_all", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_orange_grass_all", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_orange_light.json b/src/main/resources/assets/box3mod/blockstates/voxel_orange_light.json deleted file mode 100644 index 29bb6af..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_orange_light.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_orange_light" - }, - "facing=east": { - "model": "box3mod:block/voxel_orange_light", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_orange_light", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_orange_light", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_orange_red.json b/src/main/resources/assets/box3mod/blockstates/voxel_orange_red.json deleted file mode 100644 index 041c32a..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_orange_red.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_orange_red" - }, - "facing=east": { - "model": "box3mod:block/voxel_orange_red", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_orange_red", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_orange_red", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_palace_carving.json b/src/main/resources/assets/box3mod/blockstates/voxel_palace_carving.json deleted file mode 100644 index f2e6190..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_palace_carving.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_palace_carving" - }, - "facing=east": { - "model": "box3mod:block/voxel_palace_carving", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_palace_carving", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_palace_carving", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_palace_cloud.json b/src/main/resources/assets/box3mod/blockstates/voxel_palace_cloud.json deleted file mode 100644 index 8c3cae7..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_palace_cloud.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_palace_cloud" - }, - "facing=east": { - "model": "box3mod:block/voxel_palace_cloud", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_palace_cloud", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_palace_cloud", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_01.json deleted file mode 100644 index 49eaa06..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_palace_eaves_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_palace_eaves_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_palace_eaves_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_palace_eaves_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_02.json deleted file mode 100644 index d585885..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_palace_eaves_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_palace_eaves_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_palace_eaves_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_palace_eaves_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_03.json b/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_03.json deleted file mode 100644 index 7f51413..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_03.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_palace_eaves_03" - }, - "facing=east": { - "model": "box3mod:block/voxel_palace_eaves_03", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_palace_eaves_03", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_palace_eaves_03", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_04.json b/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_04.json deleted file mode 100644 index 45cac93..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_04.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_palace_eaves_04" - }, - "facing=east": { - "model": "box3mod:block/voxel_palace_eaves_04", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_palace_eaves_04", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_palace_eaves_04", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_05.json b/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_05.json deleted file mode 100644 index e9975e9..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_05.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_palace_eaves_05" - }, - "facing=east": { - "model": "box3mod:block/voxel_palace_eaves_05", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_palace_eaves_05", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_palace_eaves_05", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_06.json b/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_06.json deleted file mode 100644 index d222cc4..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_06.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_palace_eaves_06" - }, - "facing=east": { - "model": "box3mod:block/voxel_palace_eaves_06", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_palace_eaves_06", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_palace_eaves_06", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_07.json b/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_07.json deleted file mode 100644 index b89e8de..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_07.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_palace_eaves_07" - }, - "facing=east": { - "model": "box3mod:block/voxel_palace_eaves_07", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_palace_eaves_07", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_palace_eaves_07", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_08.json b/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_08.json deleted file mode 100644 index 6eeaa6e..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_palace_eaves_08.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_palace_eaves_08" - }, - "facing=east": { - "model": "box3mod:block/voxel_palace_eaves_08", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_palace_eaves_08", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_palace_eaves_08", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_palace_floor.json b/src/main/resources/assets/box3mod/blockstates/voxel_palace_floor.json deleted file mode 100644 index f004307..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_palace_floor.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_palace_floor" - }, - "facing=east": { - "model": "box3mod:block/voxel_palace_floor", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_palace_floor", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_palace_floor", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_palace_lamp.json b/src/main/resources/assets/box3mod/blockstates/voxel_palace_lamp.json deleted file mode 100644 index 73d78bd..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_palace_lamp.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_palace_lamp" - }, - "facing=east": { - "model": "box3mod:block/voxel_palace_lamp", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_palace_lamp", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_palace_lamp", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_palace_roof.json b/src/main/resources/assets/box3mod/blockstates/voxel_palace_roof.json deleted file mode 100644 index 84b58ed..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_palace_roof.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_palace_roof" - }, - "facing=east": { - "model": "box3mod:block/voxel_palace_roof", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_palace_roof", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_palace_roof", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_palace_window.json b/src/main/resources/assets/box3mod/blockstates/voxel_palace_window.json deleted file mode 100644 index db7a6c5..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_palace_window.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_palace_window" - }, - "facing=east": { - "model": "box3mod:block/voxel_palace_window", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_palace_window", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_palace_window", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_pale_green.json b/src/main/resources/assets/box3mod/blockstates/voxel_pale_green.json deleted file mode 100644 index 1cb9693..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_pale_green.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_pale_green" - }, - "facing=east": { - "model": "box3mod:block/voxel_pale_green", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_pale_green", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_pale_green", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_palm.json b/src/main/resources/assets/box3mod/blockstates/voxel_palm.json deleted file mode 100644 index 0f89110..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_palm.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_palm" - }, - "facing=east": { - "model": "box3mod:block/voxel_palm", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_palm", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_palm", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_paren_close.json b/src/main/resources/assets/box3mod/blockstates/voxel_paren_close.json deleted file mode 100644 index e1a6b65..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_paren_close.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_paren_close" - }, - "facing=east": { - "model": "box3mod:block/voxel_paren_close", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_paren_close", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_paren_close", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_paren_open.json b/src/main/resources/assets/box3mod/blockstates/voxel_paren_open.json deleted file mode 100644 index ae1d826..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_paren_open.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_paren_open" - }, - "facing=east": { - "model": "box3mod:block/voxel_paren_open", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_paren_open", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_paren_open", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_percent.json b/src/main/resources/assets/box3mod/blockstates/voxel_percent.json deleted file mode 100644 index 2ea3304..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_percent.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_percent" - }, - "facing=east": { - "model": "box3mod:block/voxel_percent", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_percent", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_percent", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_period.json b/src/main/resources/assets/box3mod/blockstates/voxel_period.json deleted file mode 100644 index 3895739..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_period.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_period" - }, - "facing=east": { - "model": "box3mod:block/voxel_period", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_period", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_period", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_peru.json b/src/main/resources/assets/box3mod/blockstates/voxel_peru.json deleted file mode 100644 index c422ae9..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_peru.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_peru" - }, - "facing=east": { - "model": "box3mod:block/voxel_peru", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_peru", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_peru", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_pink.json b/src/main/resources/assets/box3mod/blockstates/voxel_pink.json deleted file mode 100644 index 7883b21..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_pink.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_pink" - }, - "facing=east": { - "model": "box3mod:block/voxel_pink", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_pink", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_pink", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_pink_cake.json b/src/main/resources/assets/box3mod/blockstates/voxel_pink_cake.json deleted file mode 100644 index b63f35c..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_pink_cake.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_pink_cake" - }, - "facing=east": { - "model": "box3mod:block/voxel_pink_cake", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_pink_cake", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_pink_cake", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_pink_grass.json b/src/main/resources/assets/box3mod/blockstates/voxel_pink_grass.json deleted file mode 100644 index 99967e8..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_pink_grass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_pink_grass" - }, - "facing=east": { - "model": "box3mod:block/voxel_pink_grass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_pink_grass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_pink_grass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_pink_grass_all.json b/src/main/resources/assets/box3mod/blockstates/voxel_pink_grass_all.json deleted file mode 100644 index 8d43e08..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_pink_grass_all.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_pink_grass_all" - }, - "facing=east": { - "model": "box3mod:block/voxel_pink_grass_all", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_pink_grass_all", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_pink_grass_all", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_pink_light.json b/src/main/resources/assets/box3mod/blockstates/voxel_pink_light.json deleted file mode 100644 index e4c45ca..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_pink_light.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_pink_light" - }, - "facing=east": { - "model": "box3mod:block/voxel_pink_light", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_pink_light", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_pink_light", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_plank_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_plank_01.json deleted file mode 100644 index 107527d..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_plank_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_plank_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_plank_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_plank_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_plank_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_plank_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_plank_02.json deleted file mode 100644 index aab6311..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_plank_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_plank_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_plank_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_plank_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_plank_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_plank_03.json b/src/main/resources/assets/box3mod/blockstates/voxel_plank_03.json deleted file mode 100644 index 0e6b3a2..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_plank_03.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_plank_03" - }, - "facing=east": { - "model": "box3mod:block/voxel_plank_03", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_plank_03", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_plank_03", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_plank_04.json b/src/main/resources/assets/box3mod/blockstates/voxel_plank_04.json deleted file mode 100644 index a3f160a..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_plank_04.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_plank_04" - }, - "facing=east": { - "model": "box3mod:block/voxel_plank_04", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_plank_04", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_plank_04", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_plank_05.json b/src/main/resources/assets/box3mod/blockstates/voxel_plank_05.json deleted file mode 100644 index 4b779ac..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_plank_05.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_plank_05" - }, - "facing=east": { - "model": "box3mod:block/voxel_plank_05", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_plank_05", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_plank_05", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_plank_06.json b/src/main/resources/assets/box3mod/blockstates/voxel_plank_06.json deleted file mode 100644 index 3de56b6..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_plank_06.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_plank_06" - }, - "facing=east": { - "model": "box3mod:block/voxel_plank_06", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_plank_06", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_plank_06", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_plank_07.json b/src/main/resources/assets/box3mod/blockstates/voxel_plank_07.json deleted file mode 100644 index 404ce6d..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_plank_07.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_plank_07" - }, - "facing=east": { - "model": "box3mod:block/voxel_plank_07", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_plank_07", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_plank_07", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_polar_ice.json b/src/main/resources/assets/box3mod/blockstates/voxel_polar_ice.json deleted file mode 100644 index d61983c..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_polar_ice.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_polar_ice" - }, - "facing=east": { - "model": "box3mod:block/voxel_polar_ice", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_polar_ice", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_polar_ice", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_polar_region.json b/src/main/resources/assets/box3mod/blockstates/voxel_polar_region.json deleted file mode 100644 index f0a8215..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_polar_region.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_polar_region" - }, - "facing=east": { - "model": "box3mod:block/voxel_polar_region", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_polar_region", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_polar_region", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_pound.json b/src/main/resources/assets/box3mod/blockstates/voxel_pound.json deleted file mode 100644 index 30c5526..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_pound.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_pound" - }, - "facing=east": { - "model": "box3mod:block/voxel_pound", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_pound", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_pound", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_powder_blue.json b/src/main/resources/assets/box3mod/blockstates/voxel_powder_blue.json deleted file mode 100644 index d75fbab..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_powder_blue.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_powder_blue" - }, - "facing=east": { - "model": "box3mod:block/voxel_powder_blue", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_powder_blue", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_powder_blue", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_pumpkin.json b/src/main/resources/assets/box3mod/blockstates/voxel_pumpkin.json deleted file mode 100644 index 6677d9b..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_pumpkin.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_pumpkin" - }, - "facing=east": { - "model": "box3mod:block/voxel_pumpkin", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_pumpkin", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_pumpkin", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_pumpkin_lantern.json b/src/main/resources/assets/box3mod/blockstates/voxel_pumpkin_lantern.json deleted file mode 100644 index f9301ea..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_pumpkin_lantern.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_pumpkin_lantern" - }, - "facing=east": { - "model": "box3mod:block/voxel_pumpkin_lantern", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_pumpkin_lantern", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_pumpkin_lantern", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_purple.json b/src/main/resources/assets/box3mod/blockstates/voxel_purple.json deleted file mode 100644 index b716c67..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_purple.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_purple" - }, - "facing=east": { - "model": "box3mod:block/voxel_purple", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_purple", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_purple", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_purple_grass.json b/src/main/resources/assets/box3mod/blockstates/voxel_purple_grass.json deleted file mode 100644 index 8381305..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_purple_grass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_purple_grass" - }, - "facing=east": { - "model": "box3mod:block/voxel_purple_grass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_purple_grass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_purple_grass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_purple_grass_all.json b/src/main/resources/assets/box3mod/blockstates/voxel_purple_grass_all.json deleted file mode 100644 index 03cbf16..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_purple_grass_all.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_purple_grass_all" - }, - "facing=east": { - "model": "box3mod:block/voxel_purple_grass_all", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_purple_grass_all", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_purple_grass_all", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_purple_surface_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_purple_surface_01.json deleted file mode 100644 index 747323a..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_purple_surface_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_purple_surface_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_purple_surface_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_purple_surface_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_purple_surface_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_purple_surface_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_purple_surface_02.json deleted file mode 100644 index e640a1f..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_purple_surface_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_purple_surface_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_purple_surface_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_purple_surface_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_purple_surface_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_quartz_brick.json b/src/main/resources/assets/box3mod/blockstates/voxel_quartz_brick.json deleted file mode 100644 index dcc4993..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_quartz_brick.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_quartz_brick" - }, - "facing=east": { - "model": "box3mod:block/voxel_quartz_brick", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_quartz_brick", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_quartz_brick", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_question_mark.json b/src/main/resources/assets/box3mod/blockstates/voxel_question_mark.json deleted file mode 100644 index 882f786..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_question_mark.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_question_mark" - }, - "facing=east": { - "model": "box3mod:block/voxel_question_mark", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_question_mark", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_question_mark", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_quotation_mark.json b/src/main/resources/assets/box3mod/blockstates/voxel_quotation_mark.json deleted file mode 100644 index 90576f3..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_quotation_mark.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_quotation_mark" - }, - "facing=east": { - "model": "box3mod:block/voxel_quotation_mark", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_quotation_mark", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_quotation_mark", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_rainbow_cube.json b/src/main/resources/assets/box3mod/blockstates/voxel_rainbow_cube.json deleted file mode 100644 index f846cbd..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_rainbow_cube.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_rainbow_cube" - }, - "facing=east": { - "model": "box3mod:block/voxel_rainbow_cube", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_rainbow_cube", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_rainbow_cube", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_red.json b/src/main/resources/assets/box3mod/blockstates/voxel_red.json deleted file mode 100644 index a034bd1..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_red.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_red" - }, - "facing=east": { - "model": "box3mod:block/voxel_red", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_red", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_red", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_red_brick.json b/src/main/resources/assets/box3mod/blockstates/voxel_red_brick.json deleted file mode 100644 index d9053e3..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_red_brick.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_red_brick" - }, - "facing=east": { - "model": "box3mod:block/voxel_red_brick", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_red_brick", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_red_brick", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_red_brick_floor.json b/src/main/resources/assets/box3mod/blockstates/voxel_red_brick_floor.json deleted file mode 100644 index 2cbb970..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_red_brick_floor.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_red_brick_floor" - }, - "facing=east": { - "model": "box3mod:block/voxel_red_brick_floor", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_red_brick_floor", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_red_brick_floor", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_red_brick_wall.json b/src/main/resources/assets/box3mod/blockstates/voxel_red_brick_wall.json deleted file mode 100644 index 1d7eda6..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_red_brick_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_red_brick_wall" - }, - "facing=east": { - "model": "box3mod:block/voxel_red_brick_wall", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_red_brick_wall", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_red_brick_wall", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_red_decorative_light.json b/src/main/resources/assets/box3mod/blockstates/voxel_red_decorative_light.json deleted file mode 100644 index 9827a50..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_red_decorative_light.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_red_decorative_light" - }, - "facing=east": { - "model": "box3mod:block/voxel_red_decorative_light", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_red_decorative_light", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_red_decorative_light", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_red_gift.json b/src/main/resources/assets/box3mod/blockstates/voxel_red_gift.json deleted file mode 100644 index c52be7f..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_red_gift.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_red_gift" - }, - "facing=east": { - "model": "box3mod:block/voxel_red_gift", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_red_gift", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_red_gift", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_red_glass.json b/src/main/resources/assets/box3mod/blockstates/voxel_red_glass.json deleted file mode 100644 index 1910d28..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_red_glass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_red_glass" - }, - "facing=east": { - "model": "box3mod:block/voxel_red_glass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_red_glass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_red_glass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_red_light.json b/src/main/resources/assets/box3mod/blockstates/voxel_red_light.json deleted file mode 100644 index f844a66..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_red_light.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_red_light" - }, - "facing=east": { - "model": "box3mod:block/voxel_red_light", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_red_light", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_red_light", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_rock.json b/src/main/resources/assets/box3mod/blockstates/voxel_rock.json deleted file mode 100644 index 4be2df2..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_rock.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_rock" - }, - "facing=east": { - "model": "box3mod:block/voxel_rock", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_rock", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_rock", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_roof_blue_04.json b/src/main/resources/assets/box3mod/blockstates/voxel_roof_blue_04.json deleted file mode 100644 index 577609c..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_roof_blue_04.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_roof_blue_04" - }, - "facing=east": { - "model": "box3mod:block/voxel_roof_blue_04", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_roof_blue_04", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_roof_blue_04", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_roof_green.json b/src/main/resources/assets/box3mod/blockstates/voxel_roof_green.json deleted file mode 100644 index 9789494..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_roof_green.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_roof_green" - }, - "facing=east": { - "model": "box3mod:block/voxel_roof_green", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_roof_green", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_roof_green", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_roof_grey.json b/src/main/resources/assets/box3mod/blockstates/voxel_roof_grey.json deleted file mode 100644 index 92e17d3..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_roof_grey.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_roof_grey" - }, - "facing=east": { - "model": "box3mod:block/voxel_roof_grey", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_roof_grey", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_roof_grey", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_roof_purple.json b/src/main/resources/assets/box3mod/blockstates/voxel_roof_purple.json deleted file mode 100644 index 43d1c48..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_roof_purple.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_roof_purple" - }, - "facing=east": { - "model": "box3mod:block/voxel_roof_purple", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_roof_purple", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_roof_purple", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_roof_red.json b/src/main/resources/assets/box3mod/blockstates/voxel_roof_red.json deleted file mode 100644 index 83f2c02..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_roof_red.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_roof_red" - }, - "facing=east": { - "model": "box3mod:block/voxel_roof_red", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_roof_red", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_roof_red", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_roof_yellow.json b/src/main/resources/assets/box3mod/blockstates/voxel_roof_yellow.json deleted file mode 100644 index 893e419..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_roof_yellow.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_roof_yellow" - }, - "facing=east": { - "model": "box3mod:block/voxel_roof_yellow", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_roof_yellow", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_roof_yellow", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_sakura_pink.json b/src/main/resources/assets/box3mod/blockstates/voxel_sakura_pink.json deleted file mode 100644 index 92dc105..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_sakura_pink.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_sakura_pink" - }, - "facing=east": { - "model": "box3mod:block/voxel_sakura_pink", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_sakura_pink", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_sakura_pink", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_sand.json b/src/main/resources/assets/box3mod/blockstates/voxel_sand.json deleted file mode 100644 index 0c2bfc6..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_sand.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_sand" - }, - "facing=east": { - "model": "box3mod:block/voxel_sand", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_sand", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_sand", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_sand_stones.json b/src/main/resources/assets/box3mod/blockstates/voxel_sand_stones.json deleted file mode 100644 index 347edea..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_sand_stones.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_sand_stones" - }, - "facing=east": { - "model": "box3mod:block/voxel_sand_stones", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_sand_stones", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_sand_stones", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_semicolon.json b/src/main/resources/assets/box3mod/blockstates/voxel_semicolon.json deleted file mode 100644 index d52f9bd..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_semicolon.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_semicolon" - }, - "facing=east": { - "model": "box3mod:block/voxel_semicolon", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_semicolon", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_semicolon", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_seven.json b/src/main/resources/assets/box3mod/blockstates/voxel_seven.json deleted file mode 100644 index 0576b24..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_seven.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_seven" - }, - "facing=east": { - "model": "box3mod:block/voxel_seven", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_seven", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_seven", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_sienna.json b/src/main/resources/assets/box3mod/blockstates/voxel_sienna.json deleted file mode 100644 index 68955b3..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_sienna.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_sienna" - }, - "facing=east": { - "model": "box3mod:block/voxel_sienna", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_sienna", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_sienna", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_six.json b/src/main/resources/assets/box3mod/blockstates/voxel_six.json deleted file mode 100644 index cf6037d..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_six.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_six" - }, - "facing=east": { - "model": "box3mod:block/voxel_six", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_six", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_six", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_sky_blue.json b/src/main/resources/assets/box3mod/blockstates/voxel_sky_blue.json deleted file mode 100644 index ea63ba2..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_sky_blue.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_sky_blue" - }, - "facing=east": { - "model": "box3mod:block/voxel_sky_blue", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_sky_blue", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_sky_blue", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_slash.json b/src/main/resources/assets/box3mod/blockstates/voxel_slash.json deleted file mode 100644 index 1860f0a..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_slash.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_slash" - }, - "facing=east": { - "model": "box3mod:block/voxel_slash", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_slash", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_slash", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_snow.json b/src/main/resources/assets/box3mod/blockstates/voxel_snow.json deleted file mode 100644 index 6a60a7c..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_snow.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_snow" - }, - "facing=east": { - "model": "box3mod:block/voxel_snow", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_snow", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_snow", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_snow_grass.json b/src/main/resources/assets/box3mod/blockstates/voxel_snow_grass.json deleted file mode 100644 index 5e751d3..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_snow_grass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_snow_grass" - }, - "facing=east": { - "model": "box3mod:block/voxel_snow_grass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_snow_grass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_snow_grass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_snow_land.json b/src/main/resources/assets/box3mod/blockstates/voxel_snow_land.json deleted file mode 100644 index 7153da6..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_snow_land.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_snow_land" - }, - "facing=east": { - "model": "box3mod:block/voxel_snow_land", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_snow_land", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_snow_land", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_snowflake_lamp.json b/src/main/resources/assets/box3mod/blockstates/voxel_snowflake_lamp.json deleted file mode 100644 index 4839947..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_snowflake_lamp.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_snowflake_lamp" - }, - "facing=east": { - "model": "box3mod:block/voxel_snowflake_lamp", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_snowflake_lamp", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_snowflake_lamp", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_snowland.json b/src/main/resources/assets/box3mod/blockstates/voxel_snowland.json deleted file mode 100644 index 8022feb..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_snowland.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_snowland" - }, - "facing=east": { - "model": "box3mod:block/voxel_snowland", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_snowland", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_snowland", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_snowman_body.json b/src/main/resources/assets/box3mod/blockstates/voxel_snowman_body.json deleted file mode 100644 index e2009b0..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_snowman_body.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_snowman_body" - }, - "facing=east": { - "model": "box3mod:block/voxel_snowman_body", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_snowman_body", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_snowman_body", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_snowman_head.json b/src/main/resources/assets/box3mod/blockstates/voxel_snowman_head.json deleted file mode 100644 index 3d2fb9a..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_snowman_head.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_snowman_head" - }, - "facing=east": { - "model": "box3mod:block/voxel_snowman_head", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_snowman_head", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_snowman_head", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_01.json deleted file mode 100644 index d47fe42..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_grass_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_grass_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_grass_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_grass_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_02.json deleted file mode 100644 index 6c6707f..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_grass_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_grass_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_grass_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_grass_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_03.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_03.json deleted file mode 100644 index e62aa17..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_03.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_grass_03" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_grass_03", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_grass_03", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_grass_03", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_04.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_04.json deleted file mode 100644 index ccfc33a..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_04.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_grass_04" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_grass_04", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_grass_04", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_grass_04", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_05.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_05.json deleted file mode 100644 index 1bb7276..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_05.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_grass_05" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_grass_05", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_grass_05", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_grass_05", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_06.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_06.json deleted file mode 100644 index 0b0bd39..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_06.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_grass_06" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_grass_06", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_grass_06", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_grass_06", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_07.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_07.json deleted file mode 100644 index 929c49d..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_07.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_grass_07" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_grass_07", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_grass_07", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_grass_07", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_08.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_08.json deleted file mode 100644 index 54f6737..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_08.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_grass_08" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_grass_08", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_grass_08", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_grass_08", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_09.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_09.json deleted file mode 100644 index 6e3f8d1..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_09.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_grass_09" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_grass_09", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_grass_09", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_grass_09", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_10.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_10.json deleted file mode 100644 index d2884c1..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_10.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_grass_10" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_grass_10", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_grass_10", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_grass_10", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_11.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_11.json deleted file mode 100644 index 8ff24f2..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_11.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_grass_11" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_grass_11", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_grass_11", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_grass_11", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_12.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_12.json deleted file mode 100644 index 2d39ba9..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_12.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_grass_12" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_grass_12", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_grass_12", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_grass_12", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_13.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_13.json deleted file mode 100644 index 8bf16b3..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_13.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_grass_13" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_grass_13", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_grass_13", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_grass_13", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_14.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_14.json deleted file mode 100644 index b5873b2..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_14.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_grass_14" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_grass_14", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_grass_14", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_grass_14", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_15.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_15.json deleted file mode 100644 index ca7119d..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_15.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_grass_15" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_grass_15", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_grass_15", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_grass_15", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_16.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_16.json deleted file mode 100644 index 9f920d5..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_grass_16.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_grass_16" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_grass_16", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_grass_16", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_grass_16", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_land_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_land_01.json deleted file mode 100644 index deca779..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_land_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_land_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_land_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_land_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_land_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_sand_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_sand_01.json deleted file mode 100644 index c0850bc..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_sand_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_sand_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_sand_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_sand_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_sand_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_sand_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_sand_02.json deleted file mode 100644 index e956cec..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_sand_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_sand_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_sand_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_sand_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_sand_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_sand_03.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_sand_03.json deleted file mode 100644 index 159a5b7..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_sand_03.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_sand_03" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_sand_03", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_sand_03", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_sand_03", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_sand_04.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_sand_04.json deleted file mode 100644 index b1684c1..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_sand_04.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_sand_04" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_sand_04", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_sand_04", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_sand_04", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_special_sand_05.json b/src/main/resources/assets/box3mod/blockstates/voxel_special_sand_05.json deleted file mode 100644 index b8dd2b0..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_special_sand_05.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_special_sand_05" - }, - "facing=east": { - "model": "box3mod:block/voxel_special_sand_05", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_special_sand_05", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_special_sand_05", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_spiderweb.json b/src/main/resources/assets/box3mod/blockstates/voxel_spiderweb.json deleted file mode 100644 index 331ec73..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_spiderweb.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_spiderweb" - }, - "facing=east": { - "model": "box3mod:block/voxel_spiderweb", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_spiderweb", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_spiderweb", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_stained_glass.json b/src/main/resources/assets/box3mod/blockstates/voxel_stained_glass.json deleted file mode 100644 index a0b848f..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_stained_glass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_stained_glass" - }, - "facing=east": { - "model": "box3mod:block/voxel_stained_glass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_stained_glass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_stained_glass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_stainless_steel.json b/src/main/resources/assets/box3mod/blockstates/voxel_stainless_steel.json deleted file mode 100644 index 128662c..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_stainless_steel.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_stainless_steel" - }, - "facing=east": { - "model": "box3mod:block/voxel_stainless_steel", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_stainless_steel", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_stainless_steel", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_star_lamp.json b/src/main/resources/assets/box3mod/blockstates/voxel_star_lamp.json deleted file mode 100644 index c142b9a..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_star_lamp.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_star_lamp" - }, - "facing=east": { - "model": "box3mod:block/voxel_star_lamp", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_star_lamp", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_star_lamp", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_stone.json b/src/main/resources/assets/box3mod/blockstates/voxel_stone.json deleted file mode 100644 index 866dd6b..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_stone.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_stone" - }, - "facing=east": { - "model": "box3mod:block/voxel_stone", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_stone", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_stone", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_stone_brick_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_stone_brick_01.json deleted file mode 100644 index 2faee50..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_stone_brick_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_stone_brick_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_stone_brick_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_stone_brick_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_stone_brick_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_stone_brick_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_stone_brick_02.json deleted file mode 100644 index aac3ac4..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_stone_brick_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_stone_brick_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_stone_brick_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_stone_brick_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_stone_brick_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_stone_pillar_03.json b/src/main/resources/assets/box3mod/blockstates/voxel_stone_pillar_03.json deleted file mode 100644 index 90bffc3..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_stone_pillar_03.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_stone_pillar_03" - }, - "facing=east": { - "model": "box3mod:block/voxel_stone_pillar_03", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_stone_pillar_03", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_stone_pillar_03", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_stone_pillar_04.json b/src/main/resources/assets/box3mod/blockstates/voxel_stone_pillar_04.json deleted file mode 100644 index 62ebd90..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_stone_pillar_04.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_stone_pillar_04" - }, - "facing=east": { - "model": "box3mod:block/voxel_stone_pillar_04", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_stone_pillar_04", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_stone_pillar_04", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_stone_pillar_05.json b/src/main/resources/assets/box3mod/blockstates/voxel_stone_pillar_05.json deleted file mode 100644 index 8eecd69..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_stone_pillar_05.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_stone_pillar_05" - }, - "facing=east": { - "model": "box3mod:block/voxel_stone_pillar_05", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_stone_pillar_05", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_stone_pillar_05", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_stone_pillar_06.json b/src/main/resources/assets/box3mod/blockstates/voxel_stone_pillar_06.json deleted file mode 100644 index 3d97865..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_stone_pillar_06.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_stone_pillar_06" - }, - "facing=east": { - "model": "box3mod:block/voxel_stone_pillar_06", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_stone_pillar_06", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_stone_pillar_06", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_stone_wall.json b/src/main/resources/assets/box3mod/blockstates/voxel_stone_wall.json deleted file mode 100644 index 31d407f..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_stone_wall.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_stone_wall" - }, - "facing=east": { - "model": "box3mod:block/voxel_stone_wall", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_stone_wall", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_stone_wall", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_stone_wall_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_stone_wall_01.json deleted file mode 100644 index f45be72..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_stone_wall_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_stone_wall_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_stone_wall_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_stone_wall_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_stone_wall_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_stripe_01.json b/src/main/resources/assets/box3mod/blockstates/voxel_stripe_01.json deleted file mode 100644 index cd07876..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_stripe_01.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_stripe_01" - }, - "facing=east": { - "model": "box3mod:block/voxel_stripe_01", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_stripe_01", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_stripe_01", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_stripe_02.json b/src/main/resources/assets/box3mod/blockstates/voxel_stripe_02.json deleted file mode 100644 index 294e38d..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_stripe_02.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_stripe_02" - }, - "facing=east": { - "model": "box3mod:block/voxel_stripe_02", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_stripe_02", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_stripe_02", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_stripe_03.json b/src/main/resources/assets/box3mod/blockstates/voxel_stripe_03.json deleted file mode 100644 index 8c4819e..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_stripe_03.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_stripe_03" - }, - "facing=east": { - "model": "box3mod:block/voxel_stripe_03", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_stripe_03", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_stripe_03", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_stripe_04.json b/src/main/resources/assets/box3mod/blockstates/voxel_stripe_04.json deleted file mode 100644 index bafb915..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_stripe_04.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_stripe_04" - }, - "facing=east": { - "model": "box3mod:block/voxel_stripe_04", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_stripe_04", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_stripe_04", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_stripe_05.json b/src/main/resources/assets/box3mod/blockstates/voxel_stripe_05.json deleted file mode 100644 index 95314ad..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_stripe_05.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_stripe_05" - }, - "facing=east": { - "model": "box3mod:block/voxel_stripe_05", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_stripe_05", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_stripe_05", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_subtract.json b/src/main/resources/assets/box3mod/blockstates/voxel_subtract.json deleted file mode 100644 index a51bf39..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_subtract.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_subtract" - }, - "facing=east": { - "model": "box3mod:block/voxel_subtract", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_subtract", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_subtract", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_television.json b/src/main/resources/assets/box3mod/blockstates/voxel_television.json deleted file mode 100644 index fa4a270..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_television.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_television" - }, - "facing=east": { - "model": "box3mod:block/voxel_television", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_television", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_television", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_three.json b/src/main/resources/assets/box3mod/blockstates/voxel_three.json deleted file mode 100644 index c5322a2..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_three.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_three" - }, - "facing=east": { - "model": "box3mod:block/voxel_three", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_three", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_three", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_tilde.json b/src/main/resources/assets/box3mod/blockstates/voxel_tilde.json deleted file mode 100644 index ec7e4b1..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_tilde.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_tilde" - }, - "facing=east": { - "model": "box3mod:block/voxel_tilde", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_tilde", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_tilde", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_toolbox.json b/src/main/resources/assets/box3mod/blockstates/voxel_toolbox.json deleted file mode 100644 index c3e32bb..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_toolbox.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_toolbox" - }, - "facing=east": { - "model": "box3mod:block/voxel_toolbox", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_toolbox", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_toolbox", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_traditional_window.json b/src/main/resources/assets/box3mod/blockstates/voxel_traditional_window.json deleted file mode 100644 index b9943ca..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_traditional_window.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_traditional_window" - }, - "facing=east": { - "model": "box3mod:block/voxel_traditional_window", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_traditional_window", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_traditional_window", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_treasure_chest.json b/src/main/resources/assets/box3mod/blockstates/voxel_treasure_chest.json deleted file mode 100644 index 8e04648..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_treasure_chest.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_treasure_chest" - }, - "facing=east": { - "model": "box3mod:block/voxel_treasure_chest", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_treasure_chest", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_treasure_chest", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_turquoise.json b/src/main/resources/assets/box3mod/blockstates/voxel_turquoise.json deleted file mode 100644 index 2543e33..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_turquoise.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_turquoise" - }, - "facing=east": { - "model": "box3mod:block/voxel_turquoise", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_turquoise", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_turquoise", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_two.json b/src/main/resources/assets/box3mod/blockstates/voxel_two.json deleted file mode 100644 index e312d59..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_two.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_two" - }, - "facing=east": { - "model": "box3mod:block/voxel_two", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_two", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_two", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_warm_yellow_light.json b/src/main/resources/assets/box3mod/blockstates/voxel_warm_yellow_light.json deleted file mode 100644 index 8fceb2c..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_warm_yellow_light.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_warm_yellow_light" - }, - "facing=east": { - "model": "box3mod:block/voxel_warm_yellow_light", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_warm_yellow_light", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_warm_yellow_light", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_white.json b/src/main/resources/assets/box3mod/blockstates/voxel_white.json deleted file mode 100644 index 8a0abc1..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_white.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_white" - }, - "facing=east": { - "model": "box3mod:block/voxel_white", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_white", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_white", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_white_grass.json b/src/main/resources/assets/box3mod/blockstates/voxel_white_grass.json deleted file mode 100644 index d59e54b..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_white_grass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_white_grass" - }, - "facing=east": { - "model": "box3mod:block/voxel_white_grass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_white_grass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_white_grass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_white_light.json b/src/main/resources/assets/box3mod/blockstates/voxel_white_light.json deleted file mode 100644 index 831c9fb..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_white_light.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_white_light" - }, - "facing=east": { - "model": "box3mod:block/voxel_white_light", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_white_light", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_white_light", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_window.json b/src/main/resources/assets/box3mod/blockstates/voxel_window.json deleted file mode 100644 index ffd76f3..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_window.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_window" - }, - "facing=east": { - "model": "box3mod:block/voxel_window", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_window", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_window", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_windygrass.json b/src/main/resources/assets/box3mod/blockstates/voxel_windygrass.json deleted file mode 100644 index cdd09ad..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_windygrass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_windygrass" - }, - "facing=east": { - "model": "box3mod:block/voxel_windygrass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_windygrass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_windygrass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_winter_leaf.json b/src/main/resources/assets/box3mod/blockstates/voxel_winter_leaf.json deleted file mode 100644 index 0d49506..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_winter_leaf.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_winter_leaf" - }, - "facing=east": { - "model": "box3mod:block/voxel_winter_leaf", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_winter_leaf", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_winter_leaf", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_withered_grass.json b/src/main/resources/assets/box3mod/blockstates/voxel_withered_grass.json deleted file mode 100644 index 3cb773b..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_withered_grass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_withered_grass" - }, - "facing=east": { - "model": "box3mod:block/voxel_withered_grass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_withered_grass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_withered_grass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_withered_grass_land.json b/src/main/resources/assets/box3mod/blockstates/voxel_withered_grass_land.json deleted file mode 100644 index c8d1b54..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_withered_grass_land.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_withered_grass_land" - }, - "facing=east": { - "model": "box3mod:block/voxel_withered_grass_land", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_withered_grass_land", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_withered_grass_land", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_wood.json b/src/main/resources/assets/box3mod/blockstates/voxel_wood.json deleted file mode 100644 index 5d483a2..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_wood.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_wood" - }, - "facing=east": { - "model": "box3mod:block/voxel_wood", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_wood", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_wood", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_wooden_box.json b/src/main/resources/assets/box3mod/blockstates/voxel_wooden_box.json deleted file mode 100644 index 2946908..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_wooden_box.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_wooden_box" - }, - "facing=east": { - "model": "box3mod:block/voxel_wooden_box", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_wooden_box", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_wooden_box", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_woodstone_12.json b/src/main/resources/assets/box3mod/blockstates/voxel_woodstone_12.json deleted file mode 100644 index dda2f05..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_woodstone_12.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_woodstone_12" - }, - "facing=east": { - "model": "box3mod:block/voxel_woodstone_12", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_woodstone_12", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_woodstone_12", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_yellow_decorative_light.json b/src/main/resources/assets/box3mod/blockstates/voxel_yellow_decorative_light.json deleted file mode 100644 index 57f60e4..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_yellow_decorative_light.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_yellow_decorative_light" - }, - "facing=east": { - "model": "box3mod:block/voxel_yellow_decorative_light", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_yellow_decorative_light", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_yellow_decorative_light", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_yellow_grass.json b/src/main/resources/assets/box3mod/blockstates/voxel_yellow_grass.json deleted file mode 100644 index 83f1054..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_yellow_grass.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_yellow_grass" - }, - "facing=east": { - "model": "box3mod:block/voxel_yellow_grass", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_yellow_grass", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_yellow_grass", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_yellow_green.json b/src/main/resources/assets/box3mod/blockstates/voxel_yellow_green.json deleted file mode 100644 index a8d1203..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_yellow_green.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_yellow_green" - }, - "facing=east": { - "model": "box3mod:block/voxel_yellow_green", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_yellow_green", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_yellow_green", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_yellow_light.json b/src/main/resources/assets/box3mod/blockstates/voxel_yellow_light.json deleted file mode 100644 index 1fe8c71..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_yellow_light.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_yellow_light" - }, - "facing=east": { - "model": "box3mod:block/voxel_yellow_light", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_yellow_light", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_yellow_light", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/voxel_zero.json b/src/main/resources/assets/box3mod/blockstates/voxel_zero.json deleted file mode 100644 index ab3241b..0000000 --- a/src/main/resources/assets/box3mod/blockstates/voxel_zero.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "box3mod:block/voxel_zero" - }, - "facing=east": { - "model": "box3mod:block/voxel_zero", - "y": 90 - }, - "facing=south": { - "model": "box3mod:block/voxel_zero", - "y": 180 - }, - "facing=west": { - "model": "box3mod:block/voxel_zero", - "y": 270 - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/w.json b/src/main/resources/assets/box3mod/blockstates/w.json new file mode 100644 index 0000000..d332b88 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/w.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/w" + }, + "facing=east": { + "model": "box3mod:block/w", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/w", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/w", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/warm_yellow_light.json b/src/main/resources/assets/box3mod/blockstates/warm_yellow_light.json new file mode 100644 index 0000000..36644f6 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/warm_yellow_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/warm_yellow_light" + }, + "facing=east": { + "model": "box3mod:block/warm_yellow_light", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/warm_yellow_light", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/warm_yellow_light", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/white.json b/src/main/resources/assets/box3mod/blockstates/white.json new file mode 100644 index 0000000..113e841 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/white.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/white" + }, + "facing=east": { + "model": "box3mod:block/white", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/white", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/white", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/white_grass.json b/src/main/resources/assets/box3mod/blockstates/white_grass.json new file mode 100644 index 0000000..4a61eb7 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/white_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/white_grass" + }, + "facing=east": { + "model": "box3mod:block/white_grass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/white_grass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/white_grass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/white_light.json b/src/main/resources/assets/box3mod/blockstates/white_light.json new file mode 100644 index 0000000..afdd03c --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/white_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/white_light" + }, + "facing=east": { + "model": "box3mod:block/white_light", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/white_light", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/white_light", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/window.json b/src/main/resources/assets/box3mod/blockstates/window.json new file mode 100644 index 0000000..50e5764 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/window.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/window" + }, + "facing=east": { + "model": "box3mod:block/window", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/window", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/window", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/windygrass.json b/src/main/resources/assets/box3mod/blockstates/windygrass.json new file mode 100644 index 0000000..e15320e --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/windygrass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/windygrass" + }, + "facing=east": { + "model": "box3mod:block/windygrass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/windygrass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/windygrass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/winter_leaf.json b/src/main/resources/assets/box3mod/blockstates/winter_leaf.json new file mode 100644 index 0000000..e1275ab --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/winter_leaf.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/winter_leaf" + }, + "facing=east": { + "model": "box3mod:block/winter_leaf", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/winter_leaf", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/winter_leaf", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/withered_grass.json b/src/main/resources/assets/box3mod/blockstates/withered_grass.json new file mode 100644 index 0000000..90656de --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/withered_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/withered_grass" + }, + "facing=east": { + "model": "box3mod:block/withered_grass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/withered_grass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/withered_grass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/withered_grass_land.json b/src/main/resources/assets/box3mod/blockstates/withered_grass_land.json new file mode 100644 index 0000000..0d486e1 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/withered_grass_land.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/withered_grass_land" + }, + "facing=east": { + "model": "box3mod:block/withered_grass_land", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/withered_grass_land", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/withered_grass_land", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/wood.json b/src/main/resources/assets/box3mod/blockstates/wood.json new file mode 100644 index 0000000..7855b56 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/wood.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/wood" + }, + "facing=east": { + "model": "box3mod:block/wood", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/wood", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/wood", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/wooden_box.json b/src/main/resources/assets/box3mod/blockstates/wooden_box.json new file mode 100644 index 0000000..ce48c42 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/wooden_box.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/wooden_box" + }, + "facing=east": { + "model": "box3mod:block/wooden_box", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/wooden_box", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/wooden_box", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/woodstone_12.json b/src/main/resources/assets/box3mod/blockstates/woodstone_12.json new file mode 100644 index 0000000..1b1ba4a --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/woodstone_12.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/woodstone_12" + }, + "facing=east": { + "model": "box3mod:block/woodstone_12", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/woodstone_12", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/woodstone_12", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/x.json b/src/main/resources/assets/box3mod/blockstates/x.json new file mode 100644 index 0000000..1f959c8 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/x.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/x" + }, + "facing=east": { + "model": "box3mod:block/x", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/x", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/x", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/y.json b/src/main/resources/assets/box3mod/blockstates/y.json new file mode 100644 index 0000000..54aaf35 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/y.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/y" + }, + "facing=east": { + "model": "box3mod:block/y", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/y", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/y", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/yellow_decorative_light.json b/src/main/resources/assets/box3mod/blockstates/yellow_decorative_light.json new file mode 100644 index 0000000..e3f276f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/yellow_decorative_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/yellow_decorative_light" + }, + "facing=east": { + "model": "box3mod:block/yellow_decorative_light", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/yellow_decorative_light", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/yellow_decorative_light", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/yellow_grass.json b/src/main/resources/assets/box3mod/blockstates/yellow_grass.json new file mode 100644 index 0000000..ef4709f --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/yellow_grass.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/yellow_grass" + }, + "facing=east": { + "model": "box3mod:block/yellow_grass", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/yellow_grass", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/yellow_grass", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/yellow_green.json b/src/main/resources/assets/box3mod/blockstates/yellow_green.json new file mode 100644 index 0000000..121c0e0 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/yellow_green.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/yellow_green" + }, + "facing=east": { + "model": "box3mod:block/yellow_green", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/yellow_green", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/yellow_green", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/yellow_light.json b/src/main/resources/assets/box3mod/blockstates/yellow_light.json new file mode 100644 index 0000000..30466f2 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/yellow_light.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/yellow_light" + }, + "facing=east": { + "model": "box3mod:block/yellow_light", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/yellow_light", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/yellow_light", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/z.json b/src/main/resources/assets/box3mod/blockstates/z.json new file mode 100644 index 0000000..2f246e5 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/z.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/z" + }, + "facing=east": { + "model": "box3mod:block/z", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/z", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/z", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/blockstates/zero.json b/src/main/resources/assets/box3mod/blockstates/zero.json new file mode 100644 index 0000000..a3f16d1 --- /dev/null +++ b/src/main/resources/assets/box3mod/blockstates/zero.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "box3mod:block/zero" + }, + "facing=east": { + "model": "box3mod:block/zero", + "y": 90 + }, + "facing=south": { + "model": "box3mod:block/zero", + "y": 180 + }, + "facing=west": { + "model": "box3mod:block/zero", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/a.json b/src/main/resources/assets/box3mod/items/a.json new file mode 100644 index 0000000..b2b2ae6 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/a.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/a" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/acacia.json b/src/main/resources/assets/box3mod/items/acacia.json new file mode 100644 index 0000000..a6427e0 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/acacia.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/acacia" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/add.json b/src/main/resources/assets/box3mod/items/add.json new file mode 100644 index 0000000..a4950ec --- /dev/null +++ b/src/main/resources/assets/box3mod/items/add.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/add" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/air_duct.json b/src/main/resources/assets/box3mod/items/air_duct.json new file mode 100644 index 0000000..cf9022c --- /dev/null +++ b/src/main/resources/assets/box3mod/items/air_duct.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/air_duct" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/ampersand.json b/src/main/resources/assets/box3mod/items/ampersand.json new file mode 100644 index 0000000..fdaf129 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/ampersand.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/ampersand" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/asterisk.json b/src/main/resources/assets/box3mod/items/asterisk.json new file mode 100644 index 0000000..459fb84 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/asterisk.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/asterisk" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/at.json b/src/main/resources/assets/box3mod/items/at.json new file mode 100644 index 0000000..58f00e7 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/at.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/at" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/b.json b/src/main/resources/assets/box3mod/items/b.json new file mode 100644 index 0000000..0c52ea0 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/b.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/b" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/backslash.json b/src/main/resources/assets/box3mod/items/backslash.json new file mode 100644 index 0000000..c58f406 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/backslash.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/backslash" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/bamboo.json b/src/main/resources/assets/box3mod/items/bamboo.json new file mode 100644 index 0000000..bc9dd57 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/bamboo.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/bamboo" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/barrier.json b/src/main/resources/assets/box3mod/items/barrier.json new file mode 100644 index 0000000..fecfc77 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/barrier.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/barrier" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/bat_window.json b/src/main/resources/assets/box3mod/items/bat_window.json new file mode 100644 index 0000000..848bfa2 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/bat_window.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/bat_window" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/bear_footprint.json b/src/main/resources/assets/box3mod/items/bear_footprint.json new file mode 100644 index 0000000..ad14bb8 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/bear_footprint.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/bear_footprint" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/biscuit.json b/src/main/resources/assets/box3mod/items/biscuit.json new file mode 100644 index 0000000..f676586 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/biscuit.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/biscuit" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/black.json b/src/main/resources/assets/box3mod/items/black.json new file mode 100644 index 0000000..4c709d1 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/black.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/black" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/black_glass.json b/src/main/resources/assets/box3mod/items/black_glass.json new file mode 100644 index 0000000..664fd92 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/black_glass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/black_glass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/blue.json b/src/main/resources/assets/box3mod/items/blue.json new file mode 100644 index 0000000..35fafd4 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/blue.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/blue" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/blue_decorative_light.json b/src/main/resources/assets/box3mod/items/blue_decorative_light.json new file mode 100644 index 0000000..c761f02 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/blue_decorative_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/blue_decorative_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/blue_gift.json b/src/main/resources/assets/box3mod/items/blue_gift.json new file mode 100644 index 0000000..13917b4 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/blue_gift.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/blue_gift" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/blue_glass.json b/src/main/resources/assets/box3mod/items/blue_glass.json new file mode 100644 index 0000000..4f40b48 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/blue_glass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/blue_glass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/blue_grass.json b/src/main/resources/assets/box3mod/items/blue_grass.json new file mode 100644 index 0000000..24793bb --- /dev/null +++ b/src/main/resources/assets/box3mod/items/blue_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/blue_grass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/blue_grass_all.json b/src/main/resources/assets/box3mod/items/blue_grass_all.json new file mode 100644 index 0000000..022ab78 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/blue_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/blue_grass_all" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/blue_light.json b/src/main/resources/assets/box3mod/items/blue_light.json new file mode 100644 index 0000000..cfaf4dc --- /dev/null +++ b/src/main/resources/assets/box3mod/items/blue_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/blue_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/blue_surface_01.json b/src/main/resources/assets/box3mod/items/blue_surface_01.json new file mode 100644 index 0000000..ee32dc2 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/blue_surface_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/blue_surface_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/blue_surface_02.json b/src/main/resources/assets/box3mod/items/blue_surface_02.json new file mode 100644 index 0000000..ab29cd1 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/blue_surface_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/blue_surface_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board0.json b/src/main/resources/assets/box3mod/items/board0.json new file mode 100644 index 0000000..50fd178 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board0.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board0" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board1.json b/src/main/resources/assets/box3mod/items/board1.json new file mode 100644 index 0000000..31cb102 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board1.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board1" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board10.json b/src/main/resources/assets/box3mod/items/board10.json new file mode 100644 index 0000000..699dddc --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board10.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board10" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board11.json b/src/main/resources/assets/box3mod/items/board11.json new file mode 100644 index 0000000..2ef5a46 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board11.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board11" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board12.json b/src/main/resources/assets/box3mod/items/board12.json new file mode 100644 index 0000000..289171b --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board12.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board12" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board13.json b/src/main/resources/assets/box3mod/items/board13.json new file mode 100644 index 0000000..b4170fd --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board13.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board13" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board14.json b/src/main/resources/assets/box3mod/items/board14.json new file mode 100644 index 0000000..cdd0653 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board14.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board14" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board15.json b/src/main/resources/assets/box3mod/items/board15.json new file mode 100644 index 0000000..89a8682 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board15.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board15" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board2.json b/src/main/resources/assets/box3mod/items/board2.json new file mode 100644 index 0000000..e90eae7 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board2.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board2" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board3.json b/src/main/resources/assets/box3mod/items/board3.json new file mode 100644 index 0000000..d7bacb7 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board3.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board3" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board4.json b/src/main/resources/assets/box3mod/items/board4.json new file mode 100644 index 0000000..3cbae02 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board4.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board4" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board5.json b/src/main/resources/assets/box3mod/items/board5.json new file mode 100644 index 0000000..43df742 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board5.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board5" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board6.json b/src/main/resources/assets/box3mod/items/board6.json new file mode 100644 index 0000000..ffc7a9a --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board6.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board6" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board7.json b/src/main/resources/assets/box3mod/items/board7.json new file mode 100644 index 0000000..7d1de54 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board7.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board7" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board8.json b/src/main/resources/assets/box3mod/items/board8.json new file mode 100644 index 0000000..266d96f --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board8.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board8" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board9.json b/src/main/resources/assets/box3mod/items/board9.json new file mode 100644 index 0000000..4a98576 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board9.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board9" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board_01.json b/src/main/resources/assets/box3mod/items/board_01.json new file mode 100644 index 0000000..7eccd15 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board_02.json b/src/main/resources/assets/box3mod/items/board_02.json new file mode 100644 index 0000000..61f25a3 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board_03.json b/src/main/resources/assets/box3mod/items/board_03.json new file mode 100644 index 0000000..3ebf2b5 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board_03" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board_04.json b/src/main/resources/assets/box3mod/items/board_04.json new file mode 100644 index 0000000..0a532ac --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board_04" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board_05.json b/src/main/resources/assets/box3mod/items/board_05.json new file mode 100644 index 0000000..15708eb --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board_05" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board_06.json b/src/main/resources/assets/box3mod/items/board_06.json new file mode 100644 index 0000000..2a437c8 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board_06.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board_06" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/board_07.json b/src/main/resources/assets/box3mod/items/board_07.json new file mode 100644 index 0000000..84073e3 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/board_07.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/board_07" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/bookshelf.json b/src/main/resources/assets/box3mod/items/bookshelf.json new file mode 100644 index 0000000..db15325 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/bookshelf.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/bookshelf" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/bounce_pad.json b/src/main/resources/assets/box3mod/items/bounce_pad.json new file mode 100644 index 0000000..64a9450 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/bounce_pad.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/bounce_pad" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/bracket_close.json b/src/main/resources/assets/box3mod/items/bracket_close.json new file mode 100644 index 0000000..762d3e3 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/bracket_close.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/bracket_close" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/bracket_open.json b/src/main/resources/assets/box3mod/items/bracket_open.json new file mode 100644 index 0000000..4772a42 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/bracket_open.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/bracket_open" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/brick_01.json b/src/main/resources/assets/box3mod/items/brick_01.json new file mode 100644 index 0000000..a86b9df --- /dev/null +++ b/src/main/resources/assets/box3mod/items/brick_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/brick_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/brick_02.json b/src/main/resources/assets/box3mod/items/brick_02.json new file mode 100644 index 0000000..94c1c3e --- /dev/null +++ b/src/main/resources/assets/box3mod/items/brick_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/brick_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/brick_red.json b/src/main/resources/assets/box3mod/items/brick_red.json new file mode 100644 index 0000000..282b934 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/brick_red.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/brick_red" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/button.json b/src/main/resources/assets/box3mod/items/button.json new file mode 100644 index 0000000..e7ebe96 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/button.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/button" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/c.json b/src/main/resources/assets/box3mod/items/c.json new file mode 100644 index 0000000..8401696 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/c.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/c" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/cadet_blue.json b/src/main/resources/assets/box3mod/items/cadet_blue.json new file mode 100644 index 0000000..a003952 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/cadet_blue.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/cadet_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/candy.json b/src/main/resources/assets/box3mod/items/candy.json new file mode 100644 index 0000000..2f61905 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/candy.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/candy" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/caret.json b/src/main/resources/assets/box3mod/items/caret.json new file mode 100644 index 0000000..d9c8f52 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/caret.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/caret" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/carpet_01.json b/src/main/resources/assets/box3mod/items/carpet_01.json new file mode 100644 index 0000000..daeb001 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/carpet_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/carpet_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/carpet_02.json b/src/main/resources/assets/box3mod/items/carpet_02.json new file mode 100644 index 0000000..123e86a --- /dev/null +++ b/src/main/resources/assets/box3mod/items/carpet_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/carpet_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/carpet_03.json b/src/main/resources/assets/box3mod/items/carpet_03.json new file mode 100644 index 0000000..2762c7c --- /dev/null +++ b/src/main/resources/assets/box3mod/items/carpet_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/carpet_03" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/carpet_04.json b/src/main/resources/assets/box3mod/items/carpet_04.json new file mode 100644 index 0000000..6a0d553 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/carpet_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/carpet_04" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/carpet_05.json b/src/main/resources/assets/box3mod/items/carpet_05.json new file mode 100644 index 0000000..a470d26 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/carpet_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/carpet_05" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/carpet_06.json b/src/main/resources/assets/box3mod/items/carpet_06.json new file mode 100644 index 0000000..b30077e --- /dev/null +++ b/src/main/resources/assets/box3mod/items/carpet_06.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/carpet_06" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/carpet_07.json b/src/main/resources/assets/box3mod/items/carpet_07.json new file mode 100644 index 0000000..88e61ab --- /dev/null +++ b/src/main/resources/assets/box3mod/items/carpet_07.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/carpet_07" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/carpet_08.json b/src/main/resources/assets/box3mod/items/carpet_08.json new file mode 100644 index 0000000..6925f9b --- /dev/null +++ b/src/main/resources/assets/box3mod/items/carpet_08.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/carpet_08" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/carpet_09.json b/src/main/resources/assets/box3mod/items/carpet_09.json new file mode 100644 index 0000000..b02a9a1 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/carpet_09.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/carpet_09" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/carpet_10.json b/src/main/resources/assets/box3mod/items/carpet_10.json new file mode 100644 index 0000000..94daeb3 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/carpet_10.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/carpet_10" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/carpet_11.json b/src/main/resources/assets/box3mod/items/carpet_11.json new file mode 100644 index 0000000..cd24028 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/carpet_11.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/carpet_11" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/carpet_12.json b/src/main/resources/assets/box3mod/items/carpet_12.json new file mode 100644 index 0000000..363aa78 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/carpet_12.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/carpet_12" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/carpet_13.json b/src/main/resources/assets/box3mod/items/carpet_13.json new file mode 100644 index 0000000..2c08607 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/carpet_13.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/carpet_13" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/coffee_gray.json b/src/main/resources/assets/box3mod/items/coffee_gray.json new file mode 100644 index 0000000..5f90b2f --- /dev/null +++ b/src/main/resources/assets/box3mod/items/coffee_gray.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/coffee_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/colon.json b/src/main/resources/assets/box3mod/items/colon.json new file mode 100644 index 0000000..37ea0a5 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/colon.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/colon" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/color_glass.json b/src/main/resources/assets/box3mod/items/color_glass.json new file mode 100644 index 0000000..1db0433 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/color_glass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/color_glass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/comma.json b/src/main/resources/assets/box3mod/items/comma.json new file mode 100644 index 0000000..d927097 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/comma.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/comma" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/conveyor.json b/src/main/resources/assets/box3mod/items/conveyor.json new file mode 100644 index 0000000..b469e9d --- /dev/null +++ b/src/main/resources/assets/box3mod/items/conveyor.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/conveyor" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/crane_lantern.json b/src/main/resources/assets/box3mod/items/crane_lantern.json new file mode 100644 index 0000000..9727e61 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/crane_lantern.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/crane_lantern" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/crane_roof_01.json b/src/main/resources/assets/box3mod/items/crane_roof_01.json new file mode 100644 index 0000000..7f4049f --- /dev/null +++ b/src/main/resources/assets/box3mod/items/crane_roof_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/crane_roof_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/crane_roof_02.json b/src/main/resources/assets/box3mod/items/crane_roof_02.json new file mode 100644 index 0000000..cef30c9 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/crane_roof_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/crane_roof_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/cross_window.json b/src/main/resources/assets/box3mod/items/cross_window.json new file mode 100644 index 0000000..082d1d8 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/cross_window.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/cross_window" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/d.json b/src/main/resources/assets/box3mod/items/d.json new file mode 100644 index 0000000..ff1f1da --- /dev/null +++ b/src/main/resources/assets/box3mod/items/d.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/d" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_blue_grass.json b/src/main/resources/assets/box3mod/items/dark_blue_grass.json new file mode 100644 index 0000000..1b9177c --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_blue_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_blue_grass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_blue_grass_all.json b/src/main/resources/assets/box3mod/items/dark_blue_grass_all.json new file mode 100644 index 0000000..44e61fd --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_blue_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_blue_grass_all" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_brick_00.json b/src/main/resources/assets/box3mod/items/dark_brick_00.json new file mode 100644 index 0000000..2219f1a --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_brick_00.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_brick_00" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_brick_01.json b/src/main/resources/assets/box3mod/items/dark_brick_01.json new file mode 100644 index 0000000..c1fe319 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_brick_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_brick_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_brick_02.json b/src/main/resources/assets/box3mod/items/dark_brick_02.json new file mode 100644 index 0000000..6392a27 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_brick_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_brick_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_grass.json b/src/main/resources/assets/box3mod/items/dark_grass.json new file mode 100644 index 0000000..3fc9387 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_grass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_grass_all.json b/src/main/resources/assets/box3mod/items/dark_grass_all.json new file mode 100644 index 0000000..8af982b --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_grass_all" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_grass_rock.json b/src/main/resources/assets/box3mod/items/dark_grass_rock.json new file mode 100644 index 0000000..46abfbf --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_grass_rock.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_grass_rock" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_grass_sand.json b/src/main/resources/assets/box3mod/items/dark_grass_sand.json new file mode 100644 index 0000000..2f053b9 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_grass_sand.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_grass_sand" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_gray.json b/src/main/resources/assets/box3mod/items/dark_gray.json new file mode 100644 index 0000000..10535dd --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_gray.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_orchid.json b/src/main/resources/assets/box3mod/items/dark_orchid.json new file mode 100644 index 0000000..46109ad --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_orchid.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_orchid" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_purple_grass.json b/src/main/resources/assets/box3mod/items/dark_purple_grass.json new file mode 100644 index 0000000..3999532 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_purple_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_purple_grass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_purple_grass_all.json b/src/main/resources/assets/box3mod/items/dark_purple_grass_all.json new file mode 100644 index 0000000..79ed40e --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_purple_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_purple_grass_all" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_red.json b/src/main/resources/assets/box3mod/items/dark_red.json new file mode 100644 index 0000000..d220554 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_red.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_red" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_red_grass.json b/src/main/resources/assets/box3mod/items/dark_red_grass.json new file mode 100644 index 0000000..f701b73 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_red_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_red_grass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_red_grass_all.json b/src/main/resources/assets/box3mod/items/dark_red_grass_all.json new file mode 100644 index 0000000..183eadc --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_red_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_red_grass_all" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_salmon.json b/src/main/resources/assets/box3mod/items/dark_salmon.json new file mode 100644 index 0000000..28ce018 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_salmon.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_salmon" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_sand.json b/src/main/resources/assets/box3mod/items/dark_sand.json new file mode 100644 index 0000000..b0f5b5b --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_sand.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_sand" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_slate_blue.json b/src/main/resources/assets/box3mod/items/dark_slate_blue.json new file mode 100644 index 0000000..11cb2e0 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_slate_blue.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_slate_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_stone.json b/src/main/resources/assets/box3mod/items/dark_stone.json new file mode 100644 index 0000000..773b71f --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_stone.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_stone" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_surface.json b/src/main/resources/assets/box3mod/items/dark_surface.json new file mode 100644 index 0000000..c5a8a44 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_surface.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_surface" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_volcanic_rock.json b/src/main/resources/assets/box3mod/items/dark_volcanic_rock.json new file mode 100644 index 0000000..bb2ec61 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_volcanic_rock.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_volcanic_rock" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_yellow_grass.json b/src/main/resources/assets/box3mod/items/dark_yellow_grass.json new file mode 100644 index 0000000..58ee360 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_yellow_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_yellow_grass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dark_yellow_grass_all.json b/src/main/resources/assets/box3mod/items/dark_yellow_grass_all.json new file mode 100644 index 0000000..1c53a9c --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dark_yellow_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dark_yellow_grass_all" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dirt.json b/src/main/resources/assets/box3mod/items/dirt.json new file mode 100644 index 0000000..5757737 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dirt.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dirt" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/divide.json b/src/main/resources/assets/box3mod/items/divide.json new file mode 100644 index 0000000..0f8fc6d --- /dev/null +++ b/src/main/resources/assets/box3mod/items/divide.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/divide" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/dollar.json b/src/main/resources/assets/box3mod/items/dollar.json new file mode 100644 index 0000000..31163dd --- /dev/null +++ b/src/main/resources/assets/box3mod/items/dollar.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/dollar" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/e.json b/src/main/resources/assets/box3mod/items/e.json new file mode 100644 index 0000000..0b0bcc5 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/e.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/e" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/eight.json b/src/main/resources/assets/box3mod/items/eight.json new file mode 100644 index 0000000..1513b31 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/eight.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/eight" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/equal.json b/src/main/resources/assets/box3mod/items/equal.json new file mode 100644 index 0000000..e8c6d28 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/equal.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/equal" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/exclamation_mark.json b/src/main/resources/assets/box3mod/items/exclamation_mark.json new file mode 100644 index 0000000..831133c --- /dev/null +++ b/src/main/resources/assets/box3mod/items/exclamation_mark.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/exclamation_mark" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/express_box.json b/src/main/resources/assets/box3mod/items/express_box.json new file mode 100644 index 0000000..f708be1 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/express_box.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/express_box" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/f.json b/src/main/resources/assets/box3mod/items/f.json new file mode 100644 index 0000000..4f828fd --- /dev/null +++ b/src/main/resources/assets/box3mod/items/f.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/f" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/fan.json b/src/main/resources/assets/box3mod/items/fan.json new file mode 100644 index 0000000..1cdd850 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/fan.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/fan" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/firecracker.json b/src/main/resources/assets/box3mod/items/firecracker.json new file mode 100644 index 0000000..e4cd376 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/firecracker.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/firecracker" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/five.json b/src/main/resources/assets/box3mod/items/five.json new file mode 100644 index 0000000..57818aa --- /dev/null +++ b/src/main/resources/assets/box3mod/items/five.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/five" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/four.json b/src/main/resources/assets/box3mod/items/four.json new file mode 100644 index 0000000..833bf67 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/four.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/four" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/fu.json b/src/main/resources/assets/box3mod/items/fu.json new file mode 100644 index 0000000..4d06641 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/fu.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/fu" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/g.json b/src/main/resources/assets/box3mod/items/g.json new file mode 100644 index 0000000..c5b72af --- /dev/null +++ b/src/main/resources/assets/box3mod/items/g.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/g" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/geometric_window_01.json b/src/main/resources/assets/box3mod/items/geometric_window_01.json new file mode 100644 index 0000000..b3d0330 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/geometric_window_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/geometric_window_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/geometric_window_02.json b/src/main/resources/assets/box3mod/items/geometric_window_02.json new file mode 100644 index 0000000..df62ff2 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/geometric_window_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/geometric_window_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/glass.json b/src/main/resources/assets/box3mod/items/glass.json new file mode 100644 index 0000000..9f79fc7 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/glass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/glass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/gold_trim_brick.json b/src/main/resources/assets/box3mod/items/gold_trim_brick.json new file mode 100644 index 0000000..7dff93e --- /dev/null +++ b/src/main/resources/assets/box3mod/items/gold_trim_brick.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/gold_trim_brick" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/grass.json b/src/main/resources/assets/box3mod/items/grass.json new file mode 100644 index 0000000..c219a4b --- /dev/null +++ b/src/main/resources/assets/box3mod/items/grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/grass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/grass_all.json b/src/main/resources/assets/box3mod/items/grass_all.json new file mode 100644 index 0000000..f3817e5 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/grass_all" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/grass_rock.json b/src/main/resources/assets/box3mod/items/grass_rock.json new file mode 100644 index 0000000..8de4301 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/grass_rock.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/grass_rock" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/grass_sand.json b/src/main/resources/assets/box3mod/items/grass_sand.json new file mode 100644 index 0000000..a779744 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/grass_sand.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/grass_sand" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/greater_than.json b/src/main/resources/assets/box3mod/items/greater_than.json new file mode 100644 index 0000000..43251ab --- /dev/null +++ b/src/main/resources/assets/box3mod/items/greater_than.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/greater_than" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/green_decorative_light.json b/src/main/resources/assets/box3mod/items/green_decorative_light.json new file mode 100644 index 0000000..23940e5 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/green_decorative_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/green_decorative_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/green_glass.json b/src/main/resources/assets/box3mod/items/green_glass.json new file mode 100644 index 0000000..27101d6 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/green_glass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/green_glass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/green_leaf.json b/src/main/resources/assets/box3mod/items/green_leaf.json new file mode 100644 index 0000000..11e6743 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/green_leaf.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/green_leaf" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/green_light.json b/src/main/resources/assets/box3mod/items/green_light.json new file mode 100644 index 0000000..b20ea06 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/green_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/green_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/greenbelt_l.json b/src/main/resources/assets/box3mod/items/greenbelt_l.json new file mode 100644 index 0000000..818de09 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/greenbelt_l.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/greenbelt_l" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/greenbelt_l1.json b/src/main/resources/assets/box3mod/items/greenbelt_l1.json new file mode 100644 index 0000000..96bc66d --- /dev/null +++ b/src/main/resources/assets/box3mod/items/greenbelt_l1.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/greenbelt_l1" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/grey_stone_brick.json b/src/main/resources/assets/box3mod/items/grey_stone_brick.json new file mode 100644 index 0000000..8cb1ba3 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/grey_stone_brick.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/grey_stone_brick" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/h.json b/src/main/resources/assets/box3mod/items/h.json new file mode 100644 index 0000000..5572df0 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/h.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/h" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/honeycomb_01.json b/src/main/resources/assets/box3mod/items/honeycomb_01.json new file mode 100644 index 0000000..54ae539 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/honeycomb_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/honeycomb_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/honeycomb_02.json b/src/main/resources/assets/box3mod/items/honeycomb_02.json new file mode 100644 index 0000000..0be77a2 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/honeycomb_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/honeycomb_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/i.json b/src/main/resources/assets/box3mod/items/i.json new file mode 100644 index 0000000..474ec8d --- /dev/null +++ b/src/main/resources/assets/box3mod/items/i.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/i" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/ice.json b/src/main/resources/assets/box3mod/items/ice.json new file mode 100644 index 0000000..0637334 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/ice.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/ice" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/ice_brick.json b/src/main/resources/assets/box3mod/items/ice_brick.json new file mode 100644 index 0000000..4d19d9f --- /dev/null +++ b/src/main/resources/assets/box3mod/items/ice_brick.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/ice_brick" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/ice_wall.json b/src/main/resources/assets/box3mod/items/ice_wall.json new file mode 100644 index 0000000..489c768 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/ice_wall.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/ice_wall" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/indigo_light.json b/src/main/resources/assets/box3mod/items/indigo_light.json new file mode 100644 index 0000000..f91130d --- /dev/null +++ b/src/main/resources/assets/box3mod/items/indigo_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/indigo_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/j.json b/src/main/resources/assets/box3mod/items/j.json new file mode 100644 index 0000000..71f6ea7 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/j.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/j" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/k.json b/src/main/resources/assets/box3mod/items/k.json new file mode 100644 index 0000000..601d683 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/k.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/k" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/l.json b/src/main/resources/assets/box3mod/items/l.json new file mode 100644 index 0000000..347045e --- /dev/null +++ b/src/main/resources/assets/box3mod/items/l.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/l" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_lamp_01.json b/src/main/resources/assets/box3mod/items/lab_lamp_01.json new file mode 100644 index 0000000..b68a58d --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_lamp_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_lamp_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_lamp_02.json b/src/main/resources/assets/box3mod/items/lab_lamp_02.json new file mode 100644 index 0000000..c27db64 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_lamp_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_lamp_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_lamp_03.json b/src/main/resources/assets/box3mod/items/lab_lamp_03.json new file mode 100644 index 0000000..f795c95 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_lamp_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_lamp_03" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_material_01.json b/src/main/resources/assets/box3mod/items/lab_material_01.json new file mode 100644 index 0000000..b3517cc --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_material_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_material_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_material_02.json b/src/main/resources/assets/box3mod/items/lab_material_02.json new file mode 100644 index 0000000..8bc538d --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_material_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_material_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_material_03.json b/src/main/resources/assets/box3mod/items/lab_material_03.json new file mode 100644 index 0000000..2c170d0 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_material_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_material_03" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_material_04.json b/src/main/resources/assets/box3mod/items/lab_material_04.json new file mode 100644 index 0000000..32d32f9 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_material_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_material_04" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_material_05.json b/src/main/resources/assets/box3mod/items/lab_material_05.json new file mode 100644 index 0000000..94dc99b --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_material_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_material_05" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_material_06.json b/src/main/resources/assets/box3mod/items/lab_material_06.json new file mode 100644 index 0000000..6994ced --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_material_06.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_material_06" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_material_07.json b/src/main/resources/assets/box3mod/items/lab_material_07.json new file mode 100644 index 0000000..c0c1c3f --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_material_07.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_material_07" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_material_08.json b/src/main/resources/assets/box3mod/items/lab_material_08.json new file mode 100644 index 0000000..16b56af --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_material_08.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_material_08" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_material_09.json b/src/main/resources/assets/box3mod/items/lab_material_09.json new file mode 100644 index 0000000..476c818 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_material_09.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_material_09" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_material_10.json b/src/main/resources/assets/box3mod/items/lab_material_10.json new file mode 100644 index 0000000..c363d5c --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_material_10.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_material_10" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_material_11.json b/src/main/resources/assets/box3mod/items/lab_material_11.json new file mode 100644 index 0000000..1ec55ec --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_material_11.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_material_11" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_material_12.json b/src/main/resources/assets/box3mod/items/lab_material_12.json new file mode 100644 index 0000000..54ac65f --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_material_12.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_material_12" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_material_13.json b/src/main/resources/assets/box3mod/items/lab_material_13.json new file mode 100644 index 0000000..195935e --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_material_13.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_material_13" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_material_14.json b/src/main/resources/assets/box3mod/items/lab_material_14.json new file mode 100644 index 0000000..7a55d0b --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_material_14.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_material_14" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_material_15.json b/src/main/resources/assets/box3mod/items/lab_material_15.json new file mode 100644 index 0000000..75e37f9 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_material_15.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_material_15" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_screen.json b/src/main/resources/assets/box3mod/items/lab_screen.json new file mode 100644 index 0000000..343caff --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_screen.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_screen" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lab_wire.json b/src/main/resources/assets/box3mod/items/lab_wire.json new file mode 100644 index 0000000..f7ca9ba --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lab_wire.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lab_wire" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lantern_01.json b/src/main/resources/assets/box3mod/items/lantern_01.json new file mode 100644 index 0000000..a763a40 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lantern_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lantern_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lantern_02.json b/src/main/resources/assets/box3mod/items/lantern_02.json new file mode 100644 index 0000000..07fe1ce --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lantern_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lantern_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lava01.json b/src/main/resources/assets/box3mod/items/lava01.json new file mode 100644 index 0000000..70a0121 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lava01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lava01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lava02.json b/src/main/resources/assets/box3mod/items/lava02.json new file mode 100644 index 0000000..710555f --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lava02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lava02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/leaf_01.json b/src/main/resources/assets/box3mod/items/leaf_01.json new file mode 100644 index 0000000..a86edf0 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/leaf_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/leaf_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/leaf_02.json b/src/main/resources/assets/box3mod/items/leaf_02.json new file mode 100644 index 0000000..15c7a1a --- /dev/null +++ b/src/main/resources/assets/box3mod/items/leaf_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/leaf_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/leaf_03.json b/src/main/resources/assets/box3mod/items/leaf_03.json new file mode 100644 index 0000000..43c1c77 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/leaf_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/leaf_03" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/leaf_04.json b/src/main/resources/assets/box3mod/items/leaf_04.json new file mode 100644 index 0000000..67dba39 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/leaf_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/leaf_04" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/leaf_05.json b/src/main/resources/assets/box3mod/items/leaf_05.json new file mode 100644 index 0000000..bbb5148 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/leaf_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/leaf_05" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/leaf_06.json b/src/main/resources/assets/box3mod/items/leaf_06.json new file mode 100644 index 0000000..871fcf6 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/leaf_06.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/leaf_06" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/ledfloor01.json b/src/main/resources/assets/box3mod/items/ledfloor01.json new file mode 100644 index 0000000..64d6d7f --- /dev/null +++ b/src/main/resources/assets/box3mod/items/ledfloor01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/ledfloor01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/ledfloor02.json b/src/main/resources/assets/box3mod/items/ledfloor02.json new file mode 100644 index 0000000..237984d --- /dev/null +++ b/src/main/resources/assets/box3mod/items/ledfloor02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/ledfloor02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/lemon.json b/src/main/resources/assets/box3mod/items/lemon.json new file mode 100644 index 0000000..c882d82 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/lemon.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/lemon" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/less_than.json b/src/main/resources/assets/box3mod/items/less_than.json new file mode 100644 index 0000000..95dedb5 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/less_than.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/less_than" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/light_blue_grass.json b/src/main/resources/assets/box3mod/items/light_blue_grass.json new file mode 100644 index 0000000..63b2393 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/light_blue_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/light_blue_grass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/light_blue_grass_all.json b/src/main/resources/assets/box3mod/items/light_blue_grass_all.json new file mode 100644 index 0000000..495eea6 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/light_blue_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/light_blue_grass_all" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/light_dirt.json b/src/main/resources/assets/box3mod/items/light_dirt.json new file mode 100644 index 0000000..36528d7 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/light_dirt.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/light_dirt" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/light_gray.json b/src/main/resources/assets/box3mod/items/light_gray.json new file mode 100644 index 0000000..69afad8 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/light_gray.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/light_grey_stone_brick.json b/src/main/resources/assets/box3mod/items/light_grey_stone_brick.json new file mode 100644 index 0000000..6a72373 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/light_grey_stone_brick.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/light_grey_stone_brick" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/light_purple_grass_.json b/src/main/resources/assets/box3mod/items/light_purple_grass_.json new file mode 100644 index 0000000..997bb4d --- /dev/null +++ b/src/main/resources/assets/box3mod/items/light_purple_grass_.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/light_purple_grass_" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/light_purple_grass_all.json b/src/main/resources/assets/box3mod/items/light_purple_grass_all.json new file mode 100644 index 0000000..60b6483 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/light_purple_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/light_purple_grass_all" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/light_sand.json b/src/main/resources/assets/box3mod/items/light_sand.json new file mode 100644 index 0000000..6c07bd2 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/light_sand.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/light_sand" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/light_volcanic_rock.json b/src/main/resources/assets/box3mod/items/light_volcanic_rock.json new file mode 100644 index 0000000..73d123a --- /dev/null +++ b/src/main/resources/assets/box3mod/items/light_volcanic_rock.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/light_volcanic_rock" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/m.json b/src/main/resources/assets/box3mod/items/m.json new file mode 100644 index 0000000..178e0ee --- /dev/null +++ b/src/main/resources/assets/box3mod/items/m.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/m" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/macaroon.json b/src/main/resources/assets/box3mod/items/macaroon.json new file mode 100644 index 0000000..315c852 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/macaroon.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/macaroon" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/maroon.json b/src/main/resources/assets/box3mod/items/maroon.json new file mode 100644 index 0000000..143564f --- /dev/null +++ b/src/main/resources/assets/box3mod/items/maroon.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/maroon" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/medium_gray.json b/src/main/resources/assets/box3mod/items/medium_gray.json new file mode 100644 index 0000000..6d9a0b1 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/medium_gray.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/medium_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/medium_green.json b/src/main/resources/assets/box3mod/items/medium_green.json new file mode 100644 index 0000000..c4b56e1 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/medium_green.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/medium_green" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/medium_orchid.json b/src/main/resources/assets/box3mod/items/medium_orchid.json new file mode 100644 index 0000000..ff34c88 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/medium_orchid.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/medium_orchid" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/medium_purple.json b/src/main/resources/assets/box3mod/items/medium_purple.json new file mode 100644 index 0000000..88393a9 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/medium_purple.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/medium_purple" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/medium_spring_green.json b/src/main/resources/assets/box3mod/items/medium_spring_green.json new file mode 100644 index 0000000..544feac --- /dev/null +++ b/src/main/resources/assets/box3mod/items/medium_spring_green.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/medium_spring_green" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/medium_violet_red.json b/src/main/resources/assets/box3mod/items/medium_violet_red.json new file mode 100644 index 0000000..81ab2bc --- /dev/null +++ b/src/main/resources/assets/box3mod/items/medium_violet_red.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/medium_violet_red" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/medium_yellow.json b/src/main/resources/assets/box3mod/items/medium_yellow.json new file mode 100644 index 0000000..a745c69 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/medium_yellow.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/medium_yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/mint_green.json b/src/main/resources/assets/box3mod/items/mint_green.json new file mode 100644 index 0000000..4f3a8f8 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/mint_green.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/mint_green" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/mint_green_light.json b/src/main/resources/assets/box3mod/items/mint_green_light.json new file mode 100644 index 0000000..9d16014 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/mint_green_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/mint_green_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/multiply.json b/src/main/resources/assets/box3mod/items/multiply.json new file mode 100644 index 0000000..45a7888 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/multiply.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/multiply" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/n.json b/src/main/resources/assets/box3mod/items/n.json new file mode 100644 index 0000000..92cf7ca --- /dev/null +++ b/src/main/resources/assets/box3mod/items/n.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/n" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/navajo_white.json b/src/main/resources/assets/box3mod/items/navajo_white.json new file mode 100644 index 0000000..8135589 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/navajo_white.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/navajo_white" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/nine.json b/src/main/resources/assets/box3mod/items/nine.json new file mode 100644 index 0000000..58f13c1 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/nine.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/nine" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/o.json b/src/main/resources/assets/box3mod/items/o.json new file mode 100644 index 0000000..ff2d832 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/o.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/o" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/olive_green.json b/src/main/resources/assets/box3mod/items/olive_green.json new file mode 100644 index 0000000..99ef16d --- /dev/null +++ b/src/main/resources/assets/box3mod/items/olive_green.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/olive_green" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/one.json b/src/main/resources/assets/box3mod/items/one.json new file mode 100644 index 0000000..ed7f664 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/one.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/one" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/orange.json b/src/main/resources/assets/box3mod/items/orange.json new file mode 100644 index 0000000..0de5fe6 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/orange.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/orange" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/orange_grass.json b/src/main/resources/assets/box3mod/items/orange_grass.json new file mode 100644 index 0000000..fc994da --- /dev/null +++ b/src/main/resources/assets/box3mod/items/orange_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/orange_grass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/orange_grass_all.json b/src/main/resources/assets/box3mod/items/orange_grass_all.json new file mode 100644 index 0000000..f4d1a75 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/orange_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/orange_grass_all" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/orange_light.json b/src/main/resources/assets/box3mod/items/orange_light.json new file mode 100644 index 0000000..4ffa573 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/orange_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/orange_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/orange_red.json b/src/main/resources/assets/box3mod/items/orange_red.json new file mode 100644 index 0000000..4c9df3c --- /dev/null +++ b/src/main/resources/assets/box3mod/items/orange_red.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/orange_red" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/p.json b/src/main/resources/assets/box3mod/items/p.json new file mode 100644 index 0000000..9a22d9d --- /dev/null +++ b/src/main/resources/assets/box3mod/items/p.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/p" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/palace_carving.json b/src/main/resources/assets/box3mod/items/palace_carving.json new file mode 100644 index 0000000..a6652cf --- /dev/null +++ b/src/main/resources/assets/box3mod/items/palace_carving.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/palace_carving" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/palace_cloud.json b/src/main/resources/assets/box3mod/items/palace_cloud.json new file mode 100644 index 0000000..0fd87be --- /dev/null +++ b/src/main/resources/assets/box3mod/items/palace_cloud.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/palace_cloud" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/palace_eaves_01.json b/src/main/resources/assets/box3mod/items/palace_eaves_01.json new file mode 100644 index 0000000..1e41880 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/palace_eaves_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/palace_eaves_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/palace_eaves_02.json b/src/main/resources/assets/box3mod/items/palace_eaves_02.json new file mode 100644 index 0000000..d8d7316 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/palace_eaves_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/palace_eaves_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/palace_eaves_03.json b/src/main/resources/assets/box3mod/items/palace_eaves_03.json new file mode 100644 index 0000000..a66b192 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/palace_eaves_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/palace_eaves_03" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/palace_eaves_04.json b/src/main/resources/assets/box3mod/items/palace_eaves_04.json new file mode 100644 index 0000000..dffb7e6 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/palace_eaves_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/palace_eaves_04" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/palace_eaves_05.json b/src/main/resources/assets/box3mod/items/palace_eaves_05.json new file mode 100644 index 0000000..9f046eb --- /dev/null +++ b/src/main/resources/assets/box3mod/items/palace_eaves_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/palace_eaves_05" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/palace_eaves_06.json b/src/main/resources/assets/box3mod/items/palace_eaves_06.json new file mode 100644 index 0000000..a0d0b3c --- /dev/null +++ b/src/main/resources/assets/box3mod/items/palace_eaves_06.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/palace_eaves_06" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/palace_eaves_07.json b/src/main/resources/assets/box3mod/items/palace_eaves_07.json new file mode 100644 index 0000000..282403f --- /dev/null +++ b/src/main/resources/assets/box3mod/items/palace_eaves_07.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/palace_eaves_07" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/palace_eaves_08.json b/src/main/resources/assets/box3mod/items/palace_eaves_08.json new file mode 100644 index 0000000..5f386e6 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/palace_eaves_08.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/palace_eaves_08" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/palace_floor.json b/src/main/resources/assets/box3mod/items/palace_floor.json new file mode 100644 index 0000000..c112bc6 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/palace_floor.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/palace_floor" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/palace_lamp.json b/src/main/resources/assets/box3mod/items/palace_lamp.json new file mode 100644 index 0000000..0823065 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/palace_lamp.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/palace_lamp" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/palace_roof.json b/src/main/resources/assets/box3mod/items/palace_roof.json new file mode 100644 index 0000000..d431ea5 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/palace_roof.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/palace_roof" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/palace_window.json b/src/main/resources/assets/box3mod/items/palace_window.json new file mode 100644 index 0000000..393c6f1 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/palace_window.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/palace_window" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/pale_green.json b/src/main/resources/assets/box3mod/items/pale_green.json new file mode 100644 index 0000000..1bd943b --- /dev/null +++ b/src/main/resources/assets/box3mod/items/pale_green.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/pale_green" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/palm.json b/src/main/resources/assets/box3mod/items/palm.json new file mode 100644 index 0000000..e3e43a4 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/palm.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/palm" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/paren_close.json b/src/main/resources/assets/box3mod/items/paren_close.json new file mode 100644 index 0000000..318e94c --- /dev/null +++ b/src/main/resources/assets/box3mod/items/paren_close.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/paren_close" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/paren_open.json b/src/main/resources/assets/box3mod/items/paren_open.json new file mode 100644 index 0000000..3b8ebda --- /dev/null +++ b/src/main/resources/assets/box3mod/items/paren_open.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/paren_open" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/percent.json b/src/main/resources/assets/box3mod/items/percent.json new file mode 100644 index 0000000..ea0c35a --- /dev/null +++ b/src/main/resources/assets/box3mod/items/percent.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/percent" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/period.json b/src/main/resources/assets/box3mod/items/period.json new file mode 100644 index 0000000..d50c4d4 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/period.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/period" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/peru.json b/src/main/resources/assets/box3mod/items/peru.json new file mode 100644 index 0000000..d33c4a1 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/peru.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/peru" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/pink.json b/src/main/resources/assets/box3mod/items/pink.json new file mode 100644 index 0000000..dd06c87 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/pink.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/pink" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/pink_cake.json b/src/main/resources/assets/box3mod/items/pink_cake.json new file mode 100644 index 0000000..1d63802 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/pink_cake.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/pink_cake" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/pink_grass.json b/src/main/resources/assets/box3mod/items/pink_grass.json new file mode 100644 index 0000000..421d015 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/pink_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/pink_grass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/pink_grass_all.json b/src/main/resources/assets/box3mod/items/pink_grass_all.json new file mode 100644 index 0000000..ab7452b --- /dev/null +++ b/src/main/resources/assets/box3mod/items/pink_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/pink_grass_all" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/pink_light.json b/src/main/resources/assets/box3mod/items/pink_light.json new file mode 100644 index 0000000..df4a84d --- /dev/null +++ b/src/main/resources/assets/box3mod/items/pink_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/pink_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/plank_01.json b/src/main/resources/assets/box3mod/items/plank_01.json new file mode 100644 index 0000000..dd47174 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/plank_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/plank_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/plank_02.json b/src/main/resources/assets/box3mod/items/plank_02.json new file mode 100644 index 0000000..89cc6fa --- /dev/null +++ b/src/main/resources/assets/box3mod/items/plank_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/plank_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/plank_03.json b/src/main/resources/assets/box3mod/items/plank_03.json new file mode 100644 index 0000000..27db6e4 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/plank_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/plank_03" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/plank_04.json b/src/main/resources/assets/box3mod/items/plank_04.json new file mode 100644 index 0000000..0b251ce --- /dev/null +++ b/src/main/resources/assets/box3mod/items/plank_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/plank_04" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/plank_05.json b/src/main/resources/assets/box3mod/items/plank_05.json new file mode 100644 index 0000000..20abe0e --- /dev/null +++ b/src/main/resources/assets/box3mod/items/plank_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/plank_05" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/plank_06.json b/src/main/resources/assets/box3mod/items/plank_06.json new file mode 100644 index 0000000..70e53f6 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/plank_06.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/plank_06" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/plank_07.json b/src/main/resources/assets/box3mod/items/plank_07.json new file mode 100644 index 0000000..f76d04a --- /dev/null +++ b/src/main/resources/assets/box3mod/items/plank_07.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/plank_07" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/polar_ice.json b/src/main/resources/assets/box3mod/items/polar_ice.json new file mode 100644 index 0000000..2518abe --- /dev/null +++ b/src/main/resources/assets/box3mod/items/polar_ice.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/polar_ice" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/polar_region.json b/src/main/resources/assets/box3mod/items/polar_region.json new file mode 100644 index 0000000..a16eff6 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/polar_region.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/polar_region" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/pound.json b/src/main/resources/assets/box3mod/items/pound.json new file mode 100644 index 0000000..ca52884 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/pound.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/pound" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/powder_blue.json b/src/main/resources/assets/box3mod/items/powder_blue.json new file mode 100644 index 0000000..f9155bb --- /dev/null +++ b/src/main/resources/assets/box3mod/items/powder_blue.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/powder_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/pumpkin.json b/src/main/resources/assets/box3mod/items/pumpkin.json new file mode 100644 index 0000000..a2c8a67 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/pumpkin.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/pumpkin" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/pumpkin_lantern.json b/src/main/resources/assets/box3mod/items/pumpkin_lantern.json new file mode 100644 index 0000000..71862d8 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/pumpkin_lantern.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/pumpkin_lantern" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/purple.json b/src/main/resources/assets/box3mod/items/purple.json new file mode 100644 index 0000000..041bacc --- /dev/null +++ b/src/main/resources/assets/box3mod/items/purple.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/purple" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/purple_grass.json b/src/main/resources/assets/box3mod/items/purple_grass.json new file mode 100644 index 0000000..742e076 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/purple_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/purple_grass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/purple_grass_all.json b/src/main/resources/assets/box3mod/items/purple_grass_all.json new file mode 100644 index 0000000..43acb18 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/purple_grass_all.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/purple_grass_all" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/purple_surface_01.json b/src/main/resources/assets/box3mod/items/purple_surface_01.json new file mode 100644 index 0000000..ca2c8f7 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/purple_surface_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/purple_surface_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/purple_surface_02.json b/src/main/resources/assets/box3mod/items/purple_surface_02.json new file mode 100644 index 0000000..857cb14 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/purple_surface_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/purple_surface_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/q.json b/src/main/resources/assets/box3mod/items/q.json new file mode 100644 index 0000000..9d72034 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/q.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/q" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/quartz_brick.json b/src/main/resources/assets/box3mod/items/quartz_brick.json new file mode 100644 index 0000000..97aa1bb --- /dev/null +++ b/src/main/resources/assets/box3mod/items/quartz_brick.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/quartz_brick" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/question_mark.json b/src/main/resources/assets/box3mod/items/question_mark.json new file mode 100644 index 0000000..61a6de5 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/question_mark.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/question_mark" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/quotation_mark.json b/src/main/resources/assets/box3mod/items/quotation_mark.json new file mode 100644 index 0000000..81a1795 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/quotation_mark.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/quotation_mark" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/r.json b/src/main/resources/assets/box3mod/items/r.json new file mode 100644 index 0000000..53026a6 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/r.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/r" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/rainbow_cube.json b/src/main/resources/assets/box3mod/items/rainbow_cube.json new file mode 100644 index 0000000..eb4d769 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/rainbow_cube.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/rainbow_cube" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/red.json b/src/main/resources/assets/box3mod/items/red.json new file mode 100644 index 0000000..84bd563 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/red.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/red" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/red_brick.json b/src/main/resources/assets/box3mod/items/red_brick.json new file mode 100644 index 0000000..c7eee98 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/red_brick.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/red_brick" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/red_brick_floor.json b/src/main/resources/assets/box3mod/items/red_brick_floor.json new file mode 100644 index 0000000..82d5a13 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/red_brick_floor.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/red_brick_floor" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/red_brick_wall.json b/src/main/resources/assets/box3mod/items/red_brick_wall.json new file mode 100644 index 0000000..deaf290 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/red_brick_wall.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/red_brick_wall" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/red_decorative_light.json b/src/main/resources/assets/box3mod/items/red_decorative_light.json new file mode 100644 index 0000000..f0b4275 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/red_decorative_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/red_decorative_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/red_gift.json b/src/main/resources/assets/box3mod/items/red_gift.json new file mode 100644 index 0000000..cb9321c --- /dev/null +++ b/src/main/resources/assets/box3mod/items/red_gift.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/red_gift" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/red_glass.json b/src/main/resources/assets/box3mod/items/red_glass.json new file mode 100644 index 0000000..5445871 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/red_glass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/red_glass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/red_light.json b/src/main/resources/assets/box3mod/items/red_light.json new file mode 100644 index 0000000..06c3a13 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/red_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/red_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/rock.json b/src/main/resources/assets/box3mod/items/rock.json new file mode 100644 index 0000000..38da409 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/rock.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/rock" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/roof_blue_04.json b/src/main/resources/assets/box3mod/items/roof_blue_04.json new file mode 100644 index 0000000..0513d1f --- /dev/null +++ b/src/main/resources/assets/box3mod/items/roof_blue_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/roof_blue_04" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/roof_green.json b/src/main/resources/assets/box3mod/items/roof_green.json new file mode 100644 index 0000000..7370e78 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/roof_green.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/roof_green" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/roof_grey.json b/src/main/resources/assets/box3mod/items/roof_grey.json new file mode 100644 index 0000000..d04ad55 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/roof_grey.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/roof_grey" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/roof_purple.json b/src/main/resources/assets/box3mod/items/roof_purple.json new file mode 100644 index 0000000..389b64d --- /dev/null +++ b/src/main/resources/assets/box3mod/items/roof_purple.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/roof_purple" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/roof_red.json b/src/main/resources/assets/box3mod/items/roof_red.json new file mode 100644 index 0000000..16d3a20 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/roof_red.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/roof_red" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/roof_yellow.json b/src/main/resources/assets/box3mod/items/roof_yellow.json new file mode 100644 index 0000000..f27d6b0 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/roof_yellow.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/roof_yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/s.json b/src/main/resources/assets/box3mod/items/s.json new file mode 100644 index 0000000..ae335a3 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/s.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/s" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/sakura_pink.json b/src/main/resources/assets/box3mod/items/sakura_pink.json new file mode 100644 index 0000000..14310a5 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/sakura_pink.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/sakura_pink" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/sand.json b/src/main/resources/assets/box3mod/items/sand.json new file mode 100644 index 0000000..f09271f --- /dev/null +++ b/src/main/resources/assets/box3mod/items/sand.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/sand" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/sand_stones.json b/src/main/resources/assets/box3mod/items/sand_stones.json new file mode 100644 index 0000000..339ab7c --- /dev/null +++ b/src/main/resources/assets/box3mod/items/sand_stones.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/sand_stones" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/semicolon.json b/src/main/resources/assets/box3mod/items/semicolon.json new file mode 100644 index 0000000..961fb40 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/semicolon.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/semicolon" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/seven.json b/src/main/resources/assets/box3mod/items/seven.json new file mode 100644 index 0000000..c1f7481 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/seven.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/seven" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/sienna.json b/src/main/resources/assets/box3mod/items/sienna.json new file mode 100644 index 0000000..debdc2a --- /dev/null +++ b/src/main/resources/assets/box3mod/items/sienna.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/sienna" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/six.json b/src/main/resources/assets/box3mod/items/six.json new file mode 100644 index 0000000..e107ef3 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/six.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/six" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/sky_blue.json b/src/main/resources/assets/box3mod/items/sky_blue.json new file mode 100644 index 0000000..d97b114 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/sky_blue.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/sky_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/slash.json b/src/main/resources/assets/box3mod/items/slash.json new file mode 100644 index 0000000..df2a95e --- /dev/null +++ b/src/main/resources/assets/box3mod/items/slash.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/slash" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/snow.json b/src/main/resources/assets/box3mod/items/snow.json new file mode 100644 index 0000000..4f1e457 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/snow.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/snow" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/snow_grass.json b/src/main/resources/assets/box3mod/items/snow_grass.json new file mode 100644 index 0000000..8687872 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/snow_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/snow_grass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/snow_land.json b/src/main/resources/assets/box3mod/items/snow_land.json new file mode 100644 index 0000000..4d66e2a --- /dev/null +++ b/src/main/resources/assets/box3mod/items/snow_land.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/snow_land" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/snowflake_lamp.json b/src/main/resources/assets/box3mod/items/snowflake_lamp.json new file mode 100644 index 0000000..6f92ada --- /dev/null +++ b/src/main/resources/assets/box3mod/items/snowflake_lamp.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/snowflake_lamp" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/snowland.json b/src/main/resources/assets/box3mod/items/snowland.json new file mode 100644 index 0000000..5e36ebb --- /dev/null +++ b/src/main/resources/assets/box3mod/items/snowland.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/snowland" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/snowman_body.json b/src/main/resources/assets/box3mod/items/snowman_body.json new file mode 100644 index 0000000..863e07e --- /dev/null +++ b/src/main/resources/assets/box3mod/items/snowman_body.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/snowman_body" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/snowman_head.json b/src/main/resources/assets/box3mod/items/snowman_head.json new file mode 100644 index 0000000..a17bf8b --- /dev/null +++ b/src/main/resources/assets/box3mod/items/snowman_head.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/snowman_head" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/spec_blueberry_juice_bucket.json b/src/main/resources/assets/box3mod/items/spec_blueberry_juice_bucket.json deleted file mode 100644 index dc7ebaf..0000000 --- a/src/main/resources/assets/box3mod/items/spec_blueberry_juice_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:item/spec_blueberry_juice_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/spec_coffee_bucket.json b/src/main/resources/assets/box3mod/items/spec_coffee_bucket.json deleted file mode 100644 index 48e903f..0000000 --- a/src/main/resources/assets/box3mod/items/spec_coffee_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:item/spec_coffee_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/spec_grape_juice_bucket.json b/src/main/resources/assets/box3mod/items/spec_grape_juice_bucket.json deleted file mode 100644 index b698a54..0000000 --- a/src/main/resources/assets/box3mod/items/spec_grape_juice_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:item/spec_grape_juice_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/spec_lemon_juice_bucket.json b/src/main/resources/assets/box3mod/items/spec_lemon_juice_bucket.json deleted file mode 100644 index da6c489..0000000 --- a/src/main/resources/assets/box3mod/items/spec_lemon_juice_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:item/spec_lemon_juice_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/spec_lime_juice_bucket.json b/src/main/resources/assets/box3mod/items/spec_lime_juice_bucket.json deleted file mode 100644 index 3710de5..0000000 --- a/src/main/resources/assets/box3mod/items/spec_lime_juice_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:item/spec_lime_juice_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/spec_milk_bucket.json b/src/main/resources/assets/box3mod/items/spec_milk_bucket.json deleted file mode 100644 index 9941fee..0000000 --- a/src/main/resources/assets/box3mod/items/spec_milk_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:item/spec_milk_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/spec_orange_juice_bucket.json b/src/main/resources/assets/box3mod/items/spec_orange_juice_bucket.json deleted file mode 100644 index 4fa0897..0000000 --- a/src/main/resources/assets/box3mod/items/spec_orange_juice_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:item/spec_orange_juice_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/spec_peach_juice_bucket.json b/src/main/resources/assets/box3mod/items/spec_peach_juice_bucket.json deleted file mode 100644 index 10f6e2a..0000000 --- a/src/main/resources/assets/box3mod/items/spec_peach_juice_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:item/spec_peach_juice_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/spec_soy_sauce_bucket.json b/src/main/resources/assets/box3mod/items/spec_soy_sauce_bucket.json deleted file mode 100644 index 5e78bc1..0000000 --- a/src/main/resources/assets/box3mod/items/spec_soy_sauce_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:item/spec_soy_sauce_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/spec_strawberry_juice_bucket.json b/src/main/resources/assets/box3mod/items/spec_strawberry_juice_bucket.json deleted file mode 100644 index 59a8227..0000000 --- a/src/main/resources/assets/box3mod/items/spec_strawberry_juice_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:item/spec_strawberry_juice_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/spec_water_bucket.json b/src/main/resources/assets/box3mod/items/spec_water_bucket.json deleted file mode 100644 index e18c094..0000000 --- a/src/main/resources/assets/box3mod/items/spec_water_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:item/spec_water_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_grass_01.json b/src/main/resources/assets/box3mod/items/special_grass_01.json new file mode 100644 index 0000000..5382525 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_grass_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_grass_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_grass_02.json b/src/main/resources/assets/box3mod/items/special_grass_02.json new file mode 100644 index 0000000..a126332 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_grass_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_grass_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_grass_03.json b/src/main/resources/assets/box3mod/items/special_grass_03.json new file mode 100644 index 0000000..afa50c0 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_grass_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_grass_03" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_grass_04.json b/src/main/resources/assets/box3mod/items/special_grass_04.json new file mode 100644 index 0000000..183226e --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_grass_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_grass_04" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_grass_05.json b/src/main/resources/assets/box3mod/items/special_grass_05.json new file mode 100644 index 0000000..a1a7c52 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_grass_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_grass_05" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_grass_06.json b/src/main/resources/assets/box3mod/items/special_grass_06.json new file mode 100644 index 0000000..e6f5c41 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_grass_06.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_grass_06" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_grass_07.json b/src/main/resources/assets/box3mod/items/special_grass_07.json new file mode 100644 index 0000000..48d376b --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_grass_07.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_grass_07" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_grass_08.json b/src/main/resources/assets/box3mod/items/special_grass_08.json new file mode 100644 index 0000000..2f2d3e7 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_grass_08.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_grass_08" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_grass_09.json b/src/main/resources/assets/box3mod/items/special_grass_09.json new file mode 100644 index 0000000..333ec41 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_grass_09.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_grass_09" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_grass_10.json b/src/main/resources/assets/box3mod/items/special_grass_10.json new file mode 100644 index 0000000..f74d999 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_grass_10.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_grass_10" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_grass_11.json b/src/main/resources/assets/box3mod/items/special_grass_11.json new file mode 100644 index 0000000..150cd50 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_grass_11.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_grass_11" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_grass_12.json b/src/main/resources/assets/box3mod/items/special_grass_12.json new file mode 100644 index 0000000..2fc6f03 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_grass_12.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_grass_12" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_grass_13.json b/src/main/resources/assets/box3mod/items/special_grass_13.json new file mode 100644 index 0000000..0146c9c --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_grass_13.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_grass_13" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_grass_14.json b/src/main/resources/assets/box3mod/items/special_grass_14.json new file mode 100644 index 0000000..833d669 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_grass_14.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_grass_14" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_grass_15.json b/src/main/resources/assets/box3mod/items/special_grass_15.json new file mode 100644 index 0000000..90a759b --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_grass_15.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_grass_15" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_grass_16.json b/src/main/resources/assets/box3mod/items/special_grass_16.json new file mode 100644 index 0000000..46bdd3b --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_grass_16.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_grass_16" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_land_01.json b/src/main/resources/assets/box3mod/items/special_land_01.json new file mode 100644 index 0000000..8787d5e --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_land_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_land_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_sand_01.json b/src/main/resources/assets/box3mod/items/special_sand_01.json new file mode 100644 index 0000000..b17e85c --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_sand_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_sand_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_sand_02.json b/src/main/resources/assets/box3mod/items/special_sand_02.json new file mode 100644 index 0000000..96d67d9 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_sand_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_sand_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_sand_03.json b/src/main/resources/assets/box3mod/items/special_sand_03.json new file mode 100644 index 0000000..a5db368 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_sand_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_sand_03" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_sand_04.json b/src/main/resources/assets/box3mod/items/special_sand_04.json new file mode 100644 index 0000000..fa52080 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_sand_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_sand_04" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/special_sand_05.json b/src/main/resources/assets/box3mod/items/special_sand_05.json new file mode 100644 index 0000000..f4d8ee0 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/special_sand_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/special_sand_05" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/spiderweb.json b/src/main/resources/assets/box3mod/items/spiderweb.json new file mode 100644 index 0000000..efa26fd --- /dev/null +++ b/src/main/resources/assets/box3mod/items/spiderweb.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/spiderweb" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/stained_glass.json b/src/main/resources/assets/box3mod/items/stained_glass.json new file mode 100644 index 0000000..179f3f0 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/stained_glass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/stained_glass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/stainless_steel.json b/src/main/resources/assets/box3mod/items/stainless_steel.json new file mode 100644 index 0000000..1492b43 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/stainless_steel.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/stainless_steel" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/star_lamp.json b/src/main/resources/assets/box3mod/items/star_lamp.json new file mode 100644 index 0000000..7c64a25 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/star_lamp.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/star_lamp" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/stone.json b/src/main/resources/assets/box3mod/items/stone.json new file mode 100644 index 0000000..67fcf4e --- /dev/null +++ b/src/main/resources/assets/box3mod/items/stone.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/stone" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/stone_brick_01.json b/src/main/resources/assets/box3mod/items/stone_brick_01.json new file mode 100644 index 0000000..85d1083 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/stone_brick_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/stone_brick_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/stone_brick_02.json b/src/main/resources/assets/box3mod/items/stone_brick_02.json new file mode 100644 index 0000000..ac0b110 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/stone_brick_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/stone_brick_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/stone_pillar_03.json b/src/main/resources/assets/box3mod/items/stone_pillar_03.json new file mode 100644 index 0000000..df529f3 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/stone_pillar_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/stone_pillar_03" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/stone_pillar_04.json b/src/main/resources/assets/box3mod/items/stone_pillar_04.json new file mode 100644 index 0000000..7e698ed --- /dev/null +++ b/src/main/resources/assets/box3mod/items/stone_pillar_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/stone_pillar_04" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/stone_pillar_05.json b/src/main/resources/assets/box3mod/items/stone_pillar_05.json new file mode 100644 index 0000000..5e240c4 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/stone_pillar_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/stone_pillar_05" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/stone_pillar_06.json b/src/main/resources/assets/box3mod/items/stone_pillar_06.json new file mode 100644 index 0000000..ffd92ba --- /dev/null +++ b/src/main/resources/assets/box3mod/items/stone_pillar_06.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/stone_pillar_06" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/stone_wall.json b/src/main/resources/assets/box3mod/items/stone_wall.json new file mode 100644 index 0000000..7975be4 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/stone_wall.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/stone_wall" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/stone_wall_01.json b/src/main/resources/assets/box3mod/items/stone_wall_01.json new file mode 100644 index 0000000..2263cc9 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/stone_wall_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/stone_wall_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/stripe_01.json b/src/main/resources/assets/box3mod/items/stripe_01.json new file mode 100644 index 0000000..5e39a6d --- /dev/null +++ b/src/main/resources/assets/box3mod/items/stripe_01.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/stripe_01" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/stripe_02.json b/src/main/resources/assets/box3mod/items/stripe_02.json new file mode 100644 index 0000000..16ced3e --- /dev/null +++ b/src/main/resources/assets/box3mod/items/stripe_02.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/stripe_02" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/stripe_03.json b/src/main/resources/assets/box3mod/items/stripe_03.json new file mode 100644 index 0000000..762e6be --- /dev/null +++ b/src/main/resources/assets/box3mod/items/stripe_03.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/stripe_03" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/stripe_04.json b/src/main/resources/assets/box3mod/items/stripe_04.json new file mode 100644 index 0000000..c756f1d --- /dev/null +++ b/src/main/resources/assets/box3mod/items/stripe_04.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/stripe_04" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/stripe_05.json b/src/main/resources/assets/box3mod/items/stripe_05.json new file mode 100644 index 0000000..c95b046 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/stripe_05.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/stripe_05" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/subtract.json b/src/main/resources/assets/box3mod/items/subtract.json new file mode 100644 index 0000000..929e988 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/subtract.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/subtract" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/t.json b/src/main/resources/assets/box3mod/items/t.json new file mode 100644 index 0000000..dab37e5 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/t.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/t" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/television.json b/src/main/resources/assets/box3mod/items/television.json new file mode 100644 index 0000000..8790c75 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/television.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/television" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/three.json b/src/main/resources/assets/box3mod/items/three.json new file mode 100644 index 0000000..e5c8dad --- /dev/null +++ b/src/main/resources/assets/box3mod/items/three.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/three" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/tilde.json b/src/main/resources/assets/box3mod/items/tilde.json new file mode 100644 index 0000000..b9fd0b5 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/tilde.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/tilde" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/toolbox.json b/src/main/resources/assets/box3mod/items/toolbox.json new file mode 100644 index 0000000..7beaa67 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/toolbox.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/toolbox" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/traditional_window.json b/src/main/resources/assets/box3mod/items/traditional_window.json new file mode 100644 index 0000000..a2acbef --- /dev/null +++ b/src/main/resources/assets/box3mod/items/traditional_window.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/traditional_window" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/treasure_chest.json b/src/main/resources/assets/box3mod/items/treasure_chest.json new file mode 100644 index 0000000..4880eef --- /dev/null +++ b/src/main/resources/assets/box3mod/items/treasure_chest.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/treasure_chest" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/turquoise.json b/src/main/resources/assets/box3mod/items/turquoise.json new file mode 100644 index 0000000..9bca5f3 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/turquoise.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/turquoise" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/two.json b/src/main/resources/assets/box3mod/items/two.json new file mode 100644 index 0000000..231b090 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/two.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/two" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/u.json b/src/main/resources/assets/box3mod/items/u.json new file mode 100644 index 0000000..d1fbab0 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/u.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/u" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/v.json b/src/main/resources/assets/box3mod/items/v.json new file mode 100644 index 0000000..de87482 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/v.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/v" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_A.json b/src/main/resources/assets/box3mod/items/voxel_A.json deleted file mode 100644 index 739fd73..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_A.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_a" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_B.json b/src/main/resources/assets/box3mod/items/voxel_B.json deleted file mode 100644 index 3b98235..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_B.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_b" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_C.json b/src/main/resources/assets/box3mod/items/voxel_C.json deleted file mode 100644 index dafbd1e..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_C.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_c" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_D.json b/src/main/resources/assets/box3mod/items/voxel_D.json deleted file mode 100644 index 05388da..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_D.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_d" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_E.json b/src/main/resources/assets/box3mod/items/voxel_E.json deleted file mode 100644 index 0f26810..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_E.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_e" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_F.json b/src/main/resources/assets/box3mod/items/voxel_F.json deleted file mode 100644 index ade0697..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_F.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_f" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_G.json b/src/main/resources/assets/box3mod/items/voxel_G.json deleted file mode 100644 index 296f00a..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_G.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_g" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_H.json b/src/main/resources/assets/box3mod/items/voxel_H.json deleted file mode 100644 index a8499ba..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_H.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_h" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_I.json b/src/main/resources/assets/box3mod/items/voxel_I.json deleted file mode 100644 index 1d5adda..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_I.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_i" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_J.json b/src/main/resources/assets/box3mod/items/voxel_J.json deleted file mode 100644 index 7e1a1b3..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_J.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_j" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_K.json b/src/main/resources/assets/box3mod/items/voxel_K.json deleted file mode 100644 index d3832a6..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_K.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_k" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_L.json b/src/main/resources/assets/box3mod/items/voxel_L.json deleted file mode 100644 index a50011d..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_L.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_l" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_M.json b/src/main/resources/assets/box3mod/items/voxel_M.json deleted file mode 100644 index d1b3cff..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_M.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_m" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_N.json b/src/main/resources/assets/box3mod/items/voxel_N.json deleted file mode 100644 index 6816e1b..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_N.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_n" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_O.json b/src/main/resources/assets/box3mod/items/voxel_O.json deleted file mode 100644 index cdd438a..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_O.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_o" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_P.json b/src/main/resources/assets/box3mod/items/voxel_P.json deleted file mode 100644 index 8147626..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_P.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_p" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_Q.json b/src/main/resources/assets/box3mod/items/voxel_Q.json deleted file mode 100644 index bbd111e..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_Q.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_q" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_R.json b/src/main/resources/assets/box3mod/items/voxel_R.json deleted file mode 100644 index 3a7c970..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_R.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_r" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_S.json b/src/main/resources/assets/box3mod/items/voxel_S.json deleted file mode 100644 index 9387921..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_S.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_s" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_T.json b/src/main/resources/assets/box3mod/items/voxel_T.json deleted file mode 100644 index f0b261b..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_T.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_t" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_U.json b/src/main/resources/assets/box3mod/items/voxel_U.json deleted file mode 100644 index 2674dce..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_U.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_u" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_V.json b/src/main/resources/assets/box3mod/items/voxel_V.json deleted file mode 100644 index fb5bcfe..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_V.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_v" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_W.json b/src/main/resources/assets/box3mod/items/voxel_W.json deleted file mode 100644 index fef9d4c..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_W.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_w" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_X.json b/src/main/resources/assets/box3mod/items/voxel_X.json deleted file mode 100644 index b71ab82..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_X.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_x" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_Y.json b/src/main/resources/assets/box3mod/items/voxel_Y.json deleted file mode 100644 index e2ca53a..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_Y.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_y" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_Z.json b/src/main/resources/assets/box3mod/items/voxel_Z.json deleted file mode 100644 index 9ffe639..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_Z.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_z" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_acacia.json b/src/main/resources/assets/box3mod/items/voxel_acacia.json deleted file mode 100644 index fc6382f..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_acacia.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_acacia" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_add.json b/src/main/resources/assets/box3mod/items/voxel_add.json deleted file mode 100644 index 572d80f..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_add.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_add" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_air_duct.json b/src/main/resources/assets/box3mod/items/voxel_air_duct.json deleted file mode 100644 index b5849f7..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_air_duct.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_air_duct" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_ampersand.json b/src/main/resources/assets/box3mod/items/voxel_ampersand.json deleted file mode 100644 index af89e9b..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_ampersand.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_ampersand" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_asterisk.json b/src/main/resources/assets/box3mod/items/voxel_asterisk.json deleted file mode 100644 index b9045f7..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_asterisk.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_asterisk" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_at.json b/src/main/resources/assets/box3mod/items/voxel_at.json deleted file mode 100644 index 18d4eb4..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_at.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_at" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_backslash.json b/src/main/resources/assets/box3mod/items/voxel_backslash.json deleted file mode 100644 index c1fc37b..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_backslash.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_backslash" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_bamboo.json b/src/main/resources/assets/box3mod/items/voxel_bamboo.json deleted file mode 100644 index 1440759..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_bamboo.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_bamboo" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_barrier.json b/src/main/resources/assets/box3mod/items/voxel_barrier.json deleted file mode 100644 index 9957352..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_barrier.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_barrier" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_bat_window.json b/src/main/resources/assets/box3mod/items/voxel_bat_window.json deleted file mode 100644 index 80b4ee7..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_bat_window.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_bat_window" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_bear_footprint.json b/src/main/resources/assets/box3mod/items/voxel_bear_footprint.json deleted file mode 100644 index c8dd684..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_bear_footprint.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_bear_footprint" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_biscuit.json b/src/main/resources/assets/box3mod/items/voxel_biscuit.json deleted file mode 100644 index 2087875..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_biscuit.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_biscuit" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_black.json b/src/main/resources/assets/box3mod/items/voxel_black.json deleted file mode 100644 index 862f7c6..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_black.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_black" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_black_glass.json b/src/main/resources/assets/box3mod/items/voxel_black_glass.json deleted file mode 100644 index c366cd1..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_black_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_black_glass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_blue.json b/src/main/resources/assets/box3mod/items/voxel_blue.json deleted file mode 100644 index 4fec737..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_blue.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_blue" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_blue_decorative_light.json b/src/main/resources/assets/box3mod/items/voxel_blue_decorative_light.json deleted file mode 100644 index 384bfab..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_blue_decorative_light.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_blue_decorative_light" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_blue_gift.json b/src/main/resources/assets/box3mod/items/voxel_blue_gift.json deleted file mode 100644 index 5b7ff19..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_blue_gift.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_blue_gift" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_blue_glass.json b/src/main/resources/assets/box3mod/items/voxel_blue_glass.json deleted file mode 100644 index 49d5094..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_blue_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_blue_glass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_blue_grass.json b/src/main/resources/assets/box3mod/items/voxel_blue_grass.json deleted file mode 100644 index f008b8a..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_blue_grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_blue_grass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_blue_grass_all.json b/src/main/resources/assets/box3mod/items/voxel_blue_grass_all.json deleted file mode 100644 index 546d353..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_blue_grass_all.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_blue_grass_all" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_blue_light.json b/src/main/resources/assets/box3mod/items/voxel_blue_light.json deleted file mode 100644 index 926322c..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_blue_light.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_blue_light" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_blue_surface_01.json b/src/main/resources/assets/box3mod/items/voxel_blue_surface_01.json deleted file mode 100644 index 53737a5..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_blue_surface_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_blue_surface_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_blue_surface_02.json b/src/main/resources/assets/box3mod/items/voxel_blue_surface_02.json deleted file mode 100644 index f77092b..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_blue_surface_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_blue_surface_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board0.json b/src/main/resources/assets/box3mod/items/voxel_board0.json deleted file mode 100644 index 6cc1abd..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board0.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board0" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board1.json b/src/main/resources/assets/box3mod/items/voxel_board1.json deleted file mode 100644 index b3dc738..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board1" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board10.json b/src/main/resources/assets/box3mod/items/voxel_board10.json deleted file mode 100644 index 1118fe3..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board10.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board10" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board11.json b/src/main/resources/assets/box3mod/items/voxel_board11.json deleted file mode 100644 index bed767b..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board11.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board11" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board12.json b/src/main/resources/assets/box3mod/items/voxel_board12.json deleted file mode 100644 index 6c2989c..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board12.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board12" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board13.json b/src/main/resources/assets/box3mod/items/voxel_board13.json deleted file mode 100644 index 682a144..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board13.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board13" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board14.json b/src/main/resources/assets/box3mod/items/voxel_board14.json deleted file mode 100644 index e6a81bd..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board14.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board14" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board15.json b/src/main/resources/assets/box3mod/items/voxel_board15.json deleted file mode 100644 index 7927aeb..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board15.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board15" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board2.json b/src/main/resources/assets/box3mod/items/voxel_board2.json deleted file mode 100644 index 2bb96a7..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board2.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board2" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board3.json b/src/main/resources/assets/box3mod/items/voxel_board3.json deleted file mode 100644 index 93bbaca..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board3.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board3" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board4.json b/src/main/resources/assets/box3mod/items/voxel_board4.json deleted file mode 100644 index be9ee7e..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board4.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board4" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board5.json b/src/main/resources/assets/box3mod/items/voxel_board5.json deleted file mode 100644 index d2e6b44..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board5.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board5" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board6.json b/src/main/resources/assets/box3mod/items/voxel_board6.json deleted file mode 100644 index 702a9ae..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board6.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board6" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board7.json b/src/main/resources/assets/box3mod/items/voxel_board7.json deleted file mode 100644 index 5779ce9..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board7.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board7" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board8.json b/src/main/resources/assets/box3mod/items/voxel_board8.json deleted file mode 100644 index 2388c86..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board8.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board8" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board9.json b/src/main/resources/assets/box3mod/items/voxel_board9.json deleted file mode 100644 index a5b89bc..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board9.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board9" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board_01.json b/src/main/resources/assets/box3mod/items/voxel_board_01.json deleted file mode 100644 index ac4c66c..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board_02.json b/src/main/resources/assets/box3mod/items/voxel_board_02.json deleted file mode 100644 index c50c04c..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board_03.json b/src/main/resources/assets/box3mod/items/voxel_board_03.json deleted file mode 100644 index 3c6d4b3..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board_03.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board_03" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board_04.json b/src/main/resources/assets/box3mod/items/voxel_board_04.json deleted file mode 100644 index 006ef3b..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board_04.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board_04" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board_05.json b/src/main/resources/assets/box3mod/items/voxel_board_05.json deleted file mode 100644 index 158ef17..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board_05.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board_05" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board_06.json b/src/main/resources/assets/box3mod/items/voxel_board_06.json deleted file mode 100644 index 97ad3cb..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board_06.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board_06" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_board_07.json b/src/main/resources/assets/box3mod/items/voxel_board_07.json deleted file mode 100644 index e7d5be4..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_board_07.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_board_07" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_bookshelf.json b/src/main/resources/assets/box3mod/items/voxel_bookshelf.json deleted file mode 100644 index c6dd0b3..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_bookshelf.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_bookshelf" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_bounce_pad.json b/src/main/resources/assets/box3mod/items/voxel_bounce_pad.json deleted file mode 100644 index 19c5d8d..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_bounce_pad.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_bounce_pad" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_bracket_close.json b/src/main/resources/assets/box3mod/items/voxel_bracket_close.json deleted file mode 100644 index e996e71..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_bracket_close.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_bracket_close" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_bracket_open.json b/src/main/resources/assets/box3mod/items/voxel_bracket_open.json deleted file mode 100644 index abe3c0b..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_bracket_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_bracket_open" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_brick_01.json b/src/main/resources/assets/box3mod/items/voxel_brick_01.json deleted file mode 100644 index a295fbe..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_brick_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_brick_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_brick_02.json b/src/main/resources/assets/box3mod/items/voxel_brick_02.json deleted file mode 100644 index 1b2a216..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_brick_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_brick_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_brick_red.json b/src/main/resources/assets/box3mod/items/voxel_brick_red.json deleted file mode 100644 index 0b9fe27..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_brick_red.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_brick_red" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_button.json b/src/main/resources/assets/box3mod/items/voxel_button.json deleted file mode 100644 index ba66028..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_button.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_button" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_cadet_blue.json b/src/main/resources/assets/box3mod/items/voxel_cadet_blue.json deleted file mode 100644 index 01d1479..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_cadet_blue.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_cadet_blue" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_candy.json b/src/main/resources/assets/box3mod/items/voxel_candy.json deleted file mode 100644 index 8ffbd7e..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_candy.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_candy" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_caret.json b/src/main/resources/assets/box3mod/items/voxel_caret.json deleted file mode 100644 index 7de6934..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_caret.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_caret" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_carpet_01.json b/src/main/resources/assets/box3mod/items/voxel_carpet_01.json deleted file mode 100644 index d02bb6f..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_carpet_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_carpet_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_carpet_02.json b/src/main/resources/assets/box3mod/items/voxel_carpet_02.json deleted file mode 100644 index fa15055..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_carpet_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_carpet_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_carpet_03.json b/src/main/resources/assets/box3mod/items/voxel_carpet_03.json deleted file mode 100644 index 89a3392..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_carpet_03.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_carpet_03" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_carpet_04.json b/src/main/resources/assets/box3mod/items/voxel_carpet_04.json deleted file mode 100644 index 4d7a23d..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_carpet_04.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_carpet_04" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_carpet_05.json b/src/main/resources/assets/box3mod/items/voxel_carpet_05.json deleted file mode 100644 index 4cfdafd..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_carpet_05.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_carpet_05" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_carpet_06.json b/src/main/resources/assets/box3mod/items/voxel_carpet_06.json deleted file mode 100644 index e09472b..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_carpet_06.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_carpet_06" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_carpet_07.json b/src/main/resources/assets/box3mod/items/voxel_carpet_07.json deleted file mode 100644 index 45bd1b6..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_carpet_07.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_carpet_07" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_carpet_08.json b/src/main/resources/assets/box3mod/items/voxel_carpet_08.json deleted file mode 100644 index a85f000..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_carpet_08.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_carpet_08" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_carpet_09.json b/src/main/resources/assets/box3mod/items/voxel_carpet_09.json deleted file mode 100644 index f705d96..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_carpet_09.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_carpet_09" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_carpet_10.json b/src/main/resources/assets/box3mod/items/voxel_carpet_10.json deleted file mode 100644 index 442ca32..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_carpet_10.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_carpet_10" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_carpet_11.json b/src/main/resources/assets/box3mod/items/voxel_carpet_11.json deleted file mode 100644 index ffb7c2b..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_carpet_11.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_carpet_11" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_carpet_12.json b/src/main/resources/assets/box3mod/items/voxel_carpet_12.json deleted file mode 100644 index 3f49232..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_carpet_12.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_carpet_12" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_carpet_13.json b/src/main/resources/assets/box3mod/items/voxel_carpet_13.json deleted file mode 100644 index 9e56156..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_carpet_13.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_carpet_13" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_coffee_gray.json b/src/main/resources/assets/box3mod/items/voxel_coffee_gray.json deleted file mode 100644 index 9e98b9b..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_coffee_gray.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_coffee_gray" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_colon.json b/src/main/resources/assets/box3mod/items/voxel_colon.json deleted file mode 100644 index e7e3320..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_colon.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_colon" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_color_glass.json b/src/main/resources/assets/box3mod/items/voxel_color_glass.json deleted file mode 100644 index 26f453d..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_color_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_color_glass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_comma.json b/src/main/resources/assets/box3mod/items/voxel_comma.json deleted file mode 100644 index 3f9834a..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_comma.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_comma" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_conveyor.json b/src/main/resources/assets/box3mod/items/voxel_conveyor.json deleted file mode 100644 index 134fc5c..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_conveyor.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_conveyor" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_crane_lantern.json b/src/main/resources/assets/box3mod/items/voxel_crane_lantern.json deleted file mode 100644 index 0386679..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_crane_lantern.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_crane_lantern" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_crane_roof_01.json b/src/main/resources/assets/box3mod/items/voxel_crane_roof_01.json deleted file mode 100644 index 7c47cdb..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_crane_roof_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_crane_roof_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_crane_roof_02.json b/src/main/resources/assets/box3mod/items/voxel_crane_roof_02.json deleted file mode 100644 index 5f0c33c..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_crane_roof_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_crane_roof_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_cross_window.json b/src/main/resources/assets/box3mod/items/voxel_cross_window.json deleted file mode 100644 index c4496e3..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_cross_window.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_cross_window" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_blue_grass.json b/src/main/resources/assets/box3mod/items/voxel_dark_blue_grass.json deleted file mode 100644 index a173953..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_blue_grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_blue_grass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_blue_grass_all.json b/src/main/resources/assets/box3mod/items/voxel_dark_blue_grass_all.json deleted file mode 100644 index 880701b..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_blue_grass_all.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_blue_grass_all" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_brick_00.json b/src/main/resources/assets/box3mod/items/voxel_dark_brick_00.json deleted file mode 100644 index f89237f..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_brick_00.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_brick_00" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_brick_01.json b/src/main/resources/assets/box3mod/items/voxel_dark_brick_01.json deleted file mode 100644 index d331e59..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_brick_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_brick_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_brick_02.json b/src/main/resources/assets/box3mod/items/voxel_dark_brick_02.json deleted file mode 100644 index e68c218..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_brick_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_brick_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_grass.json b/src/main/resources/assets/box3mod/items/voxel_dark_grass.json deleted file mode 100644 index 9b29eca..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_grass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_grass_all.json b/src/main/resources/assets/box3mod/items/voxel_dark_grass_all.json deleted file mode 100644 index 745878c..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_grass_all.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_grass_all" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_grass_rock.json b/src/main/resources/assets/box3mod/items/voxel_dark_grass_rock.json deleted file mode 100644 index f64e0a2..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_grass_rock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_grass_rock" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_grass_sand.json b/src/main/resources/assets/box3mod/items/voxel_dark_grass_sand.json deleted file mode 100644 index f7fce9b..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_grass_sand.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_grass_sand" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_gray.json b/src/main/resources/assets/box3mod/items/voxel_dark_gray.json deleted file mode 100644 index 5e0d48f..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_gray.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_gray" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_orchid.json b/src/main/resources/assets/box3mod/items/voxel_dark_orchid.json deleted file mode 100644 index 7b01624..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_orchid.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_orchid" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_purple_grass.json b/src/main/resources/assets/box3mod/items/voxel_dark_purple_grass.json deleted file mode 100644 index 5a6a0ea..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_purple_grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_purple_grass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_purple_grass_all.json b/src/main/resources/assets/box3mod/items/voxel_dark_purple_grass_all.json deleted file mode 100644 index e79f398..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_purple_grass_all.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_purple_grass_all" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_red.json b/src/main/resources/assets/box3mod/items/voxel_dark_red.json deleted file mode 100644 index 46b6ced..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_red.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_red" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_red_grass.json b/src/main/resources/assets/box3mod/items/voxel_dark_red_grass.json deleted file mode 100644 index 392fdb6..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_red_grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_red_grass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_red_grass_all.json b/src/main/resources/assets/box3mod/items/voxel_dark_red_grass_all.json deleted file mode 100644 index 0bfb861..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_red_grass_all.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_red_grass_all" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_salmon.json b/src/main/resources/assets/box3mod/items/voxel_dark_salmon.json deleted file mode 100644 index 73c6d3d..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_salmon.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_salmon" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_sand.json b/src/main/resources/assets/box3mod/items/voxel_dark_sand.json deleted file mode 100644 index 56a1ac3..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_sand.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_sand" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_slate_blue.json b/src/main/resources/assets/box3mod/items/voxel_dark_slate_blue.json deleted file mode 100644 index 93814dc..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_slate_blue.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_slate_blue" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_stone.json b/src/main/resources/assets/box3mod/items/voxel_dark_stone.json deleted file mode 100644 index 41dde36..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_stone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_stone" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_surface.json b/src/main/resources/assets/box3mod/items/voxel_dark_surface.json deleted file mode 100644 index 24de01d..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_surface.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_surface" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_volcanic_rock.json b/src/main/resources/assets/box3mod/items/voxel_dark_volcanic_rock.json deleted file mode 100644 index e9e169b..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_volcanic_rock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_volcanic_rock" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_yellow_grass.json b/src/main/resources/assets/box3mod/items/voxel_dark_yellow_grass.json deleted file mode 100644 index 10d7e54..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_yellow_grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_yellow_grass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dark_yellow_grass_all.json b/src/main/resources/assets/box3mod/items/voxel_dark_yellow_grass_all.json deleted file mode 100644 index 6dcf84d..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dark_yellow_grass_all.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dark_yellow_grass_all" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dirt.json b/src/main/resources/assets/box3mod/items/voxel_dirt.json deleted file mode 100644 index 40a5843..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dirt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dirt" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_divide.json b/src/main/resources/assets/box3mod/items/voxel_divide.json deleted file mode 100644 index dabc850..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_divide.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_divide" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_dollar.json b/src/main/resources/assets/box3mod/items/voxel_dollar.json deleted file mode 100644 index c724deb..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_dollar.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_dollar" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_eight.json b/src/main/resources/assets/box3mod/items/voxel_eight.json deleted file mode 100644 index 7458cdd..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_eight.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_eight" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_equal.json b/src/main/resources/assets/box3mod/items/voxel_equal.json deleted file mode 100644 index b1c6d35..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_equal.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_equal" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_exclamation_mark.json b/src/main/resources/assets/box3mod/items/voxel_exclamation_mark.json deleted file mode 100644 index a3beac9..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_exclamation_mark.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_exclamation_mark" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_express_box.json b/src/main/resources/assets/box3mod/items/voxel_express_box.json deleted file mode 100644 index 015d209..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_express_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_express_box" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_fan.json b/src/main/resources/assets/box3mod/items/voxel_fan.json deleted file mode 100644 index 4eff7d3..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_fan.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_fan" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_firecracker.json b/src/main/resources/assets/box3mod/items/voxel_firecracker.json deleted file mode 100644 index 1ae5049..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_firecracker.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_firecracker" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_five.json b/src/main/resources/assets/box3mod/items/voxel_five.json deleted file mode 100644 index 2a0ae04..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_five.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_five" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_four.json b/src/main/resources/assets/box3mod/items/voxel_four.json deleted file mode 100644 index 1e6a7ea..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_four.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_four" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_fu.json b/src/main/resources/assets/box3mod/items/voxel_fu.json deleted file mode 100644 index 04695d7..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_fu.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_fu" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_geometric_window_01.json b/src/main/resources/assets/box3mod/items/voxel_geometric_window_01.json deleted file mode 100644 index 6d71f8e..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_geometric_window_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_geometric_window_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_geometric_window_02.json b/src/main/resources/assets/box3mod/items/voxel_geometric_window_02.json deleted file mode 100644 index 246f3df..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_geometric_window_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_geometric_window_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_glass.json b/src/main/resources/assets/box3mod/items/voxel_glass.json deleted file mode 100644 index 4168056..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_glass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_gold_trim_brick.json b/src/main/resources/assets/box3mod/items/voxel_gold_trim_brick.json deleted file mode 100644 index a7d3f85..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_gold_trim_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_gold_trim_brick" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_grass.json b/src/main/resources/assets/box3mod/items/voxel_grass.json deleted file mode 100644 index 1a36696..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_grass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_grass_all.json b/src/main/resources/assets/box3mod/items/voxel_grass_all.json deleted file mode 100644 index 7e7a584..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_grass_all.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_grass_all" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_grass_rock.json b/src/main/resources/assets/box3mod/items/voxel_grass_rock.json deleted file mode 100644 index 6d833ab..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_grass_rock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_grass_rock" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_grass_sand.json b/src/main/resources/assets/box3mod/items/voxel_grass_sand.json deleted file mode 100644 index 22e1d3e..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_grass_sand.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_grass_sand" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_greater_than.json b/src/main/resources/assets/box3mod/items/voxel_greater_than.json deleted file mode 100644 index 5887f42..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_greater_than.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_greater_than" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_green_decorative_light.json b/src/main/resources/assets/box3mod/items/voxel_green_decorative_light.json deleted file mode 100644 index 068a05c..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_green_decorative_light.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_green_decorative_light" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_green_glass.json b/src/main/resources/assets/box3mod/items/voxel_green_glass.json deleted file mode 100644 index fb0a011..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_green_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_green_glass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_green_leaf.json b/src/main/resources/assets/box3mod/items/voxel_green_leaf.json deleted file mode 100644 index a296b37..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_green_leaf.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_green_leaf" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_green_light.json b/src/main/resources/assets/box3mod/items/voxel_green_light.json deleted file mode 100644 index 9371f07..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_green_light.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_green_light" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_greenbelt_L.json b/src/main/resources/assets/box3mod/items/voxel_greenbelt_L.json deleted file mode 100644 index a5552bd..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_greenbelt_L.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_greenbelt_l" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_greenbelt_L1.json b/src/main/resources/assets/box3mod/items/voxel_greenbelt_L1.json deleted file mode 100644 index 8c4a890..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_greenbelt_L1.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_greenbelt_l1" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_grey_stone_brick.json b/src/main/resources/assets/box3mod/items/voxel_grey_stone_brick.json deleted file mode 100644 index 97eb3b3..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_grey_stone_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_grey_stone_brick" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_honeycomb_01.json b/src/main/resources/assets/box3mod/items/voxel_honeycomb_01.json deleted file mode 100644 index 2a98422..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_honeycomb_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_honeycomb_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_honeycomb_02.json b/src/main/resources/assets/box3mod/items/voxel_honeycomb_02.json deleted file mode 100644 index e27edf7..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_honeycomb_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_honeycomb_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_ice.json b/src/main/resources/assets/box3mod/items/voxel_ice.json deleted file mode 100644 index 3650cfc..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_ice.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_ice" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_ice_brick.json b/src/main/resources/assets/box3mod/items/voxel_ice_brick.json deleted file mode 100644 index 3ef52c4..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_ice_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_ice_brick" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_ice_wall.json b/src/main/resources/assets/box3mod/items/voxel_ice_wall.json deleted file mode 100644 index 489964e..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_ice_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_ice_wall" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_indigo_light.json b/src/main/resources/assets/box3mod/items/voxel_indigo_light.json deleted file mode 100644 index 1173553..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_indigo_light.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_indigo_light" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_lamp_01.json b/src/main/resources/assets/box3mod/items/voxel_lab_lamp_01.json deleted file mode 100644 index 9d0de1b..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_lamp_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_lamp_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_lamp_02.json b/src/main/resources/assets/box3mod/items/voxel_lab_lamp_02.json deleted file mode 100644 index 6ef736a..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_lamp_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_lamp_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_lamp_03.json b/src/main/resources/assets/box3mod/items/voxel_lab_lamp_03.json deleted file mode 100644 index 1aba059..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_lamp_03.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_lamp_03" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_material_01.json b/src/main/resources/assets/box3mod/items/voxel_lab_material_01.json deleted file mode 100644 index 25808c0..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_material_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_material_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_material_02.json b/src/main/resources/assets/box3mod/items/voxel_lab_material_02.json deleted file mode 100644 index f0b3502..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_material_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_material_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_material_03.json b/src/main/resources/assets/box3mod/items/voxel_lab_material_03.json deleted file mode 100644 index b3ca492..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_material_03.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_material_03" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_material_04.json b/src/main/resources/assets/box3mod/items/voxel_lab_material_04.json deleted file mode 100644 index 3de1db7..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_material_04.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_material_04" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_material_05.json b/src/main/resources/assets/box3mod/items/voxel_lab_material_05.json deleted file mode 100644 index 4efcdbf..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_material_05.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_material_05" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_material_06.json b/src/main/resources/assets/box3mod/items/voxel_lab_material_06.json deleted file mode 100644 index b3d43f9..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_material_06.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_material_06" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_material_07.json b/src/main/resources/assets/box3mod/items/voxel_lab_material_07.json deleted file mode 100644 index 2cdb22a..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_material_07.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_material_07" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_material_08.json b/src/main/resources/assets/box3mod/items/voxel_lab_material_08.json deleted file mode 100644 index ccbba06..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_material_08.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_material_08" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_material_09.json b/src/main/resources/assets/box3mod/items/voxel_lab_material_09.json deleted file mode 100644 index b50019d..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_material_09.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_material_09" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_material_10.json b/src/main/resources/assets/box3mod/items/voxel_lab_material_10.json deleted file mode 100644 index 2a9b3bf..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_material_10.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_material_10" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_material_11.json b/src/main/resources/assets/box3mod/items/voxel_lab_material_11.json deleted file mode 100644 index eb1e55c..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_material_11.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_material_11" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_material_12.json b/src/main/resources/assets/box3mod/items/voxel_lab_material_12.json deleted file mode 100644 index a5bf9b2..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_material_12.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_material_12" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_material_13.json b/src/main/resources/assets/box3mod/items/voxel_lab_material_13.json deleted file mode 100644 index b09a9a1..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_material_13.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_material_13" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_material_14.json b/src/main/resources/assets/box3mod/items/voxel_lab_material_14.json deleted file mode 100644 index 0169438..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_material_14.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_material_14" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_material_15.json b/src/main/resources/assets/box3mod/items/voxel_lab_material_15.json deleted file mode 100644 index d7a8126..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_material_15.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_material_15" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_screen.json b/src/main/resources/assets/box3mod/items/voxel_lab_screen.json deleted file mode 100644 index 2880330..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_screen.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_screen" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lab_wire.json b/src/main/resources/assets/box3mod/items/voxel_lab_wire.json deleted file mode 100644 index 75e2e2c..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lab_wire.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lab_wire" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lantern_01.json b/src/main/resources/assets/box3mod/items/voxel_lantern_01.json deleted file mode 100644 index b81c3e9..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lantern_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lantern_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lantern_02.json b/src/main/resources/assets/box3mod/items/voxel_lantern_02.json deleted file mode 100644 index ac3eb96..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lantern_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lantern_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lava01.json b/src/main/resources/assets/box3mod/items/voxel_lava01.json deleted file mode 100644 index e4ef20b..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lava01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lava01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lava02.json b/src/main/resources/assets/box3mod/items/voxel_lava02.json deleted file mode 100644 index 51eb056..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lava02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lava02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_leaf_01.json b/src/main/resources/assets/box3mod/items/voxel_leaf_01.json deleted file mode 100644 index 987b8e4..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_leaf_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_leaf_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_leaf_02.json b/src/main/resources/assets/box3mod/items/voxel_leaf_02.json deleted file mode 100644 index 0fc9639..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_leaf_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_leaf_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_leaf_03.json b/src/main/resources/assets/box3mod/items/voxel_leaf_03.json deleted file mode 100644 index 37f74f6..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_leaf_03.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_leaf_03" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_leaf_04.json b/src/main/resources/assets/box3mod/items/voxel_leaf_04.json deleted file mode 100644 index cd9da30..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_leaf_04.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_leaf_04" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_leaf_05.json b/src/main/resources/assets/box3mod/items/voxel_leaf_05.json deleted file mode 100644 index 9e1a3e0..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_leaf_05.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_leaf_05" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_leaf_06.json b/src/main/resources/assets/box3mod/items/voxel_leaf_06.json deleted file mode 100644 index 70fc080..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_leaf_06.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_leaf_06" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_ledfloor01.json b/src/main/resources/assets/box3mod/items/voxel_ledfloor01.json deleted file mode 100644 index 065b8c2..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_ledfloor01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_ledfloor01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_ledfloor02.json b/src/main/resources/assets/box3mod/items/voxel_ledfloor02.json deleted file mode 100644 index 5002fc6..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_ledfloor02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_ledfloor02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_lemon.json b/src/main/resources/assets/box3mod/items/voxel_lemon.json deleted file mode 100644 index 8aa3fe4..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_lemon.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_lemon" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_less_than.json b/src/main/resources/assets/box3mod/items/voxel_less_than.json deleted file mode 100644 index b82e702..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_less_than.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_less_than" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_light_blue_grass.json b/src/main/resources/assets/box3mod/items/voxel_light_blue_grass.json deleted file mode 100644 index d4daa9c..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_light_blue_grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_light_blue_grass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_light_blue_grass_all.json b/src/main/resources/assets/box3mod/items/voxel_light_blue_grass_all.json deleted file mode 100644 index 0db5824..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_light_blue_grass_all.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_light_blue_grass_all" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_light_dirt.json b/src/main/resources/assets/box3mod/items/voxel_light_dirt.json deleted file mode 100644 index ac5d04c..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_light_dirt.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_light_dirt" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_light_gray.json b/src/main/resources/assets/box3mod/items/voxel_light_gray.json deleted file mode 100644 index e13bdd6..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_light_gray.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_light_gray" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_light_grey_stone_brick.json b/src/main/resources/assets/box3mod/items/voxel_light_grey_stone_brick.json deleted file mode 100644 index a681dee..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_light_grey_stone_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_light_grey_stone_brick" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_light_purple_grass_.json b/src/main/resources/assets/box3mod/items/voxel_light_purple_grass_.json deleted file mode 100644 index a2b8d09..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_light_purple_grass_.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_light_purple_grass_" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_light_purple_grass_all.json b/src/main/resources/assets/box3mod/items/voxel_light_purple_grass_all.json deleted file mode 100644 index faad734..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_light_purple_grass_all.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_light_purple_grass_all" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_light_sand.json b/src/main/resources/assets/box3mod/items/voxel_light_sand.json deleted file mode 100644 index 758e377..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_light_sand.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_light_sand" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_light_volcanic_rock.json b/src/main/resources/assets/box3mod/items/voxel_light_volcanic_rock.json deleted file mode 100644 index 5821096..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_light_volcanic_rock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_light_volcanic_rock" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_macaroon.json b/src/main/resources/assets/box3mod/items/voxel_macaroon.json deleted file mode 100644 index aeb3d9a..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_macaroon.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_macaroon" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_maroon.json b/src/main/resources/assets/box3mod/items/voxel_maroon.json deleted file mode 100644 index d40f492..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_maroon.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_maroon" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_medium_gray.json b/src/main/resources/assets/box3mod/items/voxel_medium_gray.json deleted file mode 100644 index 7efcf33..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_medium_gray.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_medium_gray" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_medium_green.json b/src/main/resources/assets/box3mod/items/voxel_medium_green.json deleted file mode 100644 index cecf3bb..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_medium_green.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_medium_green" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_medium_orchid.json b/src/main/resources/assets/box3mod/items/voxel_medium_orchid.json deleted file mode 100644 index 1373140..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_medium_orchid.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_medium_orchid" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_medium_purple.json b/src/main/resources/assets/box3mod/items/voxel_medium_purple.json deleted file mode 100644 index ba732f7..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_medium_purple.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_medium_purple" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_medium_spring_green.json b/src/main/resources/assets/box3mod/items/voxel_medium_spring_green.json deleted file mode 100644 index ec95d9d..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_medium_spring_green.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_medium_spring_green" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_medium_violet_red.json b/src/main/resources/assets/box3mod/items/voxel_medium_violet_red.json deleted file mode 100644 index dc7a0a6..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_medium_violet_red.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_medium_violet_red" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_medium_yellow.json b/src/main/resources/assets/box3mod/items/voxel_medium_yellow.json deleted file mode 100644 index 71fa82f..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_medium_yellow.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_medium_yellow" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_mint_green.json b/src/main/resources/assets/box3mod/items/voxel_mint_green.json deleted file mode 100644 index 5369a4e..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_mint_green.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_mint_green" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_mint_green_light.json b/src/main/resources/assets/box3mod/items/voxel_mint_green_light.json deleted file mode 100644 index ff8847e..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_mint_green_light.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_mint_green_light" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_multiply.json b/src/main/resources/assets/box3mod/items/voxel_multiply.json deleted file mode 100644 index a1300fc..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_multiply.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_multiply" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_navajo_white.json b/src/main/resources/assets/box3mod/items/voxel_navajo_white.json deleted file mode 100644 index bcfa681..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_navajo_white.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_navajo_white" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_nine.json b/src/main/resources/assets/box3mod/items/voxel_nine.json deleted file mode 100644 index df7e3be..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_nine.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_nine" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_olive_green.json b/src/main/resources/assets/box3mod/items/voxel_olive_green.json deleted file mode 100644 index 7a410fe..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_olive_green.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_olive_green" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_one.json b/src/main/resources/assets/box3mod/items/voxel_one.json deleted file mode 100644 index f6a4c8e..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_one.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_one" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_orange.json b/src/main/resources/assets/box3mod/items/voxel_orange.json deleted file mode 100644 index fea1a1f..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_orange.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_orange" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_orange_grass.json b/src/main/resources/assets/box3mod/items/voxel_orange_grass.json deleted file mode 100644 index 4926374..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_orange_grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_orange_grass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_orange_grass_all.json b/src/main/resources/assets/box3mod/items/voxel_orange_grass_all.json deleted file mode 100644 index 0db7f6d..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_orange_grass_all.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_orange_grass_all" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_orange_light.json b/src/main/resources/assets/box3mod/items/voxel_orange_light.json deleted file mode 100644 index d8a0f61..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_orange_light.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_orange_light" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_orange_red.json b/src/main/resources/assets/box3mod/items/voxel_orange_red.json deleted file mode 100644 index 3e36a7e..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_orange_red.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_orange_red" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_palace_carving.json b/src/main/resources/assets/box3mod/items/voxel_palace_carving.json deleted file mode 100644 index 75be9e0..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_palace_carving.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_palace_carving" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_palace_cloud.json b/src/main/resources/assets/box3mod/items/voxel_palace_cloud.json deleted file mode 100644 index 936ca3a..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_palace_cloud.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_palace_cloud" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_palace_eaves_01.json b/src/main/resources/assets/box3mod/items/voxel_palace_eaves_01.json deleted file mode 100644 index 368ce2e..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_palace_eaves_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_palace_eaves_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_palace_eaves_02.json b/src/main/resources/assets/box3mod/items/voxel_palace_eaves_02.json deleted file mode 100644 index b418881..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_palace_eaves_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_palace_eaves_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_palace_eaves_03.json b/src/main/resources/assets/box3mod/items/voxel_palace_eaves_03.json deleted file mode 100644 index 1603a87..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_palace_eaves_03.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_palace_eaves_03" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_palace_eaves_04.json b/src/main/resources/assets/box3mod/items/voxel_palace_eaves_04.json deleted file mode 100644 index 7a2b03d..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_palace_eaves_04.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_palace_eaves_04" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_palace_eaves_05.json b/src/main/resources/assets/box3mod/items/voxel_palace_eaves_05.json deleted file mode 100644 index 58a42b5..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_palace_eaves_05.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_palace_eaves_05" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_palace_eaves_06.json b/src/main/resources/assets/box3mod/items/voxel_palace_eaves_06.json deleted file mode 100644 index 0db2e8f..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_palace_eaves_06.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_palace_eaves_06" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_palace_eaves_07.json b/src/main/resources/assets/box3mod/items/voxel_palace_eaves_07.json deleted file mode 100644 index 1fb9afd..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_palace_eaves_07.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_palace_eaves_07" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_palace_eaves_08.json b/src/main/resources/assets/box3mod/items/voxel_palace_eaves_08.json deleted file mode 100644 index 2043b61..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_palace_eaves_08.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_palace_eaves_08" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_palace_floor.json b/src/main/resources/assets/box3mod/items/voxel_palace_floor.json deleted file mode 100644 index 4d14080..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_palace_floor.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_palace_floor" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_palace_lamp.json b/src/main/resources/assets/box3mod/items/voxel_palace_lamp.json deleted file mode 100644 index b4d2eaf..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_palace_lamp.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_palace_lamp" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_palace_roof.json b/src/main/resources/assets/box3mod/items/voxel_palace_roof.json deleted file mode 100644 index 9658458..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_palace_roof.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_palace_roof" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_palace_window.json b/src/main/resources/assets/box3mod/items/voxel_palace_window.json deleted file mode 100644 index 93c968d..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_palace_window.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_palace_window" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_pale_green.json b/src/main/resources/assets/box3mod/items/voxel_pale_green.json deleted file mode 100644 index 03d9e66..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_pale_green.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_pale_green" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_palm.json b/src/main/resources/assets/box3mod/items/voxel_palm.json deleted file mode 100644 index 78ee051..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_palm.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_palm" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_paren_close.json b/src/main/resources/assets/box3mod/items/voxel_paren_close.json deleted file mode 100644 index dd5841a..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_paren_close.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_paren_close" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_paren_open.json b/src/main/resources/assets/box3mod/items/voxel_paren_open.json deleted file mode 100644 index a7dae07..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_paren_open.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_paren_open" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_percent.json b/src/main/resources/assets/box3mod/items/voxel_percent.json deleted file mode 100644 index 2bdf1e9..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_percent.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_percent" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_period.json b/src/main/resources/assets/box3mod/items/voxel_period.json deleted file mode 100644 index 06a91bd..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_period.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_period" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_peru.json b/src/main/resources/assets/box3mod/items/voxel_peru.json deleted file mode 100644 index ae11067..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_peru.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_peru" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_pink.json b/src/main/resources/assets/box3mod/items/voxel_pink.json deleted file mode 100644 index 375dc3f..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_pink.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_pink" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_pink_cake.json b/src/main/resources/assets/box3mod/items/voxel_pink_cake.json deleted file mode 100644 index 90dfbfb..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_pink_cake.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_pink_cake" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_pink_grass.json b/src/main/resources/assets/box3mod/items/voxel_pink_grass.json deleted file mode 100644 index 952d1ee..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_pink_grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_pink_grass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_pink_grass_all.json b/src/main/resources/assets/box3mod/items/voxel_pink_grass_all.json deleted file mode 100644 index eb54462..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_pink_grass_all.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_pink_grass_all" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_pink_light.json b/src/main/resources/assets/box3mod/items/voxel_pink_light.json deleted file mode 100644 index 257fb0a..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_pink_light.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_pink_light" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_plank_01.json b/src/main/resources/assets/box3mod/items/voxel_plank_01.json deleted file mode 100644 index 0445cdd..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_plank_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_plank_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_plank_02.json b/src/main/resources/assets/box3mod/items/voxel_plank_02.json deleted file mode 100644 index 4f667ca..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_plank_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_plank_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_plank_03.json b/src/main/resources/assets/box3mod/items/voxel_plank_03.json deleted file mode 100644 index 1d6b915..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_plank_03.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_plank_03" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_plank_04.json b/src/main/resources/assets/box3mod/items/voxel_plank_04.json deleted file mode 100644 index 8ae113e..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_plank_04.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_plank_04" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_plank_05.json b/src/main/resources/assets/box3mod/items/voxel_plank_05.json deleted file mode 100644 index 62b5946..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_plank_05.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_plank_05" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_plank_06.json b/src/main/resources/assets/box3mod/items/voxel_plank_06.json deleted file mode 100644 index c16bad8..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_plank_06.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_plank_06" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_plank_07.json b/src/main/resources/assets/box3mod/items/voxel_plank_07.json deleted file mode 100644 index 5413f04..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_plank_07.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_plank_07" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_polar_ice.json b/src/main/resources/assets/box3mod/items/voxel_polar_ice.json deleted file mode 100644 index 144ec16..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_polar_ice.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_polar_ice" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_polar_region.json b/src/main/resources/assets/box3mod/items/voxel_polar_region.json deleted file mode 100644 index 63b542f..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_polar_region.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_polar_region" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_pound.json b/src/main/resources/assets/box3mod/items/voxel_pound.json deleted file mode 100644 index ace3f5d..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_pound.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_pound" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_powder_blue.json b/src/main/resources/assets/box3mod/items/voxel_powder_blue.json deleted file mode 100644 index d6df99d..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_powder_blue.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_powder_blue" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_pumpkin.json b/src/main/resources/assets/box3mod/items/voxel_pumpkin.json deleted file mode 100644 index bc61625..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_pumpkin.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_pumpkin" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_pumpkin_lantern.json b/src/main/resources/assets/box3mod/items/voxel_pumpkin_lantern.json deleted file mode 100644 index 3830fe4..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_pumpkin_lantern.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_pumpkin_lantern" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_purple.json b/src/main/resources/assets/box3mod/items/voxel_purple.json deleted file mode 100644 index 5553d42..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_purple.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_purple" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_purple_grass.json b/src/main/resources/assets/box3mod/items/voxel_purple_grass.json deleted file mode 100644 index 50c9708..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_purple_grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_purple_grass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_purple_grass_all.json b/src/main/resources/assets/box3mod/items/voxel_purple_grass_all.json deleted file mode 100644 index 53a1d69..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_purple_grass_all.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_purple_grass_all" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_purple_surface_01.json b/src/main/resources/assets/box3mod/items/voxel_purple_surface_01.json deleted file mode 100644 index e603d19..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_purple_surface_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_purple_surface_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_purple_surface_02.json b/src/main/resources/assets/box3mod/items/voxel_purple_surface_02.json deleted file mode 100644 index 74d0c81..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_purple_surface_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_purple_surface_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_quartz_brick.json b/src/main/resources/assets/box3mod/items/voxel_quartz_brick.json deleted file mode 100644 index baa16b8..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_quartz_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_quartz_brick" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_question_mark.json b/src/main/resources/assets/box3mod/items/voxel_question_mark.json deleted file mode 100644 index 99506ef..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_question_mark.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_question_mark" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_quotation_mark.json b/src/main/resources/assets/box3mod/items/voxel_quotation_mark.json deleted file mode 100644 index a90c3ac..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_quotation_mark.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_quotation_mark" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_rainbow_cube.json b/src/main/resources/assets/box3mod/items/voxel_rainbow_cube.json deleted file mode 100644 index 2543360..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_rainbow_cube.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_rainbow_cube" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_red.json b/src/main/resources/assets/box3mod/items/voxel_red.json deleted file mode 100644 index bf99d10..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_red.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_red" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_red_brick.json b/src/main/resources/assets/box3mod/items/voxel_red_brick.json deleted file mode 100644 index bf4da49..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_red_brick.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_red_brick" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_red_brick_floor.json b/src/main/resources/assets/box3mod/items/voxel_red_brick_floor.json deleted file mode 100644 index 7e4fe0c..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_red_brick_floor.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_red_brick_floor" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_red_brick_wall.json b/src/main/resources/assets/box3mod/items/voxel_red_brick_wall.json deleted file mode 100644 index 2b37efd..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_red_brick_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_red_brick_wall" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_red_decorative_light.json b/src/main/resources/assets/box3mod/items/voxel_red_decorative_light.json deleted file mode 100644 index cb21e30..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_red_decorative_light.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_red_decorative_light" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_red_gift.json b/src/main/resources/assets/box3mod/items/voxel_red_gift.json deleted file mode 100644 index 1890c16..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_red_gift.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_red_gift" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_red_glass.json b/src/main/resources/assets/box3mod/items/voxel_red_glass.json deleted file mode 100644 index 23dd79d..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_red_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_red_glass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_red_light.json b/src/main/resources/assets/box3mod/items/voxel_red_light.json deleted file mode 100644 index 1646449..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_red_light.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_red_light" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_rock.json b/src/main/resources/assets/box3mod/items/voxel_rock.json deleted file mode 100644 index 5e25aed..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_rock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_rock" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_roof_blue_04.json b/src/main/resources/assets/box3mod/items/voxel_roof_blue_04.json deleted file mode 100644 index ecd8ac9..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_roof_blue_04.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_roof_blue_04" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_roof_green.json b/src/main/resources/assets/box3mod/items/voxel_roof_green.json deleted file mode 100644 index 0e8e277..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_roof_green.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_roof_green" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_roof_grey.json b/src/main/resources/assets/box3mod/items/voxel_roof_grey.json deleted file mode 100644 index 65e9728..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_roof_grey.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_roof_grey" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_roof_purple.json b/src/main/resources/assets/box3mod/items/voxel_roof_purple.json deleted file mode 100644 index f610201..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_roof_purple.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_roof_purple" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_roof_red.json b/src/main/resources/assets/box3mod/items/voxel_roof_red.json deleted file mode 100644 index 40a71fe..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_roof_red.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_roof_red" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_roof_yellow.json b/src/main/resources/assets/box3mod/items/voxel_roof_yellow.json deleted file mode 100644 index 2fdeae3..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_roof_yellow.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_roof_yellow" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_sakura_pink.json b/src/main/resources/assets/box3mod/items/voxel_sakura_pink.json deleted file mode 100644 index 7336aba..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_sakura_pink.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_sakura_pink" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_sand.json b/src/main/resources/assets/box3mod/items/voxel_sand.json deleted file mode 100644 index bddf304..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_sand.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_sand" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_sand_stones.json b/src/main/resources/assets/box3mod/items/voxel_sand_stones.json deleted file mode 100644 index b37a2b4..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_sand_stones.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_sand_stones" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_semicolon.json b/src/main/resources/assets/box3mod/items/voxel_semicolon.json deleted file mode 100644 index ec7d5e7..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_semicolon.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_semicolon" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_seven.json b/src/main/resources/assets/box3mod/items/voxel_seven.json deleted file mode 100644 index 389fb8e..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_seven.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_seven" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_sienna.json b/src/main/resources/assets/box3mod/items/voxel_sienna.json deleted file mode 100644 index 04988e9..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_sienna.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_sienna" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_six.json b/src/main/resources/assets/box3mod/items/voxel_six.json deleted file mode 100644 index cff2685..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_six.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_six" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_sky_blue.json b/src/main/resources/assets/box3mod/items/voxel_sky_blue.json deleted file mode 100644 index 980b966..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_sky_blue.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_sky_blue" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_slash.json b/src/main/resources/assets/box3mod/items/voxel_slash.json deleted file mode 100644 index 397d771..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_slash.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_slash" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_snow.json b/src/main/resources/assets/box3mod/items/voxel_snow.json deleted file mode 100644 index a7a1310..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_snow.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_snow" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_snow_grass.json b/src/main/resources/assets/box3mod/items/voxel_snow_grass.json deleted file mode 100644 index c4e0925..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_snow_grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_snow_grass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_snow_land.json b/src/main/resources/assets/box3mod/items/voxel_snow_land.json deleted file mode 100644 index 927e7ff..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_snow_land.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_snow_land" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_snowflake_lamp.json b/src/main/resources/assets/box3mod/items/voxel_snowflake_lamp.json deleted file mode 100644 index c5eb9b7..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_snowflake_lamp.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_snowflake_lamp" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_snowland.json b/src/main/resources/assets/box3mod/items/voxel_snowland.json deleted file mode 100644 index 5a43795..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_snowland.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_snowland" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_snowman_body.json b/src/main/resources/assets/box3mod/items/voxel_snowman_body.json deleted file mode 100644 index 135672d..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_snowman_body.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_snowman_body" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_snowman_head.json b/src/main/resources/assets/box3mod/items/voxel_snowman_head.json deleted file mode 100644 index 9555fca..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_snowman_head.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_snowman_head" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_grass_01.json b/src/main/resources/assets/box3mod/items/voxel_special_grass_01.json deleted file mode 100644 index 80829a8..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_grass_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_grass_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_grass_02.json b/src/main/resources/assets/box3mod/items/voxel_special_grass_02.json deleted file mode 100644 index f617260..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_grass_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_grass_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_grass_03.json b/src/main/resources/assets/box3mod/items/voxel_special_grass_03.json deleted file mode 100644 index 717a270..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_grass_03.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_grass_03" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_grass_04.json b/src/main/resources/assets/box3mod/items/voxel_special_grass_04.json deleted file mode 100644 index c8602f6..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_grass_04.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_grass_04" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_grass_05.json b/src/main/resources/assets/box3mod/items/voxel_special_grass_05.json deleted file mode 100644 index 0894a5f..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_grass_05.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_grass_05" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_grass_06.json b/src/main/resources/assets/box3mod/items/voxel_special_grass_06.json deleted file mode 100644 index 259cc85..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_grass_06.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_grass_06" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_grass_07.json b/src/main/resources/assets/box3mod/items/voxel_special_grass_07.json deleted file mode 100644 index 1782095..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_grass_07.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_grass_07" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_grass_08.json b/src/main/resources/assets/box3mod/items/voxel_special_grass_08.json deleted file mode 100644 index 0d99d96..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_grass_08.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_grass_08" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_grass_09.json b/src/main/resources/assets/box3mod/items/voxel_special_grass_09.json deleted file mode 100644 index 5a17ebb..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_grass_09.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_grass_09" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_grass_10.json b/src/main/resources/assets/box3mod/items/voxel_special_grass_10.json deleted file mode 100644 index 6731791..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_grass_10.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_grass_10" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_grass_11.json b/src/main/resources/assets/box3mod/items/voxel_special_grass_11.json deleted file mode 100644 index ced130a..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_grass_11.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_grass_11" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_grass_12.json b/src/main/resources/assets/box3mod/items/voxel_special_grass_12.json deleted file mode 100644 index fdcaa17..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_grass_12.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_grass_12" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_grass_13.json b/src/main/resources/assets/box3mod/items/voxel_special_grass_13.json deleted file mode 100644 index 35124ca..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_grass_13.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_grass_13" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_grass_14.json b/src/main/resources/assets/box3mod/items/voxel_special_grass_14.json deleted file mode 100644 index 34ac59d..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_grass_14.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_grass_14" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_grass_15.json b/src/main/resources/assets/box3mod/items/voxel_special_grass_15.json deleted file mode 100644 index 9c0975a..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_grass_15.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_grass_15" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_grass_16.json b/src/main/resources/assets/box3mod/items/voxel_special_grass_16.json deleted file mode 100644 index c55985d..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_grass_16.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_grass_16" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_land_01.json b/src/main/resources/assets/box3mod/items/voxel_special_land_01.json deleted file mode 100644 index 43c2586..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_land_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_land_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_sand_01.json b/src/main/resources/assets/box3mod/items/voxel_special_sand_01.json deleted file mode 100644 index 8403cd3..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_sand_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_sand_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_sand_02.json b/src/main/resources/assets/box3mod/items/voxel_special_sand_02.json deleted file mode 100644 index 7585078..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_sand_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_sand_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_sand_03.json b/src/main/resources/assets/box3mod/items/voxel_special_sand_03.json deleted file mode 100644 index 3b64897..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_sand_03.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_sand_03" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_sand_04.json b/src/main/resources/assets/box3mod/items/voxel_special_sand_04.json deleted file mode 100644 index 4e15bde..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_sand_04.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_sand_04" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_special_sand_05.json b/src/main/resources/assets/box3mod/items/voxel_special_sand_05.json deleted file mode 100644 index 5a12989..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_special_sand_05.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_special_sand_05" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_spiderweb.json b/src/main/resources/assets/box3mod/items/voxel_spiderweb.json deleted file mode 100644 index f5f3e46..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_spiderweb.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_spiderweb" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_stained_glass.json b/src/main/resources/assets/box3mod/items/voxel_stained_glass.json deleted file mode 100644 index 9683eb1..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_stained_glass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_stained_glass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_stainless_steel.json b/src/main/resources/assets/box3mod/items/voxel_stainless_steel.json deleted file mode 100644 index 04c9733..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_stainless_steel.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_stainless_steel" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_star_lamp.json b/src/main/resources/assets/box3mod/items/voxel_star_lamp.json deleted file mode 100644 index a2ec272..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_star_lamp.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_star_lamp" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_stone.json b/src/main/resources/assets/box3mod/items/voxel_stone.json deleted file mode 100644 index 8d6bf2b..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_stone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_stone" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_stone_brick_01.json b/src/main/resources/assets/box3mod/items/voxel_stone_brick_01.json deleted file mode 100644 index 2291672..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_stone_brick_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_stone_brick_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_stone_brick_02.json b/src/main/resources/assets/box3mod/items/voxel_stone_brick_02.json deleted file mode 100644 index 87883d2..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_stone_brick_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_stone_brick_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_stone_pillar_03.json b/src/main/resources/assets/box3mod/items/voxel_stone_pillar_03.json deleted file mode 100644 index c817da6..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_stone_pillar_03.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_stone_pillar_03" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_stone_pillar_04.json b/src/main/resources/assets/box3mod/items/voxel_stone_pillar_04.json deleted file mode 100644 index 0ec1a66..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_stone_pillar_04.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_stone_pillar_04" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_stone_pillar_05.json b/src/main/resources/assets/box3mod/items/voxel_stone_pillar_05.json deleted file mode 100644 index b08cfb2..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_stone_pillar_05.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_stone_pillar_05" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_stone_pillar_06.json b/src/main/resources/assets/box3mod/items/voxel_stone_pillar_06.json deleted file mode 100644 index 2edb610..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_stone_pillar_06.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_stone_pillar_06" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_stone_wall.json b/src/main/resources/assets/box3mod/items/voxel_stone_wall.json deleted file mode 100644 index 708f6aa..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_stone_wall.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_stone_wall" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_stone_wall_01.json b/src/main/resources/assets/box3mod/items/voxel_stone_wall_01.json deleted file mode 100644 index 79d26a7..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_stone_wall_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_stone_wall_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_stripe_01.json b/src/main/resources/assets/box3mod/items/voxel_stripe_01.json deleted file mode 100644 index 24e70c7..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_stripe_01.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_stripe_01" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_stripe_02.json b/src/main/resources/assets/box3mod/items/voxel_stripe_02.json deleted file mode 100644 index 0e7a5d4..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_stripe_02.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_stripe_02" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_stripe_03.json b/src/main/resources/assets/box3mod/items/voxel_stripe_03.json deleted file mode 100644 index 71bbbd1..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_stripe_03.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_stripe_03" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_stripe_04.json b/src/main/resources/assets/box3mod/items/voxel_stripe_04.json deleted file mode 100644 index 422ddc1..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_stripe_04.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_stripe_04" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_stripe_05.json b/src/main/resources/assets/box3mod/items/voxel_stripe_05.json deleted file mode 100644 index f498e30..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_stripe_05.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_stripe_05" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_subtract.json b/src/main/resources/assets/box3mod/items/voxel_subtract.json deleted file mode 100644 index 4ed3321..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_subtract.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_subtract" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_television.json b/src/main/resources/assets/box3mod/items/voxel_television.json deleted file mode 100644 index 6d4abdf..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_television.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_television" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_three.json b/src/main/resources/assets/box3mod/items/voxel_three.json deleted file mode 100644 index 5cc3fcf..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_three.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_three" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_tilde.json b/src/main/resources/assets/box3mod/items/voxel_tilde.json deleted file mode 100644 index f96dd48..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_tilde.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_tilde" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_toolbox.json b/src/main/resources/assets/box3mod/items/voxel_toolbox.json deleted file mode 100644 index f7278af..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_toolbox.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_toolbox" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_traditional_window.json b/src/main/resources/assets/box3mod/items/voxel_traditional_window.json deleted file mode 100644 index d588a57..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_traditional_window.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_traditional_window" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_treasure_chest.json b/src/main/resources/assets/box3mod/items/voxel_treasure_chest.json deleted file mode 100644 index 37a612c..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_treasure_chest.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_treasure_chest" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_turquoise.json b/src/main/resources/assets/box3mod/items/voxel_turquoise.json deleted file mode 100644 index 8f42089..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_turquoise.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_turquoise" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_two.json b/src/main/resources/assets/box3mod/items/voxel_two.json deleted file mode 100644 index e9ee741..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_two.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_two" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_warm_yellow_light.json b/src/main/resources/assets/box3mod/items/voxel_warm_yellow_light.json deleted file mode 100644 index 1cc1b91..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_warm_yellow_light.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_warm_yellow_light" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_white.json b/src/main/resources/assets/box3mod/items/voxel_white.json deleted file mode 100644 index 5375787..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_white.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_white" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_white_grass.json b/src/main/resources/assets/box3mod/items/voxel_white_grass.json deleted file mode 100644 index c70e42f..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_white_grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_white_grass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_white_light.json b/src/main/resources/assets/box3mod/items/voxel_white_light.json deleted file mode 100644 index c3b3b0f..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_white_light.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_white_light" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_window.json b/src/main/resources/assets/box3mod/items/voxel_window.json deleted file mode 100644 index a502837..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_window.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_window" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_windygrass.json b/src/main/resources/assets/box3mod/items/voxel_windygrass.json deleted file mode 100644 index b5e16bf..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_windygrass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_windygrass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_winter_leaf.json b/src/main/resources/assets/box3mod/items/voxel_winter_leaf.json deleted file mode 100644 index 04f03c5..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_winter_leaf.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_winter_leaf" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_withered_grass.json b/src/main/resources/assets/box3mod/items/voxel_withered_grass.json deleted file mode 100644 index 1906c71..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_withered_grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_withered_grass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_withered_grass_land.json b/src/main/resources/assets/box3mod/items/voxel_withered_grass_land.json deleted file mode 100644 index 63c25d7..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_withered_grass_land.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_withered_grass_land" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_wood.json b/src/main/resources/assets/box3mod/items/voxel_wood.json deleted file mode 100644 index 9a75f5a..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_wood.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_wood" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_wooden_box.json b/src/main/resources/assets/box3mod/items/voxel_wooden_box.json deleted file mode 100644 index 5976867..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_wooden_box.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_wooden_box" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_woodstone_12.json b/src/main/resources/assets/box3mod/items/voxel_woodstone_12.json deleted file mode 100644 index f77ef95..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_woodstone_12.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_woodstone_12" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_yellow_decorative_light.json b/src/main/resources/assets/box3mod/items/voxel_yellow_decorative_light.json deleted file mode 100644 index 01e7e18..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_yellow_decorative_light.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_yellow_decorative_light" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_yellow_grass.json b/src/main/resources/assets/box3mod/items/voxel_yellow_grass.json deleted file mode 100644 index bda58b3..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_yellow_grass.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_yellow_grass" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_yellow_green.json b/src/main/resources/assets/box3mod/items/voxel_yellow_green.json deleted file mode 100644 index 5e6ef3a..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_yellow_green.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_yellow_green" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_yellow_light.json b/src/main/resources/assets/box3mod/items/voxel_yellow_light.json deleted file mode 100644 index 95d7624..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_yellow_light.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_yellow_light" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/voxel_zero.json b/src/main/resources/assets/box3mod/items/voxel_zero.json deleted file mode 100644 index b6d65c3..0000000 --- a/src/main/resources/assets/box3mod/items/voxel_zero.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "model": { - "type": "minecraft:model", - "model": "box3mod:block/voxel_zero" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/w.json b/src/main/resources/assets/box3mod/items/w.json new file mode 100644 index 0000000..ea2db76 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/w.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/w" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/warm_yellow_light.json b/src/main/resources/assets/box3mod/items/warm_yellow_light.json new file mode 100644 index 0000000..9416720 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/warm_yellow_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/warm_yellow_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/white.json b/src/main/resources/assets/box3mod/items/white.json new file mode 100644 index 0000000..da17bc5 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/white.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/white" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/white_grass.json b/src/main/resources/assets/box3mod/items/white_grass.json new file mode 100644 index 0000000..59b6104 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/white_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/white_grass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/white_light.json b/src/main/resources/assets/box3mod/items/white_light.json new file mode 100644 index 0000000..b74eebe --- /dev/null +++ b/src/main/resources/assets/box3mod/items/white_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/white_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/window.json b/src/main/resources/assets/box3mod/items/window.json new file mode 100644 index 0000000..05dcff6 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/window.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/window" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/windygrass.json b/src/main/resources/assets/box3mod/items/windygrass.json new file mode 100644 index 0000000..633c6a5 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/windygrass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/windygrass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/winter_leaf.json b/src/main/resources/assets/box3mod/items/winter_leaf.json new file mode 100644 index 0000000..6e7ef7a --- /dev/null +++ b/src/main/resources/assets/box3mod/items/winter_leaf.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/winter_leaf" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/withered_grass.json b/src/main/resources/assets/box3mod/items/withered_grass.json new file mode 100644 index 0000000..ea37099 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/withered_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/withered_grass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/withered_grass_land.json b/src/main/resources/assets/box3mod/items/withered_grass_land.json new file mode 100644 index 0000000..c056886 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/withered_grass_land.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/withered_grass_land" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/wood.json b/src/main/resources/assets/box3mod/items/wood.json new file mode 100644 index 0000000..d5e9694 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/wood.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/wood" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/wooden_box.json b/src/main/resources/assets/box3mod/items/wooden_box.json new file mode 100644 index 0000000..4781dff --- /dev/null +++ b/src/main/resources/assets/box3mod/items/wooden_box.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/wooden_box" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/woodstone_12.json b/src/main/resources/assets/box3mod/items/woodstone_12.json new file mode 100644 index 0000000..f98ebee --- /dev/null +++ b/src/main/resources/assets/box3mod/items/woodstone_12.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/woodstone_12" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/x.json b/src/main/resources/assets/box3mod/items/x.json new file mode 100644 index 0000000..d77c2e9 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/x.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/x" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/y.json b/src/main/resources/assets/box3mod/items/y.json new file mode 100644 index 0000000..60aef0e --- /dev/null +++ b/src/main/resources/assets/box3mod/items/y.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/y" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/yellow_decorative_light.json b/src/main/resources/assets/box3mod/items/yellow_decorative_light.json new file mode 100644 index 0000000..7c2ac96 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/yellow_decorative_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/yellow_decorative_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/yellow_grass.json b/src/main/resources/assets/box3mod/items/yellow_grass.json new file mode 100644 index 0000000..b750f98 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/yellow_grass.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/yellow_grass" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/yellow_green.json b/src/main/resources/assets/box3mod/items/yellow_green.json new file mode 100644 index 0000000..2381a5b --- /dev/null +++ b/src/main/resources/assets/box3mod/items/yellow_green.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/yellow_green" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/yellow_light.json b/src/main/resources/assets/box3mod/items/yellow_light.json new file mode 100644 index 0000000..3a64bf8 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/yellow_light.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/yellow_light" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/z.json b/src/main/resources/assets/box3mod/items/z.json new file mode 100644 index 0000000..68ccf0e --- /dev/null +++ b/src/main/resources/assets/box3mod/items/z.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/z" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/items/zero.json b/src/main/resources/assets/box3mod/items/zero.json new file mode 100644 index 0000000..3618f42 --- /dev/null +++ b/src/main/resources/assets/box3mod/items/zero.json @@ -0,0 +1,6 @@ +{ + "model": { + "type": "minecraft:model", + "model": "box3mod:block/zero" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/lang/en_us.json b/src/main/resources/assets/box3mod/lang/en_us.json index 9a43e8c..248d991 100644 --- a/src/main/resources/assets/box3mod/lang/en_us.json +++ b/src/main/resources/assets/box3mod/lang/en_us.json @@ -11,389 +11,378 @@ "block.box3mod.spec_soy_sauce_block": "Soy Sauce", "block.box3mod.spec_strawberry_juice_block": "Strawberry Juice", "block.box3mod.spec_water_block": "Water", - "block.box3mod.voxel_a": "A", - "block.box3mod.voxel_acacia": "Acacia", - "block.box3mod.voxel_add": "Add", - "block.box3mod.voxel_air_duct": "Air Duct", - "block.box3mod.voxel_ampersand": "Ampersand", - "block.box3mod.voxel_asterisk": "Asterisk", - "block.box3mod.voxel_at": "At", - "block.box3mod.voxel_b": "B", - "block.box3mod.voxel_backslash": "Backslash", - "block.box3mod.voxel_bamboo": "Bamboo", - "block.box3mod.voxel_barrier": "Barrier", - "block.box3mod.voxel_bat_window": "Bat Window", - "block.box3mod.voxel_bear_footprint": "Bear Footprint", - "block.box3mod.voxel_biscuit": "Biscuit", - "block.box3mod.voxel_black": "Black", - "block.box3mod.voxel_black_glass": "Black Glass", - "block.box3mod.voxel_blue": "Blue", - "block.box3mod.voxel_blue_decorative_light": "Blue Decorative Light", - "block.box3mod.voxel_blue_gift": "Blue Gift", - "block.box3mod.voxel_blue_glass": "Blue Glass", - "block.box3mod.voxel_blue_grass": "Blue Grass", - "block.box3mod.voxel_blue_grass_all": "Blue Grass All", - "block.box3mod.voxel_blue_light": "Blue Light", - "block.box3mod.voxel_blue_surface_01": "Blue Surface 01", - "block.box3mod.voxel_blue_surface_02": "Blue Surface 02", - "block.box3mod.voxel_board0": "board0", - "block.box3mod.voxel_board1": "board1", - "block.box3mod.voxel_board10": "board10", - "block.box3mod.voxel_board11": "board11", - "block.box3mod.voxel_board12": "board12", - "block.box3mod.voxel_board13": "board13", - "block.box3mod.voxel_board14": "board14", - "block.box3mod.voxel_board15": "board15", - "block.box3mod.voxel_board2": "board2", - "block.box3mod.voxel_board3": "board3", - "block.box3mod.voxel_board4": "board4", - "block.box3mod.voxel_board5": "board5", - "block.box3mod.voxel_board6": "board6", - "block.box3mod.voxel_board7": "board7", - "block.box3mod.voxel_board8": "board8", - "block.box3mod.voxel_board9": "board9", - "block.box3mod.voxel_board_01": "Board 01", - "block.box3mod.voxel_board_02": "Board 02", - "block.box3mod.voxel_board_03": "Board 03", - "block.box3mod.voxel_board_04": "Board 04", - "block.box3mod.voxel_board_05": "Board 05", - "block.box3mod.voxel_board_06": "Board 06", - "block.box3mod.voxel_board_07": "Board 07", - "block.box3mod.voxel_bookshelf": "Bookshelf", - "block.box3mod.voxel_bounce_pad": "Bounce Pad", - "block.box3mod.voxel_bracket_close": "Bracket Close", - "block.box3mod.voxel_bracket_open": "Bracket Open", - "block.box3mod.voxel_brick_01": "Brick 01", - "block.box3mod.voxel_brick_02": "Brick 02", - "block.box3mod.voxel_brick_red": "Brick Red", - "block.box3mod.voxel_button": "Button", - "block.box3mod.voxel_c": "C", - "block.box3mod.voxel_cadet_blue": "Cadet Blue", - "block.box3mod.voxel_candy": "Candy", - "block.box3mod.voxel_caret": "Caret", - "block.box3mod.voxel_carpet_01": "Carpet 01", - "block.box3mod.voxel_carpet_02": "Carpet 02", - "block.box3mod.voxel_carpet_03": "Carpet 03", - "block.box3mod.voxel_carpet_04": "Carpet 04", - "block.box3mod.voxel_carpet_05": "Carpet 05", - "block.box3mod.voxel_carpet_06": "Carpet 06", - "block.box3mod.voxel_carpet_07": "Carpet 07", - "block.box3mod.voxel_carpet_08": "Carpet 08", - "block.box3mod.voxel_carpet_09": "Carpet 09", - "block.box3mod.voxel_carpet_10": "Carpet 10", - "block.box3mod.voxel_carpet_11": "Carpet 11", - "block.box3mod.voxel_carpet_12": "Carpet 12", - "block.box3mod.voxel_carpet_13": "Carpet 13", - "block.box3mod.voxel_coffee_gray": "Coffee Gray", - "block.box3mod.voxel_colon": "Colon", - "block.box3mod.voxel_color_glass": "Color Glass", - "block.box3mod.voxel_comma": "Comma", - "block.box3mod.voxel_conveyor": "Conveyor", - "block.box3mod.voxel_crane_lantern": "Crane Lantern", - "block.box3mod.voxel_crane_roof_01": "Crane Roof 01", - "block.box3mod.voxel_crane_roof_02": "Crane Roof 02", - "block.box3mod.voxel_cross_window": "Cross Window", - "block.box3mod.voxel_d": "D", - "block.box3mod.voxel_dark_blue_grass": "Dark Blue Grass", - "block.box3mod.voxel_dark_blue_grass_all": "Dark Blue Grass All", - "block.box3mod.voxel_dark_brick_00": "Dark Brick 00", - "block.box3mod.voxel_dark_brick_01": "Dark Brick 01", - "block.box3mod.voxel_dark_brick_02": "Dark Brick 02", - "block.box3mod.voxel_dark_grass": "Dark Grass", - "block.box3mod.voxel_dark_grass_all": "Dark Grass All", - "block.box3mod.voxel_dark_grass_rock": "Dark Grass Rock", - "block.box3mod.voxel_dark_grass_sand": "Dark Grass Sand", - "block.box3mod.voxel_dark_gray": "Dark Gray", - "block.box3mod.voxel_dark_orchid": "Dark Orchid", - "block.box3mod.voxel_dark_purple_grass": "Dark Purple Grass", - "block.box3mod.voxel_dark_purple_grass_all": "Dark Purple Grass All", - "block.box3mod.voxel_dark_red": "Dark Red", - "block.box3mod.voxel_dark_red_grass": "Dark Red Grass", - "block.box3mod.voxel_dark_red_grass_all": "Dark Red Grass All", - "block.box3mod.voxel_dark_salmon": "Dark Salmon", - "block.box3mod.voxel_dark_sand": "Dark Sand", - "block.box3mod.voxel_dark_slate_blue": "Dark Slate Blue", - "block.box3mod.voxel_dark_stone": "Dark Stone", - "block.box3mod.voxel_dark_surface": "Dark Surface", - "block.box3mod.voxel_dark_volcanic_rock": "Dark Volcanic Rock", - "block.box3mod.voxel_dark_yellow_grass": "Dark Yellow Grass", - "block.box3mod.voxel_dark_yellow_grass_all": "Dark Yellow Grass All", - "block.box3mod.voxel_dirt": "Dirt", - "block.box3mod.voxel_divide": "Divide", - "block.box3mod.voxel_dollar": "Dollar", - "block.box3mod.voxel_e": "E", - "block.box3mod.voxel_eight": "Eight", - "block.box3mod.voxel_equal": "Equal", - "block.box3mod.voxel_exclamation_mark": "Exclamation Mark", - "block.box3mod.voxel_express_box": "Express Box", - "block.box3mod.voxel_f": "F", - "block.box3mod.voxel_fan": "Fan", - "block.box3mod.voxel_firecracker": "Firecracker", - "block.box3mod.voxel_five": "Five", - "block.box3mod.voxel_four": "Four", - "block.box3mod.voxel_fu": "Fu", - "block.box3mod.voxel_g": "G", - "block.box3mod.voxel_geometric_window_01": "Geometric Window 01", - "block.box3mod.voxel_geometric_window_02": "Geometric Window 02", - "block.box3mod.voxel_glass": "Glass", - "block.box3mod.voxel_gold_trim_brick": "Gold Trim Brick", - "block.box3mod.voxel_grass": "Grass", - "block.box3mod.voxel_grass_all": "Grass All", - "block.box3mod.voxel_grass_rock": "Grass Rock", - "block.box3mod.voxel_grass_sand": "Grass Sand", - "block.box3mod.voxel_greater_than": "Greater Than", - "block.box3mod.voxel_green_decorative_light": "Green Decorative Light", - "block.box3mod.voxel_green_glass": "Green Glass", - "block.box3mod.voxel_green_leaf": "Green Leaf", - "block.box3mod.voxel_green_light": "Green Light", - "block.box3mod.voxel_greenbelt_l": "Greenbelt L", - "block.box3mod.voxel_greenbelt_l1": "Greenbelt l1", - "block.box3mod.voxel_grey_stone_brick": "Grey Stone Brick", - "block.box3mod.voxel_h": "H", - "block.box3mod.voxel_honeycomb_01": "Honeycomb 01", - "block.box3mod.voxel_honeycomb_02": "Honeycomb 02", - "block.box3mod.voxel_i": "I", - "block.box3mod.voxel_ice": "Ice", - "block.box3mod.voxel_ice_brick": "Ice Brick", - "block.box3mod.voxel_ice_wall": "Ice Wall", - "block.box3mod.voxel_indigo_light": "Indigo Light", - "block.box3mod.voxel_j": "J", - "block.box3mod.voxel_k": "K", - "block.box3mod.voxel_l": "L", - "block.box3mod.voxel_lab_lamp_01": "Lab Lamp 01", - "block.box3mod.voxel_lab_lamp_02": "Lab Lamp 02", - "block.box3mod.voxel_lab_lamp_03": "Lab Lamp 03", - "block.box3mod.voxel_lab_material_01": "Lab Material 01", - "block.box3mod.voxel_lab_material_02": "Lab Material 02", - "block.box3mod.voxel_lab_material_03": "Lab Material 03", - "block.box3mod.voxel_lab_material_04": "Lab Material 04", - "block.box3mod.voxel_lab_material_05": "Lab Material 05", - "block.box3mod.voxel_lab_material_06": "Lab Material 06", - "block.box3mod.voxel_lab_material_07": "Lab Material 07", - "block.box3mod.voxel_lab_material_08": "Lab Material 08", - "block.box3mod.voxel_lab_material_09": "Lab Material 09", - "block.box3mod.voxel_lab_material_10": "Lab Material 10", - "block.box3mod.voxel_lab_material_11": "Lab Material 11", - "block.box3mod.voxel_lab_material_12": "Lab Material 12", - "block.box3mod.voxel_lab_material_13": "Lab Material 13", - "block.box3mod.voxel_lab_material_14": "Lab Material 14", - "block.box3mod.voxel_lab_material_15": "Lab Material 15", - "block.box3mod.voxel_lab_screen": "Lab Screen", - "block.box3mod.voxel_lab_wire": "Lab Wire", - "block.box3mod.voxel_lantern_01": "Lantern 01", - "block.box3mod.voxel_lantern_02": "Lantern 02", - "block.box3mod.voxel_lava01": "lava01", - "block.box3mod.voxel_lava02": "lava02", - "block.box3mod.voxel_leaf_01": "Leaf 01", - "block.box3mod.voxel_leaf_02": "Leaf 02", - "block.box3mod.voxel_leaf_03": "Leaf 03", - "block.box3mod.voxel_leaf_04": "Leaf 04", - "block.box3mod.voxel_leaf_05": "Leaf 05", - "block.box3mod.voxel_leaf_06": "Leaf 06", - "block.box3mod.voxel_ledfloor01": "ledfloor01", - "block.box3mod.voxel_ledfloor02": "ledfloor02", - "block.box3mod.voxel_lemon": "Lemon", - "block.box3mod.voxel_less_than": "Less Than", - "block.box3mod.voxel_light_blue_grass": "Light Blue Grass", - "block.box3mod.voxel_light_blue_grass_all": "Light Blue Grass All", - "block.box3mod.voxel_light_dirt": "Light Dirt", - "block.box3mod.voxel_light_gray": "Light Gray", - "block.box3mod.voxel_light_grey_stone_brick": "Light Grey Stone Brick", - "block.box3mod.voxel_light_purple_grass_": "Light Purple Grass", - "block.box3mod.voxel_light_purple_grass_all": "Light Purple Grass All", - "block.box3mod.voxel_light_sand": "Light Sand", - "block.box3mod.voxel_light_volcanic_rock": "Light Volcanic Rock", - "block.box3mod.voxel_m": "M", - "block.box3mod.voxel_macaroon": "Macaroon", - "block.box3mod.voxel_maroon": "Maroon", - "block.box3mod.voxel_medium_gray": "Medium Gray", - "block.box3mod.voxel_medium_green": "Medium Green", - "block.box3mod.voxel_medium_orchid": "Medium Orchid", - "block.box3mod.voxel_medium_purple": "Medium Purple", - "block.box3mod.voxel_medium_spring_green": "Medium Spring Green", - "block.box3mod.voxel_medium_violet_red": "Medium Violet Red", - "block.box3mod.voxel_medium_yellow": "Medium Yellow", - "block.box3mod.voxel_mint_green": "Mint Green", - "block.box3mod.voxel_mint_green_light": "Mint Green Light", - "block.box3mod.voxel_multiply": "Multiply", - "block.box3mod.voxel_n": "N", - "block.box3mod.voxel_navajo_white": "Navajo White", - "block.box3mod.voxel_nine": "Nine", - "block.box3mod.voxel_o": "O", - "block.box3mod.voxel_olive_green": "Olive Green", - "block.box3mod.voxel_one": "One", - "block.box3mod.voxel_orange": "Orange", - "block.box3mod.voxel_orange_grass": "Orange Grass", - "block.box3mod.voxel_orange_grass_all": "Orange Grass All", - "block.box3mod.voxel_orange_light": "Orange Light", - "block.box3mod.voxel_orange_red": "Orange Red", - "block.box3mod.voxel_p": "P", - "block.box3mod.voxel_palace_carving": "Palace Carving", - "block.box3mod.voxel_palace_cloud": "Palace Cloud", - "block.box3mod.voxel_palace_eaves_01": "Palace Eaves 01", - "block.box3mod.voxel_palace_eaves_02": "Palace Eaves 02", - "block.box3mod.voxel_palace_eaves_03": "Palace Eaves 03", - "block.box3mod.voxel_palace_eaves_04": "Palace Eaves 04", - "block.box3mod.voxel_palace_eaves_05": "Palace Eaves 05", - "block.box3mod.voxel_palace_eaves_06": "Palace Eaves 06", - "block.box3mod.voxel_palace_eaves_07": "Palace Eaves 07", - "block.box3mod.voxel_palace_eaves_08": "Palace Eaves 08", - "block.box3mod.voxel_palace_floor": "Palace Floor", - "block.box3mod.voxel_palace_lamp": "Palace Lamp", - "block.box3mod.voxel_palace_roof": "Palace Roof", - "block.box3mod.voxel_palace_window": "Palace Window", - "block.box3mod.voxel_pale_green": "Pale Green", - "block.box3mod.voxel_palm": "Palm", - "block.box3mod.voxel_paren_close": "Paren Close", - "block.box3mod.voxel_paren_open": "Paren Open", - "block.box3mod.voxel_percent": "Percent", - "block.box3mod.voxel_period": "Period", - "block.box3mod.voxel_peru": "Peru", - "block.box3mod.voxel_pink": "Pink", - "block.box3mod.voxel_pink_cake": "Pink Cake", - "block.box3mod.voxel_pink_grass": "Pink Grass", - "block.box3mod.voxel_pink_grass_all": "Pink Grass All", - "block.box3mod.voxel_pink_light": "Pink Light", - "block.box3mod.voxel_plank_01": "Plank 01", - "block.box3mod.voxel_plank_02": "Plank 02", - "block.box3mod.voxel_plank_03": "Plank 03", - "block.box3mod.voxel_plank_04": "Plank 04", - "block.box3mod.voxel_plank_05": "Plank 05", - "block.box3mod.voxel_plank_06": "Plank 06", - "block.box3mod.voxel_plank_07": "Plank 07", - "block.box3mod.voxel_polar_ice": "Polar Ice", - "block.box3mod.voxel_polar_region": "Polar Region", - "block.box3mod.voxel_pound": "Pound", - "block.box3mod.voxel_powder_blue": "Powder Blue", - "block.box3mod.voxel_pumpkin": "Pumpkin", - "block.box3mod.voxel_pumpkin_lantern": "Pumpkin Lantern", - "block.box3mod.voxel_purple": "Purple", - "block.box3mod.voxel_purple_grass": "Purple Grass", - "block.box3mod.voxel_purple_grass_all": "Purple Grass All", - "block.box3mod.voxel_purple_surface_01": "Purple Surface 01", - "block.box3mod.voxel_purple_surface_02": "Purple Surface 02", - "block.box3mod.voxel_q": "Q", - "block.box3mod.voxel_quartz_brick": "Quartz Brick", - "block.box3mod.voxel_question_mark": "Question Mark", - "block.box3mod.voxel_quotation_mark": "Quotation Mark", - "block.box3mod.voxel_r": "R", - "block.box3mod.voxel_rainbow_cube": "Rainbow Cube", - "block.box3mod.voxel_red": "Red", - "block.box3mod.voxel_red_brick": "Red Brick", - "block.box3mod.voxel_red_brick_floor": "Red Brick Floor", - "block.box3mod.voxel_red_brick_wall": "Red Brick Wall", - "block.box3mod.voxel_red_decorative_light": "Red Decorative Light", - "block.box3mod.voxel_red_gift": "Red Gift", - "block.box3mod.voxel_red_glass": "Red Glass", - "block.box3mod.voxel_red_light": "Red Light", - "block.box3mod.voxel_rock": "Rock", - "block.box3mod.voxel_roof_blue_04": "Roof Blue 04", - "block.box3mod.voxel_roof_green": "Roof Green", - "block.box3mod.voxel_roof_grey": "Roof Grey", - "block.box3mod.voxel_roof_purple": "Roof Purple", - "block.box3mod.voxel_roof_red": "Roof Red", - "block.box3mod.voxel_roof_yellow": "Roof Yellow", - "block.box3mod.voxel_s": "S", - "block.box3mod.voxel_sakura_pink": "Sakura Pink", - "block.box3mod.voxel_sand": "Sand", - "block.box3mod.voxel_sand_stones": "Sand Stones", - "block.box3mod.voxel_semicolon": "Semicolon", - "block.box3mod.voxel_seven": "Seven", - "block.box3mod.voxel_sienna": "Sienna", - "block.box3mod.voxel_six": "Six", - "block.box3mod.voxel_sky_blue": "Sky Blue", - "block.box3mod.voxel_slash": "Slash", - "block.box3mod.voxel_snow": "Snow", - "block.box3mod.voxel_snow_grass": "Snow Grass", - "block.box3mod.voxel_snow_land": "Snow Land", - "block.box3mod.voxel_snowflake_lamp": "Snowflake Lamp", - "block.box3mod.voxel_snowland": "Snowland", - "block.box3mod.voxel_snowman_body": "Snowman Body", - "block.box3mod.voxel_snowman_head": "Snowman Head", - "block.box3mod.voxel_special_grass_01": "Special Grass 01", - "block.box3mod.voxel_special_grass_02": "Special Grass 02", - "block.box3mod.voxel_special_grass_03": "Special Grass 03", - "block.box3mod.voxel_special_grass_04": "Special Grass 04", - "block.box3mod.voxel_special_grass_05": "Special Grass 05", - "block.box3mod.voxel_special_grass_06": "Special Grass 06", - "block.box3mod.voxel_special_grass_07": "Special Grass 07", - "block.box3mod.voxel_special_grass_08": "Special Grass 08", - "block.box3mod.voxel_special_grass_09": "Special Grass 09", - "block.box3mod.voxel_special_grass_10": "Special Grass 10", - "block.box3mod.voxel_special_grass_11": "Special Grass 11", - "block.box3mod.voxel_special_grass_12": "Special Grass 12", - "block.box3mod.voxel_special_grass_13": "Special Grass 13", - "block.box3mod.voxel_special_grass_14": "Special Grass 14", - "block.box3mod.voxel_special_grass_15": "Special Grass 15", - "block.box3mod.voxel_special_grass_16": "Special Grass 16", - "block.box3mod.voxel_special_land_01": "Special Land 01", - "block.box3mod.voxel_special_sand_01": "Special Sand 01", - "block.box3mod.voxel_special_sand_02": "Special Sand 02", - "block.box3mod.voxel_special_sand_03": "Special Sand 03", - "block.box3mod.voxel_special_sand_04": "Special Sand 04", - "block.box3mod.voxel_special_sand_05": "Special Sand 05", - "block.box3mod.voxel_spiderweb": "Spiderweb", - "block.box3mod.voxel_stained_glass": "Stained Glass", - "block.box3mod.voxel_stainless_steel": "Stainless Steel", - "block.box3mod.voxel_star_lamp": "Star Lamp", - "block.box3mod.voxel_stone": "Stone", - "block.box3mod.voxel_stone_brick_01": "Stone Brick 01", - "block.box3mod.voxel_stone_brick_02": "Stone Brick 02", - "block.box3mod.voxel_stone_pillar_03": "Stone Pillar 03", - "block.box3mod.voxel_stone_pillar_04": "Stone Pillar 04", - "block.box3mod.voxel_stone_pillar_05": "Stone Pillar 05", - "block.box3mod.voxel_stone_pillar_06": "Stone Pillar 06", - "block.box3mod.voxel_stone_wall": "Stone Wall", - "block.box3mod.voxel_stone_wall_01": "Stone Wall 01", - "block.box3mod.voxel_stripe_01": "Stripe 01", - "block.box3mod.voxel_stripe_02": "Stripe 02", - "block.box3mod.voxel_stripe_03": "Stripe 03", - "block.box3mod.voxel_stripe_04": "Stripe 04", - "block.box3mod.voxel_stripe_05": "Stripe 05", - "block.box3mod.voxel_subtract": "Subtract", - "block.box3mod.voxel_t": "T", - "block.box3mod.voxel_television": "Television", - "block.box3mod.voxel_three": "Three", - "block.box3mod.voxel_tilde": "Tilde", - "block.box3mod.voxel_toolbox": "Toolbox", - "block.box3mod.voxel_traditional_window": "Traditional Window", - "block.box3mod.voxel_treasure_chest": "Treasure Chest", - "block.box3mod.voxel_turquoise": "Turquoise", - "block.box3mod.voxel_two": "Two", - "block.box3mod.voxel_u": "U", - "block.box3mod.voxel_v": "V", - "block.box3mod.voxel_w": "W", - "block.box3mod.voxel_warm_yellow_light": "Warm Yellow Light", - "block.box3mod.voxel_white": "White", - "block.box3mod.voxel_white_grass": "White Grass", - "block.box3mod.voxel_white_light": "White Light", - "block.box3mod.voxel_window": "Window", - "block.box3mod.voxel_windygrass": "Windygrass", - "block.box3mod.voxel_winter_leaf": "Winter Leaf", - "block.box3mod.voxel_withered_grass": "Withered Grass", - "block.box3mod.voxel_withered_grass_land": "Withered Grass Land", - "block.box3mod.voxel_wood": "Wood", - "block.box3mod.voxel_wooden_box": "Wooden Box", - "block.box3mod.voxel_woodstone_12": "Woodstone 12", - "block.box3mod.voxel_x": "X", - "block.box3mod.voxel_y": "Y", - "block.box3mod.voxel_yellow_decorative_light": "Yellow Decorative Light", - "block.box3mod.voxel_yellow_grass": "Yellow Grass", - "block.box3mod.voxel_yellow_green": "Yellow Green", - "block.box3mod.voxel_yellow_light": "Yellow Light", - "block.box3mod.voxel_z": "Z", - "block.box3mod.voxel_zero": "Zero", - "item.box3mod.spec_blueberry_juice_bucket": "Blueberry Juice", - "item.box3mod.spec_coffee_bucket": "Coffee", - "item.box3mod.spec_grape_juice_bucket": "Grape Juice", - "item.box3mod.spec_lemon_juice_bucket": "Lemon Juice", - "item.box3mod.spec_lime_juice_bucket": "Lime Juice", - "item.box3mod.spec_milk_bucket": "Milk", - "item.box3mod.spec_orange_juice_bucket": "Orange Juice", - "item.box3mod.spec_peach_juice_bucket": "Peach Juice", - "item.box3mod.spec_soy_sauce_bucket": "Soy Sauce", - "item.box3mod.spec_strawberry_juice_bucket": "Strawberry Juice", - "item.box3mod.spec_water_bucket": "Water", + "block.box3mod.a": "A", + "block.box3mod.acacia": "Acacia", + "block.box3mod.add": "Add", + "block.box3mod.air_duct": "Air Duct", + "block.box3mod.ampersand": "Ampersand", + "block.box3mod.asterisk": "Asterisk", + "block.box3mod.at": "At", + "block.box3mod.b": "B", + "block.box3mod.backslash": "Backslash", + "block.box3mod.bamboo": "Bamboo", + "block.box3mod.barrier": "Barrier", + "block.box3mod.bat_window": "Bat Window", + "block.box3mod.bear_footprint": "Bear Footprint", + "block.box3mod.biscuit": "Biscuit", + "block.box3mod.black": "Black", + "block.box3mod.black_glass": "Black Glass", + "block.box3mod.blue": "Blue", + "block.box3mod.blue_decorative_light": "Blue Decorative Light", + "block.box3mod.blue_gift": "Blue Gift", + "block.box3mod.blue_glass": "Blue Glass", + "block.box3mod.blue_grass": "Blue Grass", + "block.box3mod.blue_grass_all": "Blue Grass All", + "block.box3mod.blue_light": "Blue Light", + "block.box3mod.blue_surface_01": "Blue Surface 01", + "block.box3mod.blue_surface_02": "Blue Surface 02", + "block.box3mod.board0": "board0", + "block.box3mod.board1": "board1", + "block.box3mod.board10": "board10", + "block.box3mod.board11": "board11", + "block.box3mod.board12": "board12", + "block.box3mod.board13": "board13", + "block.box3mod.board14": "board14", + "block.box3mod.board15": "board15", + "block.box3mod.board2": "board2", + "block.box3mod.board3": "board3", + "block.box3mod.board4": "board4", + "block.box3mod.board5": "board5", + "block.box3mod.board6": "board6", + "block.box3mod.board7": "board7", + "block.box3mod.board8": "board8", + "block.box3mod.board9": "board9", + "block.box3mod.board_01": "Board 01", + "block.box3mod.board_02": "Board 02", + "block.box3mod.board_03": "Board 03", + "block.box3mod.board_04": "Board 04", + "block.box3mod.board_05": "Board 05", + "block.box3mod.board_06": "Board 06", + "block.box3mod.board_07": "Board 07", + "block.box3mod.bookshelf": "Bookshelf", + "block.box3mod.bounce_pad": "Bounce Pad", + "block.box3mod.bracket_close": "Bracket Close", + "block.box3mod.bracket_open": "Bracket Open", + "block.box3mod.brick_01": "Brick 01", + "block.box3mod.brick_02": "Brick 02", + "block.box3mod.brick_red": "Brick Red", + "block.box3mod.button": "Button", + "block.box3mod.c": "C", + "block.box3mod.cadet_blue": "Cadet Blue", + "block.box3mod.candy": "Candy", + "block.box3mod.caret": "Caret", + "block.box3mod.carpet_01": "Carpet 01", + "block.box3mod.carpet_02": "Carpet 02", + "block.box3mod.carpet_03": "Carpet 03", + "block.box3mod.carpet_04": "Carpet 04", + "block.box3mod.carpet_05": "Carpet 05", + "block.box3mod.carpet_06": "Carpet 06", + "block.box3mod.carpet_07": "Carpet 07", + "block.box3mod.carpet_08": "Carpet 08", + "block.box3mod.carpet_09": "Carpet 09", + "block.box3mod.carpet_10": "Carpet 10", + "block.box3mod.carpet_11": "Carpet 11", + "block.box3mod.carpet_12": "Carpet 12", + "block.box3mod.carpet_13": "Carpet 13", + "block.box3mod.coffee_gray": "Coffee Gray", + "block.box3mod.colon": "Colon", + "block.box3mod.color_glass": "Color Glass", + "block.box3mod.comma": "Comma", + "block.box3mod.conveyor": "Conveyor", + "block.box3mod.crane_lantern": "Crane Lantern", + "block.box3mod.crane_roof_01": "Crane Roof 01", + "block.box3mod.crane_roof_02": "Crane Roof 02", + "block.box3mod.cross_window": "Cross Window", + "block.box3mod.d": "D", + "block.box3mod.dark_blue_grass": "Dark Blue Grass", + "block.box3mod.dark_blue_grass_all": "Dark Blue Grass All", + "block.box3mod.dark_brick_00": "Dark Brick 00", + "block.box3mod.dark_brick_01": "Dark Brick 01", + "block.box3mod.dark_brick_02": "Dark Brick 02", + "block.box3mod.dark_grass": "Dark Grass", + "block.box3mod.dark_grass_all": "Dark Grass All", + "block.box3mod.dark_grass_rock": "Dark Grass Rock", + "block.box3mod.dark_grass_sand": "Dark Grass Sand", + "block.box3mod.dark_gray": "Dark Gray", + "block.box3mod.dark_orchid": "Dark Orchid", + "block.box3mod.dark_purple_grass": "Dark Purple Grass", + "block.box3mod.dark_purple_grass_all": "Dark Purple Grass All", + "block.box3mod.dark_red": "Dark Red", + "block.box3mod.dark_red_grass": "Dark Red Grass", + "block.box3mod.dark_red_grass_all": "Dark Red Grass All", + "block.box3mod.dark_salmon": "Dark Salmon", + "block.box3mod.dark_sand": "Dark Sand", + "block.box3mod.dark_slate_blue": "Dark Slate Blue", + "block.box3mod.dark_stone": "Dark Stone", + "block.box3mod.dark_surface": "Dark Surface", + "block.box3mod.dark_volcanic_rock": "Dark Volcanic Rock", + "block.box3mod.dark_yellow_grass": "Dark Yellow Grass", + "block.box3mod.dark_yellow_grass_all": "Dark Yellow Grass All", + "block.box3mod.dirt": "Dirt", + "block.box3mod.divide": "Divide", + "block.box3mod.dollar": "Dollar", + "block.box3mod.e": "E", + "block.box3mod.eight": "Eight", + "block.box3mod.equal": "Equal", + "block.box3mod.exclamation_mark": "Exclamation Mark", + "block.box3mod.express_box": "Express Box", + "block.box3mod.f": "F", + "block.box3mod.fan": "Fan", + "block.box3mod.firecracker": "Firecracker", + "block.box3mod.five": "Five", + "block.box3mod.four": "Four", + "block.box3mod.fu": "Fu", + "block.box3mod.g": "G", + "block.box3mod.geometric_window_01": "Geometric Window 01", + "block.box3mod.geometric_window_02": "Geometric Window 02", + "block.box3mod.glass": "Glass", + "block.box3mod.gold_trim_brick": "Gold Trim Brick", + "block.box3mod.grass": "Grass", + "block.box3mod.grass_all": "Grass All", + "block.box3mod.grass_rock": "Grass Rock", + "block.box3mod.grass_sand": "Grass Sand", + "block.box3mod.greater_than": "Greater Than", + "block.box3mod.green_decorative_light": "Green Decorative Light", + "block.box3mod.green_glass": "Green Glass", + "block.box3mod.green_leaf": "Green Leaf", + "block.box3mod.green_light": "Green Light", + "block.box3mod.greenbelt_l": "Greenbelt L", + "block.box3mod.greenbelt_l1": "Greenbelt l1", + "block.box3mod.grey_stone_brick": "Grey Stone Brick", + "block.box3mod.h": "H", + "block.box3mod.honeycomb_01": "Honeycomb 01", + "block.box3mod.honeycomb_02": "Honeycomb 02", + "block.box3mod.i": "I", + "block.box3mod.ice": "Ice", + "block.box3mod.ice_brick": "Ice Brick", + "block.box3mod.ice_wall": "Ice Wall", + "block.box3mod.indigo_light": "Indigo Light", + "block.box3mod.j": "J", + "block.box3mod.k": "K", + "block.box3mod.l": "L", + "block.box3mod.lab_lamp_01": "Lab Lamp 01", + "block.box3mod.lab_lamp_02": "Lab Lamp 02", + "block.box3mod.lab_lamp_03": "Lab Lamp 03", + "block.box3mod.lab_material_01": "Lab Material 01", + "block.box3mod.lab_material_02": "Lab Material 02", + "block.box3mod.lab_material_03": "Lab Material 03", + "block.box3mod.lab_material_04": "Lab Material 04", + "block.box3mod.lab_material_05": "Lab Material 05", + "block.box3mod.lab_material_06": "Lab Material 06", + "block.box3mod.lab_material_07": "Lab Material 07", + "block.box3mod.lab_material_08": "Lab Material 08", + "block.box3mod.lab_material_09": "Lab Material 09", + "block.box3mod.lab_material_10": "Lab Material 10", + "block.box3mod.lab_material_11": "Lab Material 11", + "block.box3mod.lab_material_12": "Lab Material 12", + "block.box3mod.lab_material_13": "Lab Material 13", + "block.box3mod.lab_material_14": "Lab Material 14", + "block.box3mod.lab_material_15": "Lab Material 15", + "block.box3mod.lab_screen": "Lab Screen", + "block.box3mod.lab_wire": "Lab Wire", + "block.box3mod.lantern_01": "Lantern 01", + "block.box3mod.lantern_02": "Lantern 02", + "block.box3mod.lava01": "lava01", + "block.box3mod.lava02": "lava02", + "block.box3mod.leaf_01": "Leaf 01", + "block.box3mod.leaf_02": "Leaf 02", + "block.box3mod.leaf_03": "Leaf 03", + "block.box3mod.leaf_04": "Leaf 04", + "block.box3mod.leaf_05": "Leaf 05", + "block.box3mod.leaf_06": "Leaf 06", + "block.box3mod.ledfloor01": "ledfloor01", + "block.box3mod.ledfloor02": "ledfloor02", + "block.box3mod.lemon": "Lemon", + "block.box3mod.less_than": "Less Than", + "block.box3mod.light_blue_grass": "Light Blue Grass", + "block.box3mod.light_blue_grass_all": "Light Blue Grass All", + "block.box3mod.light_dirt": "Light Dirt", + "block.box3mod.light_gray": "Light Gray", + "block.box3mod.light_grey_stone_brick": "Light Grey Stone Brick", + "block.box3mod.light_purple_grass_": "Light Purple Grass", + "block.box3mod.light_purple_grass_all": "Light Purple Grass All", + "block.box3mod.light_sand": "Light Sand", + "block.box3mod.light_volcanic_rock": "Light Volcanic Rock", + "block.box3mod.m": "M", + "block.box3mod.macaroon": "Macaroon", + "block.box3mod.maroon": "Maroon", + "block.box3mod.medium_gray": "Medium Gray", + "block.box3mod.medium_green": "Medium Green", + "block.box3mod.medium_orchid": "Medium Orchid", + "block.box3mod.medium_purple": "Medium Purple", + "block.box3mod.medium_spring_green": "Medium Spring Green", + "block.box3mod.medium_violet_red": "Medium Violet Red", + "block.box3mod.medium_yellow": "Medium Yellow", + "block.box3mod.mint_green": "Mint Green", + "block.box3mod.mint_green_light": "Mint Green Light", + "block.box3mod.multiply": "Multiply", + "block.box3mod.n": "N", + "block.box3mod.navajo_white": "Navajo White", + "block.box3mod.nine": "Nine", + "block.box3mod.o": "O", + "block.box3mod.olive_green": "Olive Green", + "block.box3mod.one": "One", + "block.box3mod.orange": "Orange", + "block.box3mod.orange_grass": "Orange Grass", + "block.box3mod.orange_grass_all": "Orange Grass All", + "block.box3mod.orange_light": "Orange Light", + "block.box3mod.orange_red": "Orange Red", + "block.box3mod.p": "P", + "block.box3mod.palace_carving": "Palace Carving", + "block.box3mod.palace_cloud": "Palace Cloud", + "block.box3mod.palace_eaves_01": "Palace Eaves 01", + "block.box3mod.palace_eaves_02": "Palace Eaves 02", + "block.box3mod.palace_eaves_03": "Palace Eaves 03", + "block.box3mod.palace_eaves_04": "Palace Eaves 04", + "block.box3mod.palace_eaves_05": "Palace Eaves 05", + "block.box3mod.palace_eaves_06": "Palace Eaves 06", + "block.box3mod.palace_eaves_07": "Palace Eaves 07", + "block.box3mod.palace_eaves_08": "Palace Eaves 08", + "block.box3mod.palace_floor": "Palace Floor", + "block.box3mod.palace_lamp": "Palace Lamp", + "block.box3mod.palace_roof": "Palace Roof", + "block.box3mod.palace_window": "Palace Window", + "block.box3mod.pale_green": "Pale Green", + "block.box3mod.palm": "Palm", + "block.box3mod.paren_close": "Paren Close", + "block.box3mod.paren_open": "Paren Open", + "block.box3mod.percent": "Percent", + "block.box3mod.period": "Period", + "block.box3mod.peru": "Peru", + "block.box3mod.pink": "Pink", + "block.box3mod.pink_cake": "Pink Cake", + "block.box3mod.pink_grass": "Pink Grass", + "block.box3mod.pink_grass_all": "Pink Grass All", + "block.box3mod.pink_light": "Pink Light", + "block.box3mod.plank_01": "Plank 01", + "block.box3mod.plank_02": "Plank 02", + "block.box3mod.plank_03": "Plank 03", + "block.box3mod.plank_04": "Plank 04", + "block.box3mod.plank_05": "Plank 05", + "block.box3mod.plank_06": "Plank 06", + "block.box3mod.plank_07": "Plank 07", + "block.box3mod.polar_ice": "Polar Ice", + "block.box3mod.polar_region": "Polar Region", + "block.box3mod.pound": "Pound", + "block.box3mod.powder_blue": "Powder Blue", + "block.box3mod.pumpkin": "Pumpkin", + "block.box3mod.pumpkin_lantern": "Pumpkin Lantern", + "block.box3mod.purple": "Purple", + "block.box3mod.purple_grass": "Purple Grass", + "block.box3mod.purple_grass_all": "Purple Grass All", + "block.box3mod.purple_surface_01": "Purple Surface 01", + "block.box3mod.purple_surface_02": "Purple Surface 02", + "block.box3mod.q": "Q", + "block.box3mod.quartz_brick": "Quartz Brick", + "block.box3mod.question_mark": "Question Mark", + "block.box3mod.quotation_mark": "Quotation Mark", + "block.box3mod.r": "R", + "block.box3mod.rainbow_cube": "Rainbow Cube", + "block.box3mod.red": "Red", + "block.box3mod.red_brick": "Red Brick", + "block.box3mod.red_brick_floor": "Red Brick Floor", + "block.box3mod.red_brick_wall": "Red Brick Wall", + "block.box3mod.red_decorative_light": "Red Decorative Light", + "block.box3mod.red_gift": "Red Gift", + "block.box3mod.red_glass": "Red Glass", + "block.box3mod.red_light": "Red Light", + "block.box3mod.rock": "Rock", + "block.box3mod.roof_blue_04": "Roof Blue 04", + "block.box3mod.roof_green": "Roof Green", + "block.box3mod.roof_grey": "Roof Grey", + "block.box3mod.roof_purple": "Roof Purple", + "block.box3mod.roof_red": "Roof Red", + "block.box3mod.roof_yellow": "Roof Yellow", + "block.box3mod.s": "S", + "block.box3mod.sakura_pink": "Sakura Pink", + "block.box3mod.sand": "Sand", + "block.box3mod.sand_stones": "Sand Stones", + "block.box3mod.semicolon": "Semicolon", + "block.box3mod.seven": "Seven", + "block.box3mod.sienna": "Sienna", + "block.box3mod.six": "Six", + "block.box3mod.sky_blue": "Sky Blue", + "block.box3mod.slash": "Slash", + "block.box3mod.snow": "Snow", + "block.box3mod.snow_grass": "Snow Grass", + "block.box3mod.snow_land": "Snow Land", + "block.box3mod.snowflake_lamp": "Snowflake Lamp", + "block.box3mod.snowland": "Snowland", + "block.box3mod.snowman_body": "Snowman Body", + "block.box3mod.snowman_head": "Snowman Head", + "block.box3mod.special_grass_01": "Special Grass 01", + "block.box3mod.special_grass_02": "Special Grass 02", + "block.box3mod.special_grass_03": "Special Grass 03", + "block.box3mod.special_grass_04": "Special Grass 04", + "block.box3mod.special_grass_05": "Special Grass 05", + "block.box3mod.special_grass_06": "Special Grass 06", + "block.box3mod.special_grass_07": "Special Grass 07", + "block.box3mod.special_grass_08": "Special Grass 08", + "block.box3mod.special_grass_09": "Special Grass 09", + "block.box3mod.special_grass_10": "Special Grass 10", + "block.box3mod.special_grass_11": "Special Grass 11", + "block.box3mod.special_grass_12": "Special Grass 12", + "block.box3mod.special_grass_13": "Special Grass 13", + "block.box3mod.special_grass_14": "Special Grass 14", + "block.box3mod.special_grass_15": "Special Grass 15", + "block.box3mod.special_grass_16": "Special Grass 16", + "block.box3mod.special_land_01": "Special Land 01", + "block.box3mod.special_sand_01": "Special Sand 01", + "block.box3mod.special_sand_02": "Special Sand 02", + "block.box3mod.special_sand_03": "Special Sand 03", + "block.box3mod.special_sand_04": "Special Sand 04", + "block.box3mod.special_sand_05": "Special Sand 05", + "block.box3mod.spiderweb": "Spiderweb", + "block.box3mod.stained_glass": "Stained Glass", + "block.box3mod.stainless_steel": "Stainless Steel", + "block.box3mod.star_lamp": "Star Lamp", + "block.box3mod.stone": "Stone", + "block.box3mod.stone_brick_01": "Stone Brick 01", + "block.box3mod.stone_brick_02": "Stone Brick 02", + "block.box3mod.stone_pillar_03": "Stone Pillar 03", + "block.box3mod.stone_pillar_04": "Stone Pillar 04", + "block.box3mod.stone_pillar_05": "Stone Pillar 05", + "block.box3mod.stone_pillar_06": "Stone Pillar 06", + "block.box3mod.stone_wall": "Stone Wall", + "block.box3mod.stone_wall_01": "Stone Wall 01", + "block.box3mod.stripe_01": "Stripe 01", + "block.box3mod.stripe_02": "Stripe 02", + "block.box3mod.stripe_03": "Stripe 03", + "block.box3mod.stripe_04": "Stripe 04", + "block.box3mod.stripe_05": "Stripe 05", + "block.box3mod.subtract": "Subtract", + "block.box3mod.t": "T", + "block.box3mod.television": "Television", + "block.box3mod.three": "Three", + "block.box3mod.tilde": "Tilde", + "block.box3mod.toolbox": "Toolbox", + "block.box3mod.traditional_window": "Traditional Window", + "block.box3mod.treasure_chest": "Treasure Chest", + "block.box3mod.turquoise": "Turquoise", + "block.box3mod.two": "Two", + "block.box3mod.u": "U", + "block.box3mod.v": "V", + "block.box3mod.w": "W", + "block.box3mod.warm_yellow_light": "Warm Yellow Light", + "block.box3mod.white": "White", + "block.box3mod.white_grass": "White Grass", + "block.box3mod.white_light": "White Light", + "block.box3mod.window": "Window", + "block.box3mod.windygrass": "Windygrass", + "block.box3mod.winter_leaf": "Winter Leaf", + "block.box3mod.withered_grass": "Withered Grass", + "block.box3mod.withered_grass_land": "Withered Grass Land", + "block.box3mod.wood": "Wood", + "block.box3mod.wooden_box": "Wooden Box", + "block.box3mod.woodstone_12": "Woodstone 12", + "block.box3mod.x": "X", + "block.box3mod.y": "Y", + "block.box3mod.yellow_decorative_light": "Yellow Decorative Light", + "block.box3mod.yellow_grass": "Yellow Grass", + "block.box3mod.yellow_green": "Yellow Green", + "block.box3mod.yellow_light": "Yellow Light", + "block.box3mod.z": "Z", + "block.box3mod.zero": "Zero", "itemGroup.box3mod.letter": "Box3:Letters", "itemGroup.box3mod.number": "Box3:Numbers", "itemGroup.box3mod.symbol": "Box3:Symbols", diff --git a/src/main/resources/assets/box3mod/lang/zh_cn.json b/src/main/resources/assets/box3mod/lang/zh_cn.json index 4abde56..22cd43c 100644 --- a/src/main/resources/assets/box3mod/lang/zh_cn.json +++ b/src/main/resources/assets/box3mod/lang/zh_cn.json @@ -1,387 +1,376 @@ { - "block.box3mod.voxel_a": "A", - "block.box3mod.voxel_acacia": "金合欢", - "block.box3mod.voxel_add": "加", - "block.box3mod.voxel_air_duct": "通风管", - "block.box3mod.voxel_ampersand": "和号", - "block.box3mod.voxel_asterisk": "星号", - "block.box3mod.voxel_at": "艾特", - "block.box3mod.voxel_b": "B", - "block.box3mod.voxel_backslash": "反斜杠", - "block.box3mod.voxel_bamboo": "竹子", - "block.box3mod.voxel_barrier": "屏障", - "block.box3mod.voxel_bat_window": "蝙蝠窗", - "block.box3mod.voxel_bear_footprint": "熊脚印", - "block.box3mod.voxel_biscuit": "饼干", - "block.box3mod.voxel_black": "黑色", - "block.box3mod.voxel_black_glass": "黑色玻璃", - "block.box3mod.voxel_blue": "蓝色", - "block.box3mod.voxel_blue_decorative_light": "蓝色装饰灯", - "block.box3mod.voxel_blue_gift": "蓝色礼物", - "block.box3mod.voxel_blue_glass": "蓝色玻璃", - "block.box3mod.voxel_blue_grass": "蓝色草", - "block.box3mod.voxel_blue_grass_all": "蓝色全草", - "block.box3mod.voxel_blue_light": "蓝色灯", - "block.box3mod.voxel_blue_surface_01": "蓝色表面01", - "block.box3mod.voxel_blue_surface_02": "蓝色表面02", - "block.box3mod.voxel_board0": "木板0", - "block.box3mod.voxel_board1": "木板1", - "block.box3mod.voxel_board10": "木板10", - "block.box3mod.voxel_board11": "木板11", - "block.box3mod.voxel_board12": "木板12", - "block.box3mod.voxel_board13": "木板13", - "block.box3mod.voxel_board14": "木板14", - "block.box3mod.voxel_board15": "木板15", - "block.box3mod.voxel_board2": "木板2", - "block.box3mod.voxel_board3": "木板3", - "block.box3mod.voxel_board4": "木板4", - "block.box3mod.voxel_board5": "木板5", - "block.box3mod.voxel_board6": "木板6", - "block.box3mod.voxel_board7": "木板7", - "block.box3mod.voxel_board8": "木板8", - "block.box3mod.voxel_board9": "木板9", - "block.box3mod.voxel_board_01": "木板01", - "block.box3mod.voxel_board_02": "木板02", - "block.box3mod.voxel_board_03": "木板03", - "block.box3mod.voxel_board_04": "木板04", - "block.box3mod.voxel_board_05": "木板05", - "block.box3mod.voxel_board_06": "木板06", - "block.box3mod.voxel_board_07": "木板07", - "block.box3mod.voxel_bookshelf": "书架", - "block.box3mod.voxel_bounce_pad": "弹跳垫", - "block.box3mod.voxel_bracket_close": "右方括号", - "block.box3mod.voxel_bracket_open": "左方括号", - "block.box3mod.voxel_brick_01": "砖块01", - "block.box3mod.voxel_brick_02": "砖块02", - "block.box3mod.voxel_brick_red": "红砖", - "block.box3mod.voxel_button": "按钮", - "block.box3mod.voxel_c": "C", - "block.box3mod.voxel_cadet_blue": "军蓝", - "block.box3mod.voxel_candy": "糖果", - "block.box3mod.voxel_caret": "脱字符", - "block.box3mod.voxel_carpet_01": "地毯01", - "block.box3mod.voxel_carpet_02": "地毯02", - "block.box3mod.voxel_carpet_03": "地毯03", - "block.box3mod.voxel_carpet_04": "地毯04", - "block.box3mod.voxel_carpet_05": "地毯05", - "block.box3mod.voxel_carpet_06": "地毯06", - "block.box3mod.voxel_carpet_07": "地毯07", - "block.box3mod.voxel_carpet_08": "地毯08", - "block.box3mod.voxel_carpet_09": "地毯09", - "block.box3mod.voxel_carpet_10": "地毯10", - "block.box3mod.voxel_carpet_11": "地毯11", - "block.box3mod.voxel_carpet_12": "地毯12", - "block.box3mod.voxel_carpet_13": "地毯13", - "block.box3mod.voxel_coffee_gray": "咖啡灰", - "block.box3mod.voxel_colon": "冒号", - "block.box3mod.voxel_color_glass": "彩色玻璃", - "block.box3mod.voxel_comma": "逗号", - "block.box3mod.voxel_conveyor": "传送带", - "block.box3mod.voxel_crane_lantern": "起重机灯笼", - "block.box3mod.voxel_crane_roof_01": "起重机屋顶01", - "block.box3mod.voxel_crane_roof_02": "起重机屋顶02", - "block.box3mod.voxel_cross_window": "十字窗", - "block.box3mod.voxel_d": "D", - "block.box3mod.voxel_dark_blue_grass": "深蓝草", - "block.box3mod.voxel_dark_blue_grass_all": "深蓝全草", - "block.box3mod.voxel_dark_brick_00": "深砖00", - "block.box3mod.voxel_dark_brick_01": "深砖01", - "block.box3mod.voxel_dark_brick_02": "深砖02", - "block.box3mod.voxel_dark_grass": "深草", - "block.box3mod.voxel_dark_grass_all": "深全草", - "block.box3mod.voxel_dark_grass_rock": "深草岩", - "block.box3mod.voxel_dark_grass_sand": "深草沙", - "block.box3mod.voxel_dark_gray": "深灰", - "block.box3mod.voxel_dark_orchid": "深兰花", - "block.box3mod.voxel_dark_purple_grass": "深紫草", - "block.box3mod.voxel_dark_purple_grass_all": "深紫全草", - "block.box3mod.voxel_dark_red": "深红", - "block.box3mod.voxel_dark_red_grass": "深红草", - "block.box3mod.voxel_dark_red_grass_all": "深红全草", - "block.box3mod.voxel_dark_salmon": "深鲑鱼", - "block.box3mod.voxel_dark_sand": "深沙", - "block.box3mod.voxel_dark_slate_blue": "深板岩蓝", - "block.box3mod.voxel_dark_stone": "深石", - "block.box3mod.voxel_dark_surface": "深表面", - "block.box3mod.voxel_dark_volcanic_rock": "深火山岩", - "block.box3mod.voxel_dark_yellow_grass": "深黄草", - "block.box3mod.voxel_dark_yellow_grass_all": "深黄全草", - "block.box3mod.voxel_dirt": "泥土", - "block.box3mod.voxel_divide": "除", - "block.box3mod.voxel_dollar": "美元", - "block.box3mod.voxel_e": "E", - "block.box3mod.voxel_eight": "八", - "block.box3mod.voxel_equal": "等号", - "block.box3mod.voxel_exclamation_mark": "感叹号", - "block.box3mod.voxel_express_box": "快递箱", - "block.box3mod.voxel_f": "F", - "block.box3mod.voxel_fan": "风扇", - "block.box3mod.voxel_firecracker": "鞭炮", - "block.box3mod.voxel_five": "五", - "block.box3mod.voxel_four": "四", - "block.box3mod.voxel_fu": "福", - "block.box3mod.voxel_g": "G", - "block.box3mod.voxel_geometric_window_01": "几何窗01", - "block.box3mod.voxel_geometric_window_02": "几何窗02", - "block.box3mod.voxel_glass": "玻璃", - "block.box3mod.voxel_gold_trim_brick": "金边砖", - "block.box3mod.voxel_grass": "草", - "block.box3mod.voxel_grass_all": "全草", - "block.box3mod.voxel_grass_rock": "草岩", - "block.box3mod.voxel_grass_sand": "草沙", - "block.box3mod.voxel_greater_than": "大于号", - "block.box3mod.voxel_green_decorative_light": "绿色装饰灯", - "block.box3mod.voxel_green_glass": "绿色玻璃", - "block.box3mod.voxel_green_leaf": "绿叶", - "block.box3mod.voxel_green_light": "绿色灯", - "block.box3mod.voxel_greenbelt_l": "绿化带L", - "block.box3mod.voxel_greenbelt_l1": "绿化带L1", - "block.box3mod.voxel_grey_stone_brick": "灰石砖", - "block.box3mod.voxel_h": "H", - "block.box3mod.voxel_honeycomb_01": "蜂巢01", - "block.box3mod.voxel_honeycomb_02": "蜂巢02", - "block.box3mod.voxel_i": "I", - "block.box3mod.voxel_ice": "冰", - "block.box3mod.voxel_ice_brick": "冰砖", - "block.box3mod.voxel_ice_wall": "冰墙", - "block.box3mod.voxel_indigo_light": "靛蓝灯", - "block.box3mod.voxel_j": "J", - "block.box3mod.voxel_k": "K", - "block.box3mod.voxel_l": "L", - "block.box3mod.voxel_lab_lamp_01": "实验室灯01", - "block.box3mod.voxel_lab_lamp_02": "实验室灯02", - "block.box3mod.voxel_lab_lamp_03": "实验室灯03", - "block.box3mod.voxel_lab_material_01": "实验室材料01", - "block.box3mod.voxel_lab_material_02": "实验室材料02", - "block.box3mod.voxel_lab_material_03": "实验室材料03", - "block.box3mod.voxel_lab_material_04": "实验室材料04", - "block.box3mod.voxel_lab_material_05": "实验室材料05", - "block.box3mod.voxel_lab_material_06": "实验室材料06", - "block.box3mod.voxel_lab_material_07": "实验室材料07", - "block.box3mod.voxel_lab_material_08": "实验室材料08", - "block.box3mod.voxel_lab_material_09": "实验室材料09", - "block.box3mod.voxel_lab_material_10": "实验室材料10", - "block.box3mod.voxel_lab_material_11": "实验室材料11", - "block.box3mod.voxel_lab_material_12": "实验室材料12", - "block.box3mod.voxel_lab_material_13": "实验室材料13", - "block.box3mod.voxel_lab_material_14": "实验室材料14", - "block.box3mod.voxel_lab_material_15": "实验室材料15", - "block.box3mod.voxel_lab_screen": "实验室屏幕", - "block.box3mod.voxel_lab_wire": "实验室电线", - "block.box3mod.voxel_lantern_01": "灯笼01", - "block.box3mod.voxel_lantern_02": "灯笼02", - "block.box3mod.voxel_lava01": "熔岩01", - "block.box3mod.voxel_lava02": "熔岩02", - "block.box3mod.voxel_leaf_01": "叶子01", - "block.box3mod.voxel_leaf_02": "叶子02", - "block.box3mod.voxel_leaf_03": "叶子03", - "block.box3mod.voxel_leaf_04": "叶子04", - "block.box3mod.voxel_leaf_05": "叶子05", - "block.box3mod.voxel_leaf_06": "叶子06", - "block.box3mod.voxel_ledfloor01": "LED地板01", - "block.box3mod.voxel_ledfloor02": "LED地板02", - "block.box3mod.voxel_lemon": "柠檬", - "block.box3mod.voxel_less_than": "小于号", - "block.box3mod.voxel_light_blue_grass": "浅蓝草", - "block.box3mod.voxel_light_blue_grass_all": "浅蓝全草", - "block.box3mod.voxel_light_dirt": "浅土", - "block.box3mod.voxel_light_gray": "浅灰", - "block.box3mod.voxel_light_grey_stone_brick": "浅灰石砖", - "block.box3mod.voxel_light_purple_grass_": "浅紫草", - "block.box3mod.voxel_light_purple_grass_all": "浅紫全草", - "block.box3mod.voxel_light_sand": "浅沙", - "block.box3mod.voxel_light_volcanic_rock": "浅火山岩", - "block.box3mod.voxel_m": "M", - "block.box3mod.voxel_macaroon": "马卡龙", - "block.box3mod.voxel_maroon": "栗色", - "block.box3mod.voxel_medium_gray": "中灰", - "block.box3mod.voxel_medium_green": "中绿", - "block.box3mod.voxel_medium_orchid": "中兰花", - "block.box3mod.voxel_medium_purple": "中紫", - "block.box3mod.voxel_medium_spring_green": "中春绿", - "block.box3mod.voxel_medium_violet_red": "中紫红", - "block.box3mod.voxel_medium_yellow": "中黄", - "block.box3mod.voxel_mint_green": "薄荷绿", - "block.box3mod.voxel_mint_green_light": "薄荷绿灯", - "block.box3mod.voxel_multiply": "乘", - "block.box3mod.voxel_n": "N", - "block.box3mod.voxel_navajo_white": "纳瓦霍白", - "block.box3mod.voxel_nine": "九", - "block.box3mod.voxel_o": "O", - "block.box3mod.voxel_olive_green": "橄榄绿", - "block.box3mod.voxel_one": "一", - "block.box3mod.voxel_orange": "橙色", - "block.box3mod.voxel_orange_grass": "橙草", - "block.box3mod.voxel_orange_grass_all": "橙全草", - "block.box3mod.voxel_orange_light": "橙色灯", - "block.box3mod.voxel_orange_red": "橙红", - "block.box3mod.voxel_p": "P", - "block.box3mod.voxel_palace_carving": "宫殿雕刻", - "block.box3mod.voxel_palace_cloud": "宫殿云", - "block.box3mod.voxel_palace_eaves_01": "宫殿屋檐01", - "block.box3mod.voxel_palace_eaves_02": "宫殿屋檐02", - "block.box3mod.voxel_palace_eaves_03": "宫殿屋檐03", - "block.box3mod.voxel_palace_eaves_04": "宫殿屋檐04", - "block.box3mod.voxel_palace_eaves_05": "宫殿屋檐05", - "block.box3mod.voxel_palace_eaves_06": "宫殿屋檐06", - "block.box3mod.voxel_palace_eaves_07": "宫殿屋檐07", - "block.box3mod.voxel_palace_eaves_08": "宫殿屋檐08", - "block.box3mod.voxel_palace_floor": "宫殿地板", - "block.box3mod.voxel_palace_lamp": "宫殿灯", - "block.box3mod.voxel_palace_roof": "宫殿屋顶", - "block.box3mod.voxel_palace_window": "宫殿窗", - "block.box3mod.voxel_pale_green": "淡绿", - "block.box3mod.voxel_palm": "棕榈", - "block.box3mod.voxel_paren_close": "右圆括号", - "block.box3mod.voxel_paren_open": "左圆括号", - "block.box3mod.voxel_percent": "百分号", - "block.box3mod.voxel_period": "句号", - "block.box3mod.voxel_peru": "秘鲁色", - "block.box3mod.voxel_pink": "粉色", - "block.box3mod.voxel_pink_cake": "粉色蛋糕", - "block.box3mod.voxel_pink_grass": "粉草", - "block.box3mod.voxel_pink_grass_all": "粉全草", - "block.box3mod.voxel_pink_light": "粉色灯", - "block.box3mod.voxel_plank_01": "木板01", - "block.box3mod.voxel_plank_02": "木板02", - "block.box3mod.voxel_plank_03": "木板03", - "block.box3mod.voxel_plank_04": "木板04", - "block.box3mod.voxel_plank_05": "木板05", - "block.box3mod.voxel_plank_06": "木板06", - "block.box3mod.voxel_plank_07": "木板07", - "block.box3mod.voxel_polar_ice": "极地冰", - "block.box3mod.voxel_polar_region": "极地区域", - "block.box3mod.voxel_pound": "井号", - "block.box3mod.voxel_powder_blue": "粉蓝", - "block.box3mod.voxel_pumpkin": "南瓜", - "block.box3mod.voxel_pumpkin_lantern": "南瓜灯", - "block.box3mod.voxel_purple": "紫色", - "block.box3mod.voxel_purple_grass": "紫草", - "block.box3mod.voxel_purple_grass_all": "紫全草", - "block.box3mod.voxel_purple_surface_01": "紫色表面01", - "block.box3mod.voxel_purple_surface_02": "紫色表面02", - "block.box3mod.voxel_q": "Q", - "block.box3mod.voxel_quartz_brick": "石英砖", - "block.box3mod.voxel_question_mark": "问号", - "block.box3mod.voxel_quotation_mark": "引号", - "block.box3mod.voxel_r": "R", - "block.box3mod.voxel_rainbow_cube": "彩虹方块", - "block.box3mod.voxel_red": "红色", - "block.box3mod.voxel_red_brick": "红砖", - "block.box3mod.voxel_red_brick_floor": "红砖地板", - "block.box3mod.voxel_red_brick_wall": "红砖墙", - "block.box3mod.voxel_red_decorative_light": "红色装饰灯", - "block.box3mod.voxel_red_gift": "红色礼物", - "block.box3mod.voxel_red_glass": "红色玻璃", - "block.box3mod.voxel_red_light": "红色灯", - "block.box3mod.voxel_rock": "岩石", - "block.box3mod.voxel_roof_blue_04": "蓝色屋顶04", - "block.box3mod.voxel_roof_green": "绿色屋顶", - "block.box3mod.voxel_roof_grey": "灰色屋顶", - "block.box3mod.voxel_roof_purple": "紫色屋顶", - "block.box3mod.voxel_roof_red": "红色屋顶", - "block.box3mod.voxel_roof_yellow": "黄色屋顶", - "block.box3mod.voxel_s": "S", - "block.box3mod.voxel_sakura_pink": "樱花粉", - "block.box3mod.voxel_sand": "沙子", - "block.box3mod.voxel_sand_stones": "沙石", - "block.box3mod.voxel_semicolon": "分号", - "block.box3mod.voxel_seven": "七", - "block.box3mod.voxel_sienna": "赭石", - "block.box3mod.voxel_six": "六", - "block.box3mod.voxel_sky_blue": "天蓝", - "block.box3mod.voxel_slash": "斜杠", - "block.box3mod.voxel_snow": "雪", - "block.box3mod.voxel_snow_grass": "雪草", - "block.box3mod.voxel_snow_land": "雪地", - "block.box3mod.voxel_snowflake_lamp": "雪花灯", - "block.box3mod.voxel_snowland": "雪境", - "block.box3mod.voxel_snowman_body": "雪人身体", - "block.box3mod.voxel_snowman_head": "雪人头", - "block.box3mod.voxel_special_grass_01": "特殊草01", - "block.box3mod.voxel_special_grass_02": "特殊草02", - "block.box3mod.voxel_special_grass_03": "特殊草03", - "block.box3mod.voxel_special_grass_04": "特殊草04", - "block.box3mod.voxel_special_grass_05": "特殊草05", - "block.box3mod.voxel_special_grass_06": "特殊草06", - "block.box3mod.voxel_special_grass_07": "特殊草07", - "block.box3mod.voxel_special_grass_08": "特殊草08", - "block.box3mod.voxel_special_grass_09": "特殊草09", - "block.box3mod.voxel_special_grass_10": "特殊草10", - "block.box3mod.voxel_special_grass_11": "特殊草11", - "block.box3mod.voxel_special_grass_12": "特殊草12", - "block.box3mod.voxel_special_grass_13": "特殊草13", - "block.box3mod.voxel_special_grass_14": "特殊草14", - "block.box3mod.voxel_special_grass_15": "特殊草15", - "block.box3mod.voxel_special_grass_16": "特殊草16", - "block.box3mod.voxel_special_land_01": "特殊陆地01", - "block.box3mod.voxel_special_sand_01": "特殊沙01", - "block.box3mod.voxel_special_sand_02": "特殊沙02", - "block.box3mod.voxel_special_sand_03": "特殊沙03", - "block.box3mod.voxel_special_sand_04": "特殊沙04", - "block.box3mod.voxel_special_sand_05": "特殊沙05", - "block.box3mod.voxel_spiderweb": "蜘蛛网", - "block.box3mod.voxel_stained_glass": "染色玻璃", - "block.box3mod.voxel_stainless_steel": "不锈钢", - "block.box3mod.voxel_star_lamp": "星星灯", - "block.box3mod.voxel_stone": "石头", - "block.box3mod.voxel_stone_brick_01": "石砖01", - "block.box3mod.voxel_stone_brick_02": "石砖02", - "block.box3mod.voxel_stone_pillar_03": "石柱03", - "block.box3mod.voxel_stone_pillar_04": "石柱04", - "block.box3mod.voxel_stone_pillar_05": "石柱05", - "block.box3mod.voxel_stone_pillar_06": "石柱06", - "block.box3mod.voxel_stone_wall": "石墙", - "block.box3mod.voxel_stone_wall_01": "石墙01", - "block.box3mod.voxel_stripe_01": "条纹01", - "block.box3mod.voxel_stripe_02": "条纹02", - "block.box3mod.voxel_stripe_03": "条纹03", - "block.box3mod.voxel_stripe_04": "条纹04", - "block.box3mod.voxel_stripe_05": "条纹05", - "block.box3mod.voxel_subtract": "减", - "block.box3mod.voxel_t": "T", - "block.box3mod.voxel_television": "电视", - "block.box3mod.voxel_three": "三", - "block.box3mod.voxel_tilde": "波浪号", - "block.box3mod.voxel_toolbox": "工具箱", - "block.box3mod.voxel_traditional_window": "传统窗", - "block.box3mod.voxel_treasure_chest": "宝箱", - "block.box3mod.voxel_turquoise": "绿松石", - "block.box3mod.voxel_two": "二", - "block.box3mod.voxel_u": "U", - "block.box3mod.voxel_v": "V", - "block.box3mod.voxel_w": "W", - "block.box3mod.voxel_warm_yellow_light": "暖黄灯", - "block.box3mod.voxel_white": "白色", - "block.box3mod.voxel_white_grass": "白草", - "block.box3mod.voxel_white_light": "白灯", - "block.box3mod.voxel_window": "窗户", - "block.box3mod.voxel_windygrass": "风草", - "block.box3mod.voxel_winter_leaf": "冬叶", - "block.box3mod.voxel_withered_grass": "枯草", - "block.box3mod.voxel_withered_grass_land": "枯草地", - "block.box3mod.voxel_wood": "木头", - "block.box3mod.voxel_wooden_box": "木箱", - "block.box3mod.voxel_woodstone_12": "木石12", - "block.box3mod.voxel_x": "X", - "block.box3mod.voxel_y": "Y", - "block.box3mod.voxel_yellow_decorative_light": "黄色装饰灯", - "block.box3mod.voxel_yellow_grass": "黄草", - "block.box3mod.voxel_yellow_green": "黄绿", - "block.box3mod.voxel_yellow_light": "黄灯", - "block.box3mod.voxel_z": "Z", - "block.box3mod.voxel_zero": "零", - "item.box3mod.spec_blueberry_juice_bucket": "蓝莓汁", - "item.box3mod.spec_coffee_bucket": "咖啡", - "item.box3mod.spec_grape_juice_bucket": "葡萄汁", - "item.box3mod.spec_lemon_juice_bucket": "柠檬汁", - "item.box3mod.spec_lime_juice_bucket": "青柠汁", - "item.box3mod.spec_milk_bucket": "牛奶", - "item.box3mod.spec_orange_juice_bucket": "橙汁", - "item.box3mod.spec_peach_juice_bucket": "桃汁", - "item.box3mod.spec_soy_sauce_bucket": "酱油", - "item.box3mod.spec_strawberry_juice_bucket": "草莓汁", - "item.box3mod.spec_water_bucket": "水", + "block.box3mod.a": "A", + "block.box3mod.acacia": "金合欢", + "block.box3mod.add": "加", + "block.box3mod.air_duct": "通风管", + "block.box3mod.ampersand": "和号", + "block.box3mod.asterisk": "星号", + "block.box3mod.at": "艾特", + "block.box3mod.b": "B", + "block.box3mod.backslash": "反斜杠", + "block.box3mod.bamboo": "竹子", + "block.box3mod.barrier": "屏障", + "block.box3mod.bat_window": "蝙蝠窗", + "block.box3mod.bear_footprint": "熊脚印", + "block.box3mod.biscuit": "饼干", + "block.box3mod.black": "黑色", + "block.box3mod.black_glass": "黑色玻璃", + "block.box3mod.blue": "蓝色", + "block.box3mod.blue_decorative_light": "蓝色装饰灯", + "block.box3mod.blue_gift": "蓝色礼物", + "block.box3mod.blue_glass": "蓝色玻璃", + "block.box3mod.blue_grass": "蓝色草", + "block.box3mod.blue_grass_all": "蓝色全草", + "block.box3mod.blue_light": "蓝色灯", + "block.box3mod.blue_surface_01": "蓝色表面01", + "block.box3mod.blue_surface_02": "蓝色表面02", + "block.box3mod.board0": "木板0", + "block.box3mod.board1": "木板1", + "block.box3mod.board10": "木板10", + "block.box3mod.board11": "木板11", + "block.box3mod.board12": "木板12", + "block.box3mod.board13": "木板13", + "block.box3mod.board14": "木板14", + "block.box3mod.board15": "木板15", + "block.box3mod.board2": "木板2", + "block.box3mod.board3": "木板3", + "block.box3mod.board4": "木板4", + "block.box3mod.board5": "木板5", + "block.box3mod.board6": "木板6", + "block.box3mod.board7": "木板7", + "block.box3mod.board8": "木板8", + "block.box3mod.board9": "木板9", + "block.box3mod.board_01": "木板01", + "block.box3mod.board_02": "木板02", + "block.box3mod.board_03": "木板03", + "block.box3mod.board_04": "木板04", + "block.box3mod.board_05": "木板05", + "block.box3mod.board_06": "木板06", + "block.box3mod.board_07": "木板07", + "block.box3mod.bookshelf": "书架", + "block.box3mod.bounce_pad": "弹跳垫", + "block.box3mod.bracket_close": "右方括号", + "block.box3mod.bracket_open": "左方括号", + "block.box3mod.brick_01": "砖块01", + "block.box3mod.brick_02": "砖块02", + "block.box3mod.brick_red": "红砖", + "block.box3mod.button": "按钮", + "block.box3mod.c": "C", + "block.box3mod.cadet_blue": "军蓝", + "block.box3mod.candy": "糖果", + "block.box3mod.caret": "脱字符", + "block.box3mod.carpet_01": "地毯01", + "block.box3mod.carpet_02": "地毯02", + "block.box3mod.carpet_03": "地毯03", + "block.box3mod.carpet_04": "地毯04", + "block.box3mod.carpet_05": "地毯05", + "block.box3mod.carpet_06": "地毯06", + "block.box3mod.carpet_07": "地毯07", + "block.box3mod.carpet_08": "地毯08", + "block.box3mod.carpet_09": "地毯09", + "block.box3mod.carpet_10": "地毯10", + "block.box3mod.carpet_11": "地毯11", + "block.box3mod.carpet_12": "地毯12", + "block.box3mod.carpet_13": "地毯13", + "block.box3mod.coffee_gray": "咖啡灰", + "block.box3mod.colon": "冒号", + "block.box3mod.color_glass": "彩色玻璃", + "block.box3mod.comma": "逗号", + "block.box3mod.conveyor": "传送带", + "block.box3mod.crane_lantern": "起重机灯笼", + "block.box3mod.crane_roof_01": "起重机屋顶01", + "block.box3mod.crane_roof_02": "起重机屋顶02", + "block.box3mod.cross_window": "十字窗", + "block.box3mod.d": "D", + "block.box3mod.dark_blue_grass": "深蓝草", + "block.box3mod.dark_blue_grass_all": "深蓝全草", + "block.box3mod.dark_brick_00": "深砖00", + "block.box3mod.dark_brick_01": "深砖01", + "block.box3mod.dark_brick_02": "深砖02", + "block.box3mod.dark_grass": "深草", + "block.box3mod.dark_grass_all": "深全草", + "block.box3mod.dark_grass_rock": "深草岩", + "block.box3mod.dark_grass_sand": "深草沙", + "block.box3mod.dark_gray": "深灰", + "block.box3mod.dark_orchid": "深兰花", + "block.box3mod.dark_purple_grass": "深紫草", + "block.box3mod.dark_purple_grass_all": "深紫全草", + "block.box3mod.dark_red": "深红", + "block.box3mod.dark_red_grass": "深红草", + "block.box3mod.dark_red_grass_all": "深红全草", + "block.box3mod.dark_salmon": "深鲑鱼", + "block.box3mod.dark_sand": "深沙", + "block.box3mod.dark_slate_blue": "深板岩蓝", + "block.box3mod.dark_stone": "深石", + "block.box3mod.dark_surface": "深表面", + "block.box3mod.dark_volcanic_rock": "深火山岩", + "block.box3mod.dark_yellow_grass": "深黄草", + "block.box3mod.dark_yellow_grass_all": "深黄全草", + "block.box3mod.dirt": "泥土", + "block.box3mod.divide": "除", + "block.box3mod.dollar": "美元", + "block.box3mod.e": "E", + "block.box3mod.eight": "八", + "block.box3mod.equal": "等号", + "block.box3mod.exclamation_mark": "感叹号", + "block.box3mod.express_box": "快递箱", + "block.box3mod.f": "F", + "block.box3mod.fan": "风扇", + "block.box3mod.firecracker": "鞭炮", + "block.box3mod.five": "五", + "block.box3mod.four": "四", + "block.box3mod.fu": "福", + "block.box3mod.g": "G", + "block.box3mod.geometric_window_01": "几何窗01", + "block.box3mod.geometric_window_02": "几何窗02", + "block.box3mod.glass": "玻璃", + "block.box3mod.gold_trim_brick": "金边砖", + "block.box3mod.grass": "草", + "block.box3mod.grass_all": "全草", + "block.box3mod.grass_rock": "草岩", + "block.box3mod.grass_sand": "草沙", + "block.box3mod.greater_than": "大于号", + "block.box3mod.green_decorative_light": "绿色装饰灯", + "block.box3mod.green_glass": "绿色玻璃", + "block.box3mod.green_leaf": "绿叶", + "block.box3mod.green_light": "绿色灯", + "block.box3mod.greenbelt_l": "绿化带L", + "block.box3mod.greenbelt_l1": "绿化带L1", + "block.box3mod.grey_stone_brick": "灰石砖", + "block.box3mod.h": "H", + "block.box3mod.honeycomb_01": "蜂巢01", + "block.box3mod.honeycomb_02": "蜂巢02", + "block.box3mod.i": "I", + "block.box3mod.ice": "冰", + "block.box3mod.ice_brick": "冰砖", + "block.box3mod.ice_wall": "冰墙", + "block.box3mod.indigo_light": "靛蓝灯", + "block.box3mod.j": "J", + "block.box3mod.k": "K", + "block.box3mod.l": "L", + "block.box3mod.lab_lamp_01": "实验室灯01", + "block.box3mod.lab_lamp_02": "实验室灯02", + "block.box3mod.lab_lamp_03": "实验室灯03", + "block.box3mod.lab_material_01": "实验室材料01", + "block.box3mod.lab_material_02": "实验室材料02", + "block.box3mod.lab_material_03": "实验室材料03", + "block.box3mod.lab_material_04": "实验室材料04", + "block.box3mod.lab_material_05": "实验室材料05", + "block.box3mod.lab_material_06": "实验室材料06", + "block.box3mod.lab_material_07": "实验室材料07", + "block.box3mod.lab_material_08": "实验室材料08", + "block.box3mod.lab_material_09": "实验室材料09", + "block.box3mod.lab_material_10": "实验室材料10", + "block.box3mod.lab_material_11": "实验室材料11", + "block.box3mod.lab_material_12": "实验室材料12", + "block.box3mod.lab_material_13": "实验室材料13", + "block.box3mod.lab_material_14": "实验室材料14", + "block.box3mod.lab_material_15": "实验室材料15", + "block.box3mod.lab_screen": "实验室屏幕", + "block.box3mod.lab_wire": "实验室电线", + "block.box3mod.lantern_01": "灯笼01", + "block.box3mod.lantern_02": "灯笼02", + "block.box3mod.lava01": "熔岩01", + "block.box3mod.lava02": "熔岩02", + "block.box3mod.leaf_01": "叶子01", + "block.box3mod.leaf_02": "叶子02", + "block.box3mod.leaf_03": "叶子03", + "block.box3mod.leaf_04": "叶子04", + "block.box3mod.leaf_05": "叶子05", + "block.box3mod.leaf_06": "叶子06", + "block.box3mod.ledfloor01": "LED地板01", + "block.box3mod.ledfloor02": "LED地板02", + "block.box3mod.lemon": "柠檬", + "block.box3mod.less_than": "小于号", + "block.box3mod.light_blue_grass": "浅蓝草", + "block.box3mod.light_blue_grass_all": "浅蓝全草", + "block.box3mod.light_dirt": "浅土", + "block.box3mod.light_gray": "浅灰", + "block.box3mod.light_grey_stone_brick": "浅灰石砖", + "block.box3mod.light_purple_grass_": "浅紫草", + "block.box3mod.light_purple_grass_all": "浅紫全草", + "block.box3mod.light_sand": "浅沙", + "block.box3mod.light_volcanic_rock": "浅火山岩", + "block.box3mod.m": "M", + "block.box3mod.macaroon": "马卡龙", + "block.box3mod.maroon": "栗色", + "block.box3mod.medium_gray": "中灰", + "block.box3mod.medium_green": "中绿", + "block.box3mod.medium_orchid": "中兰花", + "block.box3mod.medium_purple": "中紫", + "block.box3mod.medium_spring_green": "中春绿", + "block.box3mod.medium_violet_red": "中紫红", + "block.box3mod.medium_yellow": "中黄", + "block.box3mod.mint_green": "薄荷绿", + "block.box3mod.mint_green_light": "薄荷绿灯", + "block.box3mod.multiply": "乘", + "block.box3mod.n": "N", + "block.box3mod.navajo_white": "纳瓦霍白", + "block.box3mod.nine": "九", + "block.box3mod.o": "O", + "block.box3mod.olive_green": "橄榄绿", + "block.box3mod.one": "一", + "block.box3mod.orange": "橙色", + "block.box3mod.orange_grass": "橙草", + "block.box3mod.orange_grass_all": "橙全草", + "block.box3mod.orange_light": "橙色灯", + "block.box3mod.orange_red": "橙红", + "block.box3mod.p": "P", + "block.box3mod.palace_carving": "宫殿雕刻", + "block.box3mod.palace_cloud": "宫殿云", + "block.box3mod.palace_eaves_01": "宫殿屋檐01", + "block.box3mod.palace_eaves_02": "宫殿屋檐02", + "block.box3mod.palace_eaves_03": "宫殿屋檐03", + "block.box3mod.palace_eaves_04": "宫殿屋檐04", + "block.box3mod.palace_eaves_05": "宫殿屋檐05", + "block.box3mod.palace_eaves_06": "宫殿屋檐06", + "block.box3mod.palace_eaves_07": "宫殿屋檐07", + "block.box3mod.palace_eaves_08": "宫殿屋檐08", + "block.box3mod.palace_floor": "宫殿地板", + "block.box3mod.palace_lamp": "宫殿灯", + "block.box3mod.palace_roof": "宫殿屋顶", + "block.box3mod.palace_window": "宫殿窗", + "block.box3mod.pale_green": "淡绿", + "block.box3mod.palm": "棕榈", + "block.box3mod.paren_close": "右圆括号", + "block.box3mod.paren_open": "左圆括号", + "block.box3mod.percent": "百分号", + "block.box3mod.period": "句号", + "block.box3mod.peru": "秘鲁色", + "block.box3mod.pink": "粉色", + "block.box3mod.pink_cake": "粉色蛋糕", + "block.box3mod.pink_grass": "粉草", + "block.box3mod.pink_grass_all": "粉全草", + "block.box3mod.pink_light": "粉色灯", + "block.box3mod.plank_01": "木板01", + "block.box3mod.plank_02": "木板02", + "block.box3mod.plank_03": "木板03", + "block.box3mod.plank_04": "木板04", + "block.box3mod.plank_05": "木板05", + "block.box3mod.plank_06": "木板06", + "block.box3mod.plank_07": "木板07", + "block.box3mod.polar_ice": "极地冰", + "block.box3mod.polar_region": "极地区域", + "block.box3mod.pound": "井号", + "block.box3mod.powder_blue": "粉蓝", + "block.box3mod.pumpkin": "南瓜", + "block.box3mod.pumpkin_lantern": "南瓜灯", + "block.box3mod.purple": "紫色", + "block.box3mod.purple_grass": "紫草", + "block.box3mod.purple_grass_all": "紫全草", + "block.box3mod.purple_surface_01": "紫色表面01", + "block.box3mod.purple_surface_02": "紫色表面02", + "block.box3mod.q": "Q", + "block.box3mod.quartz_brick": "石英砖", + "block.box3mod.question_mark": "问号", + "block.box3mod.quotation_mark": "引号", + "block.box3mod.r": "R", + "block.box3mod.rainbow_cube": "彩虹方块", + "block.box3mod.red": "红色", + "block.box3mod.red_brick": "红砖", + "block.box3mod.red_brick_floor": "红砖地板", + "block.box3mod.red_brick_wall": "红砖墙", + "block.box3mod.red_decorative_light": "红色装饰灯", + "block.box3mod.red_gift": "红色礼物", + "block.box3mod.red_glass": "红色玻璃", + "block.box3mod.red_light": "红色灯", + "block.box3mod.rock": "岩石", + "block.box3mod.roof_blue_04": "蓝色屋顶04", + "block.box3mod.roof_green": "绿色屋顶", + "block.box3mod.roof_grey": "灰色屋顶", + "block.box3mod.roof_purple": "紫色屋顶", + "block.box3mod.roof_red": "红色屋顶", + "block.box3mod.roof_yellow": "黄色屋顶", + "block.box3mod.s": "S", + "block.box3mod.sakura_pink": "樱花粉", + "block.box3mod.sand": "沙子", + "block.box3mod.sand_stones": "沙石", + "block.box3mod.semicolon": "分号", + "block.box3mod.seven": "七", + "block.box3mod.sienna": "赭石", + "block.box3mod.six": "六", + "block.box3mod.sky_blue": "天蓝", + "block.box3mod.slash": "斜杠", + "block.box3mod.snow": "雪", + "block.box3mod.snow_grass": "雪草", + "block.box3mod.snow_land": "雪地", + "block.box3mod.snowflake_lamp": "雪花灯", + "block.box3mod.snowland": "雪境", + "block.box3mod.snowman_body": "雪人身体", + "block.box3mod.snowman_head": "雪人头", + "block.box3mod.special_grass_01": "特殊草01", + "block.box3mod.special_grass_02": "特殊草02", + "block.box3mod.special_grass_03": "特殊草03", + "block.box3mod.special_grass_04": "特殊草04", + "block.box3mod.special_grass_05": "特殊草05", + "block.box3mod.special_grass_06": "特殊草06", + "block.box3mod.special_grass_07": "特殊草07", + "block.box3mod.special_grass_08": "特殊草08", + "block.box3mod.special_grass_09": "特殊草09", + "block.box3mod.special_grass_10": "特殊草10", + "block.box3mod.special_grass_11": "特殊草11", + "block.box3mod.special_grass_12": "特殊草12", + "block.box3mod.special_grass_13": "特殊草13", + "block.box3mod.special_grass_14": "特殊草14", + "block.box3mod.special_grass_15": "特殊草15", + "block.box3mod.special_grass_16": "特殊草16", + "block.box3mod.special_land_01": "特殊陆地01", + "block.box3mod.special_sand_01": "特殊沙01", + "block.box3mod.special_sand_02": "特殊沙02", + "block.box3mod.special_sand_03": "特殊沙03", + "block.box3mod.special_sand_04": "特殊沙04", + "block.box3mod.special_sand_05": "特殊沙05", + "block.box3mod.spiderweb": "蜘蛛网", + "block.box3mod.stained_glass": "染色玻璃", + "block.box3mod.stainless_steel": "不锈钢", + "block.box3mod.star_lamp": "星星灯", + "block.box3mod.stone": "石头", + "block.box3mod.stone_brick_01": "石砖01", + "block.box3mod.stone_brick_02": "石砖02", + "block.box3mod.stone_pillar_03": "石柱03", + "block.box3mod.stone_pillar_04": "石柱04", + "block.box3mod.stone_pillar_05": "石柱05", + "block.box3mod.stone_pillar_06": "石柱06", + "block.box3mod.stone_wall": "石墙", + "block.box3mod.stone_wall_01": "石墙01", + "block.box3mod.stripe_01": "条纹01", + "block.box3mod.stripe_02": "条纹02", + "block.box3mod.stripe_03": "条纹03", + "block.box3mod.stripe_04": "条纹04", + "block.box3mod.stripe_05": "条纹05", + "block.box3mod.subtract": "减", + "block.box3mod.t": "T", + "block.box3mod.television": "电视", + "block.box3mod.three": "三", + "block.box3mod.tilde": "波浪号", + "block.box3mod.toolbox": "工具箱", + "block.box3mod.traditional_window": "传统窗", + "block.box3mod.treasure_chest": "宝箱", + "block.box3mod.turquoise": "绿松石", + "block.box3mod.two": "二", + "block.box3mod.u": "U", + "block.box3mod.v": "V", + "block.box3mod.w": "W", + "block.box3mod.warm_yellow_light": "暖黄灯", + "block.box3mod.white": "白色", + "block.box3mod.white_grass": "白草", + "block.box3mod.white_light": "白灯", + "block.box3mod.window": "窗户", + "block.box3mod.windygrass": "风草", + "block.box3mod.winter_leaf": "冬叶", + "block.box3mod.withered_grass": "枯草", + "block.box3mod.withered_grass_land": "枯草地", + "block.box3mod.wood": "木头", + "block.box3mod.wooden_box": "木箱", + "block.box3mod.woodstone_12": "木石12", + "block.box3mod.x": "X", + "block.box3mod.y": "Y", + "block.box3mod.yellow_decorative_light": "黄色装饰灯", + "block.box3mod.yellow_grass": "黄草", + "block.box3mod.yellow_green": "黄绿", + "block.box3mod.yellow_light": "黄灯", + "block.box3mod.z": "Z", + "block.box3mod.zero": "零", "itemGroup.box3mod.letter": "Box3:字母", "itemGroup.box3mod.number": "Box3:数字", "itemGroup.box3mod.symbol": "Box3:符号", @@ -393,7 +382,7 @@ "itemGroup.box3mod.structure": "Box3:建筑", "itemGroup.box3mod.models": "Box3:模型", "command.box3mod.box3import.usage": "用法:/box3import <文件名>(从 config/box3mod/<文件名>.json 读取),会在你的当前位置生成建筑", - "command.box3mod.box3import.success": "已从 config/box3mod/%s 导入建筑", + "command.box3mod.box3import.success": "已从 %s 导入建筑", "command.box3mod.box3import.progress": "正在导入 %s... %s%%", "command.box3mod.box3import.failure": "导入失败:%s", "command.box3mod.box3import.config_invalid": "配置文件读取失败,请检查文件是否存在且格式正确。", diff --git a/src/main/resources/assets/box3mod/models/block/voxel_A.json b/src/main/resources/assets/box3mod/models/block/a.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_A.json rename to src/main/resources/assets/box3mod/models/block/a.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_acacia.json b/src/main/resources/assets/box3mod/models/block/acacia.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_acacia.json rename to src/main/resources/assets/box3mod/models/block/acacia.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_add.json b/src/main/resources/assets/box3mod/models/block/add.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_add.json rename to src/main/resources/assets/box3mod/models/block/add.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_air_duct.json b/src/main/resources/assets/box3mod/models/block/air_duct.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_air_duct.json rename to src/main/resources/assets/box3mod/models/block/air_duct.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_ampersand.json b/src/main/resources/assets/box3mod/models/block/ampersand.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_ampersand.json rename to src/main/resources/assets/box3mod/models/block/ampersand.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_asterisk.json b/src/main/resources/assets/box3mod/models/block/asterisk.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_asterisk.json rename to src/main/resources/assets/box3mod/models/block/asterisk.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_at.json b/src/main/resources/assets/box3mod/models/block/at.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_at.json rename to src/main/resources/assets/box3mod/models/block/at.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_B.json b/src/main/resources/assets/box3mod/models/block/b.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_B.json rename to src/main/resources/assets/box3mod/models/block/b.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_backslash.json b/src/main/resources/assets/box3mod/models/block/backslash.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_backslash.json rename to src/main/resources/assets/box3mod/models/block/backslash.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_bamboo.json b/src/main/resources/assets/box3mod/models/block/bamboo.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_bamboo.json rename to src/main/resources/assets/box3mod/models/block/bamboo.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_barrier.json b/src/main/resources/assets/box3mod/models/block/barrier.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_barrier.json rename to src/main/resources/assets/box3mod/models/block/barrier.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_bat_window.json b/src/main/resources/assets/box3mod/models/block/bat_window.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_bat_window.json rename to src/main/resources/assets/box3mod/models/block/bat_window.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_bear_footprint.json b/src/main/resources/assets/box3mod/models/block/bear_footprint.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_bear_footprint.json rename to src/main/resources/assets/box3mod/models/block/bear_footprint.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_biscuit.json b/src/main/resources/assets/box3mod/models/block/biscuit.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_biscuit.json rename to src/main/resources/assets/box3mod/models/block/biscuit.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_black.json b/src/main/resources/assets/box3mod/models/block/black.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_black.json rename to src/main/resources/assets/box3mod/models/block/black.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_black_glass.json b/src/main/resources/assets/box3mod/models/block/black_glass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_black_glass.json rename to src/main/resources/assets/box3mod/models/block/black_glass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_blue.json b/src/main/resources/assets/box3mod/models/block/blue.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_blue.json rename to src/main/resources/assets/box3mod/models/block/blue.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_blue_decorative_light.json b/src/main/resources/assets/box3mod/models/block/blue_decorative_light.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_blue_decorative_light.json rename to src/main/resources/assets/box3mod/models/block/blue_decorative_light.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_blue_gift.json b/src/main/resources/assets/box3mod/models/block/blue_gift.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_blue_gift.json rename to src/main/resources/assets/box3mod/models/block/blue_gift.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_blue_glass.json b/src/main/resources/assets/box3mod/models/block/blue_glass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_blue_glass.json rename to src/main/resources/assets/box3mod/models/block/blue_glass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_blue_grass.json b/src/main/resources/assets/box3mod/models/block/blue_grass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_blue_grass.json rename to src/main/resources/assets/box3mod/models/block/blue_grass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_blue_grass_all.json b/src/main/resources/assets/box3mod/models/block/blue_grass_all.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_blue_grass_all.json rename to src/main/resources/assets/box3mod/models/block/blue_grass_all.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_blue_light.json b/src/main/resources/assets/box3mod/models/block/blue_light.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_blue_light.json rename to src/main/resources/assets/box3mod/models/block/blue_light.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_blue_surface_01.json b/src/main/resources/assets/box3mod/models/block/blue_surface_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_blue_surface_01.json rename to src/main/resources/assets/box3mod/models/block/blue_surface_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_blue_surface_02.json b/src/main/resources/assets/box3mod/models/block/blue_surface_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_blue_surface_02.json rename to src/main/resources/assets/box3mod/models/block/blue_surface_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board0.json b/src/main/resources/assets/box3mod/models/block/board0.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board0.json rename to src/main/resources/assets/box3mod/models/block/board0.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board1.json b/src/main/resources/assets/box3mod/models/block/board1.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board1.json rename to src/main/resources/assets/box3mod/models/block/board1.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board10.json b/src/main/resources/assets/box3mod/models/block/board10.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board10.json rename to src/main/resources/assets/box3mod/models/block/board10.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board11.json b/src/main/resources/assets/box3mod/models/block/board11.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board11.json rename to src/main/resources/assets/box3mod/models/block/board11.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board12.json b/src/main/resources/assets/box3mod/models/block/board12.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board12.json rename to src/main/resources/assets/box3mod/models/block/board12.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board13.json b/src/main/resources/assets/box3mod/models/block/board13.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board13.json rename to src/main/resources/assets/box3mod/models/block/board13.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board14.json b/src/main/resources/assets/box3mod/models/block/board14.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board14.json rename to src/main/resources/assets/box3mod/models/block/board14.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board15.json b/src/main/resources/assets/box3mod/models/block/board15.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board15.json rename to src/main/resources/assets/box3mod/models/block/board15.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board2.json b/src/main/resources/assets/box3mod/models/block/board2.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board2.json rename to src/main/resources/assets/box3mod/models/block/board2.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board3.json b/src/main/resources/assets/box3mod/models/block/board3.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board3.json rename to src/main/resources/assets/box3mod/models/block/board3.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board4.json b/src/main/resources/assets/box3mod/models/block/board4.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board4.json rename to src/main/resources/assets/box3mod/models/block/board4.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board5.json b/src/main/resources/assets/box3mod/models/block/board5.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board5.json rename to src/main/resources/assets/box3mod/models/block/board5.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board6.json b/src/main/resources/assets/box3mod/models/block/board6.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board6.json rename to src/main/resources/assets/box3mod/models/block/board6.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board7.json b/src/main/resources/assets/box3mod/models/block/board7.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board7.json rename to src/main/resources/assets/box3mod/models/block/board7.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board8.json b/src/main/resources/assets/box3mod/models/block/board8.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board8.json rename to src/main/resources/assets/box3mod/models/block/board8.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board9.json b/src/main/resources/assets/box3mod/models/block/board9.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board9.json rename to src/main/resources/assets/box3mod/models/block/board9.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board_01.json b/src/main/resources/assets/box3mod/models/block/board_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board_01.json rename to src/main/resources/assets/box3mod/models/block/board_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board_02.json b/src/main/resources/assets/box3mod/models/block/board_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board_02.json rename to src/main/resources/assets/box3mod/models/block/board_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board_03.json b/src/main/resources/assets/box3mod/models/block/board_03.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board_03.json rename to src/main/resources/assets/box3mod/models/block/board_03.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board_04.json b/src/main/resources/assets/box3mod/models/block/board_04.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board_04.json rename to src/main/resources/assets/box3mod/models/block/board_04.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board_05.json b/src/main/resources/assets/box3mod/models/block/board_05.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board_05.json rename to src/main/resources/assets/box3mod/models/block/board_05.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board_06.json b/src/main/resources/assets/box3mod/models/block/board_06.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board_06.json rename to src/main/resources/assets/box3mod/models/block/board_06.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_board_07.json b/src/main/resources/assets/box3mod/models/block/board_07.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_board_07.json rename to src/main/resources/assets/box3mod/models/block/board_07.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_bookshelf.json b/src/main/resources/assets/box3mod/models/block/bookshelf.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_bookshelf.json rename to src/main/resources/assets/box3mod/models/block/bookshelf.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_bounce_pad.json b/src/main/resources/assets/box3mod/models/block/bounce_pad.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_bounce_pad.json rename to src/main/resources/assets/box3mod/models/block/bounce_pad.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_bracket_close.json b/src/main/resources/assets/box3mod/models/block/bracket_close.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_bracket_close.json rename to src/main/resources/assets/box3mod/models/block/bracket_close.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_bracket_open.json b/src/main/resources/assets/box3mod/models/block/bracket_open.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_bracket_open.json rename to src/main/resources/assets/box3mod/models/block/bracket_open.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_brick_01.json b/src/main/resources/assets/box3mod/models/block/brick_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_brick_01.json rename to src/main/resources/assets/box3mod/models/block/brick_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_brick_02.json b/src/main/resources/assets/box3mod/models/block/brick_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_brick_02.json rename to src/main/resources/assets/box3mod/models/block/brick_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_brick_red.json b/src/main/resources/assets/box3mod/models/block/brick_red.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_brick_red.json rename to src/main/resources/assets/box3mod/models/block/brick_red.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_button.json b/src/main/resources/assets/box3mod/models/block/button.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_button.json rename to src/main/resources/assets/box3mod/models/block/button.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_C.json b/src/main/resources/assets/box3mod/models/block/c.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_C.json rename to src/main/resources/assets/box3mod/models/block/c.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_cadet_blue.json b/src/main/resources/assets/box3mod/models/block/cadet_blue.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_cadet_blue.json rename to src/main/resources/assets/box3mod/models/block/cadet_blue.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_candy.json b/src/main/resources/assets/box3mod/models/block/candy.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_candy.json rename to src/main/resources/assets/box3mod/models/block/candy.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_caret.json b/src/main/resources/assets/box3mod/models/block/caret.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_caret.json rename to src/main/resources/assets/box3mod/models/block/caret.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_carpet_01.json b/src/main/resources/assets/box3mod/models/block/carpet_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_carpet_01.json rename to src/main/resources/assets/box3mod/models/block/carpet_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_carpet_02.json b/src/main/resources/assets/box3mod/models/block/carpet_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_carpet_02.json rename to src/main/resources/assets/box3mod/models/block/carpet_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_carpet_03.json b/src/main/resources/assets/box3mod/models/block/carpet_03.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_carpet_03.json rename to src/main/resources/assets/box3mod/models/block/carpet_03.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_carpet_04.json b/src/main/resources/assets/box3mod/models/block/carpet_04.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_carpet_04.json rename to src/main/resources/assets/box3mod/models/block/carpet_04.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_carpet_05.json b/src/main/resources/assets/box3mod/models/block/carpet_05.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_carpet_05.json rename to src/main/resources/assets/box3mod/models/block/carpet_05.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_carpet_06.json b/src/main/resources/assets/box3mod/models/block/carpet_06.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_carpet_06.json rename to src/main/resources/assets/box3mod/models/block/carpet_06.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_carpet_07.json b/src/main/resources/assets/box3mod/models/block/carpet_07.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_carpet_07.json rename to src/main/resources/assets/box3mod/models/block/carpet_07.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_carpet_08.json b/src/main/resources/assets/box3mod/models/block/carpet_08.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_carpet_08.json rename to src/main/resources/assets/box3mod/models/block/carpet_08.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_carpet_09.json b/src/main/resources/assets/box3mod/models/block/carpet_09.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_carpet_09.json rename to src/main/resources/assets/box3mod/models/block/carpet_09.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_carpet_10.json b/src/main/resources/assets/box3mod/models/block/carpet_10.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_carpet_10.json rename to src/main/resources/assets/box3mod/models/block/carpet_10.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_carpet_11.json b/src/main/resources/assets/box3mod/models/block/carpet_11.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_carpet_11.json rename to src/main/resources/assets/box3mod/models/block/carpet_11.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_carpet_12.json b/src/main/resources/assets/box3mod/models/block/carpet_12.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_carpet_12.json rename to src/main/resources/assets/box3mod/models/block/carpet_12.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_carpet_13.json b/src/main/resources/assets/box3mod/models/block/carpet_13.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_carpet_13.json rename to src/main/resources/assets/box3mod/models/block/carpet_13.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_coffee_gray.json b/src/main/resources/assets/box3mod/models/block/coffee_gray.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_coffee_gray.json rename to src/main/resources/assets/box3mod/models/block/coffee_gray.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_colon.json b/src/main/resources/assets/box3mod/models/block/colon.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_colon.json rename to src/main/resources/assets/box3mod/models/block/colon.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_color_glass.json b/src/main/resources/assets/box3mod/models/block/color_glass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_color_glass.json rename to src/main/resources/assets/box3mod/models/block/color_glass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_comma.json b/src/main/resources/assets/box3mod/models/block/comma.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_comma.json rename to src/main/resources/assets/box3mod/models/block/comma.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_conveyor.json b/src/main/resources/assets/box3mod/models/block/conveyor.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_conveyor.json rename to src/main/resources/assets/box3mod/models/block/conveyor.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_crane_lantern.json b/src/main/resources/assets/box3mod/models/block/crane_lantern.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_crane_lantern.json rename to src/main/resources/assets/box3mod/models/block/crane_lantern.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_crane_roof_01.json b/src/main/resources/assets/box3mod/models/block/crane_roof_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_crane_roof_01.json rename to src/main/resources/assets/box3mod/models/block/crane_roof_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_crane_roof_02.json b/src/main/resources/assets/box3mod/models/block/crane_roof_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_crane_roof_02.json rename to src/main/resources/assets/box3mod/models/block/crane_roof_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_cross_window.json b/src/main/resources/assets/box3mod/models/block/cross_window.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_cross_window.json rename to src/main/resources/assets/box3mod/models/block/cross_window.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_D.json b/src/main/resources/assets/box3mod/models/block/d.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_D.json rename to src/main/resources/assets/box3mod/models/block/d.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_blue_grass.json b/src/main/resources/assets/box3mod/models/block/dark_blue_grass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_blue_grass.json rename to src/main/resources/assets/box3mod/models/block/dark_blue_grass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_blue_grass_all.json b/src/main/resources/assets/box3mod/models/block/dark_blue_grass_all.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_blue_grass_all.json rename to src/main/resources/assets/box3mod/models/block/dark_blue_grass_all.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_brick_00.json b/src/main/resources/assets/box3mod/models/block/dark_brick_00.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_brick_00.json rename to src/main/resources/assets/box3mod/models/block/dark_brick_00.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_brick_01.json b/src/main/resources/assets/box3mod/models/block/dark_brick_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_brick_01.json rename to src/main/resources/assets/box3mod/models/block/dark_brick_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_brick_02.json b/src/main/resources/assets/box3mod/models/block/dark_brick_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_brick_02.json rename to src/main/resources/assets/box3mod/models/block/dark_brick_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_grass.json b/src/main/resources/assets/box3mod/models/block/dark_grass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_grass.json rename to src/main/resources/assets/box3mod/models/block/dark_grass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_grass_all.json b/src/main/resources/assets/box3mod/models/block/dark_grass_all.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_grass_all.json rename to src/main/resources/assets/box3mod/models/block/dark_grass_all.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_grass_rock.json b/src/main/resources/assets/box3mod/models/block/dark_grass_rock.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_grass_rock.json rename to src/main/resources/assets/box3mod/models/block/dark_grass_rock.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_grass_sand.json b/src/main/resources/assets/box3mod/models/block/dark_grass_sand.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_grass_sand.json rename to src/main/resources/assets/box3mod/models/block/dark_grass_sand.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_gray.json b/src/main/resources/assets/box3mod/models/block/dark_gray.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_gray.json rename to src/main/resources/assets/box3mod/models/block/dark_gray.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_orchid.json b/src/main/resources/assets/box3mod/models/block/dark_orchid.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_orchid.json rename to src/main/resources/assets/box3mod/models/block/dark_orchid.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_purple_grass.json b/src/main/resources/assets/box3mod/models/block/dark_purple_grass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_purple_grass.json rename to src/main/resources/assets/box3mod/models/block/dark_purple_grass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_purple_grass_all.json b/src/main/resources/assets/box3mod/models/block/dark_purple_grass_all.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_purple_grass_all.json rename to src/main/resources/assets/box3mod/models/block/dark_purple_grass_all.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_red.json b/src/main/resources/assets/box3mod/models/block/dark_red.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_red.json rename to src/main/resources/assets/box3mod/models/block/dark_red.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_red_grass.json b/src/main/resources/assets/box3mod/models/block/dark_red_grass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_red_grass.json rename to src/main/resources/assets/box3mod/models/block/dark_red_grass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_red_grass_all.json b/src/main/resources/assets/box3mod/models/block/dark_red_grass_all.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_red_grass_all.json rename to src/main/resources/assets/box3mod/models/block/dark_red_grass_all.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_salmon.json b/src/main/resources/assets/box3mod/models/block/dark_salmon.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_salmon.json rename to src/main/resources/assets/box3mod/models/block/dark_salmon.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_sand.json b/src/main/resources/assets/box3mod/models/block/dark_sand.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_sand.json rename to src/main/resources/assets/box3mod/models/block/dark_sand.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_slate_blue.json b/src/main/resources/assets/box3mod/models/block/dark_slate_blue.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_slate_blue.json rename to src/main/resources/assets/box3mod/models/block/dark_slate_blue.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_stone.json b/src/main/resources/assets/box3mod/models/block/dark_stone.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_stone.json rename to src/main/resources/assets/box3mod/models/block/dark_stone.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_surface.json b/src/main/resources/assets/box3mod/models/block/dark_surface.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_surface.json rename to src/main/resources/assets/box3mod/models/block/dark_surface.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_volcanic_rock.json b/src/main/resources/assets/box3mod/models/block/dark_volcanic_rock.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_volcanic_rock.json rename to src/main/resources/assets/box3mod/models/block/dark_volcanic_rock.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_yellow_grass.json b/src/main/resources/assets/box3mod/models/block/dark_yellow_grass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_yellow_grass.json rename to src/main/resources/assets/box3mod/models/block/dark_yellow_grass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dark_yellow_grass_all.json b/src/main/resources/assets/box3mod/models/block/dark_yellow_grass_all.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dark_yellow_grass_all.json rename to src/main/resources/assets/box3mod/models/block/dark_yellow_grass_all.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dirt.json b/src/main/resources/assets/box3mod/models/block/dirt.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dirt.json rename to src/main/resources/assets/box3mod/models/block/dirt.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_divide.json b/src/main/resources/assets/box3mod/models/block/divide.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_divide.json rename to src/main/resources/assets/box3mod/models/block/divide.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_dollar.json b/src/main/resources/assets/box3mod/models/block/dollar.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_dollar.json rename to src/main/resources/assets/box3mod/models/block/dollar.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_E.json b/src/main/resources/assets/box3mod/models/block/e.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_E.json rename to src/main/resources/assets/box3mod/models/block/e.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_eight.json b/src/main/resources/assets/box3mod/models/block/eight.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_eight.json rename to src/main/resources/assets/box3mod/models/block/eight.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_equal.json b/src/main/resources/assets/box3mod/models/block/equal.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_equal.json rename to src/main/resources/assets/box3mod/models/block/equal.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_exclamation_mark.json b/src/main/resources/assets/box3mod/models/block/exclamation_mark.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_exclamation_mark.json rename to src/main/resources/assets/box3mod/models/block/exclamation_mark.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_express_box.json b/src/main/resources/assets/box3mod/models/block/express_box.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_express_box.json rename to src/main/resources/assets/box3mod/models/block/express_box.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_F.json b/src/main/resources/assets/box3mod/models/block/f.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_F.json rename to src/main/resources/assets/box3mod/models/block/f.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_fan.json b/src/main/resources/assets/box3mod/models/block/fan.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_fan.json rename to src/main/resources/assets/box3mod/models/block/fan.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_firecracker.json b/src/main/resources/assets/box3mod/models/block/firecracker.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_firecracker.json rename to src/main/resources/assets/box3mod/models/block/firecracker.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_five.json b/src/main/resources/assets/box3mod/models/block/five.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_five.json rename to src/main/resources/assets/box3mod/models/block/five.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_four.json b/src/main/resources/assets/box3mod/models/block/four.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_four.json rename to src/main/resources/assets/box3mod/models/block/four.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_fu.json b/src/main/resources/assets/box3mod/models/block/fu.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_fu.json rename to src/main/resources/assets/box3mod/models/block/fu.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_G.json b/src/main/resources/assets/box3mod/models/block/g.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_G.json rename to src/main/resources/assets/box3mod/models/block/g.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_geometric_window_01.json b/src/main/resources/assets/box3mod/models/block/geometric_window_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_geometric_window_01.json rename to src/main/resources/assets/box3mod/models/block/geometric_window_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_geometric_window_02.json b/src/main/resources/assets/box3mod/models/block/geometric_window_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_geometric_window_02.json rename to src/main/resources/assets/box3mod/models/block/geometric_window_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_glass.json b/src/main/resources/assets/box3mod/models/block/glass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_glass.json rename to src/main/resources/assets/box3mod/models/block/glass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_gold_trim_brick.json b/src/main/resources/assets/box3mod/models/block/gold_trim_brick.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_gold_trim_brick.json rename to src/main/resources/assets/box3mod/models/block/gold_trim_brick.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_grass.json b/src/main/resources/assets/box3mod/models/block/grass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_grass.json rename to src/main/resources/assets/box3mod/models/block/grass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_grass_all.json b/src/main/resources/assets/box3mod/models/block/grass_all.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_grass_all.json rename to src/main/resources/assets/box3mod/models/block/grass_all.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_grass_rock.json b/src/main/resources/assets/box3mod/models/block/grass_rock.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_grass_rock.json rename to src/main/resources/assets/box3mod/models/block/grass_rock.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_grass_sand.json b/src/main/resources/assets/box3mod/models/block/grass_sand.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_grass_sand.json rename to src/main/resources/assets/box3mod/models/block/grass_sand.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_greater_than.json b/src/main/resources/assets/box3mod/models/block/greater_than.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_greater_than.json rename to src/main/resources/assets/box3mod/models/block/greater_than.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_green_decorative_light.json b/src/main/resources/assets/box3mod/models/block/green_decorative_light.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_green_decorative_light.json rename to src/main/resources/assets/box3mod/models/block/green_decorative_light.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_green_glass.json b/src/main/resources/assets/box3mod/models/block/green_glass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_green_glass.json rename to src/main/resources/assets/box3mod/models/block/green_glass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_green_leaf.json b/src/main/resources/assets/box3mod/models/block/green_leaf.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_green_leaf.json rename to src/main/resources/assets/box3mod/models/block/green_leaf.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_green_light.json b/src/main/resources/assets/box3mod/models/block/green_light.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_green_light.json rename to src/main/resources/assets/box3mod/models/block/green_light.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_greenbelt_L.json b/src/main/resources/assets/box3mod/models/block/greenbelt_l.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_greenbelt_L.json rename to src/main/resources/assets/box3mod/models/block/greenbelt_l.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_greenbelt_L1.json b/src/main/resources/assets/box3mod/models/block/greenbelt_l1.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_greenbelt_L1.json rename to src/main/resources/assets/box3mod/models/block/greenbelt_l1.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_grey_stone_brick.json b/src/main/resources/assets/box3mod/models/block/grey_stone_brick.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_grey_stone_brick.json rename to src/main/resources/assets/box3mod/models/block/grey_stone_brick.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_H.json b/src/main/resources/assets/box3mod/models/block/h.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_H.json rename to src/main/resources/assets/box3mod/models/block/h.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_honeycomb_01.json b/src/main/resources/assets/box3mod/models/block/honeycomb_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_honeycomb_01.json rename to src/main/resources/assets/box3mod/models/block/honeycomb_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_honeycomb_02.json b/src/main/resources/assets/box3mod/models/block/honeycomb_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_honeycomb_02.json rename to src/main/resources/assets/box3mod/models/block/honeycomb_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_I.json b/src/main/resources/assets/box3mod/models/block/i.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_I.json rename to src/main/resources/assets/box3mod/models/block/i.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_ice.json b/src/main/resources/assets/box3mod/models/block/ice.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_ice.json rename to src/main/resources/assets/box3mod/models/block/ice.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_ice_brick.json b/src/main/resources/assets/box3mod/models/block/ice_brick.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_ice_brick.json rename to src/main/resources/assets/box3mod/models/block/ice_brick.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_ice_wall.json b/src/main/resources/assets/box3mod/models/block/ice_wall.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_ice_wall.json rename to src/main/resources/assets/box3mod/models/block/ice_wall.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_indigo_light.json b/src/main/resources/assets/box3mod/models/block/indigo_light.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_indigo_light.json rename to src/main/resources/assets/box3mod/models/block/indigo_light.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_J.json b/src/main/resources/assets/box3mod/models/block/j.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_J.json rename to src/main/resources/assets/box3mod/models/block/j.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_K.json b/src/main/resources/assets/box3mod/models/block/k.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_K.json rename to src/main/resources/assets/box3mod/models/block/k.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_L.json b/src/main/resources/assets/box3mod/models/block/l.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_L.json rename to src/main/resources/assets/box3mod/models/block/l.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_lamp_01.json b/src/main/resources/assets/box3mod/models/block/lab_lamp_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_lamp_01.json rename to src/main/resources/assets/box3mod/models/block/lab_lamp_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_lamp_02.json b/src/main/resources/assets/box3mod/models/block/lab_lamp_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_lamp_02.json rename to src/main/resources/assets/box3mod/models/block/lab_lamp_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_lamp_03.json b/src/main/resources/assets/box3mod/models/block/lab_lamp_03.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_lamp_03.json rename to src/main/resources/assets/box3mod/models/block/lab_lamp_03.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_material_01.json b/src/main/resources/assets/box3mod/models/block/lab_material_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_material_01.json rename to src/main/resources/assets/box3mod/models/block/lab_material_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_material_02.json b/src/main/resources/assets/box3mod/models/block/lab_material_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_material_02.json rename to src/main/resources/assets/box3mod/models/block/lab_material_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_material_03.json b/src/main/resources/assets/box3mod/models/block/lab_material_03.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_material_03.json rename to src/main/resources/assets/box3mod/models/block/lab_material_03.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_material_04.json b/src/main/resources/assets/box3mod/models/block/lab_material_04.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_material_04.json rename to src/main/resources/assets/box3mod/models/block/lab_material_04.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_material_05.json b/src/main/resources/assets/box3mod/models/block/lab_material_05.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_material_05.json rename to src/main/resources/assets/box3mod/models/block/lab_material_05.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_material_06.json b/src/main/resources/assets/box3mod/models/block/lab_material_06.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_material_06.json rename to src/main/resources/assets/box3mod/models/block/lab_material_06.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_material_07.json b/src/main/resources/assets/box3mod/models/block/lab_material_07.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_material_07.json rename to src/main/resources/assets/box3mod/models/block/lab_material_07.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_material_08.json b/src/main/resources/assets/box3mod/models/block/lab_material_08.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_material_08.json rename to src/main/resources/assets/box3mod/models/block/lab_material_08.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_material_09.json b/src/main/resources/assets/box3mod/models/block/lab_material_09.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_material_09.json rename to src/main/resources/assets/box3mod/models/block/lab_material_09.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_material_10.json b/src/main/resources/assets/box3mod/models/block/lab_material_10.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_material_10.json rename to src/main/resources/assets/box3mod/models/block/lab_material_10.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_material_11.json b/src/main/resources/assets/box3mod/models/block/lab_material_11.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_material_11.json rename to src/main/resources/assets/box3mod/models/block/lab_material_11.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_material_12.json b/src/main/resources/assets/box3mod/models/block/lab_material_12.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_material_12.json rename to src/main/resources/assets/box3mod/models/block/lab_material_12.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_material_13.json b/src/main/resources/assets/box3mod/models/block/lab_material_13.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_material_13.json rename to src/main/resources/assets/box3mod/models/block/lab_material_13.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_material_14.json b/src/main/resources/assets/box3mod/models/block/lab_material_14.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_material_14.json rename to src/main/resources/assets/box3mod/models/block/lab_material_14.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_material_15.json b/src/main/resources/assets/box3mod/models/block/lab_material_15.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_material_15.json rename to src/main/resources/assets/box3mod/models/block/lab_material_15.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_screen.json b/src/main/resources/assets/box3mod/models/block/lab_screen.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_screen.json rename to src/main/resources/assets/box3mod/models/block/lab_screen.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lab_wire.json b/src/main/resources/assets/box3mod/models/block/lab_wire.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lab_wire.json rename to src/main/resources/assets/box3mod/models/block/lab_wire.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lantern_01.json b/src/main/resources/assets/box3mod/models/block/lantern_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lantern_01.json rename to src/main/resources/assets/box3mod/models/block/lantern_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lantern_02.json b/src/main/resources/assets/box3mod/models/block/lantern_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lantern_02.json rename to src/main/resources/assets/box3mod/models/block/lantern_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lava01.json b/src/main/resources/assets/box3mod/models/block/lava01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lava01.json rename to src/main/resources/assets/box3mod/models/block/lava01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lava02.json b/src/main/resources/assets/box3mod/models/block/lava02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lava02.json rename to src/main/resources/assets/box3mod/models/block/lava02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_leaf_01.json b/src/main/resources/assets/box3mod/models/block/leaf_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_leaf_01.json rename to src/main/resources/assets/box3mod/models/block/leaf_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_leaf_02.json b/src/main/resources/assets/box3mod/models/block/leaf_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_leaf_02.json rename to src/main/resources/assets/box3mod/models/block/leaf_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_leaf_03.json b/src/main/resources/assets/box3mod/models/block/leaf_03.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_leaf_03.json rename to src/main/resources/assets/box3mod/models/block/leaf_03.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_leaf_04.json b/src/main/resources/assets/box3mod/models/block/leaf_04.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_leaf_04.json rename to src/main/resources/assets/box3mod/models/block/leaf_04.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_leaf_05.json b/src/main/resources/assets/box3mod/models/block/leaf_05.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_leaf_05.json rename to src/main/resources/assets/box3mod/models/block/leaf_05.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_leaf_06.json b/src/main/resources/assets/box3mod/models/block/leaf_06.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_leaf_06.json rename to src/main/resources/assets/box3mod/models/block/leaf_06.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_ledfloor01.json b/src/main/resources/assets/box3mod/models/block/ledfloor01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_ledfloor01.json rename to src/main/resources/assets/box3mod/models/block/ledfloor01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_ledfloor02.json b/src/main/resources/assets/box3mod/models/block/ledfloor02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_ledfloor02.json rename to src/main/resources/assets/box3mod/models/block/ledfloor02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_lemon.json b/src/main/resources/assets/box3mod/models/block/lemon.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_lemon.json rename to src/main/resources/assets/box3mod/models/block/lemon.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_less_than.json b/src/main/resources/assets/box3mod/models/block/less_than.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_less_than.json rename to src/main/resources/assets/box3mod/models/block/less_than.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_light_blue_grass.json b/src/main/resources/assets/box3mod/models/block/light_blue_grass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_light_blue_grass.json rename to src/main/resources/assets/box3mod/models/block/light_blue_grass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_light_blue_grass_all.json b/src/main/resources/assets/box3mod/models/block/light_blue_grass_all.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_light_blue_grass_all.json rename to src/main/resources/assets/box3mod/models/block/light_blue_grass_all.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_light_dirt.json b/src/main/resources/assets/box3mod/models/block/light_dirt.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_light_dirt.json rename to src/main/resources/assets/box3mod/models/block/light_dirt.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_light_gray.json b/src/main/resources/assets/box3mod/models/block/light_gray.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_light_gray.json rename to src/main/resources/assets/box3mod/models/block/light_gray.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_light_grey_stone_brick.json b/src/main/resources/assets/box3mod/models/block/light_grey_stone_brick.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_light_grey_stone_brick.json rename to src/main/resources/assets/box3mod/models/block/light_grey_stone_brick.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_light_purple_grass_.json b/src/main/resources/assets/box3mod/models/block/light_purple_grass_.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_light_purple_grass_.json rename to src/main/resources/assets/box3mod/models/block/light_purple_grass_.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_light_purple_grass_all.json b/src/main/resources/assets/box3mod/models/block/light_purple_grass_all.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_light_purple_grass_all.json rename to src/main/resources/assets/box3mod/models/block/light_purple_grass_all.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_light_sand.json b/src/main/resources/assets/box3mod/models/block/light_sand.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_light_sand.json rename to src/main/resources/assets/box3mod/models/block/light_sand.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_light_volcanic_rock.json b/src/main/resources/assets/box3mod/models/block/light_volcanic_rock.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_light_volcanic_rock.json rename to src/main/resources/assets/box3mod/models/block/light_volcanic_rock.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_M.json b/src/main/resources/assets/box3mod/models/block/m.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_M.json rename to src/main/resources/assets/box3mod/models/block/m.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_macaroon.json b/src/main/resources/assets/box3mod/models/block/macaroon.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_macaroon.json rename to src/main/resources/assets/box3mod/models/block/macaroon.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_maroon.json b/src/main/resources/assets/box3mod/models/block/maroon.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_maroon.json rename to src/main/resources/assets/box3mod/models/block/maroon.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_medium_gray.json b/src/main/resources/assets/box3mod/models/block/medium_gray.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_medium_gray.json rename to src/main/resources/assets/box3mod/models/block/medium_gray.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_medium_green.json b/src/main/resources/assets/box3mod/models/block/medium_green.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_medium_green.json rename to src/main/resources/assets/box3mod/models/block/medium_green.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_medium_orchid.json b/src/main/resources/assets/box3mod/models/block/medium_orchid.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_medium_orchid.json rename to src/main/resources/assets/box3mod/models/block/medium_orchid.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_medium_purple.json b/src/main/resources/assets/box3mod/models/block/medium_purple.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_medium_purple.json rename to src/main/resources/assets/box3mod/models/block/medium_purple.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_medium_spring_green.json b/src/main/resources/assets/box3mod/models/block/medium_spring_green.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_medium_spring_green.json rename to src/main/resources/assets/box3mod/models/block/medium_spring_green.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_medium_violet_red.json b/src/main/resources/assets/box3mod/models/block/medium_violet_red.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_medium_violet_red.json rename to src/main/resources/assets/box3mod/models/block/medium_violet_red.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_medium_yellow.json b/src/main/resources/assets/box3mod/models/block/medium_yellow.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_medium_yellow.json rename to src/main/resources/assets/box3mod/models/block/medium_yellow.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_mint_green.json b/src/main/resources/assets/box3mod/models/block/mint_green.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_mint_green.json rename to src/main/resources/assets/box3mod/models/block/mint_green.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_mint_green_light.json b/src/main/resources/assets/box3mod/models/block/mint_green_light.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_mint_green_light.json rename to src/main/resources/assets/box3mod/models/block/mint_green_light.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_multiply.json b/src/main/resources/assets/box3mod/models/block/multiply.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_multiply.json rename to src/main/resources/assets/box3mod/models/block/multiply.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_N.json b/src/main/resources/assets/box3mod/models/block/n.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_N.json rename to src/main/resources/assets/box3mod/models/block/n.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_navajo_white.json b/src/main/resources/assets/box3mod/models/block/navajo_white.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_navajo_white.json rename to src/main/resources/assets/box3mod/models/block/navajo_white.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_nine.json b/src/main/resources/assets/box3mod/models/block/nine.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_nine.json rename to src/main/resources/assets/box3mod/models/block/nine.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_O.json b/src/main/resources/assets/box3mod/models/block/o.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_O.json rename to src/main/resources/assets/box3mod/models/block/o.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_olive_green.json b/src/main/resources/assets/box3mod/models/block/olive_green.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_olive_green.json rename to src/main/resources/assets/box3mod/models/block/olive_green.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_one.json b/src/main/resources/assets/box3mod/models/block/one.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_one.json rename to src/main/resources/assets/box3mod/models/block/one.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_orange.json b/src/main/resources/assets/box3mod/models/block/orange.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_orange.json rename to src/main/resources/assets/box3mod/models/block/orange.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_orange_grass.json b/src/main/resources/assets/box3mod/models/block/orange_grass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_orange_grass.json rename to src/main/resources/assets/box3mod/models/block/orange_grass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_orange_grass_all.json b/src/main/resources/assets/box3mod/models/block/orange_grass_all.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_orange_grass_all.json rename to src/main/resources/assets/box3mod/models/block/orange_grass_all.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_orange_light.json b/src/main/resources/assets/box3mod/models/block/orange_light.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_orange_light.json rename to src/main/resources/assets/box3mod/models/block/orange_light.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_orange_red.json b/src/main/resources/assets/box3mod/models/block/orange_red.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_orange_red.json rename to src/main/resources/assets/box3mod/models/block/orange_red.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_P.json b/src/main/resources/assets/box3mod/models/block/p.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_P.json rename to src/main/resources/assets/box3mod/models/block/p.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_palace_carving.json b/src/main/resources/assets/box3mod/models/block/palace_carving.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_palace_carving.json rename to src/main/resources/assets/box3mod/models/block/palace_carving.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_palace_cloud.json b/src/main/resources/assets/box3mod/models/block/palace_cloud.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_palace_cloud.json rename to src/main/resources/assets/box3mod/models/block/palace_cloud.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_palace_eaves_01.json b/src/main/resources/assets/box3mod/models/block/palace_eaves_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_palace_eaves_01.json rename to src/main/resources/assets/box3mod/models/block/palace_eaves_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_palace_eaves_02.json b/src/main/resources/assets/box3mod/models/block/palace_eaves_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_palace_eaves_02.json rename to src/main/resources/assets/box3mod/models/block/palace_eaves_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_palace_eaves_03.json b/src/main/resources/assets/box3mod/models/block/palace_eaves_03.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_palace_eaves_03.json rename to src/main/resources/assets/box3mod/models/block/palace_eaves_03.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_palace_eaves_04.json b/src/main/resources/assets/box3mod/models/block/palace_eaves_04.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_palace_eaves_04.json rename to src/main/resources/assets/box3mod/models/block/palace_eaves_04.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_palace_eaves_05.json b/src/main/resources/assets/box3mod/models/block/palace_eaves_05.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_palace_eaves_05.json rename to src/main/resources/assets/box3mod/models/block/palace_eaves_05.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_palace_eaves_06.json b/src/main/resources/assets/box3mod/models/block/palace_eaves_06.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_palace_eaves_06.json rename to src/main/resources/assets/box3mod/models/block/palace_eaves_06.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_palace_eaves_07.json b/src/main/resources/assets/box3mod/models/block/palace_eaves_07.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_palace_eaves_07.json rename to src/main/resources/assets/box3mod/models/block/palace_eaves_07.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_palace_eaves_08.json b/src/main/resources/assets/box3mod/models/block/palace_eaves_08.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_palace_eaves_08.json rename to src/main/resources/assets/box3mod/models/block/palace_eaves_08.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_palace_floor.json b/src/main/resources/assets/box3mod/models/block/palace_floor.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_palace_floor.json rename to src/main/resources/assets/box3mod/models/block/palace_floor.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_palace_lamp.json b/src/main/resources/assets/box3mod/models/block/palace_lamp.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_palace_lamp.json rename to src/main/resources/assets/box3mod/models/block/palace_lamp.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_palace_roof.json b/src/main/resources/assets/box3mod/models/block/palace_roof.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_palace_roof.json rename to src/main/resources/assets/box3mod/models/block/palace_roof.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_palace_window.json b/src/main/resources/assets/box3mod/models/block/palace_window.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_palace_window.json rename to src/main/resources/assets/box3mod/models/block/palace_window.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_pale_green.json b/src/main/resources/assets/box3mod/models/block/pale_green.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_pale_green.json rename to src/main/resources/assets/box3mod/models/block/pale_green.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_palm.json b/src/main/resources/assets/box3mod/models/block/palm.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_palm.json rename to src/main/resources/assets/box3mod/models/block/palm.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_paren_close.json b/src/main/resources/assets/box3mod/models/block/paren_close.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_paren_close.json rename to src/main/resources/assets/box3mod/models/block/paren_close.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_paren_open.json b/src/main/resources/assets/box3mod/models/block/paren_open.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_paren_open.json rename to src/main/resources/assets/box3mod/models/block/paren_open.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_percent.json b/src/main/resources/assets/box3mod/models/block/percent.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_percent.json rename to src/main/resources/assets/box3mod/models/block/percent.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_period.json b/src/main/resources/assets/box3mod/models/block/period.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_period.json rename to src/main/resources/assets/box3mod/models/block/period.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_peru.json b/src/main/resources/assets/box3mod/models/block/peru.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_peru.json rename to src/main/resources/assets/box3mod/models/block/peru.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_pink.json b/src/main/resources/assets/box3mod/models/block/pink.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_pink.json rename to src/main/resources/assets/box3mod/models/block/pink.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_pink_cake.json b/src/main/resources/assets/box3mod/models/block/pink_cake.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_pink_cake.json rename to src/main/resources/assets/box3mod/models/block/pink_cake.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_pink_grass.json b/src/main/resources/assets/box3mod/models/block/pink_grass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_pink_grass.json rename to src/main/resources/assets/box3mod/models/block/pink_grass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_pink_grass_all.json b/src/main/resources/assets/box3mod/models/block/pink_grass_all.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_pink_grass_all.json rename to src/main/resources/assets/box3mod/models/block/pink_grass_all.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_pink_light.json b/src/main/resources/assets/box3mod/models/block/pink_light.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_pink_light.json rename to src/main/resources/assets/box3mod/models/block/pink_light.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_plank_01.json b/src/main/resources/assets/box3mod/models/block/plank_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_plank_01.json rename to src/main/resources/assets/box3mod/models/block/plank_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_plank_02.json b/src/main/resources/assets/box3mod/models/block/plank_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_plank_02.json rename to src/main/resources/assets/box3mod/models/block/plank_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_plank_03.json b/src/main/resources/assets/box3mod/models/block/plank_03.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_plank_03.json rename to src/main/resources/assets/box3mod/models/block/plank_03.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_plank_04.json b/src/main/resources/assets/box3mod/models/block/plank_04.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_plank_04.json rename to src/main/resources/assets/box3mod/models/block/plank_04.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_plank_05.json b/src/main/resources/assets/box3mod/models/block/plank_05.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_plank_05.json rename to src/main/resources/assets/box3mod/models/block/plank_05.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_plank_06.json b/src/main/resources/assets/box3mod/models/block/plank_06.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_plank_06.json rename to src/main/resources/assets/box3mod/models/block/plank_06.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_plank_07.json b/src/main/resources/assets/box3mod/models/block/plank_07.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_plank_07.json rename to src/main/resources/assets/box3mod/models/block/plank_07.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_polar_ice.json b/src/main/resources/assets/box3mod/models/block/polar_ice.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_polar_ice.json rename to src/main/resources/assets/box3mod/models/block/polar_ice.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_polar_region.json b/src/main/resources/assets/box3mod/models/block/polar_region.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_polar_region.json rename to src/main/resources/assets/box3mod/models/block/polar_region.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_pound.json b/src/main/resources/assets/box3mod/models/block/pound.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_pound.json rename to src/main/resources/assets/box3mod/models/block/pound.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_powder_blue.json b/src/main/resources/assets/box3mod/models/block/powder_blue.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_powder_blue.json rename to src/main/resources/assets/box3mod/models/block/powder_blue.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_pumpkin.json b/src/main/resources/assets/box3mod/models/block/pumpkin.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_pumpkin.json rename to src/main/resources/assets/box3mod/models/block/pumpkin.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_pumpkin_lantern.json b/src/main/resources/assets/box3mod/models/block/pumpkin_lantern.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_pumpkin_lantern.json rename to src/main/resources/assets/box3mod/models/block/pumpkin_lantern.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_purple.json b/src/main/resources/assets/box3mod/models/block/purple.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_purple.json rename to src/main/resources/assets/box3mod/models/block/purple.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_purple_grass.json b/src/main/resources/assets/box3mod/models/block/purple_grass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_purple_grass.json rename to src/main/resources/assets/box3mod/models/block/purple_grass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_purple_grass_all.json b/src/main/resources/assets/box3mod/models/block/purple_grass_all.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_purple_grass_all.json rename to src/main/resources/assets/box3mod/models/block/purple_grass_all.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_purple_surface_01.json b/src/main/resources/assets/box3mod/models/block/purple_surface_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_purple_surface_01.json rename to src/main/resources/assets/box3mod/models/block/purple_surface_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_purple_surface_02.json b/src/main/resources/assets/box3mod/models/block/purple_surface_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_purple_surface_02.json rename to src/main/resources/assets/box3mod/models/block/purple_surface_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_Q.json b/src/main/resources/assets/box3mod/models/block/q.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_Q.json rename to src/main/resources/assets/box3mod/models/block/q.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_quartz_brick.json b/src/main/resources/assets/box3mod/models/block/quartz_brick.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_quartz_brick.json rename to src/main/resources/assets/box3mod/models/block/quartz_brick.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_question_mark.json b/src/main/resources/assets/box3mod/models/block/question_mark.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_question_mark.json rename to src/main/resources/assets/box3mod/models/block/question_mark.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_quotation_mark.json b/src/main/resources/assets/box3mod/models/block/quotation_mark.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_quotation_mark.json rename to src/main/resources/assets/box3mod/models/block/quotation_mark.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_R.json b/src/main/resources/assets/box3mod/models/block/r.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_R.json rename to src/main/resources/assets/box3mod/models/block/r.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_rainbow_cube.json b/src/main/resources/assets/box3mod/models/block/rainbow_cube.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_rainbow_cube.json rename to src/main/resources/assets/box3mod/models/block/rainbow_cube.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_red.json b/src/main/resources/assets/box3mod/models/block/red.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_red.json rename to src/main/resources/assets/box3mod/models/block/red.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_red_brick.json b/src/main/resources/assets/box3mod/models/block/red_brick.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_red_brick.json rename to src/main/resources/assets/box3mod/models/block/red_brick.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_red_brick_floor.json b/src/main/resources/assets/box3mod/models/block/red_brick_floor.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_red_brick_floor.json rename to src/main/resources/assets/box3mod/models/block/red_brick_floor.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_red_brick_wall.json b/src/main/resources/assets/box3mod/models/block/red_brick_wall.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_red_brick_wall.json rename to src/main/resources/assets/box3mod/models/block/red_brick_wall.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_red_decorative_light.json b/src/main/resources/assets/box3mod/models/block/red_decorative_light.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_red_decorative_light.json rename to src/main/resources/assets/box3mod/models/block/red_decorative_light.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_red_gift.json b/src/main/resources/assets/box3mod/models/block/red_gift.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_red_gift.json rename to src/main/resources/assets/box3mod/models/block/red_gift.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_red_glass.json b/src/main/resources/assets/box3mod/models/block/red_glass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_red_glass.json rename to src/main/resources/assets/box3mod/models/block/red_glass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_red_light.json b/src/main/resources/assets/box3mod/models/block/red_light.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_red_light.json rename to src/main/resources/assets/box3mod/models/block/red_light.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_rock.json b/src/main/resources/assets/box3mod/models/block/rock.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_rock.json rename to src/main/resources/assets/box3mod/models/block/rock.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_roof_blue_04.json b/src/main/resources/assets/box3mod/models/block/roof_blue_04.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_roof_blue_04.json rename to src/main/resources/assets/box3mod/models/block/roof_blue_04.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_roof_green.json b/src/main/resources/assets/box3mod/models/block/roof_green.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_roof_green.json rename to src/main/resources/assets/box3mod/models/block/roof_green.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_roof_grey.json b/src/main/resources/assets/box3mod/models/block/roof_grey.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_roof_grey.json rename to src/main/resources/assets/box3mod/models/block/roof_grey.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_roof_purple.json b/src/main/resources/assets/box3mod/models/block/roof_purple.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_roof_purple.json rename to src/main/resources/assets/box3mod/models/block/roof_purple.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_roof_red.json b/src/main/resources/assets/box3mod/models/block/roof_red.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_roof_red.json rename to src/main/resources/assets/box3mod/models/block/roof_red.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_roof_yellow.json b/src/main/resources/assets/box3mod/models/block/roof_yellow.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_roof_yellow.json rename to src/main/resources/assets/box3mod/models/block/roof_yellow.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_S.json b/src/main/resources/assets/box3mod/models/block/s.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_S.json rename to src/main/resources/assets/box3mod/models/block/s.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_sakura_pink.json b/src/main/resources/assets/box3mod/models/block/sakura_pink.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_sakura_pink.json rename to src/main/resources/assets/box3mod/models/block/sakura_pink.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_sand.json b/src/main/resources/assets/box3mod/models/block/sand.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_sand.json rename to src/main/resources/assets/box3mod/models/block/sand.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_sand_stones.json b/src/main/resources/assets/box3mod/models/block/sand_stones.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_sand_stones.json rename to src/main/resources/assets/box3mod/models/block/sand_stones.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_semicolon.json b/src/main/resources/assets/box3mod/models/block/semicolon.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_semicolon.json rename to src/main/resources/assets/box3mod/models/block/semicolon.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_seven.json b/src/main/resources/assets/box3mod/models/block/seven.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_seven.json rename to src/main/resources/assets/box3mod/models/block/seven.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_sienna.json b/src/main/resources/assets/box3mod/models/block/sienna.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_sienna.json rename to src/main/resources/assets/box3mod/models/block/sienna.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_six.json b/src/main/resources/assets/box3mod/models/block/six.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_six.json rename to src/main/resources/assets/box3mod/models/block/six.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_sky_blue.json b/src/main/resources/assets/box3mod/models/block/sky_blue.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_sky_blue.json rename to src/main/resources/assets/box3mod/models/block/sky_blue.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_slash.json b/src/main/resources/assets/box3mod/models/block/slash.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_slash.json rename to src/main/resources/assets/box3mod/models/block/slash.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_snow.json b/src/main/resources/assets/box3mod/models/block/snow.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_snow.json rename to src/main/resources/assets/box3mod/models/block/snow.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_snow_grass.json b/src/main/resources/assets/box3mod/models/block/snow_grass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_snow_grass.json rename to src/main/resources/assets/box3mod/models/block/snow_grass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_snow_land.json b/src/main/resources/assets/box3mod/models/block/snow_land.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_snow_land.json rename to src/main/resources/assets/box3mod/models/block/snow_land.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_snowflake_lamp.json b/src/main/resources/assets/box3mod/models/block/snowflake_lamp.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_snowflake_lamp.json rename to src/main/resources/assets/box3mod/models/block/snowflake_lamp.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_snowland.json b/src/main/resources/assets/box3mod/models/block/snowland.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_snowland.json rename to src/main/resources/assets/box3mod/models/block/snowland.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_snowman_body.json b/src/main/resources/assets/box3mod/models/block/snowman_body.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_snowman_body.json rename to src/main/resources/assets/box3mod/models/block/snowman_body.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_snowman_head.json b/src/main/resources/assets/box3mod/models/block/snowman_head.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_snowman_head.json rename to src/main/resources/assets/box3mod/models/block/snowman_head.json diff --git a/src/main/resources/assets/box3mod/models/block/spec_blueberry_juice_block.json b/src/main/resources/assets/box3mod/models/block/spec_blueberry_juice_block.json deleted file mode 100644 index 6703228..0000000 --- a/src/main/resources/assets/box3mod/models/block/spec_blueberry_juice_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "minecraft:block/water_still" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/block/spec_coffee_block.json b/src/main/resources/assets/box3mod/models/block/spec_coffee_block.json deleted file mode 100644 index 6703228..0000000 --- a/src/main/resources/assets/box3mod/models/block/spec_coffee_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "minecraft:block/water_still" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/block/spec_grape_juice_block.json b/src/main/resources/assets/box3mod/models/block/spec_grape_juice_block.json deleted file mode 100644 index 6703228..0000000 --- a/src/main/resources/assets/box3mod/models/block/spec_grape_juice_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "minecraft:block/water_still" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/block/spec_lemon_juice_block.json b/src/main/resources/assets/box3mod/models/block/spec_lemon_juice_block.json deleted file mode 100644 index 6703228..0000000 --- a/src/main/resources/assets/box3mod/models/block/spec_lemon_juice_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "minecraft:block/water_still" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/block/spec_lime_juice_block.json b/src/main/resources/assets/box3mod/models/block/spec_lime_juice_block.json deleted file mode 100644 index 6703228..0000000 --- a/src/main/resources/assets/box3mod/models/block/spec_lime_juice_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "minecraft:block/water_still" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/block/spec_milk_block.json b/src/main/resources/assets/box3mod/models/block/spec_milk_block.json deleted file mode 100644 index 6703228..0000000 --- a/src/main/resources/assets/box3mod/models/block/spec_milk_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "minecraft:block/water_still" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/block/spec_orange_juice_block.json b/src/main/resources/assets/box3mod/models/block/spec_orange_juice_block.json deleted file mode 100644 index 6703228..0000000 --- a/src/main/resources/assets/box3mod/models/block/spec_orange_juice_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "minecraft:block/water_still" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/block/spec_peach_juice_block.json b/src/main/resources/assets/box3mod/models/block/spec_peach_juice_block.json deleted file mode 100644 index 6703228..0000000 --- a/src/main/resources/assets/box3mod/models/block/spec_peach_juice_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "minecraft:block/water_still" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/block/spec_soy_sauce_block.json b/src/main/resources/assets/box3mod/models/block/spec_soy_sauce_block.json deleted file mode 100644 index 6703228..0000000 --- a/src/main/resources/assets/box3mod/models/block/spec_soy_sauce_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "minecraft:block/water_still" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/block/spec_strawberry_juice_block.json b/src/main/resources/assets/box3mod/models/block/spec_strawberry_juice_block.json deleted file mode 100644 index 6703228..0000000 --- a/src/main/resources/assets/box3mod/models/block/spec_strawberry_juice_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "minecraft:block/water_still" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/block/spec_water_block.json b/src/main/resources/assets/box3mod/models/block/spec_water_block.json deleted file mode 100644 index 6703228..0000000 --- a/src/main/resources/assets/box3mod/models/block/spec_water_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "textures": { - "particle": "minecraft:block/water_still" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_grass_01.json b/src/main/resources/assets/box3mod/models/block/special_grass_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_grass_01.json rename to src/main/resources/assets/box3mod/models/block/special_grass_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_grass_02.json b/src/main/resources/assets/box3mod/models/block/special_grass_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_grass_02.json rename to src/main/resources/assets/box3mod/models/block/special_grass_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_grass_03.json b/src/main/resources/assets/box3mod/models/block/special_grass_03.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_grass_03.json rename to src/main/resources/assets/box3mod/models/block/special_grass_03.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_grass_04.json b/src/main/resources/assets/box3mod/models/block/special_grass_04.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_grass_04.json rename to src/main/resources/assets/box3mod/models/block/special_grass_04.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_grass_05.json b/src/main/resources/assets/box3mod/models/block/special_grass_05.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_grass_05.json rename to src/main/resources/assets/box3mod/models/block/special_grass_05.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_grass_06.json b/src/main/resources/assets/box3mod/models/block/special_grass_06.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_grass_06.json rename to src/main/resources/assets/box3mod/models/block/special_grass_06.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_grass_07.json b/src/main/resources/assets/box3mod/models/block/special_grass_07.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_grass_07.json rename to src/main/resources/assets/box3mod/models/block/special_grass_07.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_grass_08.json b/src/main/resources/assets/box3mod/models/block/special_grass_08.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_grass_08.json rename to src/main/resources/assets/box3mod/models/block/special_grass_08.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_grass_09.json b/src/main/resources/assets/box3mod/models/block/special_grass_09.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_grass_09.json rename to src/main/resources/assets/box3mod/models/block/special_grass_09.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_grass_10.json b/src/main/resources/assets/box3mod/models/block/special_grass_10.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_grass_10.json rename to src/main/resources/assets/box3mod/models/block/special_grass_10.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_grass_11.json b/src/main/resources/assets/box3mod/models/block/special_grass_11.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_grass_11.json rename to src/main/resources/assets/box3mod/models/block/special_grass_11.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_grass_12.json b/src/main/resources/assets/box3mod/models/block/special_grass_12.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_grass_12.json rename to src/main/resources/assets/box3mod/models/block/special_grass_12.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_grass_13.json b/src/main/resources/assets/box3mod/models/block/special_grass_13.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_grass_13.json rename to src/main/resources/assets/box3mod/models/block/special_grass_13.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_grass_14.json b/src/main/resources/assets/box3mod/models/block/special_grass_14.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_grass_14.json rename to src/main/resources/assets/box3mod/models/block/special_grass_14.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_grass_15.json b/src/main/resources/assets/box3mod/models/block/special_grass_15.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_grass_15.json rename to src/main/resources/assets/box3mod/models/block/special_grass_15.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_grass_16.json b/src/main/resources/assets/box3mod/models/block/special_grass_16.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_grass_16.json rename to src/main/resources/assets/box3mod/models/block/special_grass_16.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_land_01.json b/src/main/resources/assets/box3mod/models/block/special_land_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_land_01.json rename to src/main/resources/assets/box3mod/models/block/special_land_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_sand_01.json b/src/main/resources/assets/box3mod/models/block/special_sand_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_sand_01.json rename to src/main/resources/assets/box3mod/models/block/special_sand_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_sand_02.json b/src/main/resources/assets/box3mod/models/block/special_sand_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_sand_02.json rename to src/main/resources/assets/box3mod/models/block/special_sand_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_sand_03.json b/src/main/resources/assets/box3mod/models/block/special_sand_03.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_sand_03.json rename to src/main/resources/assets/box3mod/models/block/special_sand_03.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_sand_04.json b/src/main/resources/assets/box3mod/models/block/special_sand_04.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_sand_04.json rename to src/main/resources/assets/box3mod/models/block/special_sand_04.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_special_sand_05.json b/src/main/resources/assets/box3mod/models/block/special_sand_05.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_special_sand_05.json rename to src/main/resources/assets/box3mod/models/block/special_sand_05.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_spiderweb.json b/src/main/resources/assets/box3mod/models/block/spiderweb.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_spiderweb.json rename to src/main/resources/assets/box3mod/models/block/spiderweb.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_stained_glass.json b/src/main/resources/assets/box3mod/models/block/stained_glass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_stained_glass.json rename to src/main/resources/assets/box3mod/models/block/stained_glass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_stainless_steel.json b/src/main/resources/assets/box3mod/models/block/stainless_steel.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_stainless_steel.json rename to src/main/resources/assets/box3mod/models/block/stainless_steel.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_star_lamp.json b/src/main/resources/assets/box3mod/models/block/star_lamp.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_star_lamp.json rename to src/main/resources/assets/box3mod/models/block/star_lamp.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_stone.json b/src/main/resources/assets/box3mod/models/block/stone.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_stone.json rename to src/main/resources/assets/box3mod/models/block/stone.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_stone_brick_01.json b/src/main/resources/assets/box3mod/models/block/stone_brick_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_stone_brick_01.json rename to src/main/resources/assets/box3mod/models/block/stone_brick_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_stone_brick_02.json b/src/main/resources/assets/box3mod/models/block/stone_brick_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_stone_brick_02.json rename to src/main/resources/assets/box3mod/models/block/stone_brick_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_stone_pillar_03.json b/src/main/resources/assets/box3mod/models/block/stone_pillar_03.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_stone_pillar_03.json rename to src/main/resources/assets/box3mod/models/block/stone_pillar_03.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_stone_pillar_04.json b/src/main/resources/assets/box3mod/models/block/stone_pillar_04.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_stone_pillar_04.json rename to src/main/resources/assets/box3mod/models/block/stone_pillar_04.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_stone_pillar_05.json b/src/main/resources/assets/box3mod/models/block/stone_pillar_05.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_stone_pillar_05.json rename to src/main/resources/assets/box3mod/models/block/stone_pillar_05.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_stone_pillar_06.json b/src/main/resources/assets/box3mod/models/block/stone_pillar_06.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_stone_pillar_06.json rename to src/main/resources/assets/box3mod/models/block/stone_pillar_06.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_stone_wall.json b/src/main/resources/assets/box3mod/models/block/stone_wall.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_stone_wall.json rename to src/main/resources/assets/box3mod/models/block/stone_wall.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_stone_wall_01.json b/src/main/resources/assets/box3mod/models/block/stone_wall_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_stone_wall_01.json rename to src/main/resources/assets/box3mod/models/block/stone_wall_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_stripe_01.json b/src/main/resources/assets/box3mod/models/block/stripe_01.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_stripe_01.json rename to src/main/resources/assets/box3mod/models/block/stripe_01.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_stripe_02.json b/src/main/resources/assets/box3mod/models/block/stripe_02.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_stripe_02.json rename to src/main/resources/assets/box3mod/models/block/stripe_02.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_stripe_03.json b/src/main/resources/assets/box3mod/models/block/stripe_03.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_stripe_03.json rename to src/main/resources/assets/box3mod/models/block/stripe_03.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_stripe_04.json b/src/main/resources/assets/box3mod/models/block/stripe_04.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_stripe_04.json rename to src/main/resources/assets/box3mod/models/block/stripe_04.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_stripe_05.json b/src/main/resources/assets/box3mod/models/block/stripe_05.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_stripe_05.json rename to src/main/resources/assets/box3mod/models/block/stripe_05.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_subtract.json b/src/main/resources/assets/box3mod/models/block/subtract.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_subtract.json rename to src/main/resources/assets/box3mod/models/block/subtract.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_T.json b/src/main/resources/assets/box3mod/models/block/t.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_T.json rename to src/main/resources/assets/box3mod/models/block/t.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_television.json b/src/main/resources/assets/box3mod/models/block/television.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_television.json rename to src/main/resources/assets/box3mod/models/block/television.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_three.json b/src/main/resources/assets/box3mod/models/block/three.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_three.json rename to src/main/resources/assets/box3mod/models/block/three.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_tilde.json b/src/main/resources/assets/box3mod/models/block/tilde.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_tilde.json rename to src/main/resources/assets/box3mod/models/block/tilde.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_toolbox.json b/src/main/resources/assets/box3mod/models/block/toolbox.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_toolbox.json rename to src/main/resources/assets/box3mod/models/block/toolbox.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_traditional_window.json b/src/main/resources/assets/box3mod/models/block/traditional_window.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_traditional_window.json rename to src/main/resources/assets/box3mod/models/block/traditional_window.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_treasure_chest.json b/src/main/resources/assets/box3mod/models/block/treasure_chest.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_treasure_chest.json rename to src/main/resources/assets/box3mod/models/block/treasure_chest.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_turquoise.json b/src/main/resources/assets/box3mod/models/block/turquoise.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_turquoise.json rename to src/main/resources/assets/box3mod/models/block/turquoise.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_two.json b/src/main/resources/assets/box3mod/models/block/two.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_two.json rename to src/main/resources/assets/box3mod/models/block/two.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_U.json b/src/main/resources/assets/box3mod/models/block/u.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_U.json rename to src/main/resources/assets/box3mod/models/block/u.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_V.json b/src/main/resources/assets/box3mod/models/block/v.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_V.json rename to src/main/resources/assets/box3mod/models/block/v.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_W.json b/src/main/resources/assets/box3mod/models/block/w.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_W.json rename to src/main/resources/assets/box3mod/models/block/w.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_warm_yellow_light.json b/src/main/resources/assets/box3mod/models/block/warm_yellow_light.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_warm_yellow_light.json rename to src/main/resources/assets/box3mod/models/block/warm_yellow_light.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_white.json b/src/main/resources/assets/box3mod/models/block/white.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_white.json rename to src/main/resources/assets/box3mod/models/block/white.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_white_grass.json b/src/main/resources/assets/box3mod/models/block/white_grass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_white_grass.json rename to src/main/resources/assets/box3mod/models/block/white_grass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_white_light.json b/src/main/resources/assets/box3mod/models/block/white_light.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_white_light.json rename to src/main/resources/assets/box3mod/models/block/white_light.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_window.json b/src/main/resources/assets/box3mod/models/block/window.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_window.json rename to src/main/resources/assets/box3mod/models/block/window.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_windygrass.json b/src/main/resources/assets/box3mod/models/block/windygrass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_windygrass.json rename to src/main/resources/assets/box3mod/models/block/windygrass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_winter_leaf.json b/src/main/resources/assets/box3mod/models/block/winter_leaf.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_winter_leaf.json rename to src/main/resources/assets/box3mod/models/block/winter_leaf.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_withered_grass.json b/src/main/resources/assets/box3mod/models/block/withered_grass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_withered_grass.json rename to src/main/resources/assets/box3mod/models/block/withered_grass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_withered_grass_land.json b/src/main/resources/assets/box3mod/models/block/withered_grass_land.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_withered_grass_land.json rename to src/main/resources/assets/box3mod/models/block/withered_grass_land.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_wood.json b/src/main/resources/assets/box3mod/models/block/wood.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_wood.json rename to src/main/resources/assets/box3mod/models/block/wood.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_wooden_box.json b/src/main/resources/assets/box3mod/models/block/wooden_box.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_wooden_box.json rename to src/main/resources/assets/box3mod/models/block/wooden_box.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_woodstone_12.json b/src/main/resources/assets/box3mod/models/block/woodstone_12.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_woodstone_12.json rename to src/main/resources/assets/box3mod/models/block/woodstone_12.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_X.json b/src/main/resources/assets/box3mod/models/block/x.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_X.json rename to src/main/resources/assets/box3mod/models/block/x.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_Y.json b/src/main/resources/assets/box3mod/models/block/y.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_Y.json rename to src/main/resources/assets/box3mod/models/block/y.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_yellow_decorative_light.json b/src/main/resources/assets/box3mod/models/block/yellow_decorative_light.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_yellow_decorative_light.json rename to src/main/resources/assets/box3mod/models/block/yellow_decorative_light.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_yellow_grass.json b/src/main/resources/assets/box3mod/models/block/yellow_grass.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_yellow_grass.json rename to src/main/resources/assets/box3mod/models/block/yellow_grass.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_yellow_green.json b/src/main/resources/assets/box3mod/models/block/yellow_green.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_yellow_green.json rename to src/main/resources/assets/box3mod/models/block/yellow_green.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_yellow_light.json b/src/main/resources/assets/box3mod/models/block/yellow_light.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_yellow_light.json rename to src/main/resources/assets/box3mod/models/block/yellow_light.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_Z.json b/src/main/resources/assets/box3mod/models/block/z.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_Z.json rename to src/main/resources/assets/box3mod/models/block/z.json diff --git a/src/main/resources/assets/box3mod/models/block/voxel_zero.json b/src/main/resources/assets/box3mod/models/block/zero.json similarity index 100% rename from src/main/resources/assets/box3mod/models/block/voxel_zero.json rename to src/main/resources/assets/box3mod/models/block/zero.json diff --git a/src/main/resources/assets/box3mod/models/item/spec_blueberry_juice_bucket.json b/src/main/resources/assets/box3mod/models/item/spec_blueberry_juice_bucket.json deleted file mode 100644 index cf6ee42..0000000 --- a/src/main/resources/assets/box3mod/models/item/spec_blueberry_juice_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "box3mod:item/spec_blueberry_juice_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/item/spec_coffee_bucket.json b/src/main/resources/assets/box3mod/models/item/spec_coffee_bucket.json deleted file mode 100644 index 271e784..0000000 --- a/src/main/resources/assets/box3mod/models/item/spec_coffee_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "box3mod:item/spec_coffee_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/item/spec_grape_juice_bucket.json b/src/main/resources/assets/box3mod/models/item/spec_grape_juice_bucket.json deleted file mode 100644 index 817804d..0000000 --- a/src/main/resources/assets/box3mod/models/item/spec_grape_juice_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "box3mod:item/spec_grape_juice_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/item/spec_lemon_juice_bucket.json b/src/main/resources/assets/box3mod/models/item/spec_lemon_juice_bucket.json deleted file mode 100644 index c7f07c0..0000000 --- a/src/main/resources/assets/box3mod/models/item/spec_lemon_juice_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "box3mod:item/spec_lemon_juice_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/item/spec_lime_juice_bucket.json b/src/main/resources/assets/box3mod/models/item/spec_lime_juice_bucket.json deleted file mode 100644 index e448e92..0000000 --- a/src/main/resources/assets/box3mod/models/item/spec_lime_juice_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "box3mod:item/spec_lime_juice_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/item/spec_milk_bucket.json b/src/main/resources/assets/box3mod/models/item/spec_milk_bucket.json deleted file mode 100644 index 8cd3c13..0000000 --- a/src/main/resources/assets/box3mod/models/item/spec_milk_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "box3mod:item/spec_milk_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/item/spec_orange_juice_bucket.json b/src/main/resources/assets/box3mod/models/item/spec_orange_juice_bucket.json deleted file mode 100644 index 42654a4..0000000 --- a/src/main/resources/assets/box3mod/models/item/spec_orange_juice_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "box3mod:item/spec_orange_juice_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/item/spec_peach_juice_bucket.json b/src/main/resources/assets/box3mod/models/item/spec_peach_juice_bucket.json deleted file mode 100644 index 58c641e..0000000 --- a/src/main/resources/assets/box3mod/models/item/spec_peach_juice_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "box3mod:item/spec_peach_juice_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/item/spec_soy_sauce_bucket.json b/src/main/resources/assets/box3mod/models/item/spec_soy_sauce_bucket.json deleted file mode 100644 index 524207c..0000000 --- a/src/main/resources/assets/box3mod/models/item/spec_soy_sauce_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "box3mod:item/spec_soy_sauce_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/item/spec_strawberry_juice_bucket.json b/src/main/resources/assets/box3mod/models/item/spec_strawberry_juice_bucket.json deleted file mode 100644 index e06d0ad..0000000 --- a/src/main/resources/assets/box3mod/models/item/spec_strawberry_juice_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "box3mod:item/spec_strawberry_juice_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/models/item/spec_water_bucket.json b/src/main/resources/assets/box3mod/models/item/spec_water_bucket.json deleted file mode 100644 index 66352ac..0000000 --- a/src/main/resources/assets/box3mod/models/item/spec_water_bucket.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "minecraft:item/generated", - "textures": { - "layer0": "box3mod:item/spec_water_bucket" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/box3mod/textures/item/spec_blueberry_juice_bucket.png b/src/main/resources/assets/box3mod/textures/item/spec_blueberry_juice_bucket.png deleted file mode 100644 index f30afdd..0000000 Binary files a/src/main/resources/assets/box3mod/textures/item/spec_blueberry_juice_bucket.png and /dev/null differ diff --git a/src/main/resources/assets/box3mod/textures/item/spec_coffee_bucket.png b/src/main/resources/assets/box3mod/textures/item/spec_coffee_bucket.png deleted file mode 100644 index 2bda29c..0000000 Binary files a/src/main/resources/assets/box3mod/textures/item/spec_coffee_bucket.png and /dev/null differ diff --git a/src/main/resources/assets/box3mod/textures/item/spec_grape_juice_bucket.png b/src/main/resources/assets/box3mod/textures/item/spec_grape_juice_bucket.png deleted file mode 100644 index dbfb202..0000000 Binary files a/src/main/resources/assets/box3mod/textures/item/spec_grape_juice_bucket.png and /dev/null differ diff --git a/src/main/resources/assets/box3mod/textures/item/spec_lemon_juice_bucket.png b/src/main/resources/assets/box3mod/textures/item/spec_lemon_juice_bucket.png deleted file mode 100644 index 98ecb3f..0000000 Binary files a/src/main/resources/assets/box3mod/textures/item/spec_lemon_juice_bucket.png and /dev/null differ diff --git a/src/main/resources/assets/box3mod/textures/item/spec_lime_juice_bucket.png b/src/main/resources/assets/box3mod/textures/item/spec_lime_juice_bucket.png deleted file mode 100644 index ed132fa..0000000 Binary files a/src/main/resources/assets/box3mod/textures/item/spec_lime_juice_bucket.png and /dev/null differ diff --git a/src/main/resources/assets/box3mod/textures/item/spec_milk_bucket.png b/src/main/resources/assets/box3mod/textures/item/spec_milk_bucket.png deleted file mode 100644 index 6254dd5..0000000 Binary files a/src/main/resources/assets/box3mod/textures/item/spec_milk_bucket.png and /dev/null differ diff --git a/src/main/resources/assets/box3mod/textures/item/spec_orange_juice_bucket.png b/src/main/resources/assets/box3mod/textures/item/spec_orange_juice_bucket.png deleted file mode 100644 index dbe2fbd..0000000 Binary files a/src/main/resources/assets/box3mod/textures/item/spec_orange_juice_bucket.png and /dev/null differ diff --git a/src/main/resources/assets/box3mod/textures/item/spec_peach_juice_bucket.png b/src/main/resources/assets/box3mod/textures/item/spec_peach_juice_bucket.png deleted file mode 100644 index 6fd43f7..0000000 Binary files a/src/main/resources/assets/box3mod/textures/item/spec_peach_juice_bucket.png and /dev/null differ diff --git a/src/main/resources/assets/box3mod/textures/item/spec_soy_sauce_bucket.png b/src/main/resources/assets/box3mod/textures/item/spec_soy_sauce_bucket.png deleted file mode 100644 index e212d2c..0000000 Binary files a/src/main/resources/assets/box3mod/textures/item/spec_soy_sauce_bucket.png and /dev/null differ diff --git a/src/main/resources/assets/box3mod/textures/item/spec_strawberry_juice_bucket.png b/src/main/resources/assets/box3mod/textures/item/spec_strawberry_juice_bucket.png deleted file mode 100644 index 747ba33..0000000 Binary files a/src/main/resources/assets/box3mod/textures/item/spec_strawberry_juice_bucket.png and /dev/null differ diff --git a/src/main/resources/assets/box3mod/textures/item/spec_water_bucket.png b/src/main/resources/assets/box3mod/textures/item/spec_water_bucket.png deleted file mode 100644 index 538be92..0000000 Binary files a/src/main/resources/assets/box3mod/textures/item/spec_water_bucket.png and /dev/null differ diff --git a/src/main/resources/block-id.json b/src/main/resources/block-id.json index 190ee0f..9f92134 100644 --- a/src/main/resources/block-id.json +++ b/src/main/resources/block-id.json @@ -1,385 +1,386 @@ { - "3": "voxel_add", - "5": "voxel_subtract", - "7": "voxel_multiply", - "9": "voxel_divide", - "11": "voxel_equal", - "13": "voxel_exclamation_mark", - "15": "voxel_question_mark", - "17": "voxel_zero", - "19": "voxel_one", - "21": "voxel_two", - "23": "voxel_three", - "25": "voxel_four", - "27": "voxel_five", - "29": "voxel_six", - "31": "voxel_seven", - "33": "voxel_eight", - "35": "voxel_nine", - "37": "voxel_A", - "39": "voxel_B", - "41": "voxel_C", - "43": "voxel_D", - "45": "voxel_E", - "47": "voxel_F", - "49": "voxel_G", - "51": "voxel_H", - "53": "voxel_I", - "55": "voxel_J", - "57": "voxel_K", - "59": "voxel_L", - "61": "voxel_M", - "63": "voxel_N", - "65": "voxel_O", - "67": "voxel_P", - "69": "voxel_Q", - "71": "voxel_R", - "73": "voxel_S", - "75": "voxel_T", - "77": "voxel_U", - "79": "voxel_V", - "81": "voxel_W", - "83": "voxel_X", - "85": "voxel_Y", - "87": "voxel_Z", - "89": "voxel_cadet_blue", - "91": "voxel_sky_blue", - "93": "voxel_powder_blue", - "95": "voxel_dark_gray", - "97": "voxel_light_gray", - "99": "voxel_olive_green", - "101": "voxel_yellow_green", - "103": "voxel_pale_green", - "105": "voxel_red", - "107": "voxel_dark_red", - "109": "voxel_brick_red", - "111": "voxel_medium_gray", - "113": "voxel_dark_slate_blue", - "115": "voxel_pink", - "117": "voxel_sakura_pink", - "119": "voxel_orange", - "121": "voxel_lemon", - "123": "voxel_stained_glass", - "125": "voxel_dirt", - "127": "voxel_grass", - "129": "voxel_stone", - "131": "voxel_green_leaf", - "133": "voxel_acacia", - "135": "voxel_sand", - "137": "voxel_plank_01", - "139": "voxel_plank_02", - "141": "voxel_plank_03", - "143": "voxel_plank_04", - "145": "voxel_ice_brick", - "147": "voxel_light_grey_stone_brick", - "149": "voxel_grey_stone_brick", - "151": "voxel_gold_trim_brick", - "153": "voxel_red_brick", - "155": "voxel_quartz_brick", - "157": "voxel_lantern_01", - "159": "voxel_lantern_02", - "160": "voxel_window", - "162": "voxel_cross_window", - "164": "voxel_geometric_window_01", - "166": "voxel_geometric_window_02", - "169": "voxel_snow", - "170": "voxel_glass", - "172": "voxel_color_glass", - "175": "voxel_black", - "177": "voxel_white", - "179": "voxel_wooden_box", - "181": "voxel_board_01", - "183": "voxel_board_02", - "185": "voxel_stripe_01", - "187": "voxel_stripe_02", - "189": "voxel_stripe_03", - "191": "voxel_stripe_04", - "193": "voxel_stripe_05", - "195": "voxel_carpet_01", - "197": "voxel_carpet_02", - "199": "voxel_carpet_03", - "201": "voxel_carpet_04", - "203": "voxel_carpet_05", - "205": "voxel_carpet_06", - "207": "voxel_carpet_07", - "209": "voxel_palace_eaves_01", - "211": "voxel_palace_eaves_02", - "213": "voxel_palace_eaves_03", - "215": "voxel_palace_eaves_04", - "217": "voxel_palace_eaves_05", - "219": "voxel_palace_eaves_06", - "221": "voxel_palace_eaves_07", - "223": "voxel_palace_eaves_08", - "225": "voxel_roof_red", - "227": "voxel_roof_purple", - "229": "voxel_roof_green", - "231": "voxel_roof_blue_04", - "233": "voxel_roof_yellow", - "235": "voxel_carpet_08", - "237": "voxel_carpet_09", - "239": "voxel_carpet_10", - "241": "voxel_carpet_11", - "243": "voxel_carpet_12", - "245": "voxel_carpet_13", - "247": "voxel_stainless_steel", - "249": "voxel_ice_wall", - "251": "voxel_leaf_01", - "253": "voxel_leaf_02", - "255": "voxel_palace_roof", - "257": "voxel_wood", - "259": "voxel_red_brick_floor", - "261": "voxel_red_brick_wall", - "263": "voxel_palace_floor", - "264": "voxel_palace_carving", - "267": "voxel_stone_pillar_03", - "269": "voxel_stone_pillar_04", - "271": "voxel_stone_pillar_05", - "273": "voxel_stone_pillar_06", - "275": "voxel_stone_wall", - "276": "voxel_blue_glass", - "278": "voxel_green_glass", - "281": "voxel_red_light", - "283": "voxel_orange_light", - "285": "voxel_yellow_light", - "287": "voxel_green_light", - "289": "voxel_indigo_light", - "291": "voxel_blue_light", - "293": "voxel_purple", - "295": "voxel_pink_light", - "297": "voxel_mint_green_light", - "299": "voxel_white_light", - "301": "voxel_warm_yellow_light", - "302": "voxel_black_glass", - "304": "voxel_red_glass", - "307": "voxel_palace_lamp", - "309": "voxel_board_03", - "311": "voxel_board_04", - "313": "voxel_board_05", - "315": "voxel_board_06", - "317": "voxel_dark_grass", - "319": "voxel_greenbelt_L", - "321": "voxel_greenbelt_L1", - "323": "voxel_stone_brick_01", - "325": "voxel_stone_brick_02", - "327": "voxel_dark_stone", - "329": "voxel_dark_brick_00", - "331": "voxel_dark_brick_01", - "333": "voxel_dark_brick_02", - "335": "voxel_stone_wall_01", - "337": "voxel_pink_cake", - "339": "voxel_macaroon", - "341": "voxel_biscuit", - "343": "voxel_snowland", - "345": "voxel_polar_region", - "347": "voxel_polar_ice", - "349": "voxel_blue_surface_01", - "351": "voxel_blue_surface_02", - "353": "voxel_purple_surface_01", - "355": "voxel_purple_surface_02", - "357": "voxel_dark_surface", - "359": "voxel_rock", - "361": "voxel_palace_cloud", - "363": "voxel_blue", - "364": "spec_water_block", - "367": "voxel_turquoise", - "369": "voxel_dark_orchid", - "371": "voxel_medium_orchid", - "373": "voxel_medium_purple", - "375": "voxel_medium_violet_red", - "377": "voxel_maroon", - "379": "voxel_coffee_gray", - "381": "voxel_peru", - "383": "voxel_dark_salmon", - "385": "voxel_navajo_white", - "387": "voxel_orange_red", - "389": "voxel_medium_yellow", - "391": "voxel_medium_green", - "393": "voxel_sienna", - "395": "voxel_mint_green", - "397": "voxel_medium_spring_green", - "398": "voxel_ice", - "401": "voxel_crane_roof_01", - "403": "voxel_crane_roof_02", - "405": "voxel_crane_lantern", - "407": "voxel_roof_grey", - "408": "voxel_palace_window", - "411": "voxel_woodstone_12", - "412": "spec_strawberry_juice_block", - "414": "spec_lime_juice_block", - "416": "spec_blueberry_juice_block", - "418": "spec_lemon_juice_block", - "420": "spec_grape_juice_block", - "422": "spec_orange_juice_block", - "424": "spec_milk_block", - "426": "spec_soy_sauce_block", - "428": "spec_coffee_block", - "430": "spec_peach_juice_block", - "433": "voxel_board0", - "435": "voxel_board1", - "437": "voxel_board2", - "439": "voxel_board3", - "441": "voxel_board4", - "443": "voxel_board5", - "445": "voxel_board6", - "447": "voxel_board7", - "449": "voxel_board8", - "451": "voxel_board9", - "453": "voxel_board10", - "455": "voxel_board11", - "457": "voxel_board12", - "459": "voxel_board13", - "461": "voxel_board14", - "463": "voxel_board15", - "465": "voxel_lava01", - "467": "voxel_lava02", - "469": "voxel_windygrass", - "471": "voxel_conveyor", - "473": "voxel_ledfloor01", - "475": "voxel_ledfloor02", - "477": "voxel_yellow_grass", - "479": "voxel_express_box", - "481": "voxel_television", - "483": "voxel_bookshelf", - "485": "voxel_ampersand", - "487": "voxel_asterisk", - "489": "voxel_at", - "491": "voxel_backslash", - "493": "voxel_bracket_close", - "495": "voxel_bracket_open", - "497": "voxel_caret", - "499": "voxel_colon", - "501": "voxel_comma", - "503": "voxel_dollar", - "505": "voxel_greater_than", - "507": "voxel_less_than", - "509": "voxel_paren_open", - "511": "voxel_paren_close", - "513": "voxel_percent", - "515": "voxel_period", - "517": "voxel_pound", - "519": "voxel_quotation_mark", - "521": "voxel_semicolon", - "523": "voxel_slash", - "525": "voxel_tilde", - "527": "voxel_winter_leaf", - "529": "voxel_leaf_03", - "531": "voxel_leaf_04", - "533": "voxel_leaf_05", - "535": "voxel_honeycomb_01", - "537": "voxel_honeycomb_02", - "539": "voxel_white_grass", - "541": "voxel_palm", - "543": "voxel_pumpkin", - "544": "voxel_spiderweb", - "546": "voxel_bat_window", - "549": "voxel_pumpkin_lantern", - "551": "voxel_candy", - "553": "voxel_bear_footprint", - "555": "voxel_red_gift", - "557": "voxel_blue_gift", - "559": "voxel_snowman_head", - "561": "voxel_snowman_body", - "562": "voxel_star_lamp", - "565": "voxel_snowflake_lamp", - "566": "voxel_blue_decorative_light", - "568": "voxel_green_decorative_light", - "570": "voxel_red_decorative_light", - "572": "voxel_yellow_decorative_light", - "574": "voxel_bamboo", - "577": "voxel_fu", - "578": "voxel_traditional_window", - "581": "voxel_rainbow_cube", - "582": "voxel_firecracker", - "585": "voxel_air_duct", - "587": "voxel_button", - "589": "voxel_fan", - "591": "voxel_lab_lamp_01", - "593": "voxel_lab_lamp_02", - "595": "voxel_lab_lamp_03", - "597": "voxel_lab_material_01", - "599": "voxel_lab_material_02", - "601": "voxel_lab_material_03", - "603": "voxel_lab_material_04", - "605": "voxel_lab_material_05", - "607": "voxel_lab_material_06", - "609": "voxel_lab_material_07", - "611": "voxel_lab_material_08", - "613": "voxel_lab_material_09", - "615": "voxel_lab_material_10", - "617": "voxel_lab_material_11", - "619": "voxel_lab_material_12", - "621": "voxel_lab_material_13", - "622": "voxel_lab_material_14", - "624": "voxel_lab_material_15", - "627": "voxel_lab_screen", - "629": "voxel_lab_wire", - "631": "voxel_bounce_pad", - "633": "voxel_leaf_06", - "635": "voxel_board_07", - "637": "voxel_brick_01", - "639": "voxel_brick_02", - "641": "voxel_plank_05", - "643": "voxel_plank_06", - "645": "voxel_plank_07", - "647": "voxel_toolbox", - "649": "voxel_treasure_chest", - "650": "voxel_barrier", - "653": "voxel_snow_grass", - "655": "voxel_snow_land", - "657": "voxel_withered_grass_land", - "659": "voxel_withered_grass", - "661": "voxel_orange_grass", - "663": "voxel_orange_grass_all", - "665": "voxel_purple_grass", - "667": "voxel_purple_grass_all", - "669": "voxel_blue_grass", - "671": "voxel_blue_grass_all", - "673": "voxel_pink_grass", - "675": "voxel_pink_grass_all", - "677": "voxel_light_blue_grass", - "679": "voxel_light_blue_grass_all", - "681": "voxel_light_purple_grass_", - "683": "voxel_light_purple_grass_all", - "685": "voxel_dark_red_grass", - "687": "voxel_dark_red_grass_all", - "689": "voxel_dark_yellow_grass", - "691": "voxel_dark_yellow_grass_all", - "693": "voxel_dark_blue_grass", - "695": "voxel_dark_blue_grass_all", - "697": "voxel_dark_purple_grass", - "699": "voxel_dark_purple_grass_all", - "701": "voxel_special_grass_01", - "703": "voxel_special_grass_02", - "705": "voxel_special_grass_03", - "707": "voxel_special_grass_04", - "709": "voxel_special_grass_05", - "711": "voxel_special_grass_06", - "713": "voxel_special_grass_07", - "715": "voxel_special_grass_08", - "717": "voxel_special_grass_09", - "719": "voxel_special_grass_10", - "721": "voxel_special_land_01", - "723": "voxel_grass_sand", - "725": "voxel_dark_grass_sand", - "727": "voxel_light_sand", - "729": "voxel_dark_sand", - "731": "voxel_sand_stones", - "733": "voxel_light_volcanic_rock", - "735": "voxel_dark_volcanic_rock", - "737": "voxel_light_dirt", - "739": "voxel_grass_rock", - "741": "voxel_grass_all", - "743": "voxel_dark_grass_rock", - "745": "voxel_dark_grass_all", - "747": "voxel_special_grass_11", - "749": "voxel_special_grass_12", - "751": "voxel_special_grass_13", - "753": "voxel_special_grass_14", - "755": "voxel_special_grass_15", - "757": "voxel_special_grass_16", - "759": "voxel_special_sand_01", - "761": "voxel_special_sand_02", - "763": "voxel_special_sand_03", - "765": "voxel_special_sand_04", - "767": "voxel_special_sand_05" -} \ No newline at end of file + "0": "air", + "3": "add", + "5": "subtract", + "7": "multiply", + "9": "divide", + "11": "equal", + "13": "exclamation_mark", + "15": "question_mark", + "17": "zero", + "19": "one", + "21": "two", + "23": "three", + "25": "four", + "27": "five", + "29": "six", + "31": "seven", + "33": "eight", + "35": "nine", + "37": "A", + "39": "B", + "41": "C", + "43": "D", + "45": "E", + "47": "F", + "49": "G", + "51": "H", + "53": "I", + "55": "J", + "57": "K", + "59": "L", + "61": "M", + "63": "N", + "65": "O", + "67": "P", + "69": "Q", + "71": "R", + "73": "S", + "75": "T", + "77": "U", + "79": "V", + "81": "W", + "83": "X", + "85": "Y", + "87": "Z", + "89": "cadet_blue", + "91": "sky_blue", + "93": "powder_blue", + "95": "dark_gray", + "97": "light_gray", + "99": "olive_green", + "101": "yellow_green", + "103": "pale_green", + "105": "red", + "107": "dark_red", + "109": "brick_red", + "111": "medium_gray", + "113": "dark_slate_blue", + "115": "pink", + "117": "sakura_pink", + "119": "orange", + "121": "lemon", + "123": "stained_glass", + "125": "dirt", + "127": "grass", + "129": "stone", + "131": "green_leaf", + "133": "acacia", + "135": "sand", + "137": "plank_01", + "139": "plank_02", + "141": "plank_03", + "143": "plank_04", + "145": "ice_brick", + "147": "light_grey_stone_brick", + "149": "grey_stone_brick", + "151": "gold_trim_brick", + "153": "red_brick", + "155": "quartz_brick", + "157": "lantern_01", + "159": "lantern_02", + "160": "window", + "162": "cross_window", + "164": "geometric_window_01", + "166": "geometric_window_02", + "169": "snow", + "170": "glass", + "172": "color_glass", + "175": "black", + "177": "white", + "179": "wooden_box", + "181": "board_01", + "183": "board_02", + "185": "stripe_01", + "187": "stripe_02", + "189": "stripe_03", + "191": "stripe_04", + "193": "stripe_05", + "195": "carpet_01", + "197": "carpet_02", + "199": "carpet_03", + "201": "carpet_04", + "203": "carpet_05", + "205": "carpet_06", + "207": "carpet_07", + "209": "palace_eaves_01", + "211": "palace_eaves_02", + "213": "palace_eaves_03", + "215": "palace_eaves_04", + "217": "palace_eaves_05", + "219": "palace_eaves_06", + "221": "palace_eaves_07", + "223": "palace_eaves_08", + "225": "roof_red", + "227": "roof_purple", + "229": "roof_green", + "231": "roof_blue_04", + "233": "roof_yellow", + "235": "carpet_08", + "237": "carpet_09", + "239": "carpet_10", + "241": "carpet_11", + "243": "carpet_12", + "245": "carpet_13", + "247": "stainless_steel", + "249": "ice_wall", + "251": "leaf_01", + "253": "leaf_02", + "255": "palace_roof", + "257": "wood", + "259": "red_brick_floor", + "261": "red_brick_wall", + "263": "palace_floor", + "264": "palace_carving", + "267": "stone_pillar_03", + "269": "stone_pillar_04", + "271": "stone_pillar_05", + "273": "stone_pillar_06", + "275": "stone_wall", + "276": "blue_glass", + "278": "green_glass", + "281": "red_light", + "283": "orange_light", + "285": "yellow_light", + "287": "green_light", + "289": "indigo_light", + "291": "blue_light", + "293": "purple", + "295": "pink_light", + "297": "mint_green_light", + "299": "white_light", + "301": "warm_yellow_light", + "302": "black_glass", + "304": "red_glass", + "307": "palace_lamp", + "309": "board_03", + "311": "board_04", + "313": "board_05", + "315": "board_06", + "317": "dark_grass", + "319": "greenbelt_L", + "321": "greenbelt_L1", + "323": "stone_brick_01", + "325": "stone_brick_02", + "327": "dark_stone", + "329": "dark_brick_00", + "331": "dark_brick_01", + "333": "dark_brick_02", + "335": "stone_wall_01", + "337": "pink_cake", + "339": "macaroon", + "341": "biscuit", + "343": "snowland", + "345": "polar_region", + "347": "polar_ice", + "349": "blue_surface_01", + "351": "blue_surface_02", + "353": "purple_surface_01", + "355": "purple_surface_02", + "357": "dark_surface", + "359": "rock", + "361": "palace_cloud", + "363": "blue", + "364": "water", + "367": "turquoise", + "369": "dark_orchid", + "371": "medium_orchid", + "373": "medium_purple", + "375": "medium_violet_red", + "377": "maroon", + "379": "coffee_gray", + "381": "peru", + "383": "dark_salmon", + "385": "navajo_white", + "387": "orange_red", + "389": "medium_yellow", + "391": "medium_green", + "393": "sienna", + "395": "mint_green", + "397": "medium_spring_green", + "398": "ice", + "401": "crane_roof_01", + "403": "crane_roof_02", + "405": "crane_lantern", + "407": "roof_grey", + "408": "palace_window", + "411": "woodstone_12", + "412": "strawberry_juice", + "414": "lime_juice", + "416": "blueberry_juice", + "418": "lemon_juice", + "420": "grape_juice", + "422": "orange_juice", + "424": "milk", + "426": "soy_sauce", + "428": "coffee", + "430": "peach_juice", + "433": "board0", + "435": "board1", + "437": "board2", + "439": "board3", + "441": "board4", + "443": "board5", + "445": "board6", + "447": "board7", + "449": "board8", + "451": "board9", + "453": "board10", + "455": "board11", + "457": "board12", + "459": "board13", + "461": "board14", + "463": "board15", + "465": "lava01", + "467": "lava02", + "469": "windygrass", + "471": "conveyor", + "473": "ledfloor01", + "475": "ledfloor02", + "477": "yellow_grass", + "479": "express_box", + "481": "television", + "483": "bookshelf", + "485": "ampersand", + "487": "asterisk", + "489": "at", + "491": "backslash", + "493": "bracket_close", + "495": "bracket_open", + "497": "caret", + "499": "colon", + "501": "comma", + "503": "dollar", + "505": "greater_than", + "507": "less_than", + "509": "paren_open", + "511": "paren_close", + "513": "percent", + "515": "period", + "517": "pound", + "519": "quotation_mark", + "521": "semicolon", + "523": "slash", + "525": "tilde", + "527": "winter_leaf", + "529": "leaf_03", + "531": "leaf_04", + "533": "leaf_05", + "535": "honeycomb_01", + "537": "honeycomb_02", + "539": "white_grass", + "541": "palm", + "543": "pumpkin", + "544": "spiderweb", + "546": "bat_window", + "549": "pumpkin_lantern", + "551": "candy", + "553": "bear_footprint", + "555": "red_gift", + "557": "blue_gift", + "559": "snowman_head", + "561": "snowman_body", + "562": "star_lamp", + "565": "snowflake_lamp", + "566": "blue_decorative_light", + "568": "green_decorative_light", + "570": "red_decorative_light", + "572": "yellow_decorative_light", + "574": "bamboo", + "577": "fu", + "578": "traditional_window", + "581": "rainbow_cube", + "582": "firecracker", + "585": "air_duct", + "587": "button", + "589": "fan", + "591": "lab_lamp_01", + "593": "lab_lamp_02", + "595": "lab_lamp_03", + "597": "lab_material_01", + "599": "lab_material_02", + "601": "lab_material_03", + "603": "lab_material_04", + "605": "lab_material_05", + "607": "lab_material_06", + "609": "lab_material_07", + "611": "lab_material_08", + "613": "lab_material_09", + "615": "lab_material_10", + "617": "lab_material_11", + "619": "lab_material_12", + "621": "lab_material_13", + "622": "lab_material_14", + "624": "lab_material_15", + "627": "lab_screen", + "629": "lab_wire", + "631": "bounce_pad", + "633": "leaf_06", + "635": "board_07", + "637": "brick_01", + "639": "brick_02", + "641": "plank_05", + "643": "plank_06", + "645": "plank_07", + "647": "toolbox", + "649": "treasure_chest", + "650": "barrier", + "653": "snow_grass", + "655": "snow_land", + "657": "withered_grass_land", + "659": "withered_grass", + "661": "orange_grass", + "663": "orange_grass_all", + "665": "purple_grass", + "667": "purple_grass_all", + "669": "blue_grass", + "671": "blue_grass_all", + "673": "pink_grass", + "675": "pink_grass_all", + "677": "light_blue_grass", + "679": "light_blue_grass_all", + "681": "light_purple_grass_", + "683": "light_purple_grass_all", + "685": "dark_red_grass", + "687": "dark_red_grass_all", + "689": "dark_yellow_grass", + "691": "dark_yellow_grass_all", + "693": "dark_blue_grass", + "695": "dark_blue_grass_all", + "697": "dark_purple_grass", + "699": "dark_purple_grass_all", + "701": "special_grass_01", + "703": "special_grass_02", + "705": "special_grass_03", + "707": "special_grass_04", + "709": "special_grass_05", + "711": "special_grass_06", + "713": "special_grass_07", + "715": "special_grass_08", + "717": "special_grass_09", + "719": "special_grass_10", + "721": "special_land_01", + "723": "grass_sand", + "725": "dark_grass_sand", + "727": "light_sand", + "729": "dark_sand", + "731": "sand_stones", + "733": "light_volcanic_rock", + "735": "dark_volcanic_rock", + "737": "light_dirt", + "739": "grass_rock", + "741": "grass_all", + "743": "dark_grass_rock", + "745": "dark_grass_all", + "747": "special_grass_11", + "749": "special_grass_12", + "751": "special_grass_13", + "753": "special_grass_14", + "755": "special_grass_15", + "757": "special_grass_16", + "759": "special_sand_01", + "761": "special_sand_02", + "763": "special_sand_03", + "765": "special_sand_04", + "767": "special_sand_05" +} diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 3fdea40..61aba52 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,7 +3,7 @@ "id": "box3mod", "version": "${version}", "name": "Box3Blocks(神岛材质包)", - "description": "Box3 方块模组为 Minecraft 添加 384 款独特装饰方块,涵盖字母、符号、色块与发光方块,并统一整理至创造模式标签页。同时支持将神奇代码岛中的建筑/模型一键迁移到 Minecraft 中。", + "description": "Box3 方块模组为 Minecraft 添加 373 款独特装饰方块,涵盖字母、符号、色块与发光方块,并统一整理至创造模式标签页。同时支持将神奇代码岛中的建筑/模型一键迁移到 Minecraft 中。", "authors": ["神岛实验室"], "contact": { "homepage": "https://box3lab.com/", diff --git a/src/main/resources/generate_blocks.py b/src/main/resources/generate_blocks.py index baf9115..2e5bd48 100644 --- a/src/main/resources/generate_blocks.py +++ b/src/main/resources/generate_blocks.py @@ -1,6 +1,5 @@ import json from pathlib import Path -from PIL import Image, ImageDraw # 模组 ID,用于生成资源路径前缀 MOD_ID = "box3mod" @@ -78,10 +77,10 @@ def generate_blockstate(texture_part): # 带水平朝向的方块状态,配合 Java 里的 HORIZONTAL_FACING 使用 return { "variants": { - "facing=north": {"model": f"{MOD_ID}:block/voxel_{texture_part}"}, - "facing=east": {"model": f"{MOD_ID}:block/voxel_{texture_part}", "y": 90}, - "facing=south": {"model": f"{MOD_ID}:block/voxel_{texture_part}", "y": 180}, - "facing=west": {"model": f"{MOD_ID}:block/voxel_{texture_part}", "y": 270} + "facing=north": {"model": f"{MOD_ID}:block/{texture_part}"}, + "facing=east": {"model": f"{MOD_ID}:block/{texture_part}", "y": 90}, + "facing=south": {"model": f"{MOD_ID}:block/{texture_part}", "y": 180}, + "facing=west": {"model": f"{MOD_ID}:block/{texture_part}", "y": 270} } } @@ -107,153 +106,11 @@ def generate_item_model(texture_part): return { "model": { "type": "minecraft:model", - "model": f"{MOD_ID}:block/voxel_{texture_part}" + "model": f"{MOD_ID}:block/{texture_part}" } } -def generate_fluid_blockstate(name): - """生成流体方块的 blockstate JSON。""" - return { - "variants": { - "": {"model": f"{MOD_ID}:block/spec_{name}_block"} - } - } - - -def generate_fluid_block_model(name): - """生成流体方块的模型 JSON。 - - 对于这些体素流体,我们实际的渲染是通过 VoxelFluidRenderHandler - 使用原版水的 still/flow 贴图完成的,方块模型本身只需提供粒子用的 - 贴图即可。 - """ - return { - "textures": { - "particle": "minecraft:block/water_still", - } - } - - -def generate_fluid_item_model(name): - """生成流体方块物品模型 JSON。""" - return { - "model": { - "type": "minecraft:model", - "model": f"{MOD_ID}:block/spec_{name}_block" - } - } - - -def generate_fluid_bucket_model(name): - """生成流体桶物品模型 JSON(指向通用桶模板)。""" - return { - "parent": "minecraft:item/generated", - "textures": { - "layer0": f"{MOD_ID}:item/spec_{name}_bucket" - } - } - - -def generate_fluid_bucket_item_def(name): - """生成流体桶在 assets//items/ 下的物品定义 JSON。 - - 本模组的物品系统期望顶层有一个 "model" 字段,里面通过 - type = "minecraft:model" 引用真正的模型资源。这里引用我们在 - models/item/ 里生成的桶模型。 - """ - return { - "model": { - "type": "minecraft:model", - "model": f"{MOD_ID}:item/spec_{name}_bucket", - } - } - - -def generate_solid_color_image(path, rgb): - """生成带简单水纹的 PNG 图片(16x16)。""" - img = Image.new("RGB", (16, 16), rgb) - - draw = ImageDraw.Draw(img) - darker = tuple(max(0, int(c * 0.8)) for c in rgb) - - for y in range(0, 16, 4): - for x in range(16): - if (x + y // 2) % 2 == 0: - draw.point((x, y), fill=darker) - - path.parent.mkdir(parents=True, exist_ok=True) - img.save(path) - - -def generate_fluid_resources(): - """为 block-spec.json 里 fluid: true 的条目生成资源文件(只保留方块和桶,不生成方块物品)。""" - spec_path = BASE_DIR / "block-spec.json" - if not spec_path.exists(): - print("⚠️ block-spec.json 不存在,跳过流体资源生成") - return - - with open(spec_path, "r", encoding="utf-8") as f: - data = json.load(f) - - lang = {} - for name, obj in data.items(): - if not obj.get("fluid", False): - continue - - # air 只是一个占位流体,不需要对应的桶物品和资源 - if name == "air": - continue - - print(f"🧪 生成流体资源: {name}") - - # 1. blockstate(用于世界里的流体方块) - blockstate_path = BASE_DIR / "assets" / MOD_ID / "blockstates" / f"spec_{name}_block.json" - blockstate_path.parent.mkdir(parents=True, exist_ok=True) - with open(blockstate_path, "w", encoding="utf-8") as f: - json.dump(generate_fluid_blockstate(name), f, indent=2) - - # 2. block model(用于世界里的流体方块) - block_model_path = BASE_DIR / "assets" / MOD_ID / "models" / "block" / f"spec_{name}_block.json" - block_model_path.parent.mkdir(parents=True, exist_ok=True) - with open(block_model_path, "w", encoding="utf-8") as f: - json.dump(generate_fluid_block_model(name), f, indent=2) - - # 3. item model (bucket) - 真正的渲染模型 - bucket_model_path = BASE_DIR / "assets" / MOD_ID / "models" / "item" / f"spec_{name}_bucket.json" - bucket_model_path.parent.mkdir(parents=True, exist_ok=True) - with open(bucket_model_path, "w", encoding="utf-8") as f: - json.dump(generate_fluid_bucket_model(name), f, indent=2) - - # 4. item definition (bucket) - 顶层 item 描述,指向上面的模型 - bucket_item_def_path = BASE_DIR / "assets" / MOD_ID / "items" / f"spec_{name}_bucket.json" - bucket_item_def_path.parent.mkdir(parents=True, exist_ok=True) - with open(bucket_item_def_path, "w", encoding="utf-8") as f: - json.dump(generate_fluid_bucket_item_def(name), f, indent=2) - - # 5. textures: bucket (纯色) - fluid_color = obj.get("fluidColor", [1, 1, 1]) - rgb = tuple(int(c * 255) if c <= 1 else int(c) for c in fluid_color[:3]) - bucket_tex_path = BASE_DIR / "assets" / MOD_ID / "textures" / "item" / f"spec_{name}_bucket.png" - generate_solid_color_image(bucket_tex_path, rgb) - - # # lang - # lang[f"item.{MOD_ID}.spec_{name}_bucket"] = f"{pretty_display_name(name)} Bucket" - - # 写 lang - # lang_path = BASE_DIR / "assets" / MOD_ID / "lang" / "en_us.json" - # lang_path.parent.mkdir(parents=True, exist_ok=True) - # if lang_path.exists(): - # with open(lang_path, "r", encoding="utf-8") as f: - # existing_lang = json.load(f) - # else: - # existing_lang = {} - # existing_lang.update(lang) - # with open(lang_path, "w", encoding="utf-8") as f: - # json.dump(existing_lang, f, ensure_ascii=False, indent=2, sort_keys=True) - - # print(f"✅ 流体资源生成完成,共 {len(lang)} 条目") - def pretty_display_name(name: str) -> str: tokens = [t for t in name.split("_") if t] @@ -287,7 +144,7 @@ def main(): continue # 生成三种 JSON 文件 - block_name = f"voxel_{texture_part}" + block_name = f"{texture_part}" lang[f"block.{MOD_ID}.{block_name}"] = pretty_display_name(texture_part) @@ -307,20 +164,11 @@ def main(): print(f"✅ Generated: {block_name}") - # 生成流体资源 - generate_fluid_resources() - - # 处理 block-spec.json 中的所有方块(包括流体)来生成 ID 映射 + # 处理 block-spec.json 中的所有方块来生成 ID 映射 for name, props in block_spec.items(): block_id = props.get("id") if block_id is not None: - if props.get("fluid", False): - # 流体方块使用 spec_ 前缀 - if name != "air": # 排除 air - block_id_mapping[str(block_id)] = f"spec_{name}_block" - else: - # 普通方块使用 voxel_ 前缀 - block_id_mapping[str(block_id)] = f"voxel_{name}" + block_id_mapping[str(block_id)] = f"{name}" # 生成 block-id.json 文件 block_id_path = BASE_DIR / "block-id.json"