Skip to content

Commit

Permalink
1.0-client
Browse files Browse the repository at this point in the history
  • Loading branch information
mlane committed May 19, 2023
0 parents commit aa2e15c
Show file tree
Hide file tree
Showing 329 changed files with 17,948 additions and 0 deletions.
109 changes: 109 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
# Folders to ignore

/journeymap/
/dumps/
/crash-reports/
/.mixin.out/
/logs/
/local/
/libraries/
/llibrary/
/saves/
/TombManyGraves/
/screenshots/
resourcepacks/
/mods/
/world/
/config/enderio/recipes/examples \*_/_.pdf

# Utilities

.github_changelog_generator
github_changelog_generator.gemspec
twitch_export-win.exe
ChangelogGenerator.bat
.build.json
modpack_upload_settings.cfg
ModpackUploadTool.bat

# Client Configs

config/InvTweaks.cfg
config/MouseTweaks.cfg
config/jei/worldSettings.cfg
config/jei/lookupHistory.zip
config/jei/bookmarks.ini
zs_export.json
.curseclient
.ReAuth.cfg
usernamecache.json
usercache.json
knownkeys.txt
servers.dat
realms_persistence.json
WailaErrorOutput.txt
ItemDump.txt
BotaniaVars.dat
options.txt
pixel.dat
pixelc.dat
crafttweaker.log
github_changelog_generator.gemspec
ChangelogGenerator.bat
twitch_export-win.exe
crafttweaker.log
config/BlockDrops/modVersions.txt
config/InvTweaks/InvTweaks.cfg
config/scavenge/IResourceProperty.txt
dropt.log
journeymapdefaults.firstrun
\*.zip
astralsorcery/gatewayFilter/worldFilter.dat
OpenComputersMod-1.7.3.146-lua53-native.64.dll
OpenComputersMod-1.7.3.146-lua52-native.64.dll
ModpackFileId.json
LICENSE.md
manifest.json
config/AppliedEnergistics2/aerecipes/
config/AppliedEnergistics2/recipes/
valkyrielib/cache/supporters.json
discordsuite/win32-x86-64/discord-rpc.dll
discordsuite/version
ServerFileGenerator.bat
config/brandon3055/ResourceCache/
whitelist.json
ops.json
minecraft_server.1.12.2.jar
installer.log
forge-1.12.2-14.23.5.2781-universal.jar
forge-1.12.2-14.23.5.2781-installer.jar
eula.txt
banned-players.json
banned-ips.json
ChangelogGenerator.jar

# Instance Sync

**/_.jar
!InstanceSync_.jar
**/_.jar.disabled
\*\*/_.jar.meta
config/brandon3055/ProjectIntelligence/ModDocs/
patchouli_data.json
oldmanifest.json
config/AppliedEnergistics2/items.csv
OpenComputersMod-1.7.4.153-lua53-native.64.dll
OpenComputersMod-1.7.4.153-lua52-native.64.dll
ModpackUploader.ps1
ModpackUploader.bat
twitch-export-builder.exe
settings.ps1
TwitchExportBuilder.exe
CHANGELOG-GENERATED.md
MakeModpackFiles.bat
MakeModpackFiles.ps1
config/AppliedEnergistics2/CustomRecipes.cfg
config/AppliedEnergistics2/VersionChecker.cfg
config/astralsorcery/amulet_enchantments.cfg
config/brandon3055/contributors.json
config/brandon3055/Custom Fusion Recipe Info.txt
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Protect your village at all costs.

##### Quests to guide through your journey

 

### **Curseforge:**

- [https://legacy.curseforge.com/minecraft/modpacks/just-a-villager](https://legacy.curseforge.com/minecraft/modpacks/just-a-villager)

 

### **Objectives:**

- Complete the questline
- Get married and/or tame an anime friend
- Win the hearts of the villagers by completing quests (see village lord)

 

### **More about the modpack:**

- Minecraft Comes Alive (MCA) - establish a rapport with the villagers.
- Touhou Maids - loyal friends who can help with chores
- ToroQuest Revamped - befriend the village lord by working on quests.
- Refined Storage - your storage needs :)
- Large Ore Deposits
- Aroma1997s Dimensional World - mining dimension
- EnderIO/Solar Flux Reborn/Flux

 

