18 lines
398 B
INI
18 lines
398 B
INI
# Configuration file
|
|
|
|
options {
|
|
# Should we use the 3D Model, or a block
|
|
B:Render3D=true
|
|
|
|
# Enable the Update Checker? Disabling this will remove all traces of the MUD.
|
|
B:enableMUD=false
|
|
|
|
# Allows the printer to print Name Tags, configurable because this usually costs XP.
|
|
B:enableNameTag=true
|
|
|
|
# How many times you can print with a ink cartridge
|
|
I:inkUses=4000
|
|
}
|
|
|
|
|