Initial
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# Configuration file
|
||||
|
||||
##########################################################################################################
|
||||
# Emission
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Defines the amount of emissions (in blocks with light density) formed by combustion of this fuel or random update tick of this emitter.
|
||||
# Set the value to 0 for disabling emissions from this source.
|
||||
##########################################################################################################
|
||||
|
||||
Emission {
|
||||
# [range: 0.0 ~ 16.0, default: 96.0]
|
||||
S:carbon=96.0
|
||||
|
||||
# [range: 0.0 ~ 16.0, default: 0.0]
|
||||
S:dust=0.0
|
||||
|
||||
# [range: 0.0 ~ 16.0, default: 9.6]
|
||||
S:sulfur=9.6
|
||||
}
|
||||
|
||||
|
||||
Fuel {
|
||||
# Id is a basic unit (block or item) identifier in <modId:unitName:meta> format.
|
||||
# ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0.
|
||||
# UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore).
|
||||
# Unit name will be automatically converted to ore dictionary name with reverse word order (example: oreIronBlack).
|
||||
# Use '*' char as meta value to specify all possible values.
|
||||
# To define multiple block states, you can use block properties instead of meta. The format is <modId:blockName:[prop1=value1, prop2=value2]>
|
||||
# Also you may use just ore dictionary name as full id.
|
||||
# [default: blockSuperiumCoal]
|
||||
S:id=blockSuperiumCoal
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user