This repository was archived by the owner on Aug 8, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtranslate_config.yml
More file actions
179 lines (169 loc) · 4.72 KB
/
translate_config.yml
File metadata and controls
179 lines (169 loc) · 4.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
# The folder to output
outputFolder: "out"
# The handling method for colors
colorMode: cmi
# vanilla: &#RRGGBB
# vanilla2: &x&R&R&G&G&B&B
# cmi: {#RRGGBB}
# minimessage: <#RRGGBB>
# minedown: &#RRGGBB&
# The handling method for item groups
groupMode: none
# Example: item_group: example
# prefix: item_group: rsc_example
# namespace: item_group: rykenslimecustomizer:example
# none: item_group: example
# Change the version of all the saveditems
setAllSaveditems_v: none
# none: Not to change
# Number: Change the version to the number
# Example: setAllSaveditems_v: 2975
# Auto create versioned object (Unsafe)
enableCreateVersionedObject: false
menus:
sections:
##########################################################
# -------------------Preset Parameters-------------------
# Don't change the following parameters
B: gray_stained_glass_pane # Default background
I: blue_stained_glass_pane # Default input background
O: orange_stained_glass_pane # Default output background
N: continue # Continue the slot
P: progress # The progress bar slot
i: input # The empty slot for input
o: output # The empty slot for output
# -------------------Preset Parameters-------------------
##########################################################
# Define other sections here
# See https://rsc.hiworldmc.com/#/format/universal-item-format
# a:
# name: '&a'
# material_type: mc
# material: BEDROCK
# modelId: 123456789
# glow: false
# lore:
# - The first line
# - The second line
# b: this_is_a_mc_item
# c:
# material_type: skull_hash
# material: this_is_skull_hash
n: # Placeholder
material_type: none
# Machines' menu
machines:
title: "%name%" # %name% will be replaced by the machine's name
background-slots: # Except for 'i' and 'o', all slots will be read
- "BBBBBBBBB"
- "IIIIBOOOO"
- "IiiIPOooO"
- "IIIIBOOOO"
- "BBBBBBBBB"
input-slots: # Only i will be read
- "BBBBBBBBB"
- "IIIIBOOOO"
- "IiiIPOooO"
- "IIIIBOOOO"
- "BBBBBBBBB"
output-slots: # Only o will be read
- "BBBBBBBBB"
- "IIIIBOOOO"
- "IiiIPOooO"
- "IIIIBOOOO"
- "BBBBBBBBB"
# Generators' menu
generators:
title: "%name%" # %name% will be replaced by the generator's name
background-slots: # Except for 'i' and 'o', all slots will be read
- "BBBBBBBBB"
- "IIIIBOOOO"
- "IiiIPOooO"
- "IIIIBOOOO"
- "BBBBBBBBB"
input-slots: # Only i will be read
- "BBBBBBBBB"
- "IIIIBOOOO"
- "IiiIPOooO"
- "IIIIBOOOO"
- "BBBBBBBBB"
output-slots: # Only o will be read
- "BBBBBBBBB"
- "IIIIBOOOO"
- "IiiIPOooO"
- "IIIIBOOOO"
- "BBBBBBBBB"
# Material generators' menu
material-generators:
title: "%name%" # %name% will be replaced by the material generator's name
background-slots: # Except for 'i' and 'o', all slots will be read
- "Poooooooo"
output-slots: # Only o will be read
- "Poooooooo"
lores:
# Full copy SlimeCustomizer lores
full-copy-slimecustomizer: true
additions: # Addition config
categories: {} # Categories
#categories:
#group1: # Group1
# items: # Which item to select to add config
# - '__example_item'
# - '__all__' # All the items
# config: # Content of the config
# register:
# conditions:
# - "version >= 1.16"
#groups2: {} # Group2, Name it by yourself
mob_drops: {} # Mob drops, similar to categories
geo_resources: {}
items: {}
capacitors: {}
machines: {}
generators:
group1:
items:
- '__all__'
config:
lateInit: true
solar_generators:
group1:
items:
- '__all__'
config:
lateInit: true
material_generators:
group1:
items:
- '__all__'
config:
lateInit: true
researches: {}
info:
# Enable or disable the following info of the addon
enable: false
# The id of the addon in RykenSlimeCustomizer
id: ChangeMe
# The name of the addon
name: ChangeMe
# The addon depends which based on RykenSlimeCustomizer
depends: []
# The plugin depends which based on Slimefun (Usually will auto load)
pluginDepends:
- Slimefun
#- GuizhanLibPlugin
# The script listener of the addon (Not necessary to change)
scriptListener: ""
# The version of the addon
version: ChangeMe
# The description of the addon
description: ChangeMe
# The authors of the addon
authors:
- SlimefunSlimeReloadingProject
# The github repository of the addon
repo: ""
# The script listener of the addon
scriptListener: ""
# Don't change this
config-version: 1.6-RELEASE