C
Cylindric
Guest
Hi folks. I'm trying to get the Railcraft Chunk Loader working in the latest DireWolf20 pack (although it seems to have been a problem since 1.0.0).
I have enabled the anchors section in the railcraft.cfg:
In blocks.cfg:
But on startup the fml-server-latest.log shows an error loading due to missing machine_alpha:
Is there something else I need to do to get the chunk loaders working? I have a nice railway connecting my farm area to my factory area, but I can't keep the trains running.
This is on server, and these config changes were all done on the server files.
I have enabled the anchors section in the railcraft.cfg:
anchors {
B:craftable=true
B:delete.anchors=false
B:interact.with.pipes=true
Bassive.craftable=true
Sassive.fuel=minecraft:ender_pearl=12
Bersonal.craftable=true
Sersonal.fuel=minecraft:ender_pearl=12
Brint.debug=false
Brint.locations=true
S:world.fuel=minecraft:ender_pearl=12
}
B:craftable=true
B:delete.anchors=false
B:interact.with.pipes=true
Bassive.craftable=true
Sassive.fuel=minecraft:ender_pearl=12
Bersonal.craftable=true
Sersonal.fuel=minecraft:ender_pearl=12
Brint.debug=false
Brint.locations=true
S:world.fuel=minecraft:ender_pearl=12
}
In blocks.cfg:
B:machine_alpha=true
But on startup the fml-server-latest.log shows an error loading due to missing machine_alpha:
[13:25:58] [Server thread/INFO] [railcraft/railcraft]: Module performing stage PRE_INIT: railcraft:chunk_loading +
[13:25:58] [Server thread/INFO] [railcraft/railcraft]: Entity{cart_anchor_world} cannot be defined because Block{machine_alpha} is disabled
[13:25:58] [Server thread/INFO] [railcraft/railcraft]: Entity{cart_anchor_admin} cannot be defined because Block{machine_alpha} is disabled
[13:25:58] [Server thread/INFO] [railcraft/railcraft]: Entity{cart_anchor_personal} cannot be defined because Block{machine_alpha} is disabled
[
[13:25:58] [Server thread/INFO] [railcraft/railcraft]: Entity{cart_anchor_world} cannot be defined because Block{machine_alpha} is disabled
[13:25:58] [Server thread/INFO] [railcraft/railcraft]: Entity{cart_anchor_admin} cannot be defined because Block{machine_alpha} is disabled
[13:25:58] [Server thread/INFO] [railcraft/railcraft]: Entity{cart_anchor_personal} cannot be defined because Block{machine_alpha} is disabled
[
Is there something else I need to do to get the chunk loaders working? I have a nice railway connecting my farm area to my factory area, but I can't keep the trains running.
This is on server, and these config changes were all done on the server files.