forked from Railcraft/Railcraft-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
API_README.txt
25 lines (19 loc) · 897 Bytes
/
API_README.txt
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
The latest version can be dowloanded from:
https://dl.dropboxusercontent.com/u/38558957/Minecraft/Railcraft/Railcraft_latest-api.zip
The Railcraft API is provided as Open Source under the MIT License.
When attempting to use this API, please include ONLY the classes you need in the jar, excluding those you don't.
This helps to reduce conflict if the API changes slighty between versions.
Ore Dictionary Tags:
blockSteel
dustCharcoal
dustObsidian
dustSaltpeter
dustSulfur
ingotSteel
oreSaltpeter
oreSulfur
InterModComms:
"ballast" "<modid>:<blockName>@<metadata>"
Registers a block as a valid ballast for the Tunnel Bore and Undercutter.
"boiler-fuel-liquid" "<liquidName>@<fuelValuePerBucket>"
Specifies a fuel value for a bucket of liquid fuel. The liquid name should be the English display name of the liquid (ie. the tag used to lookup the liquid in the LiquidDictionary).