mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2024-11-27 02:19:58 +08:00
Remove unused files
This commit is contained in:
parent
ba7d7b6d6d
commit
968f90f436
@ -1,15 +0,0 @@
|
||||
{
|
||||
"emissive_blocks": [
|
||||
"minecraft:respawn_anchor",
|
||||
"minecraft:magma_block",
|
||||
"minecraft:sculk_catalyst",
|
||||
"minecraft:crying_obsidian",
|
||||
"minecraft:shroomlight",
|
||||
"minecraft:sea_lantern",
|
||||
"minecraft:jack_o_lantern",
|
||||
"minecraft:glowstone",
|
||||
"minecraft:pearlescent_froglight",
|
||||
"minecraft:verdant_froglight",
|
||||
"minecraft:ochre_froglight"
|
||||
]
|
||||
}
|
@ -1,27 +0,0 @@
|
||||
{
|
||||
"fallable_blocks": [
|
||||
"minecraft:anvil",
|
||||
"minecraft:lime_concrete_powder",
|
||||
"minecraft:orange_concrete_powder",
|
||||
"minecraft:black_concrete_powder",
|
||||
"minecraft:brown_concrete_powder",
|
||||
"minecraft:cyan_concrete_powder",
|
||||
"minecraft:light_gray_concrete_powder",
|
||||
"minecraft:purple_concrete_powder",
|
||||
"minecraft:magenta_concrete_powder",
|
||||
"minecraft:light_blue_concrete_powder",
|
||||
"minecraft:yellow_concrete_powder",
|
||||
"minecraft:white_concrete_powder",
|
||||
"minecraft:blue_concrete_powder",
|
||||
"minecraft:red_concrete_powder",
|
||||
"minecraft:gray_concrete_powder",
|
||||
"minecraft:pink_concrete_powder",
|
||||
"minecraft:green_concrete_powder",
|
||||
"minecraft:dragon_egg",
|
||||
"minecraft:gravel",
|
||||
"minecraft:pointed_dripstone",
|
||||
"minecraft:red_sand",
|
||||
"minecraft:sand",
|
||||
"minecraft:scaffolding"
|
||||
]
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"grass_like_blocks": [
|
||||
"minecraft:grass_block",
|
||||
"minecraft:grass_path",
|
||||
"minecraft:podzol",
|
||||
"minecraft:crimson_nylium",
|
||||
"minecraft:warped_nylium",
|
||||
"minecraft:mycelium",
|
||||
"minecraft:farmland"
|
||||
]
|
||||
}
|
@ -1,34 +0,0 @@
|
||||
{
|
||||
"transparent_blocks": [
|
||||
"minecraft:frosted_ice",
|
||||
"minecraft:glass",
|
||||
"minecraft:white_stained_glass",
|
||||
"minecraft:orange_stained_glass",
|
||||
"minecraft:magenta_stained_glass",
|
||||
"minecraft:light_blue_stained_glass",
|
||||
"minecraft:yellow_stained_glass",
|
||||
"minecraft:lime_stained_glass",
|
||||
"minecraft:pink_stained_glass",
|
||||
"minecraft:gray_stained_glass",
|
||||
"minecraft:light_gray_stained_glass",
|
||||
"minecraft:cyan_stained_glass",
|
||||
"minecraft:purple_stained_glass",
|
||||
"minecraft:blue_stained_glass",
|
||||
"minecraft:brown_stained_glass",
|
||||
"minecraft:green_stained_glass",
|
||||
"minecraft:red_stained_glass",
|
||||
"minecraft:black_stained_glass",
|
||||
"minecraft:ice",
|
||||
"minecraft:oak_leaves",
|
||||
"minecraft:spruce_leaves",
|
||||
"minecraft:birch_leaves",
|
||||
"minecraft:jungle_leaves",
|
||||
"minecraft:acacia_leaves",
|
||||
"minecraft:dark_oak_leaves",
|
||||
"minecraft:mangrove_leaves",
|
||||
"minecraft:azalea_leaves",
|
||||
"minecraft:flowering_azalea_leaves",
|
||||
"minecraft:slime_block",
|
||||
"minecraft:honey_block"
|
||||
]
|
||||
}
|
@ -11,7 +11,7 @@ export class AppConfig {
|
||||
public readonly RELEASE_MODE = true;
|
||||
public readonly MAJOR_VERSION = 0;
|
||||
public readonly MINOR_VERSION = 8;
|
||||
public readonly HOTFIX_VERSION = 2;
|
||||
public readonly HOTFIX_VERSION = 3;
|
||||
public readonly VERSION_TYPE: 'd' | 'a' | 'r' = 'r'; // dev, alpha, or release build
|
||||
public readonly MINECRAFT_VERSION = '1.19.4';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user