### **Resource Packs:**

- [Faithful32 Modded](http://f32.me/)
205 changes: 205 additions & 0 deletions config/Building Gadgets.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,205 @@
# Configuration file

general {
# Disable absolute coords-mode for the Copy-Paste gadget
B:"Allow absolute Coord-Mode"=true

# Whether the Building / CopyPaste Gadget can overwrite blocks like water, lava, grass, etc (like a player can).
# False will only allow it to overwrite air blocks.
B:"Allow non-Air-Block-Overwrite"=true

# The maximum number of construction paste items dropped by a dense construction block.
# Min: 0
# Max: 2147483647
I:"Construction Paste Drop Count - Max"=3

# The minimum number of construction paste items dropped by a dense construction block.
# Min: 0
# Max: 2147483647
I:"Construction Paste Drop Count - Min"=1

# Determines if the Copy/Paste GUI's coordinate mode starts in 'Absolute' mode by default.
# Set to true for Absolute, set to False for Relative.
B:"Default to absolute Coord-Mode"=false

# Set to false to disable the recipe for construction paste.
B:"Enable Construction Paste"=true

# Set to false to disable the Destruction Gadget.
B:"Enable Destruction Gadget"=true

# Defines how far away you can build
# Min: 1.0
# Max: 48.0
D:"Max Build Distance"=32.0

# Set to true for Forge Energy Support, set to False for vanilla Item Damage
B:"Powered by Forge Energy"=true

##########################################################################################################
# blacklist settings
#--------------------------------------------------------------------------------------------------------#
# Configure your Blacklist-Settings here
##########################################################################################################

"blacklist settings" {
# All Blocks added to this will be treated similar to TileEntities. Not at all.
# Notice that you can use Regular Expressions as defined by Java Patterns to express more complex name combinations.
# Use for example "awfulmod:.*" to blacklist all awfulmod Blocks.
S:"Blacklisted Blocks" <
minecraft:.*_door.*
minecraft:piston_head
astralsorcery:blockflarelight
>
}

##########################################################################################################
# gadgets
#--------------------------------------------------------------------------------------------------------#
# Configure the Gadgets here
##########################################################################################################

gadgets {
# The max energy of Building, Exchanging & Copy-Paste Gadget
# Min: 0
# Max: 2147483647
I:"Maximum Energy"=500000

# The max range of the Gadgets
# Min: 1
# Max: 25
I:"Maximum allowed Range"=15

##########################################################################################################
# building gadget
#--------------------------------------------------------------------------------------------------------#
# Energy Cost & Durability of the Building Gadget
##########################################################################################################

"building gadget" {
# The Gadget's Damage cost per Operation
# Min: 0
# Max: 2000
I:"Damage Cost"=1

# The Gadget's Durability (0 means no durability is used) (Ignored if powered by FE)
# Min: 0
# Max: 100000
I:Durability=10000

# The Gadget's Energy cost per Operation
# Min: 0
# Max: 100000
I:"Energy Cost"=50
}

##########################################################################################################
# exchanging gadget
#--------------------------------------------------------------------------------------------------------#
# Energy Cost & Durability of the Exchanging Gadget
##########################################################################################################

"exchanging gadget" {
# The Gadget's Damage cost per Operation
# Min: 0
# Max: 2000
I:"Damage Cost"=2

# The Gadget's Durability (0 means no durability is used) (Ignored if powered by FE)
# Min: 0
# Max: 100000
I:Durability=10000

# The Gadget's Energy cost per Operation
# Min: 0
# Max: 100000
I:"Energy Cost"=100
}

##########################################################################################################
# destruction gadget
#--------------------------------------------------------------------------------------------------------#
# Energy Cost, Durability & Maximum Energy of the Destruction Gadget
##########################################################################################################

"destruction gadget" {
# The Gadget's Damage cost per Operation
# Min: 0
# Max: 2000
I:"Damage Cost"=2

# The Gadget's Durability (0 means no durability is used) (Ignored if powered by FE)
# Min: 0
# Max: 100000
I:Durability=10000

# The Gadget's Energy cost per Operation
# Min: 0
# Max: 100000
I:"Energy Cost"=200

# The max energy of the Destruction Gadget
# Min: 0
# Max: 2147483647
I:"Maximum Energy"=1000000

# If enabled, the Destruction Gadget can be taken out of fuzzy mode, allowing only instances of the block clicked to be removed (at a higher cost)
B:"Non-Fuzzy Mode Enabled"=false

# The cost in energy/durability will increase by this amount when not in fuzzy mode
# Min: 0.0
# Max: 1.7976931348623157E308
D:"Non-Fuzzy Mode Multiplier"=2.0
}

##########################################################################################################
# copy-paste gadget
#--------------------------------------------------------------------------------------------------------#
# Energy Cost & Durability of the Copy-Paste Gadget
##########################################################################################################

"copy-paste gadget" {
# The Gadget's Damage cost per Operation
# Min: 0
# Max: 2000
I:"Damage Cost"=1

# The Gadget's Durability (0 means no durability is used) (Ignored if powered by FE)
# Min: 0
# Max: 100000
I:Durability=10000

# The Gadget's Energy cost per Operation
# Min: 0
# Max: 100000
I:"Energy Cost"=50
}

}

##########################################################################################################
# paste containers
#--------------------------------------------------------------------------------------------------------#
# Configure the Paste Containers here
##########################################################################################################

"paste containers" {
# The maximum capacity of a tier 1 (iron) Construction Paste Container
# Min: 1
# Max: 2147483647
I:"T1 Container Capacity"=512

# The maximum capacity of a tier 2 (gold) Construction Paste Container
# Min: 1
# Max: 2147483647
I:"T2 Container Capacity"=2048

# The maximum capacity of a tier 3 (diamond) Construction Paste Container
# Min: 1
# Max: 2147483647
I:"T3 Container Capacity"=8192
}

}


43 changes: 43 additions & 0 deletions config/DankNull.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Configuration file

client {
# Call it a /dev/null in-game (Requested by TheMattaBase) [default: false]
B:CallItDevNull=false

# Make items ultra shiny! [default: false]
B:SuperShine=false

# When cycling selected item with /dank/null in-hand, should it try to only cycle blocks? [default: false]
B:onlyCycleBlocks=false

# Show the /dank/null HUD overlay? [default: true]
B:showHUD=true
}


"server rules" {
# If true, you will be able to pipe items into the /dank/null Docking Station [default: true]
B:AllowDockInsertion=true

# A semicolon separated list of items that are not allowed to be placed into the creative /dank/null
# Format: modid:name:meta (meta optional: modid:name is acceptable) - Example: minecraft:diamond;minecraft:coal:1 [default: ]
S:CreativeBlacklist=

# A semicolon separated list of items that are allowed to be placed into the creative /dank/null
# Same format as Blacklist and whitelist superceeds blacklist.
# If whitelist is non-empty, then ONLY whitelisted items can be added to the Creative /dank/null [default: ]
S:CreativeWhitelist=

# If set to true, then Ore Dictionary Mode will not be available (overrides Ore Dictionary White/Black lists) [default: false]
B:DisableOreDictMode=false

# A semicolon separated list of Ore Dictionary entries (strings) which WILL NOT be allowed to be used with /dank/null's Ore Dictionary functionality. [default: itemSkull]
S:OreDictBlacklist=itemSkull

# A semicolon separated list of Ore Dictionary entries (strings) which WILL BE allowed to be used with /dank/null's Ore Dictionary functionality. Whitelist superceeds blacklist.
# If whitelist is non-empty, then ONLY Ore Dictionary items matching the entries will
# be able to take advantage of /dank/null's Ore Dictionary functionality. [default: ]
S:OreDictWhitelist=
}


Loading

0 comments on commit aa2e15c

Please sign in to comment.