diff --git a/Makefile b/Makefile index 7590ebd..40da749 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,11 @@ verify-mods: scripts/verify-mod-downloads mods-source/server scripts/verify-mod-downloads mods-source/client +sort-modlists: + scripts/sort-modlist mods-source/forge + scripts/sort-modlist mods-source/server + scripts/sort-modlist mods-source/client + clean: -rm -rf build/ find . -name '*~' -delete diff --git a/config-source/FoodPlus.cfg b/config-source/FoodPlus.cfg new file mode 100644 index 0000000..9a408ea --- /dev/null +++ b/config-source/FoodPlus.cfg @@ -0,0 +1,110 @@ +# Configuration file + +########################################################################################################## +# booleans +#--------------------------------------------------------------------------------------------------------# +# You can change the booleans to true/false if you want to modify the behaviour of Food Plus +########################################################################################################## + +booleans { + # If you turn it false, chocolate blocks won't slow the movement of any player or mob while walking on them + B:"Enable Chocolate blocks soul sand effect"=true + + # If you turn it false, Food Plus won't load its content to the Forge OreDictionary + B:"Enable OreDictionary"=true + + # If you turn it false, my WorldGen won't spawn any flower, bush, ore, etc. in your world + B:"Enable misc generation"=true + + # If you turn it false, my WorldGen won't spawn any tree in your world + B:"Enable tree generation"=true + + # If you turn it false, the Food Plus updater will be deactivated (You'll have to visit the forum to see what's new) + B:"Enable updater"=false +} + + +########################################################################################################## +# frequencies +#--------------------------------------------------------------------------------------------------------# +# You can change the spawn frequencies of my WorldGen. Please, report any issues with world generating +########################################################################################################## + +frequencies { + # Put 1 if you want a rare chance to spawn this tree. Put 10 if you want A LOT of trees like this + I:"Banana tree"=3 + + # Use a higher value if you want more bushes in your world. Use a lower value if you want less bushes in your world + I:"Blueberry bush"=3 + + # Use a higher value if you want more flowers in your world. Use a lower value if you want less flowers in your world + I:"Candy Flower"=2 + + # Put 1 if you want a rare chance to spawn this tree. Put 10 if you want A LOT of trees like this + I:"Cherry tree"=3 + + # Put 1 if you want a rare chance to spawn this tree. Put 10 if you want A LOT of trees like this + I:"Coconut tree"=3 + + # Put 1 if you want a rare chance to spawn this tree. Put 10 if you want A LOT of trees like this + I:"Kiwi tree"=3 + + # Put 1 if you want a rare chance to spawn this tree. Put 10 if you want A lot of trees like this. + I:"Orange tree"=3 + + # Put 1 if you want a rare chance to spawn this tree. Put 10 if you want A LOT of trees like this + I:"Pear tree"=3 + + # Use a higher value if you want more seaweeds in your world. Use a lower value if you want less seaweeds in your world + I:Seaweed=10 + + # Use a higher value if you want more bushes in your world. Use a lower value if you want less bushes in your world + I:"Strawberry bush"=3 + + # Put 1 if you want a rare chance to spawn surprise boxes. Put 10 if you want A LOT of boxes + I:"Surprise box"=4 + + # Use a higher value if you want more bushes in your world. Use a lower value if you want less bushes in your world + I:"Tea bush"=3 + + # Put 1 if you want a rare chance to spawn this tree. Put 10 if you want A LOT of trees like this + I:"Walnut tree"=3 +} + + +########################################################################################################## +# misc +#--------------------------------------------------------------------------------------------------------# +# You can change the misc values of the mod +########################################################################################################## + +misc { + # This value will change the exp points that the trashcan will give to the player + I:"Trashcan recycling exp"=1 + + # This value will change the trashcan item reward chance (1/YOURNUMBER) + I:"Trashcan reward chance"=70 + + # This value will change the radius (in blocks) of the Zeus's Candy Thunder + I:"Zeus' Thunder radius"=500 +} + + +########################################################################################################## +# modcompatibility +#--------------------------------------------------------------------------------------------------------# +# You can enable or disable the Food Plus mod compatibility +########################################################################################################## + +modcompatibility { + # If you turn it false, Food Plus won't load the MineFactoryReloaded mod compatibility (NOT COMPATIBLE WITH 1.7 ATM) + B:"Enable MFR mod compatibility"=false + + # If you turn it false, Food Plus won't load the Mr'Crayfish Furniture mod compatibility (NOT COMPATIBLE WITH 1.7 ATM) + B:"Enable MrCrayfish mod compatibility"=false + + # If you turn it false, Food Plus won't load the Thaumcraft mod compatibility + B:"Enable Thaumcraft mod compatibility"=true +} + + diff --git a/config-source/OpenComputers.cfg b/config-source/OpenComputers.cfg new file mode 100644 index 0000000..2e9f98f --- /dev/null +++ b/config-source/OpenComputers.cfg @@ -0,0 +1,1525 @@ +# OpenComputers configuration. This file uses typesafe config's HOCON syntax. +# Try setting your syntax highlighting to Ruby, to help readability. At least +# in Sublime Text that works really well. Note that this file is overwritten +# whenever you start the game! Changes to the comments may vanish. +# Note that all mentions of 'KB' or 'kilobyte' mean 1024 bytes. +opencomputers { + + # Client side settings, presentation and performance related stuff. + client { + + # The radius in which computer beeps can be heard. + beepRadius=16 + + # The sample rate used for generating beeps of computers' internal + # speakers. Use custom values at your own responsibility here; if it + # breaks OC you'll get no support. Some potentially reasonable + # lower values are 16000 or even 8000 (which was the old default, but + # leads to artifacting on certain frequencies). + beepSampleRate=44100 + + # The base volume of beeps generated by computers. This may be in a + # range of [0, 127], where 0 means mute (the sound will not even be + # generated), and 127 means maximum amplitude / volume. + beepVolume=32 + + # This is the scaling of the individual chars rendered on screens. This + # is set to slightly overscale per default, to avoid gaps between fully + # filled chars to appear (i.e. the block symbol that is used for cursor + # blinking for example) on less accurate hardware. + fontCharScale=1.01 + + # Which font renderer to use. Defaults to `unifont` if invalid. + # Possible values: + # - unifont: the (since 1.3.2) default font renderer. Based on the + # Unifont and capable of rendering many unicode glyphs. + # The used font data can be swapped out using resource packs, + # but is harder to work with, since it involves binary data. + # - texture: the old, font-texture based font renderer that was used + # in OC versions prior to 1.3.2. This will allow overriding + # the font texture as before. Keep in mind that this renderer + # is slightly less efficient than the new one, and more + # importantly, can only render code page 437 (as opposed to... + # a *lot* of unicode). + fontRenderer=unifont + + # The distance at which to start fading out the hologram (as with + # hologramRenderDistance). This is purely cosmetic, to avoid image + # disappearing instantly when moving too far away from a projector. + # It does not affect performance. Holograms are transparent anyway. + hologramFadeStartDistance=48 + + # This controls how often holograms 'flicker'. This is the chance that it + # flickers for *each frame*, meaning if you're running at high FPS you + # may want to lower this a bit, to avoid it flickering too much. + hologramFlickerFrequency=0.025 + + # The maximum render distance of a hologram projected by a highest tier + # hologram projector when at maximum scale. Render distance is scaled + # down with the actual scale of the hologram. + hologramRenderDistance=64 + + # The maximum distance at which to render text on screens. Rendering text + # can be pretty expensive, so if you have a lot of screens you'll want to + # avoid huge numbers here. Note that this setting is client-sided, and + # only has an impact on render performance on clients. + maxScreenTextRenderDistance=20 + + # The color of monochrome text (i.e. displayed when in 1-bit color depth, + # e.g. tier one screens / GPUs, or higher tier set to 1-bit color depth). + # Defaults to white, feel free to make it some other color, tho! + monochromeColor="0xFFFFFF" + + # Position of the power indicator for nanomachines, by default left to the + # player's health, specified by negative values. Values in [0, 1) will be + # treated as relative positions, values in [1, inf) will be treated as + # absolute positions. + nanomachineHudPos=[ + -1, + -1 + ] + + # Render robots' names as a label above them when near them + robotLabels=true + + # The distance at which to start fading out the text on screens. This is + # purely cosmetic, to avoid text disappearing instantly when moving too + # far away from a screen. This should have no measurable impact on + # performance. Note that this needs OpenGL 1.4 to work, otherwise text + # will always just instantly disappear when moving away from the screen + # displaying it. + screenTextFadeStartDistance=15 + + # The volume multiplier applied to sounds from this mod like the computer + # running noise. Disable sounds by setting this to zero. + soundVolume=1 + + # If you prefer the text on the screens to be aliased (you know, *not* + # anti-aliased / smoothed) turn this option off. + textAntiAlias=true + + # Whether to apply linear filtering for text displayed on screens when the + # screen has to be scaled down - i.e. the text is rendered at a resolution + # lower than their native one, e.g. when the GUI scale is less than one or + # when looking at a far away screen. This leads to smoother text for + # scaled down text but results in characters not perfectly connecting + # anymore (for example for box drawing characters. Look it up on + # Wikipedia.) + textLinearFiltering=false + } + + # Computer related settings, concerns server performance and security. + computer { + + # The provided call budgets by the three tiers of CPU. Higher budgets + # mean that more direct calls can be performed per tick. You can raise + # this to increase the "speed" of computers at the cost of higher real + # CPU time. Lower this to lower the load Lua executors put on your + # machine / server, at the cost of slower computers. This list must + # contain exactly three entries, or it will be ignored. + callBudgets=[ + 0.5, + 1, + 1.5 + ] + + # This determines whether computers can only be used by players that are + # registered as users on them. Per default a newly placed computer has no + # users. Whenever there are no users the computer is free for all. Users + # can be managed via the Lua API (computer.addUser, computer.removeUser, + # computer.users). If this is true, the following interactions are only + # possible for users: + # - input via the keyboard and touch screen. + # - inventory management. + # - breaking the computer block. + # If this is set to false, all computers will always be usable by all + # players, no matter the contents of the user list. Note that operators + # are treated as if they were in the user list of every computer, i.e. no + # restrictions apply to them. + # See also: `maxUsers` and `maxUsernameLength`. + canComputersBeOwned=true + + # The number of components the different CPU tiers support. This list + # must contain exactly three entries, or it will be ignored. + cpuComponentCount=[ + 8, + 12, + 16 + ] + + # The maximum size of the byte array that can be stored on EEPROMs as configuration data. + eepromDataSize=256 + + # The maximum size of the byte array that can be stored on EEPROMs as executable data.. + eepromSize=4096 + + # Whether to delete all contents in the /tmp file system when performing + # a 'soft' reboot (i.e. via `computer.shutdown(true)`). The tmpfs will + # always be erased when the computer is completely powered off, even if + # it crashed. This setting is purely for software-triggered reboots. + eraseTmpOnReboot=false + + # The time in milliseconds that scheduled computers are forced to wait + # before executing more code. This avoids computers to "busy idle", + # leading to artificially high CPU load. If you're worried about + # performance on your server, increase this number a little (it should + # never exceed 50, a single tick, though) to reduce CPU load even more. + executionDelay=12 + + # Settings specific to the Lua architecture. + lua { + + # Whether to allow loading precompiled bytecode via Lua's `load` + # function, or related functions (`loadfile`, `dofile`). Enable this + # only if you absolutely trust all users on your server and all Lua + # code you run. This can be a MASSIVE SECURITY RISK, since precompiled + # code can easily be used for exploits, running arbitrary code on the + # real server! I cannot stress this enough: only enable this is you + # know what you're doing. + allowBytecode=false + + # Whether to make the Lua 5.3 architecture available. If enabled, you + # can reconfigure any CPU to use the Lua 5.3 architecture. + enableLua53=true + + # This setting allows you to fine-tune how RAM sizes are scaled internally + # on 64 Bit machines (i.e. when the Minecraft server runs in a 64 Bit VM). + # Why is this even necessary? Because objects consume more memory in a 64 + # Bit environment than in a 32 Bit one, due to pointers and possibly some + # integer types being twice as large. It's actually impossible to break + # this down to a single number, so this is really just a rough guess. If + # you notice this doesn't match what some Lua program would use on 32 bit, + # feel free to play with this and report your findings! + # Note that the values *displayed* to Lua via `computer.totalMemory` and + # `computer.freeMemory` will be scaled by the inverse, so that they always + # correspond to the "apparent" sizes of the installed memory modules. For + # example, when running a computer with a 64KB RAM module, even if it's + # scaled up to 96KB, `computer.totalMemory` will return 64KB, and if there + # are really 45KB free, `computer.freeMemory` will return 32KB. + ramScaleFor64Bit=1.8 + + # The sizes of the six levels of RAM, in kilobytes. This list must + # contain exactly six entries, or it will be ignored. Note that while + # there are six levels of RAM, they still fall into the three tiers of + # items (level 1, 2 = tier 1, level 3, 4 = tier 2, level 5, 6 = tier 3). + ramSizes=[ + 192, + 256, + 384, + 512, + 768, + 1024 + ] + } + + # Sanity check for username length for users registered with computers. We + # store the actual user names instead of a hash to allow iterating the + # list of registered users on the Lua side. + # See also: `canComputersBeOwned`. + maxUsernameLength=32 + + # The maximum number of users that can be registered with a single + # computer. This is used to avoid computers allocating unchecked amounts + # of memory by registering an unlimited number of users. See also: + # `canComputersBeOwned`. + maxUsers=16 + + # The time in seconds to wait after a computer has been restored before it + # continues to run. This is meant to allow the world around the computer + # to settle, avoiding issues such as components in neighboring chunks + # being removed and then re-connected and other odd things that might + # happen. + startupDelay=0.25 + + # The overall number of threads to use to drive computers. Whenever a + # computer should run, for example because a signal should be processed or + # some sleep timer expired it is queued for execution by a worker thread. + # The higher the number of worker threads, the less likely it will be that + # computers block each other from running, but the higher the host + # system's load may become. + threads=4 + + # The time in seconds a program may run without yielding before it is + # forcibly aborted. This is used to avoid stupidly written or malicious + # programs blocking other computers by locking down the executor threads. + # Note that changing this won't have any effect on computers that are + # already running - they'll have to be rebooted for this to take effect. + timeout=5 + } + + # Settings that are intended for debugging issues, not for normal use. + # You usually don't want to touch these unless asked to do so by a developer. + debug { + + # On some platforms the native library can crash the game, so there are + # a few checks in place to avoid trying to load it in those cases. This + # is Windows XP and Windows Server 2003, right. If you think it might + # work nonetheless (newer builds of Server2k3 e.g.) you might want to + # try setting this to `true`. Use this at your own risk. If the game + # crashes as a result of setting this to `true` DO NOT REPORT IT. + alwaysTryNative=false + + # Prevent OC calling Lua's os.setlocale method to ensure number + # formatting is the same on all systems it is run on. Use this if you + # suspect this might mess with some other part of Java (this affects + # the native C locale). + disableLocaleChanging=false + + # Disable memory limit enforcement. This means Lua states can + # theoretically use as much memory as they want. Only relevant when + # using the native library. + disableMemoryLimit=false + + # Disable computer state persistence. This means that computers will + # automatically be rebooted when loaded after being unloaded, instead + # of resuming with their exection (it also means the state is not even + # saved). Only relevant when using the native library. + disablePersistence=false + + # Disable user data support. This means any otherwise supported + # userdata (implementing the Value interface) will not be pushed + # to the Lua state. + disableUserdata=false + + # Enable debug card functionality. This may also be of use for custom + # maps, so it is enabled by default. If you run a server where people + # may cheat in items but should not have op/admin-like rights, you may + # want to set this to false. This will *not* remove the card, it will + # just make all functions it provides error out. + enableDebugCard=true + + # Force the buffered file system to be case insensitive. This makes it + # impossible to have multiple files whose names only differ in their + # capitalization, which is commonly the case on Windows, for example. + # This only takes effect when bufferChanges is set to true. + forceCaseInsensitiveFS=false + + # Forces the use of the LuaJ fallback instead of the native libraries. + # Use this if you have concerns using native libraries or experience + # issues with the native library. + forceLuaJ=false + + # Force loading one specific library, to avoid trying to load any + # others. Use this if you get warnings in the log or are told to do + # so for debugging purposes ;-) + forceNativeLibWithName="" + + # Pass along IDs of items and fluids when converting them to a table + # representation for Lua. + insertIdsInConverters=false + + # This setting is meant for debugging errors that occur in Lua callbacks. + # Per default, if an error occurs and it has a message set, only the + # message is pushed back to Lua, and that's it. If you encounter weird + # errors or are developing an addon you'll want the stacktrace for those + # errors. Enabling this setting will log them to the game log. This is + # disabled per default to avoid spamming the log with inconsequentual + # exceptions such as IllegalArgumentExceptions and the like. + logCallbackErrors=false + + # Logs the full error when a native library fails to load. This is + # disabled by default to avoid spamming the log, since libraries are + # iterated until one works, so it's very likely for some to fail. Use + # this in case all libraries fail to load even though you'd expect one + # to work. + logFullNativeLibLoadErrors=false + + # Used to suppress log spam for OpenGL errors on derpy drivers. I'm + # quite certain the code in the font render is valid, display list + # compatible OpenGL, but it seems to cause 'invalid operation' errors + # when executed as a display list. I'd be happy to be proven wrong, + # since it'd restore some of my trust into AMD drivers... + logOpenGLErrors=false + + # Logs information about malformed glyphs (i.e. glyphs that deviate in + # width from what wcwidth says). + logUnifontErrors=false + + # Extract the native library with Lua into the system's temporary + # directory instead of the game directory (e.g. /tmp on Linux). The + # default is to extract into the game directory, to avoid issues when + # the temporary directory is mounted as noexec (meaning the lib cannot) + # be loaded. There is also less of a chance of conflicts when running + # multiple servers or server and client on the same machine. + nativeInTmpDir=false + + # Due to a bug in Minecraft's lighting code there's an issue where + # lighting does not properly update near light emitting blocks that are + # fully solid - like screens, for example. This can be annoying when + # using other blocks that dynamically change their brightness (e.g. for + # the addon mod OpenLights). Enable this to force light emitting blocks + # in oc to periodically (every two seconds) do an update. This should + # not have an overly noticeable impact on performance, but it's disabled + # by default because it is unnecessary in *most* cases. + periodicallyForceLightUpdate=false + + # Whether to always register the LuaJ architecture - even if the native + # library is available. In that case it is possible to switch between + # the two like any other registered architecture. + registerLuaJArchitecture=false + + # This is meant for debugging errors. Enabling this has a high impact + # on computers' save and load performance, so you should not enable + # this unless you're asked to. + verbosePersistenceErrors=false + } + + # File system related settings, performance and and balancing. + filesystem { + + # Whether persistent file systems such as disk drivers should be + # 'buffered', and only written to disk when the world is saved. This + # applies to all hard drives. The advantage of having this enabled is that + # data will never go 'out of sync' with the computer's state if the game + # crashes. The price is slightly higher memory consumption, since all + # loaded files have to be kept in memory (loaded as in when the hard drive + # is in a computer). + bufferChanges=true + + # The base 'cost' of a single file or directory on a limited file system, + # such as hard drives. When computing the used space we add this cost to + # the real size of each file (and folders, which are zero sized + # otherwise). This is to ensure that users cannot spam the file system + # with an infinite number of files and/or folders. Note that the size + # returned via the API will always be the real file size, however. + fileCost=512 + + # The size of writable floppy disks, in kilobytes. + floppySize=512 + + # Number of physical platters to pretend a disk has in unmanaged mode. This + # controls seek times, in how it emulates sectors overlapping (thus sharing + # a common head position for access). + hddPlatterCounts=[ + 2, + 4, + 6 + ] + + # The sizes of the three tiers of hard drives, in kilobytes. This list + # must contain exactly three entries, or it will be ignored. + hddSizes=[ + 1024, + 2048, + 4096 + ] + + # The maximum number of file handles any single computer may have open at + # a time. Note that this is *per filesystem*. Also note that this is only + # enforced by the filesystem node - if an add-on decides to be fancy it + # may well ignore this. Since file systems are usually 'virtual' this will + # usually not have any real impact on performance and won't be noticeable + # on the host operating system. + maxHandles=16 + + # The maximum block size that can be read in one 'read' call on a file + # system. This is used to limit the amount of memory a call from a user + # program can cause to be allocated on the host side: when 'read' is, + # called a byte array with the specified size has to be allocated. So if + # this weren't limited, a Lua program could trigger massive memory + # allocations regardless of the amount of RAM installed in the computer it + # runs on. As a side effect this pretty much determines the read + # performance of file systems. + maxReadBuffer=2048 + + # When skipping more than this number of sectors in unmanaged mode, the + # pause specified in sectorSeekTime will be enforced. We use this instead + # of linear scaling for movement because those values would have to be + # really small, which is hard to conceptualize and configure. + sectorSeekThreshold=128 + + # The time to pause when the head movement threshold is exceeded. + sectorSeekTime=0.1 + + # The size of the /tmp filesystem that each computer gets for free. If + # set to a non-positive value the tmp file system will not be created. + tmpSize=64 + } + hologram { + + # This controls the maximum scales of holograms, by tier. + # The size at scale 1 is 3x2x3 blocks, at scale 3 the hologram will + # span up to 9x6x9 blocks. Unlike most other `client' settings, this + # value is only used for validation *on the server*, with the effects + # only being visible on the client. + # Warning: very large values may lead to rendering and/or performance + # issues due to the high view distance! Increase at your own peril. + maxScale=[ + 3, + 4 + ] + + # This controls the maximum translation of holograms, by tier. + # The scale is in "hologram sizes", i.e. scale 1 allows offsetting a + # hologram once by its own size. + maxTranslation=[ + 0.25, + 0.5 + ] + + # The delay forced on computers between calls to `hologram.setRaw`, in + # seconds. Lower this if you want faster updates, raise this if you're + # worried about bandwidth use; in *normal* use-cases this will never be + # an issue. When abused, `setRaw` can be used to generate network traffic + # due to changed data being sent to clients. With the default settings, + # the *worst case* is ~30KB/s/client. Again, for normal use-cases this + # is actually barely noticeable. + setRawDelay=0.2 + } + + # Settings for mod integration (the mod previously known as OpenComponents). + integration { + buildcraft { + + # Cost to convert a loot disk to another in the BuildCraft programming table. + programmingTableCost=5000 + } + + # The name to use for the global fake player needed for some mod + # interactions. + fakePlayerName="[OpenComputers]" + + # The UUID to use for the global fake player needed for some mod + # interactions. + fakePlayerUuid="7e506b5d-2ccb-4ac4-a249-5624925b0c67" + + # A list of mods (by mod id) for which support should NOT be enabled. Use + # this to disable support for mods you feel should not be controllable via + # computers (such as magic related mods, which is why Thaumcraft is on this + # list by default.) + modBlacklist=[ + Thaumcraft + ] + + # A list of tile entities by class name that should NOT be accessible via + # the Adapter block. Add blocks here that can lead to crashes or deadlocks + # (and report them, please!) + peripheralBlacklist=[ + "net.minecraft.tileentity.TileEntityCommandBlock" + ] + + # Vanilla integration related settings. + vanilla { + + # Whether to allow the item stack converter to push NBT data in + # compressed format (GZIP'ed). This can be useful for pushing this + # data back to other callbacks. However, given a sophisticated + # enough software (Lua script) it is possible to decode this data, + # and get access to things that should be considered implementation + # detail / private (mods may keep "secret" data in such NBT tags). + # The recommended method is to use the database component instead. + allowItemStackNBTTags=false + + # Whether to enable the command block driver. Enabling this allows + # computers to set and execute commands via command blocks next to + # adapter blocks. The commands are run using OC's general fake player. + enableCommandBlockDriver=false + + # Whether to enable the inventory driver. This driver allows interacting + # with inventories adjacent to adapters in a way similar to what the + # inventory controller upgrade allows when built into a robot or placed + # inside an adapter. It is therefore considered to be somewhat cheaty by + # some, and disabled by default. If you don't care about that, feel free + # to enable this driver. + enableInventoryDriver=false + + # Whether to enable the tank driver. This driver is like the inventory + # driver, just for fluid tanks, and is disabled by default with the same + # reasoning as the inventory driver - using a tank controller upgrade in + # an adapter has pretty much the same effect. + enableTankDriver=false + } + } + + # Internet settings, security related. + internet { + + # This is a list of blacklisted domain names. If an HTTP request is made + # or a socket connection is opened the target address will be compared + # to the addresses / adress ranges in this list. It it is present in this + # list, the request will be denied. + # Entries are either domain names (www.example.com) or IP addresses in + # string format (10.0.0.3), optionally in CIDR notation to make it easier + # to define address ranges (1.0.0.0/8). Domains are resolved to their + # actual IP once on startup, future requests are resolved and compared + # to the resolved addresses. + # By default all local addresses are blocked. This is only meant as a + # thin layer of security, to avoid average users hosting a game on their + # local machine having players access services in their local network. + # Server hosters are expected to configure their network outside of the + # mod's context in an appropriate manner, e.g. using a system firewall. + blacklist=[ + "127.0.0.0/8", + "10.0.0.0/8", + "192.168.0.0/16", + "172.16.0.0/12" + ] + + # Whether to allow HTTP requests via internet cards. When enabled, + # the `request` method on internet card components becomes available. + enableHttp=true + + # Whether to allow TCP connections via internet cards. When enabled, + # the `connect` method on internet card components becomes available. + enableTcp=true + + # The maximum concurrent TCP connections *each* internet card can have + # open at a time. + maxTcpConnections=4 + + # The time in seconds to wait for a response to a request before timing + # out and returning an error message. If this is zero (the default) the + # request will never time out. + requestTimeout=0 + + # The number of threads used for processing host name lookups and HTTP + # requests in the background. The more there are, the more concurrent + # connections can potentially be opened by computers, and the less likely + # they are to delay each other. + threads=4 + + # This is a list of whitelisted domain names. Requests may only be made + # to addresses that are present in this list. If this list is empty, + # requests may be made to all addresses not blacklisted. Note that the + # blacklist is always applied, so if an entry is present in both the + # whitelist and the blacklist, the blacklist will win. + # Entries are of the same format as in the blacklist. Examples: + # "gist.github.com", "www.pastebin.com" + whitelist=[] + } + + # Other settings that you might find useful to tweak. + misc { + + # Allow robots to get a table representation of item stacks using the + # inventory controller upgrade? (i.e. whether the getStackInSlot method + # of said upgrade is enabled or not). Also applies to tank controller + # upgrade and it's fluid getter method. + allowItemStackInspection=true + + # List of item descriptors of assembler template base items to blacklist, + # i.e. for disabling the assembler template for. Entries must be of the + # format 'itemid@damage', were the damage is optional. + # Examples: 'OpenComputers:case3', 'minecraft:stonebrick@1' + assemblerBlacklist=[] + + # Hard limit for size of byte arrays passed to data card callbacks. If this + # limit is exceeded, the call fails and does nothing. + dataCardHardLimit=1048576 + + # Soft limit for size of byte arrays passed to data card callbacks. If this + # limit is exceeded, a longer sleep is enforced (see dataCardTimeout). + dataCardSoftLimit=8192 + + # Time in seconds to pause a calling machine when the soft limit for a data + # card callback is exceeded. + dataCardTimeout=1 + + # By default the disassembler can only be used to disassemble items from + # OpenComputers itself (or objects whitelisted via the API). If you'd + # like to allow the disassembler to work on all kinds of items, even from + # other mods, set this to true. + disassembleAllTheThings=false + + # The probability that an item breaks when disassembled. This chance + # applies *per extracted item*. For example, if an item was crafted from + # three other items and gets disassembled, each of those three items has + # this chance of breaking in the process. + disassemblerBreakChance=0.05 + + # Names of items / blocks that are blacklisted. Recipes containing these + # as inputs will be ignored by the disassembler. + disassemblerInputBlacklist=[ + "minecraft:fire" + ] + + # Controls how noisy results from the Geolyzer are. This is the maximum + # deviation from the original value at the maximum vertical distance + # from the geolyzer. Noise increases linearly with the vertical distance + # to the Geolyzer. So yes, on the same height, the returned value are of + # equal 'quality', regardless of the real distance. This is a performance + # trade-off. + geolyzerNoise=2 + + # The range, in blocks, in which the Geolyzer can scan blocks. Note that + # it uses the maximum-distance, not the euclidean one, i.e. it can scan + # in a cube surrounding it with twice this value as its edge length. + geolyzerRange=32 + + # Whether to give a new player a free copy of the manual. This will only + # happen one time per game, not per world, not per death. Once. If this + # is still too much for your taste, disable it here ;-) + giveManualToNewPlayers=true + + # Whether to not show your special thinger (if you have one you know it). + hideOwnSpecial=false + + # Whether to pass along the name of the user that caused an input signals + # to the computer (mouse and keyboard signals). If you feel this breaks + # the game's immersion, disable it. + # Note: also applies to the motion sensor. + inputUsername=true + + # The probability (or rather, weighted chance) that a program disk is + # spawned as loot in a treasure chest. For reference, iron ingots have + # a value of 10, gold ingots a value of 5 and and diamonds a value of 3. + # This is the chance *that* a disk is created. Which disk that will be + # is decided in an extra roll of the dice. + lootProbability=5 + + # The maximum length of a string that may be pasted. This is used to limit + # the size of the data sent to the server when the user tries to paste a + # string from the clipboard (Shift+Ins on a screen with a keyboard). + maxClipboard=1024 + + # The maximum number of "data parts" a network packet is allowed to have. + # When sending a network message, from Lua this may look like so: + # component.modem.broadcast(port, "first", true, "third", 123) + # This limits how many arguments can be passed and are wrapped into a + # packet. This limit mostly serves as a protection for lower-tier + # computers, to avoid them getting nuked by more powerful computers. + maxNetworkPacketParts=8 + + # The maximum size of network packets to allow sending via network cards. + # This has *nothing to do* with real network traffic, it's just a limit + # for the network cards, mostly to reduce the chance of computer with a + # lot of RAM killing those with less by sending huge packets. This does + # not apply to HTTP traffic. + maxNetworkPacketSize=8192 + + # The maximum number of ports a single network card can have opened at + # any given time. + maxOpenPorts=16 + + # The maximum height of multi-block screens, in blocks. This is limited to + # avoid excessive computations for merging screens. If you really need + # bigger screens it's probably safe to bump this quite a bit before you + # notice anything, since at least incremental updates should be very + # efficient (i.e. when adding/removing a single screen). + maxScreenHeight=6 + + # The maximum width of multi-block screens, in blocks. + # See also: `maxScreenHeight`. + maxScreenWidth=8 + + # The maximum distance a wireless message can be sent. In other words, + # this is the maximum signal strength a wireless network card supports. + # This is used to limit the search range in which to check for modems, + # which may or may not lead to performance issues for ridiculous ranges - + # like, you know, more than the loaded area. + # See also: `wirelessCostPerRange`. + maxWirelessRange=400 + + # Probablility that at certain celebratory times crafting an OC item will + # spawn a present in the crafting player's inventory. Set to zero to + # disable. + presentChance=0.05 + + # Enforced delay when changing a redstone emitting component's output, + # such as the redstone card and redstone I/O block. Lowering this can + # have very negative impact on server TPS, so beware. + redstoneDelay=0.1 + + # The general upgrade tier of the switch built into server racks, i.e. how + # upgraded server racks' switching logic is. Prior to the introduction of + # this setting (1.5.15) this was always none. This applies to all + # properties, i.e. througput, frequency and buffer size. + # Valid values are: 0 = none, 1 = tier 1, 2 = tier 2, 3 = tier 3. + serverRackSwitchTier=1 + + # The number of remote terminals supported by each server tier. + terminalsPerTier=[ + 2, + 4, + 8 + ] + + # Override for the worker threads' thread priority. If set to a value + # lower than 1 it will use the default value, which is half-way between + # the system minimum and normal priority. Valid values may differ between + # Java versions, but usually the minimum value (lowest priority) is 1, + # the normal value is 5 and the maximum value is 10. If a manual value is + # given it is automatically capped at the maximum. + # USE THIS WITH GREAT CARE. Using a high priority for worker threads may + # avoid issues with computers timing out, but can also lead to higher + # server load. AGAIN, USE WITH CARE! + threadPriority=-1 + + # Whether to perform an update check and informing local players and OPs + # if a new version is available (contacts Github once the first player + # joins a server / the first map in single player is opened). + updateCheck=false + } + + # Nanomachine related values. Note that most of these are relative, as + # they scale with the number of total effects controlled by nanomachines, + # which may very much vary depending on other mods used together with OC. + # To configure this, you'll need to know how this works a bit more in- + # depth, so here goes: there are three layers, the behavior layer, the + # connector layer, and the input layer. The behavior layer consists of + # one node for each behavior provided by registered providers (by default + # these will be potion effects and a few other things). The connector + # layer merely serves to mix things up a little. The input layer is made + # up from nodes that can be triggered by the nanomachines. Each connector + # node has behavior nodes it outputs to, and gets signals from input nodes. + # Behavior nodes get signals from both the connector and the input layers. + # Reconfiguring builds up random connections. Some behaviors change what + # they do based on the number of active inputs (e.g. potion effects will + # increase their amplification value). + nanomachines { + + # Time in seconds it takes for the nanomachines to process a command + # and send a response. + commandDelay=1 + + # The distance in blocks that nanomachines can communicate within. If + # a message comes from further away, it'll be ignored. When responding, + # the response will only be sent this far. + commandRange=2 + + # The relative number of connectors based on the number of available + # behaviors (see triggerQuota). + connectorQuota=0.2 + + # Radius in blocks of the disintegration behavior for each active input. + disintegrationRange=1 + + # How much damage the hungry behavior should deal to the player when the + # nanomachine controller runs out of energy. + hungryDamage=5 + + # How much energy the hungry behavior should restore when damaging the + # player. + hungryEnergyRestored=50 + + # Range of the item magnet behavior added for each active input. + magnetRange=8 + + # The maximum number of inputs for each node of the "neural network" + # nanomachines connect to. I.e. each behavior node and connector node + # may only have up to this many inputs. + maxInputs=2 + + # Hard maximum number of active inputs. This is mainly to avoid people + # bumping other nanomachines' inputs to max, killing them in a matter + # of (milli)seconds. + maxInputsActive=4 + + # The maximum number of outputs for each node (see maxInputs). + maxOutputs=2 + + # Whitelisted potions, i.e. potions that will be used for the potion + # behaviors nanomachines may trigger. This can contain strings or numbers. + # In the case of strings, it has to be the internal name of the potion, + # in case of a number it has to be the potion ID. Add any potion effects + # to make use of here, since they will all be disabled by default. + potionWhitelist=[ + "potion.moveSpeed", + "potion.digSpeed", + "potion.damageBoost", + "potion.jump", + "potion.resistance", + "potion.fireResistance", + "potion.waterBreathing", + "potion.nightVision", + "potion.absorption", + "potion.blindness", + "potion.confusion", + "potion.digSlowDown", + "potion.harm", + "potion.hunger", + "potion.moveSlowdown", + "potion.poison", + "potion.weakness", + "potion.wither" + ] + + # How many input nodes may be active at the same time before negative + # effects are applied to the player. + safeInputsActive=2 + + # The relative amount of triggers available based on the number of + # available behaviors (such as different potion effects). For example, + # if there are a total of 10 behaviors available, 0.5 means there will + # be 5 trigger inputs, triggers being the inputs that can be activated + # via nanomachines. + triggerQuota=0.4 + } + + # Power settings, buffer sizes and power consumption. + power { + + # The amount of energy the robot assembler can apply per tick. This + # controls the speed at which robots are assembled, basically. + assemblerTickAmount=50 + + # Default "buffer" sizes, i.e. how much energy certain blocks can store. + buffer { + + # The amount of energy an access point can store. + accessPoint=600 + + # The amount of energy a capacitor can store when installed as an + # upgrade into a robot. + batteryUpgrades=[ + 10000, + 15000, + 20000 + ] + + # The amount of energy a single capacitor can store. + capacitor=1600 + + # The amount of bonus energy a capacitor can store for each other + # capacitor it shares a face with. This bonus applies to both of the + # involved capacitors. It reaches a total of two blocks, where the + # bonus is halved for the second neighbor. So three capacitors in a + # row will give a total of 8.8k storage with default values: + # (1.6 + 0.8 + 0.4)k + (0.8 + 1.6 + 0.8)k + (0.4 + 0.8 + 1.6)k + capacitorAdjacencyBonus=800 + + # The amount of energy a computer can store. This allows you to get a + # computer up and running without also having to build a capacitor. + computer=500 + + # The amount of energy a converter can store. This allows directly + # connecting a converter to a distributor, without having to have a + # capacitor on the side of the converter. + converter=1000 + + # The amount of energy each face of a distributor can story. This + # allows connecting two power distributors directly. If the buffer + # capacity between the two distributors is zero, they won't be able + # to exchange energy. This basically controls the bandwidth. You can + # add capacitors between two distributors to increase this bandwidth. + distributor=500 + + # The amount of energy a drone can store in its internal buffer. + drone=5000 + + # The internal buffer size of the hover boots. + hoverBoots=15000 + + # The amount of energy a microcontroller can store in its internal + # buffer. + mcu=1000 + + # Amount of energy stored by nanomachines. Yeah, I also don't know + # where all that energy is stored. It's quite fascinating. + nanomachines=100000 + + # The amount of energy robots can store in their internal buffer. + robot=20000 + + # The amount a tablet can store in its internal buffer. + tablet=10000 + } + + # The amount of energy a Charger transfers to each adjacent robot per tick + # if a maximum strength redstone signal is set. Chargers load robots with + # a controllable speed, based on the maximum strength of redstone signals + # going into the block. So if a redstone signal of eight is set, it'll + # charge robots at roughly half speed. + chargerChargeRate=100 + + # The amount of energy a Charger transfers into a tablet, if present, per + # tick. This is also based on configured charge speed, as for robots. + chargerChargeRateTablet=10 + + # Default "costs", i.e. how much energy certain operations consume. + cost { + + # The cost of a single packet sent via StargateTech 2's abstract bus. + abstractBusPacket=1 + + # The amount of energy the chunkloader upgrade draws per tick while + # it is enabled, i.e. actually loading a chunk. + chunkloaderCost=0.06 + + # The amount of energy a computer consumes per tick when running. + computer=0.5 + + # Cost for asymmetric operations on the data card, such as ECDH and ECDSA + # Per-byte cost for ECDSA operation is controlled by `complex` value, + # because data is hashed with SHA256 before signing/verifying + dataCardAsymmetric=10 + + # Cost for complex operations on the data card, such as SHA256, inflate/deflate and SecureRandom. + dataCardComplex=6 + + # Per-byte cost for complex operations + dataCardComplexByte=0.1 + + # Cost for simple operations on the data card, such as MD5 or AES + dataCardSimple=1 + + # Per-byte cost for simple operations + dataCardSimpleByte=0.01 + + # Cost for trivial operations on the data card, such as CRC32 or Base64 + dataCardTrivial=0.2 + + # Per-byte cost for trivial operations + dataCardTrivialByte=0.005 + + # The amount of energy it takes to extract one ingredient from an + # item that is being disassembled. For example, if an item that was + # crafted from three other items gets disassembled, a total of 15000 + # energy will be required by default. + # Note that this is consumed over time, and each time this amount is + # reached *one* ingredient gets ejected (unless it breaks, see the + # disassemblerBreakChance setting). + disassemblerPerItem=2000 + + # The amount of energy a drone consumes per tick when running. + drone=0.4 + + # The base energy cost for assembling a drone. + droneAssemblyBase=25000 + + # The additional amount of energy required to assemble a + # drone for each point of complexity. + droneAssemblyComplexity=15000 + + # Energy it costs to re-program an EEPROM. This is deliberately + # expensive, to discourage frequent re-writing of EEPROMs. + eepromWrite=50 + + # How much energy is consumed when the Geolyzer scans a block. + geolyzerScan=10 + + # Energy it takes to clear a basic screen using the fill command with + # 'space' as the fill char. + # Note: internally this is adjusted to a cost per pixel, and applied + # as such, so this also implicitly defines the cost for higher tier + # screens. + gpuClear=0.1 + + # Energy it takes to copy half of a basic screen via the copy command. + # Note: internally this is adjusted to a cost per pixel, and applied + # as such, so this also implicitly defines the cost for higher tier + # screens. + gpuCopy=0.25 + + # Energy it takes to change a basic screen with the fill command. + # Note: internally this is adjusted to a cost per pixel, and applied + # as such, so this also implicitly defines the cost for higher tier + # screens. + gpuFill=1 + + # Energy it takes to change *every* 'pixel' via the set command of a + # basic screen via the `set` command. + # Note: internally this is adjusted to a cost per pixel, and applied + # as such, so this also implicitly defines the cost for higher tier + # screens. + gpuSet=2 + + # Energy it takes read one kilobyte from a file system. Note that non + # I/O operations on file systems such as `list` or `getFreeSpace` do + # *not* consume power. Note that this very much determines how much + # energy you need in store to start a computer, since you need enough + # to have the computer read all the libraries, which is around 60KB + # at the time of writing. + # Note: internally this is adjusted to a cost per byte, and applied + # as such. It's just specified per kilobyte to be more intuitive. + hddRead=0.1 + + # Energy it takes to write one kilobyte to a file system. + # Note: internally this is adjusted to a cost per byte, and applied + # as such. It's just specified per kilobyte to be more intuitive. + hddWrite=0.25 + + # The amount of energy a hologram projetor consumes per tick. This + # is the cost if every column is lit. If not a single voxel is + # displayed the hologram projector will not drain energy. + hologram=0.2 + + # The amount of energy consumed when the hover boots absorb some fall + # velocity (i.e. when falling from something higher than three blocks). + hoverBootAbsorb=10 + + # The amount of energy consumed when jumping with the hover boots. Only + # applies when the jump boost is applied, i.e. when not sneaking. + hoverBootJump=10 + + # The amount of energy consumed *per second* when moving around while + # wearing the hover boots. This is compensate for the step assist, which + # does not consume energy on a per-use basis. When standing still or + # moving very slowly this also does not trigger. + hoverBootMove=1 + + # Amount of energy a microcontroller consumes per tick while running. + microcontroller=0.1 + + # The base energy cost for assembling a microcontroller. + microcontrollerAssemblyBase=10000 + + # The additional amount of energy required to assemble a + # microcontroller for each point of complexity. + microcontrollerAssemblyComplexity=10000 + + # Energy consumed per tick per active input node by nanomachines. + nanomachineInput=0.5 + + # Energy consumed when reconfiguring nanomachines. + nanomachinesReconfigure=5000 + + # The amount of energy pushing blocks with the piston upgrade costs. + pistonPush=20 + + # How much energy is required for a single 3D print. + printerModel=100 + + # The amount of energy a robot consumes per tick when running. This is + # per default less than a normal computer uses because... well... they + # are better optimized? It balances out due to the cost for movement, + # interaction and whatnot, and the fact that robots cannot connect to + # component networks directly, so they are no replacements for normal + # computers. + robot=0.25 + + # The base energy cost for assembling a robot. + robotAssemblyBase=50000 + + # The additional amount of energy required to assemble a robot for + # each point of complexity. + robotAssemblyComplexity=10000 + + # The conversion rate of exhaustion from using items to energy + # consumed. Zero means exhaustion does not require energy, one is a + # one to one conversion. For example, breaking a block generates 0.025 + # exhaustion, attacking an entity generates 0.3 exhaustion. + robotExhaustion=10 + + # The amount of energy it takes a robot to move a single block. + robotMove=15 + + # The amount of energy it takes a robot to perform a 90 degree turn. + robotTurn=2.5 + + # The amount of energy a screen consumes per tick. For each lit pixel + # (each character that is not blank) this cost increases linearly: + # for basic screens, if all pixels are lit the cost per tick will be + # this value. Higher tier screens can become even more expensive to + # run, due to their higher resolution. If a screen cannot consume the + # defined amount of energy it will stop rendering the text that + # should be displayed on it. It will *not* forget that text, however, + # so when enough power is available again it will restore the + # previously displayed text (with any changes possibly made in the + # meantime). Note that for multi-block screens *each* screen that is + # part of it will consume this amount of energy per tick. + screen=0.05 + + # The actual cost per tick for computers and robots is multiplied + # with this value if they are currently in a "sleeping" state. They + # enter this state either by calling `os.sleep()` or by pulling + # signals. Note that this does not apply in the tick they resume, so + # you can't fake sleep by calling `os.sleep(0)`. + sleepFactor=0.1 + + # The base energy cost for assembling a tablet. + tabletAssemblyBase=20000 + + # The additional amount of energy required to assemble a tablet for + # each point of complexity. + tabletAssemblyComplexity=5000 + + # Energy required for one transposer operation (regardless of the number + # of items / fluid volume moved). + transposer=1 + + # The amount of energy it costs to send a wireless message with signal + # strength one, which means the signal reaches one block. This is + # scaled up linearly, so for example to send a signal 400 blocks a + # signal strength of 400 is required, costing a total of + # 400 * `wirelessCostPerRange`. In other words, the higher this value, + # the higher the cost of wireless messages. + # See also: `maxWirelessRange`. + wirelessCostPerRange=0.05 + } + + # The amount of energy the disassembler can apply per tick. This + # controls the speed at which items are disassembled, basically. + disassemblerTickAmount=25 + + # The energy efficiency of the generator upgrade. At 1.0 this will + # generate as much energy as you'd get by burning the fuel in a BuildCraft + # Stirling Engine (1MJ per fuel value / burn ticks). To discourage fully + # autonomous robots the efficiency of generators is slighly reduced by + # default. + generatorEfficiency=0.8 + + # Whether to ignore any power requirements. Whenever something requires + # power to function, it will try to get the amount of energy it needs from + # the buffer of its connector node, and in case it fails it won't perform + # the action / trigger a shutdown / whatever. Setting this to `true` will + # simply make the check 'is there enough energy' succeed unconditionally. + # Note that buffers are still filled and emptied following the usual + # rules, there just is no failure case anymore. The converter will however + # not accept power from other mods. + ignorePower=false + + # If you don't want OpenComputers to accept power from one or more of the + # supported power mods, for example because it doesn't suit the vision + # of your mod pack, you can disable support for them here. To stop + # OpenComputers accepting power from a mod, enter its mod id here, e.g. + # `BuildCraftAPI|power`, `IC2`, `factorization`, ... + modBlacklist=[] + + # The amount of energy the printer can apply per tick. This controls + # the speed at which prints are completed, basically. + printerTickAmount=1 + + # The rate at which different blocks accept external power. All of these + # values are in OC energy / tick. + rate { + accessPoint=10 + assembler=100 + case=[ + 5, + 10, + 20 + ] + charger=200 + disassembler=50 + powerConverter=500 + serverRack=50 + } + + # The energy efficiency of the solar generator upgrade. At 1.0 this will + # generate as much energy as you'd get by burning fuel in a BuildCraft + # Stirling Engine . To discourage fully autonomous robots the efficiency + # of solar generators is greatly reduced by default. + solarGeneratorEfficiency=0.2 + + # This determines how often continuous power sinks try to actually try to + # consume energy from the network. This includes computers, robots and + # screens. This also controls how frequent distributors revalidate their + # global state and secondary distributors, as well as how often the power + # converter queries sources for energy (for now: only BuildCraft). If set + # to 1, this would query every tick. The default queries every 10 ticks, + # or in other words twice per second. + # Higher values mean more responsive power consumption, but slightly more + # work per tick (shouldn't be that noticeable, though). Note that this + # has no influence on the actual amount of energy required by computers + # and screens. The power cost is directly scaled up accordingly: + # `tickFrequency * cost`. + tickFrequency=10 + + # Power values for different power systems. For reference, the value of + # OC's internal energy type is 1000. I.e. the conversion ratios are the + # values here divided by 1000. This is mainly to avoid small floating + # point numbers in the config, due to potential loss of precision. + value { + AppliedEnergistics2=200 + Factorization=13 + Galacticraft=48 + IndustrialCraft2=400 + Mekanism=1333.33 + RedstoneFlux=100 + } + } + + # 3D printer related stuff. + printer { + + # Whether Chamelium is edible or not. When eaten, it gives a (short) + # invisibility buff, and (slightly longer) blindness debuff. + chameliumEdible=true + + # The extra material cost involved for printing a model with a customized + # redstone output, i.e. something in [1, 14]. + customRedstoneCost=300 + + # The amount by which a printers ink buffer gets filled for a single + # cartridge. Tweak this if you think printing is too cheap or expensive. + # Note: the amount a single dye adds is this divided by 10. + inkValue=50000 + + # The amount by which a printers material buffer gets filled for a single + # chamelium. Tweak this if you think printing is too cheap or expensive. + materialValue=2000 + + # The maximum light level a printed block can emit. This defaults to + # a value similar to that of a redstone torch, because by default the + # material prints are made of contains redstone, but no glowstone. + # Prints' light level can further be boosted by crafting them with + # glowstone dust. This is merely the maximum light level that can be + # achieved directly when printing them. + maxBaseLightLevel=8 + + # The maximum number of shape for a state of a 3D print allowed. This is + # for the individual states (off and on), so it is possible to have up to + # this many shapes *per state* (the reasoning being that only one state + # will ever be visible at a time). + maxShapes=24 + + # By what (linear) factor the cost of a print increases if one or both of + # its states are non-collidable (i.e. entities can move through them). + # This only influences the chamelium cost. + noclipMultiplier=2 + + # Whether to enable print opacity, i.e. make prints have shadows. If + # enabled, prints will have an opacity that is estimated from their + # sampled fill rate. This is disabled by default, because MC's lighting + # computation is apparently not very happy with multiple blocks with + # dynamic opacity sitting next to each other, and since all prints share + # the same block type, this can lead to weird shadows on prints. If you + # don't care about that and prefer them to be not totally shadowless, + # enable this. + printsHaveOpacity=false + + # How much of the material used to print a model is refunded when using + # the model to refuel a printer. This the value the original material + # cost is multiplied with, so 1 is a full refund, 0 disables the + # functionality (won't be able to put prints into the material input). + recycleRate=0.75 + } + + # Robot related settings, what they may do and general balancing. + robot { + + # Whether robots may 'activate' blocks in the world. This includes + # pressing buttons and flipping levers, for example. Disable this if it + # causes problems with some mod (but let me know!) or if you think this + # feature is too over-powered. + allowActivateBlocks=true + + # Whether robots may use items for a specifiable duration. This allows + # robots to use items such as bows, for which the right mouse button has + # to be held down for a longer period of time. For robots this works + # slightly different: the item is told it was used for the specified + # duration immediately, but the robot will not resume execution until the + # time that the item was supposedly being used has elapsed. This way + # robots cannot rapidly fire critical shots with a bow, for example. + allowUseItemsWithDuration=true + + # Whether robots may damage players if they get in their way. This + # includes all 'player' entities, which may be more than just real players + # in the game. + canAttackPlayers=false + + # Allows fine-tuning of delays for robot actions. + delays { + + # The time in seconds to pause execution after an item was + # successfully dropped from a robot's inventory. + drop=0.5 + + # This is the *ratio* of the time a player would require to harvest a + # block. Note that robots cannot break blocks they cannot harvest. So + # the time a robot is forced to sleep after harvesting a block is + # breakTime * harvestRatio + # Breaking a block will always at least take one tick, 0.05 seconds. + harvestRatio=1 + + # The time in seconds to pause execution after a robot issued a + # successful move command. Note that this essentially determines how + # fast robots can move around, since this also determines the length + # of the move animation. + move=0.4 + + # The time in seconds to pause execution after a robot successfully + # placed an item from its inventory. + place=0.4 + + # The time in seconds to pause execution after a robot successfully + # picked up an item after triggering a suck command. + suck=0.5 + + # The time in seconds to pause execution after a robot successfully + # swung a tool (or it's 'hands' if nothing is equipped). Successful in + # this case means that it hit something, i.e. it attacked an entity or + # extinguishing fires. + # When breaking blocks the normal harvest time scaled with the + # `harvestRatio` (see below) applies. + swing=0.4 + + # The time in seconds to pause execution after a robot turned either + # left or right. Note that this essentially determines hw fast robots + # can turn around, since this also determines the length of the turn + # animation. + turn=0.4 + + # The time in seconds to pause execution after a robot successfully + # used an equipped tool (or it's 'hands' if nothing is equipped). + # Successful in this case means that it either used the equipped item, + # for example a splash potion, or that it activated a block, for + # example by pushing a button. + # Note that if an item is used for a specific amount of time, like + # when shooting a bow, the maximum of this and the duration of the + # item use is taken. + use=0.4 + } + + # The rate at which items used as tools by robots take damage. A value of + # one means that items lose durability as quickly as when they are used by + # a real player. A value of zero means they will not lose any durability + # at all. This only applies to items that can actually be damaged (such as + # swords, pickaxes, axes and shovels). + # Note that this actually is the *chance* of an item losing durability + # when it is used. Or in other words, it's the inverse chance that the + # item will be automatically repaired for the damage it just took + # immediately after it was used. + itemDamageRate=0.1 + + # Limit robot flight height, based on the following rules: + # - Robots may only move if the start or target position is valid (e.g. + # to allow building bridges). + # - The position below a robot is always valid (can always move down). + # - Positions up to above a block are valid (limited + # flight capabilities). + # - Any position that has an adjacent block with a solid face towards the + # position is valid (robots can "climb"). + # Set this to 256 to allow robots to fly whereever, as was the case + # before the 1.5 update. Consider using drones for cases where you need + # unlimited flight capabilities instead! + limitFlightHeight=8 + + # The name format to use for robots. The substring '$player$' is + # replaced with the name of the player that owns the robot, so for the + # first robot placed this will be the name of the player that placed it. + # This is transitive, i.e. when a robot in turn places a robot, that + # robot's owner, too, will be the owner of the placing robot. + # The substring $random$ will be replaced with a random number in the + # interval [1, 0xFFFFFF], which may be useful if you need to differentiate + # individual robots. + # If a robot is placed by something that is not a player, e.g. by some + # block from another mod, the name will default to 'OpenComputers'. + nameFormat="$player$.robot" + + # Determines whether robots are a pretty cool guy. Ususally cobwebs are + # the bane of anything using a tool other than a sword or shears. This is + # an utter pain in the part you sit on, because it makes robots meant to + # dig holes utterly useless: the poor things couldn't break cobwebs in + # mining shafts with their golden pick axes. So, if this setting is true, + # we check for cobwebs and allow robots to break 'em anyway, no matter + # their current tool. After all, the hardness value of cobweb can only + # rationally explained by Steve's fear of spiders, anyway. + notAfraidOfSpiders=true + + # The 'range' of robots when swinging an equipped tool (left click). This + # is the distance to the center of block the robot swings the tool in to + # the side the tool is swung towards. I.e. for the collision check, which + # is performed via ray tracing, this determines the end point of the ray + # like so: `block_center + unit_vector_towards_side * swingRange` + # This defaults to a value just below 0.5 to ensure the robots will not + # hit anything that's actually outside said block. + swingRange=0.49 + + # The maximum flight height with upgrades, tier one and tier two of the + # hover upgrade, respectively. + upgradeFlightHeight=[ + 64, + 256 + ] + + # The 'range' of robots when using an equipped tool (right click) or when + # placing items from their inventory. See `robot.swingRange`. This + # defaults to a value large enough to allow robots to detect 'farmland', + # i.e. tilled dirt, so that they can plant seeds. + useAndPlaceRange=0.65 + + # Controls the UUID robots are given. You can either specify a fixed UUID + # here or use the two provided variables: + # - $random$, which will assign each robot a random UUID. + # - $player$, which assigns to each placed robot the UUID of the player + # that placed it (note: if robots are placed by fake players, i.e. + # other mods' blocks, they will get that mods' fake player's profile!) + # Note that if no player UUID is available this will be the same as + # $random$. + uuidFormat="$player$" + + # This controls how fast robots gain experience, and how that experience + # alters the stats. + xp { + + # This controls how much experience a robot gains for each successful + # action it performs. "Actions" only include the following: swinging a + # tool and killing something or destroying a block and placing a block + # successfully. Note that a call to `swing` or `use` while "bare handed" + # will *not* gain a robot any experience. + actionXp=0.05 + + # The required amount per level is computed like this: + # xp(level) = baseValue + (level * constantGrowth) ^ exponentialGrowth + baseValue=50 + + # This is the amount of additional energy that fits into a robots + # internal buffer for each level it gains. So with the default values, + # at maximum level (30) a robot will have an internal buffer size of + # two hundred thousand. + bufferPerLevel=5000 + + # The required amount per level is computed like this: + # xp(level) = baseValue + (level * constantGrowth) ^ exponentialGrowth + constantGrowth=8 + + # This determines how much "exhaustion" contributes to a robots + # experience. This is additive to the "action" xp, so digging a block + # will per default give 0.05 + 0.025 [exhaustion] * 1.0 = 0.075 XP. + exhaustionXpRate=1 + + # The required amount per level is computed like this: + # xp(level) = baseValue + (level * constantGrowth) ^ exponentialGrowth + exponentialGrowth=2 + + # The increase in block harvest speed a robot gains per level. The time + # it takes to break a block is computed as actualTime * (1 - bonus). + # For example at level 20, with a bonus of 0.4 instead of taking 0.3 + # seconds to break a stone block with a diamond pick axe it only takes + # 0.12 seconds. + harvestSpeedBoostPerLevel=0.02 + + # This determines how much experience a robot gets for each real XP orb + # an ore it harvested would have dropped. For example, coal is worth + # two real experience points, redstone is worth 5. + oreXpRate=4 + + # The additional "efficiency" a robot gains in using tools with each + # level. This basically increases the chances of a tool not losing + # durability when used, relative to the base rate. So for example, a + # robot with level 15 gets a 0.15 bonus, with the default damage rate + # that would lead to a damage rate of 0.1 * (1 - 0.15) = 0.085. + toolEfficiencyPerLevel=0.01 + } + } + + # Switch and access point network message forwarding logic related stuff. + switch { + + # This is the size of the queue of a not upgraded switch. Increasing it + # avoids packets being dropped when many messages are sent in a single + # burst. + defaultMaxQueueSize=20 + + # The base number of packets that get relayed in one 'cycle'. The + # cooldown between cycles is determined by the delay. + defaultRelayAmount=1 + + # The delay a switch has by default between relaying packets (in ticks). + # WARNING: lowering this value will result in higher maximum CPU load, + # and may in extreme cases cause server lag. + defaultRelayDelay=5 + + # This is the amount by which the queue size increases per tier of the + # hard drive installed in the switch. + queueSizeUpgrade=10 + + # The number of additional packets that get relayed per cycle, based on + # the tier of RAM installed in the switch. For built-in RAM this + # increases by one per half-tier, for third-party ram this increases by + # two per item tier. + relayAmountUpgrade=1 + + # The amount of ticks the delay is *reduced* by per tier of the CPU + # inserted into a switch. + relayDelayUpgrade=1 + } + + # The version of OC this config was generated by. This is used to allow the + # mod to reset parts of the config when their meaning changed across + # versions, so that the user does not have to delete it. + version="1.5.19.37" + +} diff --git a/config-source/ProjectRed.cfg b/config-source/ProjectRed.cfg new file mode 100644 index 0000000..505ae65 --- /dev/null +++ b/config-source/ProjectRed.cfg @@ -0,0 +1,91 @@ +# Configuration file + +enchantments { + # ID for the Jetpack Fuel Efficiency enchantment. + I:"Fuel Efficiency ID"=80 +} + + +general { + # If set to false, flat wire textures will be used for logic gates. Significant performance improvement + B:3Dlogicwires=true + + # Ticks between router searches. + I:"Detection Frequency"=20 + + # If enabled, the player will be alerted if a newer version of PR is available + B:"Enable Version checking"=false + + # Number of lights to render, -1 for unlimited + I:"Light Halo Render Count"=-1 + + # If set to false, logic gates will not make sounds. + B:"Logic Sounds"=true + + # Max number of links to explore when discovering new routers. + I:"Max Detection Count"=100 + + # Maximum number of pipes an object can wander through before being erased. 0 for unlimited. + I:"Max Pipes Wandered"=0 + + # Minimum amount of ticks the timer gates can be set to. (Cannot be lower than 4) + I:"Mininum Timer Ticks"=4 + + # Number of active threads that update routing tables. + I:"Router Update Thread Count"=4 + + # Use sticks instead of wood strips in framed wire recipes. + B:"Simple Framed Wire recipe"=false + + # Enable compatability with ColoredLightsCore. CLC is in beta state and is known to cause many glitches. + B:coloredLightsCompat=false + + # If set to false, gates will be rendered in the TESR rather than the WorldRenderer + B:renderStaticGates=true + + # If set to false, wires will be rendered in the TESR rather than the WorldRenderer + B:renderStaticWires=true +} + + +########################################################################################################## +# world generation +#--------------------------------------------------------------------------------------------------------# +# Toggle generation of structures, or increase resistance to lessen chances for generation. +########################################################################################################## + +"world generation" { + B:"Copper Ore"=true + I:"Copper Ore resistance"=0 + B:"Copper Ore retrogen"=false + B:"Deviating Lily"=true + I:"Deviating Lily resistance"=0 + B:"Deviating Lily retrogen"=false + B:"Electrotine Ore"=true + I:"Electrotine Ore resistance"=0 + B:"Electrotine Ore retrogen"=false + B:"Marble Caves"=true + I:"Marble Caves resistance"=0 + B:"Marble Caves retrogen"=false + B:"Peridot Ore"=true + I:"Peridot Ore resistance"=0 + B:"Peridot Ore retrogen"=false + B:"Ruby Ore"=true + I:"Ruby Ore resistance"=0 + B:"Ruby Ore retrogen"=false + B:"Sapphire Ore"=true + I:"Sapphire Ore resistance"=0 + B:"Sapphire Ore retrogen"=false + B:"Silver Ore"=true + I:"Silver Ore resistance"=0 + B:"Silver Ore retrogen"=false + B:"Spreading Moss"=true + B:"Tin Ore"=true + I:"Tin Ore resistance"=0 + B:"Tin Ore retrogen"=false + I:"Volcano resistance"=0 + B:"Volcano retrogen"=false + B:Volcanos=false +} + + diff --git a/config-source/TF2Dispenser.cfg b/config-source/TF2Dispenser.cfg new file mode 100644 index 0000000..d7071d5 --- /dev/null +++ b/config-source/TF2Dispenser.cfg @@ -0,0 +1,58 @@ +# Configuration file + +allow { + # Set to false, if nobody is allowed to change that option! [default: true] + B:allowFeeding=true + + # Set to false, if nobody is allowed to change that option! [default: true] + B:allowHealing=true + + # Set to false, if nobody is allowed to change that option! [default: true] + B:allowNeutralizingAffects=true + + # Set to false, if nobody is allowed to change that option! [default: true] + B:allowRepairing=true +} + + +default { + # Set to false or true, if that option is enabled on default! [default: true] + B:defaultFeeding=true + + # Set to false or true, if that option is enabled on default! [default: true] + B:defaultHealing=true + + # Set to false or true, if that option is enabled on default! [default: false] + B:defaultNeutralizingAffects=false + + # Set to false or true, if that option is enabled on default! [default: true] + B:defaultRepairing=true +} + + +general { + # set to true, if you want HD textures, needs restart [default: false] + B:HDTextures=false + + # set to false, to turn off updatechecker [default: true] + B:checkForUpdates=false + + # Item names that cannot be repaired by dispenser. + # For itemnames see: http://minecraft.gamepedia.com/Data_values#Item_itemsCfg. + # For specific mod items, ask your modder. In most cases it's "modID:unlocalizedItemName", e.g. "TF2Dispenser:TF2Dispenser" + # Syntax: < + # iron_shovel + # diamond_sword + # TF2Dispenser:TF2Dispenser + # > [default: ] + S:ignoredItems < + > +} + + +sound { + D:beamVolume=0.3 + D:fillUpVolume=0.4 +} + + diff --git a/config-source/TF2Teleporter.cfg b/config-source/TF2Teleporter.cfg new file mode 100644 index 0000000..ad6d551 --- /dev/null +++ b/config-source/TF2Teleporter.cfg @@ -0,0 +1,20 @@ +# Configuration file + +general { + # set to true, if you want HD textures, needs restart [default: false] + B:HDTextures=false + + # set to false, to turn off updatechecker [default: true] + B:checkForUpdates=false + + # amount of frequencies, could cause data loss of the teleporter locations [range: 10 ~ 10000, default: 100] + I:numFrequencies=100 +} + + +sound { + D:spinVolume=0.05 + D:teleportVolume=0.2 +} + + diff --git a/config-source/factorization.cfg b/config-source/factorization.cfg new file mode 100644 index 0000000..4743580 --- /dev/null +++ b/config-source/factorization.cfg @@ -0,0 +1,163 @@ +# Configuration file + +client { + B:allowUnpureCommands=true + + # Lets you open the pocket crafting table from GUIs + B:anywherePocketCraft=true + + # Show invisible lamp-air + B:debugLightAir=false + + # If false, mirrors won't draw sunbeams + B:drawMirrorSunbeams=true + + # If true, enables a thread that dumps a stack trace of Minecraft if it is paused for longer than lagWatchDogInterval + B:enableLagWatchDog=false + + # Make middle clicking more useful + B:fixPickBlock=true + + # If the game is stuck for longer than this amount of time (in seconds), dump a stacktrace of what it is doing. + D:lagWatchDogInterval=0.25 + + # Render servo instructions extra-large. This can also be toggled on and off using '/f servoInstructionSize'. + B:largeServoInstructions=false + + # (Broken; don't use this. Attempts to limit integrated server tick speed to match the client's, but can cause deadlocks.) + B:limitIntegratedServer=false + + # Sets a lower bound on time dilation. Between 0 and 1. + D:lowestTimeDilation=0.6000000238418579 + + # Use this to change the /f command to avoid conflict with the Factions bukkit plugin + S:miscClientCommand=f + + # 4 keys for: removing (x), cycling (c), balancing (b), filling (f) + S:pocketCraftingActionKeys=xcbf + + # If false, never use smooth lighting for drawing sculptures + B:renderAmbientOcclusion=true + + # If true, render barrel info only when nearby + B:renderBarrelClose=false + + # If true, render barrels the same way as item frames. Setting to false may fix some render issues, at the cost of looking lame. + B:renderBarrelForceItemFrameStyle=false + + # If true, don't use hacks to avoid enchantment effect rendering issues. Setting to false may fix some render issues, at the cost of making the enchantment effect from, eg, enchanted books visible through walls. + B:renderBarrelForceNoIntercept=false + B:renderBarrelItem=true + B:renderBarrelText=true + + # If true, use OpenGL display lists for rendering barrels. Setting to false may fix some render issues, at the cost of making barrels render less efficiently + B:renderBarrelUseDisplayLists=true + + # If false, most TEs won't draw, making everything look broken but possibly improving FPS + B:renderOtherTileEntities=true + + # If true, show the time every half hour + B:showTimeOnFullscreen=true + + # If this is enabled, the client will run as slowly as the server does. This avoids visual artifacts on laggy servers. + B:useTimeDilation=true +} + + +fzds { + S:README=See hammerChannels.cfg for FZDS-related configuration +} + + +general { + B:addBranding=false + + # Distance between colossi in chunks + I:colossusSpacing=48 + I:entityRelightTask=3 + + # If true, Colossi will generate in the world. If false, the player will be given an LMP instead of a lost map. + B:generateColossi=true + + # Set to false to disable dark iron ore generation + B:generateDarkIronOre=true + + # Set to false to disable silver ore generation + B:generateSilverOre=true + + # If set to true, then you must have a manual in your inventory to look up items + B:requireBookForManual=true + + # The size of silver ore nodes. Between 5 & 35. Default is 18 + I:silverOreNodeNewSize=18 +} + + +retrogen { + B:enableRetrogen=false + B:retrogenDarkIron=false + S:retrogenKey=DEFAULT + B:retrogenSilver=false +} + + +server { + # Adds recipes for bark variants of logs + B:barkRecipes=true + + # If true, then recently placed blocks break easily + B:blockUndo=true + + # If true, then blocks broken with blockundo will be instantly picked up + B:blockUndoGrab=true + + # If false, water must be piped in + B:boilersSuckWater=true + + # Naming entities gives them +5 hearts + B:buffedNametags=true + + # If set to true, then endermen will not pick up blocks. + B:disableEndermenGriefing=true + + # Set to false to disable the crafting recipe for solar2steam machines + B:enableSolarSteam=true + + # Causes some mobs to rarely spawn wearing your armor + B:equalOpportunitiesForMobs=true + + # If set to false, fanturpellers will not move players. + B:fanturpellerWorksOnPlayers=true + + # Compatability with IC2's IKineticSource + B:ic2KineticCompat=true + + # If set to true, the Lost Map won't take damage + B:infiniteGuideUse=false + + # Comma-separated list of block names. In front of the list must be either a +, for white-listing, or a -, for black-listing. + S:laceratorBlockGraylist=-minecraft:bedrock,minecraft:end_portal + + # Textures giant mushroom blocks when placed + B:mushroomNormalize=true + + # If set to true, players will find a lost map after getting the diamonds achievement. If colossi are disabled, they'll get an LMP instead. + B:playersDiscoverColossusGuides=true + + # Makes projectiles start with the velocity of the thrower + B:properProjectilePhysics=true + + # Set to false to let socket blocks detect redstone from their front; provided for legacy worlds. + B:socketsIgnoreFacePower=true + + # Scale how much steam is produced by the solar boiler + D:steamOutputAdjustment=1.0 + + # If true, maximum clay lump volume is 1 m³ instead of (1 m³)/4 + B:stretchyClay=true + + # How many ticks the server will wait before sending out TPS reports. 20 ticks = 1 second, unless it's lagging. + I:tpsReportInterval=20 +} + + diff --git a/config-source/forestry/common.cfg b/config-source/forestry/common.cfg new file mode 100644 index 0000000..5c33c6b --- /dev/null +++ b/config-source/forestry/common.cfg @@ -0,0 +1,155 @@ +# Configuration file + +~CONFIG_VERSION: 1.1.0 + +crafting { + # Enables the crafting recipe for bronze. [default: true] + B:bronze=true + + stamps { + # Disables the crafting recipe for certain stamps. [default: [20n, 50n, 100n]] [valid: [1n, 2n, 5n, 10n, 20n, 50n, 100n]] + S:disabled < + 20n + 50n + 100n + > + + # Enables the crafting recipe for stamps. Disable to use stamps as a currency. [default: true] + B:enabled=true + } + +} + + +debug { + # Enable Debug mode (only useful to developers). [default: false] + B:enabled=false +} + + +difficulty { + # Set to your preferred game mode. Mismatch with the server may cause visual glitches with recipes. [default: EASY] [valid: [OP, EASY, NORMAL, HARD]] + S:game.mode=EASY + + # Makes dungeon loot generated by forestry rarer. [default: false] + B:loot.rare=false + + # Forces recreation of the game mode definitions in config/forestry/gamemodes. + B:recreate.definitions=false +} + + +genetics { + # Clears chromosomes which contain invalid alleles. Might rescue your save if it is crashing after the removal of a bee addon. [default: false] + B:clear.invalid.chromosomes=false + + # Allow bees, butterflies, and players to pollinate vanilla tree leaves. When disabled, vanilla trees must be analyzed before they can be pollinated. [default: true] + B:pollinate.vanilla.trees=true + + research { + + boost { + # The maximum percentage boost that can be applied by researching a mutation in the Escritoire. [range: 0.0 ~ 100.0, default: 5.0] + S:max.percent=5.0 + + # Multiplies the chance of a mutation when it has been discovered in the Escritoire. [range: 1.0 ~ 1000.0, default: 1.5] + S:multiplier=1.5 + } + + } + +} + + +performance { + # Enable backpack resupply. You may want to set this to false on busy servers. [default: true] + B:backpacks.resupply=true + + # Enables particle effects. Note that Forestry respects Minecraft's reduced particle video settings. [default: true] + B:particleFX=true +} + + +structures { + # List specific structures to disable them. [default: []] [valid: [alveary3x3, farm3x3, farm3x4, farm3x5, farm4x4, farm5x5]] + S:disabled < + > +} + + +tweaks { + # Enables access restrictions on forestry machines. [default: true] + B:permissions=true + + gui { + # Enables the new mail alert box. [default: true] + B:mail.alert=true + + tabs { + # Display the energy statistics tab on energy consumers. [default: true] + B:energy=true + + # Enables the hints tab on machine and engine guis. [default: true] + B:hints=true + + # Set the speed at which the gui side tabs open and close. [range: 1 ~ 50, default: 8] + I:speed=8 + } + + } + + farms { + # Enables farm support for ExtraUtilities Ender-lily seeds. [default: true] + B:enderlily=true + + # Enables farm support for Magical Crops. [default: true] + B:magicalcrops=true + + # Sets the size multiplier of the farmland. [range: 1 ~ 3, default: 2] + I:size=2 + + # Makes farms use a square layout instead of a diamond one. [default: false] + B:square=false + } + +} + + +world { + + generate { + # Generates forestry villagers and their houses. [default: true] + B:villagers=true + + retrogen { + # Creates Forestry world generation in all chunks, even if they were generated there before. [default: false] + B:forced=false + + # Creates Forestry world generation in chunks that were created before the mod was added. [default: false] + B:normal=false + } + + beehives { + # Sets how many beehives spawn in the world. [range: 0.0 ~ 10.0, default: 1.0] + S:amount=2.0 + + # Force Forestry to generate a beehive at every possible location. (This will break your world. Only useful to developers) [default: false] + B:debug=false + } + + ore { + # Generates apatite ore blocks in the world. [default: true] + B:apatite=true + + # Generates copper ore blocks in the world. [default: true] + B:copper=true + + # Generates tin ore blocks in the world. [default: true] + B:tin=true + } + + } + +} + + diff --git a/config-source/railcraft/railcraft.cfg b/config-source/railcraft/railcraft.cfg new file mode 100644 index 0000000..ee64bcb --- /dev/null +++ b/config-source/railcraft/railcraft.cfg @@ -0,0 +1,584 @@ +# Configuration file + +anchors { + # + # change to craftable=false to disable World Anchor crafting, they will still be available via Creative + # + B:craftable=true + + # + # change to 'delete.anchors=true' to delete every World Anchor or Anchor Cart in the world. + # Value resets to false after each session. + # To disable Anchors completely, disable the ChunkLoading Module from 'modules.cfg' + # + B:delete.anchors=false + + # + # change to interact.with.pipes=false to prevent pipes, tubes, or various other things from interacting with Anchors + # + B:interact.with.pipes=true + + # + # change to passive.craftable=false to disable Passive Anchor crafting, they will still be available via Creative + # + B:passive.craftable=true + + # + # the number of hours that an item will power a Passive Anchor + # this is an approximation only, actual duration is affected by number of chunks loaded and tick rate + # if the list is empty, Passive Anchors will not require fuel, default = 12 + # Entry Format: :#= + # Example: personal.fuel= minecraft:ender_pearl=12, minecraft:coal#0=4 + # + S:passive.fuel=minecraft:ender_pearl=12 + + # + # change to personal.craftable=false to disable Personal Anchor crafting, they will still be available via Creative + # + B:personal.craftable=true + + # + # the number of hours that an item will power a Personal Anchor or Personal Anchor Cart + # this is an approximation only, actual duration is affected by number of chunks loaded and tick rate + # if the list is empty, Personal Anchors will not require fuel, default = 12 + # Entry Format: :#= + # Example: personal.fuel= minecraft:ender_pearl=12, minecraft:coal#0=4 + # + S:personal.fuel=minecraft:ender_pearl=12 + + # + # change to 'print.debug=true' to log debug info for Anchors + # + B:print.debug=false + + # + # change to print.locations=true to print Anchor locations to the log on startup + # + B:print.locations=false + + # + # the number of hours that an item will power a World Anchor or World Anchor Cart + # this is an approximation only, actual duration is affected by number of chunks loaded and tick rate + # if the list is empty, World Anchors will not require fuel, default = 12 + # Entry Format: :#= + # Example: personal.fuel= minecraft:ender_pearl=12, minecraft:coal#0=4 + # + S:world.fuel=minecraft:ender_pearl=12 +} + + +########################################################################################################## +# carts +#--------------------------------------------------------------------------------------------------------# +# Disable individual carts here. +########################################################################################################## + +carts { + B:cart.anchor=true + B:cart.anchor.admin=true + B:cart.anchor.personal=true + B:cart.bore=true + B:cart.cargo=true + B:cart.energy.batbox=true + B:cart.energy.cesu=true + B:cart.energy.mfe=true + B:cart.energy.mfsu=true + B:cart.gift=true + B:cart.loco.electric=true + B:cart.loco.steam.solid=true + B:cart.pumpkin=true + B:cart.tank=true + B:cart.tnt=true + B:cart.tnt.wood=true + B:cart.track.layer=true + B:cart.track.relayer=true + B:cart.track.remover=true + B:cart.undercutter=true + B:cart.work=true +} + + +########################################################################################################## +# enchantments +#--------------------------------------------------------------------------------------------------------# +# Enchantment ids are defined here. +# +########################################################################################################## + +enchantments { + I:ench_destruction=192 + I:ench_implosion=191 + I:ench_wrecking=190 +} + + +########################################################################################################## +# fluids +#--------------------------------------------------------------------------------------------------------# +# You can control whether Railcraft defines specific Fluids here. +# However, be aware that if you disable a Fluid that is not defined by another mod,you may suffer errors and unexpected behavior. +########################################################################################################## + +fluids { + B:creosote=true + B:steam=true +} + + +general { + # + # change to 'check.version.online=false' to disable latest version checking + # + B:check.version.online=false + + # + # change to 'play.sounds=false' to prevent all mod sounds from playing + # + B:play.sounds=true +} + + +########################################################################################################## +# loot +#--------------------------------------------------------------------------------------------------------# +# Loot chances are defined here. +# Smaller values are rarer. +# Example Loot: +# Bread = 100 +# Redstone = 50 +# Record = 5 +# Golden Apple = 1 +########################################################################################################## + +loot { + I:armor.goggles=5 + I:armor.overalls=10 + I:armor.steel.boots=5 + I:armor.steel.helmet=5 + I:armor.steel.legs=5 + I:armor.steel.plate=5 + I:cart.basic=10 + I:cart.chest=10 + I:cart.hopper=5 + I:cart.tnt=5 + I:cart.tnt.wood=5 + I:cart.work=8 + I:creosote.bottle=20 + I:fuel.coal=20 + I:fuel.coke=20 + I:gear.bushing=5 + I:rail.part=20 + I:steel.block=5 + I:steel.ingot=10 + I:tie.stone=10 + I:tie.wood=20 + I:tool.crowbar=10 + I:tool.electric.meter=5 + I:tool.magnifying.glass=5 + I:tool.signal.tuner=5 + I:tool.steel.axe=5 + I:tool.steel.pickaxe=5 + I:tool.steel.shears=5 + I:tool.steel.shovel=5 + I:tool.steel.sword=5 + I:tool.surveyor=5 + I:track.basic=30 +} + + +########################################################################################################## +# recipes +#--------------------------------------------------------------------------------------------------------# +# You can add or remove various recipes here +########################################################################################################## + +recipes { + + minecraft { + + furnace { + # + # change to 'creosote=true' to add smelting recipes for Creosote Oil to the vanilla furnace + # + B:creosote=false + } + + } + + railcraft { + + track { + # + # change to 'useAltRecipes=true' to use track recipes more similar to vanilla minecraft + # + B:useAltRecipes=false + } + + rockcrusher { + # + # change to 'ores=false' to prevent the game from crushing ores into dusts (only available if IC2 installed) + # + B:ores=true + } + + misc { + # + # set the output of the creosote and woool recipe for torches, setting to 0 will disable' + # min=0, default=6, max=16 + # + I:creosote.torches=6 + + # + # change to 'gunpowder=false' to disable the sulfur, saltpeter, charcoal dust recipe for gunpowder + # + B:gunpowder=true + } + + cart { + # + # change to 'bronze=false' to disable the bronze recipe for minecarts + # + B:bronze=true + + # + # change to 'furnace=true' to enable the Furnace Minecart recipe + # + B:furnace=false + + # + # change to 'steel=false' to disable the steel recipe for minecarts + # + B:steel=true + } + + } + + ic2 { + + macerator { + # + # change to 'blaze=false' to disable the IC2 Macerator recipe for Blaze Powder + # + B:blaze=true + + # + # change to 'bones=false' to disable the IC2 Macerator recipe for Bonemeal + # + B:bones=true + + # + # change to 'charcoal=false' to disable the IC2 Macerator recipe for Charcoal Dust + # + B:charcoal=true + + # + # change to 'cobble=false' to disable the IC2 Macerator recipes for Cobblestone + # + B:cobble=true + + # + # change to 'dirt=false' to disable the IC2 Macerator recipe for Dirt + # + B:dirt=true + + # + # change to 'obsidian=false' to disable the IC2 Macerator recipes for Cushed Obsidian and Obsidian Dust + # + B:obsidian=true + + # + # change to 'ores=false' to disable the IC2 Macerator recipes for Ore Dusts + # + B:ores=true + } + + } + + forestry { + + misc { + # + # change to 'fertilizer=false' to disable the saltpeter recipe for Forestry Fertilizer + # + B:fertilizer=true + } + + carpenter { + # + # change to 'creosote.block=false' to disable the Carptenter Creosote Block recipe + # + B:creosote.block=true + + # + # change to 'ties=false' to disable the Carptenter Tie recipe + # + B:ties=true + + # + # change to 'torches=false' to disable the Carptenter Creosote Torch recipe + # + B:torches=true + } + + } + +} + + +########################################################################################################## +# tweaks +#--------------------------------------------------------------------------------------------------------# +# Here you can change the behavior of various things +########################################################################################################## + +tweaks { + + blocks { + + cartdispenser { + # + # set the minimum number of seconds between cart dispensing, default=0 + # + I:delay=0 + } + + irontank { + # + # Change to 'allow.stacking=false' to disable the stacking of Iron Tanks + # + B:allow.stacking=true + + # + # Allows you to set the max Iron Tank base dimension, valid values are 3, 5, 7, and 9 + # + I:maxsize=9 + } + + signals { + # + # change to 'printDebug=true' to log debug info for Signal Blocks + # + B:printDebug=false + + # + # measured in tick, smaller numbers update more often, resulting in more sensitive signals, but cost more cpu power, default = 4 + # + I:update.interval=4 + } + + machines { + # + # change to 'requirePower=false' to disable the Power Requirements for most machines + # + B:requirePower=true + } + + boiler { + # + # adjust the heat value of BioFuel in a Boiler + # + D:biofuelMultiplier=1.0 + + # + # adjust the heat value of Fuel in a Boiler + # + D:fuelMultiplier=1.0 + } + + } + + steam { + # + # adjust the amount of fuel used to create Steam, min=0.2, default=1.0, max=6.0 + # + D:fuelPerSteamMultiplier=1.0 + } + + items { + + goggles { + # + # Change to 'trackingAura=false' to disable the Tracking Aura + # + B:trackingAura=true + } + + } + + tracks { + + speed { + # + # change 'max.speed' to limit max speed on high speed rails, useful if your computer can't keep up with chunk loading, min=0.6, default=0.8, max=1.2 + # + D:max.speed=0.800000011920929 + } + + launch { + # + # change the value to your desired max launch rail force, min=5, default=30, max=50 + # + I:force.max=30 + } + + } + + routing { + # + # change to 'ops.only=true' to limit the editing of Golden Tickets to server admins only + # + B:ops.only=false + } + + carts { + + general { + # + # change to 'breakOnDrop=true' to restore vanilla behavior + # + B:breakOnDrop=false + + # + # change to 'collideWithItems=true' to restore minecart collisions with dropped items, ignored if 'register.collision.handler=false' + # + B:collideWithItems=false + + # + # change the value to your desired minecart stack size, vanilla=1, default=3, max=64 + # + I:maxStackSize=3 + + # + # change to 'printLinkingDebug=true' to log debug info for Cart Linking + # + B:printLinkingDebug=false + + # + # change to 'register.collision.handler=false' to use a minecart collision handler from a different mod or vanilla behavior + # + B:register.collision.handler=true + + # + # change to 'solid.carts=false' to return minecarts to vanilla player vs cart collision behavior + # in vanilla minecarts are ghost like can be walked through + # but making carts solid also makes them hard to push by hand + # this setting is ignored if aren't using the Railcraft Collision Handler + # + B:solid.carts=true + } + + basic { + # + # change to 'adjustDrag=false' to give basic carts the original vanilla drag values, after changing you may need to replace the carts to see any change in game + # + B:adjustDrag=true + } + + chest { + # + # change to 'allowLiquids=true' to allow you put cans/capsules in Chest Carts + # + B:allowLiquids=false + } + + bore { + # + # change to 'destroyBlocks=true' to cause the Bore to destroy the blocks it mines instead of dropping them + # + B:destroyBlocks=false + + # + # change to 'mineAllBlocks=false' to enable mining checks, use true setting with caution, especially on servers + # + B:mineAllBlocks=true + + # + # add block ids to 'mineableBlocks' in a common seperated list to define non-vanilla blocks mineable by the tunnel bore + # ignored if 'tweaks.carts.bore.mineAllBlocks=true' + # metadata sensative entries can be defined in the form 'modid:blockname#metadata' + # Example:mineableBlocks= { minecraft:stone, minecraft:stonebrick#3 } + # + S:mineableBlocks={} + + # + # adjust the speed at which the Bore mines blocks, min=0.1, default=1.0, max=50.0 + # + D:miningSpeed=1.0 + } + + locomotive { + # + # change to 'damageMobs=false' to disable Locomotive damage on mobs, they will still knockback mobs + # + B:damageMobs=true + + # + # controls how much power locomotives have and how many carts they can pull + # be warned, longer trains have a greater chance for glitches + # as such it HIGHLY recommended you do not change this + # + I:horsepower=15 + + steam { + # + # adjust the multiplier used when calculating fuel use, min=0.2, default=3.0, max=12.0 + # + D:efficiencyMulitplier=3.0 + } + + } + + tank { + # + # change the value to your desired Tank Cart capacity in buckets, min=4, default=32, max=64, ignored if 'tweaks.minecarts.tank.useCustomValues=false' + # + I:capacity=32 + + # + # change the value to your desired Tank Cart fill rate in milli-buckets per tick, min=4, default=32, max=64 + # there are 1000 milli-buckets in a bucket, ignored if 'tweaks.minecarts.tank.useCustomValues=false' + # + I:fillrate=32 + + # + # change to 'useCustomValues=true' to adjust the Tank Cart's capacity and fill rate + # + B:useCustomValues=false + } + + } + +} + + +worldgen { + + ########################################################################################################## + # generate + #--------------------------------------------------------------------------------------------------------# + # You can control which Ores/Features generate in the world here. + # If wish to disable world gen entirely it is recommended + # that you disable the World Module in 'modules.cfg' instead. + ########################################################################################################## + + generate { + B:abyssal=false + B:copper=true + B:firestone=true + B:gold=true + B:iron=true + B:lead=true + B:quarried=true + B:saltpeter=true + B:sulfur=true + B:tin=true + B:workshop=true + } + + id { + I:workshop=456 + } + +} + + diff --git a/mods-source/client/modlist.txt b/mods-source/client/modlist.txt index 70138ab..c4ee813 100644 --- a/mods-source/client/modlist.txt +++ b/mods-source/client/modlist.txt @@ -1,4 +1,4 @@ +InventoryTweaks-1.58-147.jar|https://inventory-tweaks.readthedocs.org/ liteloader-1.7.10.jar|http://www.liteloader.com/ mod_voxelMap_1.5.17_for_1.7.10.litemod|http://minecraft.curseforge.com/projects/voxelmap/files -InventoryTweaks-1.58-147.jar|https://inventory-tweaks.readthedocs.org/ Waila-1.5.10_1.7.10.jar|http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1289765-waila-1-5-7-for-1-7-10-1-6-0-for-1-8-1 diff --git a/mods-source/server/modlist.txt b/mods-source/server/modlist.txt index 2164d9c..65af1d5 100644 --- a/mods-source/server/modlist.txt +++ b/mods-source/server/modlist.txt @@ -1,20 +1,47 @@ -ForgeMultipart-1.7.10-1.2.0.345-universal.jar|http://files.minecraftforge.net/ForgeMultipart/ -industrialcraft-2-2.2.791-experimental.jar|http://www.industrial-craft.net/ -CodeChickenCore-1.7.10-1.0.6.44-universal.jar|http://chickenbones.net/Pages/links.html -NotEnoughItems-1.7.10-1.0.4.107-universal.jar|http://chickenbones.net/Pages/links.html -buildcraft-7.1.12.jar|http://www.mod-buildcraft.com/ -forestry_1.7.10-4.1.1.46.jar|http://forestry.sengir.net/ -Railcraft_1.7.10-9.8.0.0.jar|http://www.railcraft.info/releases/ -immibis-core-59.1.2.jar|http://immibis.com/mcmoddl/ -dimensional-anchor-59.0.3.jar|http://immibis.com/mcmoddl/ -tubestuff-59.0.4.jar|http://immibis.com/mcmoddl/ +[1.7.10]bspkrsCore-universal-6.16.jar|http://www.curse.com/mc-mods/minecraft/bspkrscore +[1.7.10]Treecapitator-universal-2.0.4.jar|http://www.curse.com/mc-mods/minecraft/treecapitator advanced-machines-59.0.2.jar|http://immibis.com/mcmoddl/ adv-repulsion-systems-59.0.3.jar|http://immibis.com/mcmoddl/ appliedenergistics2-rv2-stable-10.jar|http://ae-mod.info/Downloads/ -MoVillages-1.3.1.jar|http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1294582-mo-villages-more-biomes-more-buildings-adjustable -[1.7.10]bspkrsCore-universal-6.16.jar|http://www.curse.com/mc-mods/minecraft/bspkrscore -[1.7.10]Treecapitator-universal-2.0.4.jar|http://www.curse.com/mc-mods/minecraft/treecapitator +AsieLib-1.7.10-0.4.4.jar|http://wiki.vex.tty.sh/wiki:asielib backpack-2.0.1-1.7.x.jar|http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1286124-1-6-x-1-7-x-backpacks-v-2-0-1 -weaponmod-1.14.3.jar|http://www.curse.com/mc-mods/minecraft/balkons-weaponmod BedrockLayer_1.7.2-v1.0.9.jar|http://forum.minecraftuser.jp/viewtopic.php?t=13399 BiblioCraft[v1.11.4][MC1.7.10].jar|http://www.bibliocraftmod.com/downloads/ +buildcraft-7.1.12.jar|http://www.mod-buildcraft.com/ +buildcraft-compat-7.1.2.jar|http://www.mod-buildcraft.com/pages/download.html +Carpenter's Blocks v3.3.7 - MC 1.7.10.jar|http://www.carpentersblocks.com/downloads.html +CodeChickenCore-1.7.10-1.0.6.44-universal.jar|http://chickenbones.net/Pages/links.html +CompactSolars-1.7.10-4.4.39.315-universal.jar|http://www.curse.com/mc-mods/minecraft/228759-compact-solars +Computronics-1.7.10-1.5.9.jar|http://wiki.vex.tty.sh/wiki:computronics +dimensional-anchor-59.0.3.jar|http://immibis.com/mcmoddl/ +ExtraCells-1.7.10-2.2.73b129.jar|http://www.curse.com/mc-mods/minecraft/229218-extracells2 +Factorization-1.7.10-0.8.99b.jar|http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1284592-factorization-0-8-99b +FoodPlus-1.7.2-3.2rS.jar|http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1288375-food-plus-mod-more-food-than-you-can-imagine-v3 +forestry_1.7.10-4.1.1.46.jar|http://forestry.sengir.net/ +ForgeMultipart-1.7.10-1.2.0.345-universal.jar|http://files.minecraftforge.net/ForgeMultipart/ +ForgeRelocation-0.0.1.4-universal.jar|http://www.curse.com/mc-mods/minecraft/232075-forge-relocation +ForgeRelocationFMP-0.0.1.2-universal.jar|http://www.curse.com/mc-mods/minecraft/232076-forge-relocation-fmp-plugin +GregsLighting-1.11.2-mc1.7.10.jar|http://www.cosc.canterbury.ac.nz/greg.ewing/minecraft/mods/GregsLighting/ +IGW-Mod-1.7.10-1.1.11-32-universal.jar|http://minecraft.curseforge.com/projects/in-game-wiki-mod +immibis-core-59.1.2.jar|http://immibis.com/mcmoddl/ +industrialcraft-2-2.2.791-experimental.jar|http://www.industrial-craft.net/ +iridiummod-1.7-0.8.jar|http://forum.industrial-craft.net/index.php?page=Thread&threadID=10700 +ironchest-1.7.10-6.0.60.741-universal.jar|http://www.curse.com/mc-mods/minecraft/228756-iron-chests +MoVillages-1.3.1.jar|http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1294582-mo-villages-more-biomes-more-buildings-adjustable +MrCrayfishFurnitureModv3.4.8(1.7.10).jar|http://www.mrcrayfish.com/mods.php?id=cfm +MrTJPCore-1.1.0.31-universal.jar|http://www.curse.com/mc-mods/minecraft/229002-mrtjpcore +NotEnoughItems-1.7.10-1.0.4.107-universal.jar|http://chickenbones.net/Pages/links.html +OpenComputers-MC1.7.10-1.5.19.37-universal.jar|http://www.curse.com/mc-mods/minecraft/223008-opencomputers +ProjectRed-1.7.10-4.7.0pre9.92-Base.jar|http://www.curse.com/mc-mods/minecraft/228702-project-red-base +ProjectRed-1.7.10-4.7.0pre9.92-Compat.jar|http://www.curse.com/mc-mods/minecraft/229050-project-red-compat +ProjectRed-1.7.10-4.7.0pre9.92-Fabrication.jar|http://www.curse.com/mc-mods/minecraft/230111-project-red-fabrication +ProjectRed-1.7.10-4.7.0pre9.92-Integration.jar|http://www.curse.com/mc-mods/minecraft/229045-project-red-integration +ProjectRed-1.7.10-4.7.0pre9.92-Lighting.jar|http://www.curse.com/mc-mods/minecraft/229046-project-red-lighting +ProjectRed-1.7.10-4.7.0pre9.92-Mechanical.jar|http://www.curse.com/mc-mods/minecraft/229048-project-red-mechanical +ProjectRed-1.7.10-4.7.0pre9.92-World.jar|http://www.curse.com/mc-mods/minecraft/229049-project-red-world +Railcraft_1.7.10-9.8.0.0.jar|http://www.railcraft.info/releases/ +StevesCarts2.0.0.b18.jar|http://minecraft.curseforge.com/projects/steves-carts-2/files +TF2Dispenser-1.7.10.jar|http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1273889-team-fortress-2-teleporter-sentry-dispenser +TF2Teleporter-1.7.10.jar|http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1273889-team-fortress-2-teleporter-sentry-dispenser +tubestuff-59.0.4.jar|http://immibis.com/mcmoddl/ +weaponmod-1.14.3.jar|http://www.curse.com/mc-mods/minecraft/balkons-weaponmod diff --git a/scripts/sort-modlist b/scripts/sort-modlist new file mode 100755 index 0000000..6328265 --- /dev/null +++ b/scripts/sort-modlist @@ -0,0 +1,24 @@ +#!/bin/sh +# Sorts the modlist.txt file in one of the module directories. +# EJB 11/5/2015 + +if [ "x$1" = "x" ]; then + echo "Usage: $0 directory-name" + exit 1 +fi +dir=$1 +if [ ! -d $dir ]; then + echo "$0: $dir is not a directory" + exit 1 +fi +if [ ! -f $dir/modlist.txt ]; then + echo "$0: modlist.txt not found in $dir" + exit 1 +fi +[ -f $dir/modlist.txt.old ] && rm $dir/modlist.txt.old +[ -f $dir/modlist.txt.new ] && rm $dir/modlist.txt.new +sort $dir/modlist.txt > $dir/modlist.txt.new +mv $dir/modlist.txt $dir/modlist.txt.old +mv $dir/modlist.txt.new $dir/modlist.txt +rm $dir/modlist.txt.old +exit 0 diff --git a/technicpack-resources/overview.markup.txt b/technicpack-resources/overview.markup.txt index 3c3ec78..94a740b 100644 --- a/technicpack-resources/overview.markup.txt +++ b/technicpack-resources/overview.markup.txt @@ -5,23 +5,50 @@ Forge Universal 10.13.4.1448 Advanced Machines 59.0.2 Advanced Repulsion Systems 59.0.3 Applied Energistics rv2-stable-10 +AsieLib 0.4.4 Backpacks 2.0.1 Balkon's WeaponMod 1.14.3 BedrockLayer 1.0.9 BiblioCraft 1.11.4 bspkrsCore 6.16 BuildCraft 7.1.12 +BuildCraftCompat 7.1.2 +Carpenter's Blocks 3.3.7 CodeChickenCore 1.0.6.44 +Compact Solars 4.4.39.315 +Computronics 1.5.9 Dimensional Anchors 59.0.3 +ExtraCells 2.2.73b129 +Factorization 0.8.99b +Food Plus 3.2rS Forestry 4.1.1.46 Forge Multipart 1.2.0.345 +Forge Relocation 0.0.1.4 +Forge Relocation FMP Plugin 0.0.1.2 +Greg's Lighting 1.11.2 Immibis Core 59.1.2 IndustrialCraft2 2.2.791-experimental +In-Game Wiki 1.1.11-32 Inventory Tweaks 1.58-147 +Iridium Mod 0.8 +Iron Chests 6.0.60.741 LiteLoader 1.7.10-04 Mo' Villages 1.3.1 +MrCrayfish's Furniture Mod 3.4.8 +MrTJPCore 1.1.0.31 NotEnoughItems 1.0.4.107 +OpenComputers 1.5.19.37 +ProjectRed Base 4.7.0pre9.92 +ProjectRed Compat 4.7.0pre9.92 +ProjectRed Fabrication 4.7.0pre9.92 +ProjectRed Integration 4.7.0pre9.92 +ProjectRed Lighting 4.7.0pre9.92 +ProjectRed Mechanical 4.7.0pre9.92 +ProjectRed World 4.7.0pre9.92 RailCraft 9.8.0.0 +Steve's Carts 2.0.0.b18 +TF2 Dispenser 1.7.10 +TF2 Teleporter 1.7.10 TreeCapitator 2.0.4 TubeStuff 59.0.4 VoxelMap 1.5.17 diff --git a/technicpack-resources/permissions-licensing.markup.txt b/technicpack-resources/permissions-licensing.markup.txt index a285350..e66882c 100644 --- a/technicpack-resources/permissions-licensing.markup.txt +++ b/technicpack-resources/permissions-licensing.markup.txt @@ -10,6 +10,10 @@ by Immibis - http://forum.industrial-craft.net/index.php?page=Thread&postID=6526 [u][b]Applied Energistics[/b][/u] by AlgorithmX2 - http://ae-mod.info/ +[u][b]AsieLib[/b][/u] +by asie and vexatos - http://wiki.vex.tty.sh/wiki:asielib +Released under the MIT License + [u][b]Backpacks[/b][/u] By Eydamos - http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1286124-1-6-x-1-7-x-backpacks-v-2-0-1 @@ -28,12 +32,37 @@ By bspkrs - http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-m [u][b]BuildCraft[/b][/u] by the BuildCraft Team - http://www.mod-buildcraft.com +[u][b]BuildCraftCompat[/b][/u] +by the BuildCraft Team - http://www.mod-buildcraft.com + +[u][b]Carpenter's Blocks[/b][/u] +by Mineshopper - http://www.carpentersblocks.com/ +Released under the LGPL + [u][b]CodeChickenCore[/b][/u] by ChickenBones - http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1279956-chickenbones-mods +[u][b]Compact Solars[/b][/u] +By progwml6 - http://www.curse.com/mc-mods/minecraft/228759-compact-solars + +[u][b]Computronics[/b][/u] +by asie and vexatos - http://wiki.vex.tty.sh/wiki:computronics +Released under the terms of the MIT License + [u][b]Dimensional Anchors[/b][/u] By Immibis - http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1281065-immibiss-mods-now-with-85-7-less-version-numbers +[u][b]ExtraCells[/b][/u] +By DrummerMC - http://www.curse.com/mc-mods/minecraft/229218-extracells2 + +[u][b]Factorization[/b][/u] +By neptunepink - http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1284592-factorization-0-8-99b +Distributed under the "Post Something Interesting License" +(((TBD))) + +[u][b]Food Plus[/b][/u] +By JoseTheCrafter - http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1288375-food-plus-mod-more-food-than-you-can-imagine-v3 + [u][b]Forestry[/b][/u] By CovertJaguar, MysteriousAges, mezz - http://forestry.sengir.net/ @@ -41,29 +70,69 @@ By CovertJaguar, MysteriousAges, mezz - http://forestry.sengir.net/ By ChickenBones - http://files.minecraftforge.net/ForgeMultipart/ Licensed under LGPL +[u][b]Forge Relocation[/b][/u] +by Mr_TJP - http://projectredwiki.com/ + +[u][b]Forge Relocation FMP Plugin[/b][/u] +by Mr_TJP - http://projectredwiki.com/ + +[u][b]Greg;s Lighting[/b][/u] +by Greg Ewing - http://www.cosc.canterbury.ac.nz/greg.ewing/minecraft/mods/GregsLighting/ + [u][b]Immibis Core[/b][/u] By Immibis - http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1281065-immibiss-mods-now-with-85-7-less-version-numbers [u][b]IndustrialCraft 2[/b][/u] By the IC2 Dev Team - http://www.industrial-craft.net/ +[u][b]In-Game Wiki[/b][/u] +By MineMaarten - http://www.minemaarten.com/ + [u][b]Inventory Tweaks[/b][/u] By Kobata - https://inventory-tweaks.readthedocs.org/ Available under the terms of the MIT license +[u][b]Iridium Mod[/b][/u] +by DevilDead - http://forum.industrial-craft.net/index.php?page=Thread&threadID=10700 + +[u][b]Iron Chests[/b][/u] +by progwml6 - http://www.curse.com/mc-mods/minecraft/228756-iron-chests + [u][b]LiteLoader[/b][/u] By mumfrey - http://www.liteloader.com/ [u][b]Mo' Villages[/b][/u] by Pigs_FTW - http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1294582-mo-villages-more-biomes-more-buildings-adjustable +[u][b]MrCrayfish's Furniture Mod[/b][/u] +by MrCrayfish - http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1282349-mrcrayfishs-furniture-mod-v3-4-8-the-kitchen + +[u][b]MrTJPCore[/b][/u] +by Mr_TJP - http://projectredwiki.com/ + [u][b]NotEnoughItems[/b][/u] by ChickenBones - http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1279956-chickenbones-mods +[u][b]OpenComputers[/b][/u] +By Kethtar - http://ocdoc.cil.li/ +Licensed under the MIT License + +[u][b]ProjectRed (all modules)[/b][/u] +by Mr_TJP - http://projectredwiki.com/ + [u][b]RailCraft[/b][/u] by CovertJaguar - http://railcraft.info/, http://railcraft.info/wiki License: http://railcraft.info/wiki/info:license +[u][b]Steve's Carts[/b][/u] +by Vswe/Sir_Advew - http://stevescarts.wikia.com/ + +[u][b]TF2 Dispenser[/b][/u] +by pitman87 - http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1273889-team-fortress-2-teleporter-sentry-dispenser + +[u][b]TF2 Teleporter[/b][/u] +by pitman87 - http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1273889-team-fortress-2-teleporter-sentry-dispenser + [u][b]TreeCapitator[/b][/u] By bspkrs - http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1281180-daftpvfs-mods-treecapitator-crystalwing