фиксики серия 1
димдимыч сталкивается проблемой цикла
This commit is contained in:
parent
90fe8182b8
commit
583fc06844
5 changed files with 461 additions and 31 deletions
|
|
@ -314,4 +314,23 @@ 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'
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue