Giter Club home page Giter Club logo

anti-id-conflict's People

Contributors

elix-x avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

anti-id-conflict's Issues

[1.7.10] Incorrect directory & config file creation on linux

AntiIdConflict-1.3.5-1.7.10.jar
ElecCore-1.7.10-1.4.294.jar

On linux Anti ID Conflict creates it directory structure as config\AntiIDConflict Not as a subdirectory within config as AntiIDConflict

Within that fubar created directory even the other directories are proceed with \ - in linux \ isn't a directory. / is.

A tree output is as follows that shows the issue;

├── \biomes
│   ├── \AllIDs.txt
│   ├── \avaibleIDs.txt
│   ├── \conflictedIDs.txt
│   ├── \main.cfg
│   └── \occupiedIDs.txt
├── \dimensions
│   ├── \AllIDs.txt
│   ├── \avaibleIDs.txt
│   ├── \main.cfg
│   └── \occupiedIDs.txt
├── \enchantements
│   ├── \AllIDs.txt
│   ├── \avaibleIDs.txt
│   ├── \main.cfg
│   └── \occupiedIDs.txt
├── \entities
│   ├── \AllIDs.txt
│   ├── \avaibleIDs.txt
│   ├── \main.cfg
│   └── \occupiedIDs.txt
└── \potions
    ├── \AllIDs.txt
    ├── \avaibleIDs.txt
    ├── \conflictedIDs.txt
    ├── \main.cfg
    └── \occupiedIDs.txt

On a properly created file structure the following example (AE2 config directory structure) should suffice;

├── AppliedEnergistics2.cfg
├── CustomRecipes.cfg
├── extracells.cfg
├── Facades.cfg
├── recipes
│   ├── generated
│   │   ├── aliases.recipe
│   │   ├── decorative
│   │   │   ├── certus.recipe
│   │   │   ├── crystals.recipe
│   │   │   ├── fixtures.recipe
│   │   │   ├── index.recipe
│   │   │   ├── quartzglass.recipe
│   │   │   ├── skystone.recipe
│   │   │   ├── slabs.recipe
│   │   │   └── stairs.recipe
│   │   ├── groups.recipe
│   │   ├── index.recipe
│   │   ├── materials
│   │   │   ├── cards.recipe
│   │   │   ├── circuits.recipe
│   │   │   ├── cores.recipe
│   │   │   ├── index.recipe
│   │   │   ├── presses.recipe
│   │   │   └── processors.recipe
│   │   ├── misc
│   │   │   ├── chests.recipe
│   │   │   ├── deconstruction.recipe
│   │   │   ├── fluixpearl.recipe
│   │   │   ├── grindstone.recipe
│   │   │   ├── index.recipe
│   │   │   ├── meteors.recipe
│   │   │   ├── seeds.recipe
│   │   │   ├── tinytnt.recipe
│   │   │   └── vanilla.recipe
│   │   ├── network
│   │   │   ├── blocks
│   │   │   │   ├── cellworkbench.recipe
│   │   │   │   ├── controller.recipe
│   │   │   │   ├── crystal-processing.recipe
│   │   │   │   ├── energy.recipe
│   │   │   │   ├── index.recipe
│   │   │   │   ├── inscribers.recipe
│   │   │   │   ├── interfaces.recipe
│   │   │   │   ├── io.recipe
│   │   │   │   ├── quantum.recipe
│   │   │   │   ├── security.recipe
│   │   │   │   ├── spatial-io.recipe
│   │   │   │   └── storage.recipe
│   │   │   ├── cables
│   │   │   │   ├── covered.recipe
│   │   │   │   ├── dense.recipe
│   │   │   │   ├── glass.recipe
│   │   │   │   ├── index.recipe
│   │   │   │   └── smart.recipe
│   │   │   ├── cells
│   │   │   │   ├── empty.recipe
│   │   │   │   ├── index.recipe
│   │   │   │   ├── spatial-components.recipe
│   │   │   │   ├── spatial.recipe
│   │   │   │   ├── storage-components.recipe
│   │   │   │   ├── storage.recipe
│   │   │   │   └── view.recipe
│   │   │   ├── crafting
│   │   │   │   ├── assembler.recipe
│   │   │   │   ├── cpu.recipe
│   │   │   │   ├── index.recipe
│   │   │   │   └── patterns.recipe
│   │   │   ├── index.recipe
│   │   │   ├── parts
│   │   │   │   ├── cable-anchor.recipe
│   │   │   │   ├── emitters.recipe
│   │   │   │   ├── index.recipe
│   │   │   │   ├── io-buses.recipe
│   │   │   │   ├── monitors.recipe
│   │   │   │   ├── panels.recipe
│   │   │   │   ├── planes.recipe
│   │   │   │   ├── quartz-fiber.recipe
│   │   │   │   ├── terminals.recipe
│   │   │   │   ├── toggle-buses.recipe
│   │   │   │   └── tunnels.recipe
│   │   │   └── wireless.recipe
│   │   ├── oredict.recipe
│   │   ├── processing
│   │   │   ├── factorization.recipe
│   │   │   ├── grind.recipe
│   │   │   ├── hydraulicraft.recipe
│   │   │   ├── ic2.recipe
│   │   │   ├── index.recipe
│   │   │   ├── mekanism.recipe
│   │   │   ├── rotarycraft.recipe
│   │   │   ├── te.recipe
│   │   │   └── vanilla.recipe
│   │   └── tools
│   │       ├── certus-quartz.recipe
│   │       ├── index.recipe
│   │       ├── matter-cannon.recipe
│   │       ├── misctools.recipe
│   │       ├── nether-quartz.recipe
│   │       ├── network.recipe
│   │       └── paintballs.recipe
│   ├── items.csv
│   ├── README.html
│   └── user
└── VersionChecker.cfg

As you can see there is no proceeding \ on either file name or directory name.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.