![ExtrabiomesXL](https://media.forgecdn.net/avatars/thumbnails/5/711/256/256/635351432498586927.jpg)
BC 3.4.3 Facade
zepanv opened this issue ยท 8 comments
Using EBXL 3.11.0 and BC 3.4.3 we are unable to make red rock brick facades.
They show up in the assembly table, but they never get "produced".
Buildcraft has a system for other mods to tell it which blocks to use for facades. It handles the rest.
The fact that the facades show up on the table mean that Buildcraft knows about the blocks...the fact that the facades cannot be built is under the purview of Buildcraft itself.
http://i.imgur.com/RIMg2O5.png
Just tested again this morning, copied the configs from the server yet again. Works fine in single player, does not work on the server. It is a linux server, last time we had issues it was related to mod load order as linux is case sensitive. SO I did some renaming on the server and that fixed it, looks like someone is missing an @after or is initing too late.
buildcraft-A-3.4.3.jar + ExtrabiomesXL-universal-1.4.7-3.11.0.jar (default naming as downloaded) does not work.
Buildcraft-A-3.4.3.jar + ExtrabiomesXL-universal-1.4.7-3.11.0.jar allows the facade to be made.
Linux server loads all uppercase mods, then all lowercase, if the mods that interact do not have proper annotations it will be an issue.
Reopened by request by issue submitter. I will investigate the apparent issue when I can.
More info: BuildCraft/BuildCraft#674 (comment)
May be resolved with 1.5
Can anyone verify that this is still an issue or that it has been fixed? On my linux test server it appears to no longer an issue and it is not appearing on my client either so I am thinking that the upstream issue has been solved.