Add support for config option (ic2-support) for enable of Industrial Craft
This commit is contained in:
parent
baf29dfa7c
commit
05511f0495
6 changed files with 56 additions and 16 deletions
|
|
@ -1,3 +1,6 @@
|
|||
# Industrial Craft 2 Texture mapping
|
||||
# define ic2-support: true in configuration.txt to enable
|
||||
enabled:ic2-support
|
||||
# Wire - set render alg
|
||||
linkmap:id=228,linkalg=5,linkid=223,linkid=225,linkid=226,linkid=227,linkid=228,linkid=233,linkid=237,linkid=246,linkid=250
|
||||
# Wire - (data is faked: 1=north,2=east,4=south,8=west)
|
||||
|
|
@ -195,4 +198,4 @@ block:id=232,data=11,scale=16
|
|||
rotate:id=232,data=7,rot=270
|
||||
# Iron Fence - north, south, east, west neightbors
|
||||
block:id=232,data=15,scale=16
|
||||
layer:id=232,data=15,rot=0
|
||||
rotate:id=232,data=15,rot=0
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Industrial Craft 2 Block mapping
|
||||
# rename file to ic2-texture.txt to make active
|
||||
#
|
||||
# define ic2-support: true in configuration.txt to enable
|
||||
enabled:ic2-support
|
||||
# Files
|
||||
texturefile:id=blk0,filename=ic2/sprites/block_0.png,xcount=16,ycount=16
|
||||
texturefile:id=cable,filename=ic2/sprites/block_cable.png,xcount=16,ycount=16
|
||||
Loading…
Add table
Add a link
Reference in a new issue