added back vanilla red sand, started work on some tags, added mars deep desert biome
This commit is contained in:
parent
610fc45bf3
commit
c099daf52b
8 changed files with 896 additions and 256 deletions
|
|
@ -136,19 +136,6 @@ global.MINECRAFT_DISABLED_ITEMS = [
|
|||
'minecraft:sand',
|
||||
'minecraft:suspicious_sand',
|
||||
|
||||
// Красный песок
|
||||
'minecraft:red_sandstone',
|
||||
'minecraft:red_sandstone_stairs',
|
||||
'minecraft:red_sandstone_slab',
|
||||
'minecraft:red_sandstone_wall',
|
||||
'minecraft:smooth_red_sandstone',
|
||||
'minecraft:smooth_red_sandstone_stairs',
|
||||
'minecraft:smooth_red_sandstone_slab',
|
||||
'minecraft:cut_red_sandstone',
|
||||
'minecraft:cut_red_sandstone_slab',
|
||||
'minecraft:chiseled_red_sandstone',
|
||||
'minecraft:red_sand',
|
||||
|
||||
// Кораллы
|
||||
'minecraft:horn_coral',
|
||||
'minecraft:horn_coral_fan',
|
||||
|
|
@ -776,21 +763,6 @@ global.VANILLA_WOOD_TYPES = [
|
|||
"warped" // TODO: Разблокировать когда появится АД
|
||||
];
|
||||
|
||||
global.VANILLA_STONE_TYPES = [
|
||||
"sand",
|
||||
"red_sand",
|
||||
"gravel",
|
||||
"ore",
|
||||
"deepslate",
|
||||
"basalt",
|
||||
"endstone",
|
||||
"netherrack",
|
||||
"andesite",
|
||||
"diorite",
|
||||
"granite",
|
||||
"tuff"
|
||||
];
|
||||
|
||||
global.MINECRAFT_DYE_NAMES = [
|
||||
'white',
|
||||
'orange',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue