фиксики серия 1

димдимыч сталкивается проблемой цикла
This commit is contained in:
FriendlyCube 2023-11-29 21:20:59 +02:00 committed by Xikaro
parent 064b7f6244
commit 35a0dc9e10
5 changed files with 468 additions and 31 deletions

View file

@ -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',
];*/