фиксики серия 1
димдимыч сталкивается проблемой цикла
This commit is contained in:
parent
064b7f6244
commit
35a0dc9e10
5 changed files with 468 additions and 31 deletions
|
|
@ -314,4 +314,30 @@ global.VANILLA_STONE_TYPES = [
|
|||
"diorite",
|
||||
"granite",
|
||||
"tuff"
|
||||
];
|
||||
];
|
||||
|
||||
global.MINECRAFT_FORGE_DYE = [
|
||||
'#forge:dyes/white',
|
||||
'#forge:dyes/orange',
|
||||
'#forge:dyes/magenta',
|
||||
'#forge:dyes/light_blue',
|
||||
'#forge:dyes/yellow',
|
||||
'#forge:dyes/lime',
|
||||
'#forge:dyes/pink',
|
||||
'#forge:dyes/gray',
|
||||
'#forge:dyes/light_gray',
|
||||
'#forge:dyes/cyan',
|
||||
'#forge:dyes/purple',
|
||||
'#forge:dyes/blue',
|
||||
'#forge:dyes/brown',
|
||||
'#forge:dyes/green',
|
||||
'#forge:dyes/red',
|
||||
'#forge:dyes/black'
|
||||
]
|
||||
/*
|
||||
[
|
||||
|
||||
'minecraft:sand',
|
||||
'minecraft:chest',
|
||||
'minecraft:trapped_chest',
|
||||
];*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue