фиксики серия 1
димдимыч сталкивается проблемой цикла
This commit is contained in:
parent
ccf7862f32
commit
b5ef5cd08a
5 changed files with 459 additions and 30 deletions
|
|
@ -159,6 +159,24 @@ global.VANILLA_STONE_TYPES = [
|
|||
"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