Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ImAK9 committed Feb 10, 2020
1 parent 4de8d6f commit a17c3b4
Show file tree
Hide file tree
Showing 268 changed files with 8,914 additions and 15 deletions.
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,39 @@ natives/
.minecraft/backup/

.minecraft/hs_err_pid17452.log

minecraft/.fabric/

minecraft/.mixin.out/

minecraft/craftpresence/

minecraft/data/

minecraft/logs/

minecraft/mods.backup/

minecraft/saves/

minecraft/screenshots/

minecraft/testing/

minecraft/hs_err_pid19388.log

minecraft/hs_err_pid21588.log

minecraft/mobs_0.png

minecraft/pings_0.png

minecraft/options.txt

minecraft/servers.dat

minecraft/usercache.json

minecraft/waypoints_0.png

minecraft/chooser_0.png
29 changes: 29 additions & 0 deletions .packignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
.git
.gitignore
README.md
minecraft/.fabric
minecraft/.mixin.out
minecraft/chooser_0.png
minecraft/coremods
minecraft/craftpresence
minecraft/crash-reports
minecraft/data
minecraft/hs_err_pid19388.log
minecraft/hs_err_pid21588.log
minecraft/logs
minecraft/mobs_0.png
minecraft/mods/mamiyaotaru
minecraft/mods.backup
minecraft/options.txt
minecraft/pings_0.png
minecraft/resourcepacks
minecraft/resources
minecraft/saves
minecraft/screenshots
minecraft/server-resource-packs
minecraft/servers.dat
minecraft/skins
minecraft/testing
minecraft/texturepacks
minecraft/usercache.json
minecraft/waypoints_0.png
15 changes: 2 additions & 13 deletions instance.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,21 @@ JavaArchitecture=64
JavaPath=java
JavaTimestamp=1565388753264
JavaVersion=1.8.0_221
JvmArgs=-XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent
LWJGLVersion=
LaunchMaximized=false
LiteloaderVersion=
LogPrePostOutput=true
MCLaunchMethod=LauncherPart
MaxMemAlloc=8064
MinMemAlloc=8064
MinecraftWinHeight=480
MinecraftWinWidth=854
OverrideCommands=false
OverrideConsole=true
OverrideJava=false
OverrideJavaArgs=false
OverrideJavaLocation=true
OverrideMCLaunchMethod=false
OverrideMemory=false
OverrideWindow=false
PermGen=128
PostExitCommand=
PreLaunchCommand=
ShowConsole=false
ShowConsoleOnError=true
WrapperCommand=
iconKey=AOF
lastLaunchTime=1580914796881
lastLaunchTime=1581287736566
name=AOF 3
notes=
totalTimePlayed=120548
totalTimePlayed=129128
Binary file added minecraft/config/AOF_Discord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions minecraft/config/Adorn.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
// If true, you can sit on tables.
"sittingOnTables": false,
// If true, sleeping on sofas can skip the night.
"skipNightOnSofas": true,
// Protects trading stations from other players.
"protectTradingStations": true,
// If true, enables debug features (currently: /adorn resource).
"debug": false,
// Configuration for Adorn's Extra Pieces support.
"extraPieces": {
// If true, Adorn's EP support is enabled. You can disable it by setting this property to false.
"enabled": true,
// If true, enables carpeting for all Adorn chair and table piece blocks (warning: resource heavy).
"carpetedEverything": false,
// A list of piece sets that will have carpeting support.
"carpetedPieceSets": []
}
}
120 changes: 120 additions & 0 deletions minecraft/config/BBOutlineReloaded.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
# Configuration file

general {
# If set to true beacon bounding boxes will be drawn. (default: true)
B:drawBeacons=true

# If set to true boxes will be visible even through other blocks. (default: false)
B:alwaysVisible=false

# If set to true only the outer bounding boxes are rendered. (default: false)
B:outerBoxesOnly=false

# If set to true custom bounding boxes will be drawn. (default: true)
B:drawCustomBoxes=true

# If set to true the bounding boxes are filled. (default: true)
B:fill=true

# If set to true bounding box caches will be kept between sessions. (default: false)
B:keepCacheBetweenSessions=false
}

mobSpawners {
# If set to true a box to show the maximum possible spawn area (10x10x4) for a spawner will be drawn (default: true)
B:renderMobSpawnerSpawnArea=true

# If set to true a red/orange/green line will be drawn to show if the spawner is active (default: true)
B:renderMobSpawnerActivationLines=true

# If set to true mob spawners will be drawn. (default: true)
B:drawMobSpawners=true
}

structures {
# If set to true stronghold bounding boxes are drawn. (default: false)
B:drawStrongholds=false

# If set to true end city bounding boxes will be drawn. (default: true)
B:drawEndCities=true

# If set to true ocean ruins will be drawn. (default: true)
B:drawOceanRuins=true

# If set to true desert temple bounding boxes are drawn. (default: true)
B:drawDesertTemples=true

# If set to true nether fortress bounding boxes are drawn. (default: true)
B:drawNetherFortresses=true

# If set to true shipwrecks will be drawn. (default: true)
B:drawShipwrecks=true

# If set to true mineshaft bounding boxes are drawn. (default: false)
B:drawMineShafts=false

# If set to true village bounding boxes will be drawn. (default: false)
B:drawVillages=false

# If set to true buried treasure will be drawn. (default: true)
B:drawBuriedTreasures=true

# If set to true igloos will be drawn. (default: true)
B:drawIgloos=true

# If set to true pillager outposts will be drawn. (default: true)
B:drawPillagerOutposts=true

# If set to true jungle temple bounding boxes are drawn. (default: true)
B:drawJungleTemples=true

# If set to true woodland mansions will be drawn. (default: true)
B:drawMansions=true

# If set to true ocean monument bounding boxes are drawn. (default: true)
B:drawOceanMonuments=true

# If set to true witch hut bounding boxes are drawn. (default: true)
B:drawWitchHuts=true
}

worldSpawn {
# If set to true world spawn and spawn chunks bounding boxes are drawn. (default: true)
B:drawWorldSpawn=true

# If set to true the lazy spawn chunks bounding boxes will be drawn. (default: false)
B:drawLazySpawnChunks=false

# The maximum top of the world spawn bounding boxes. If set to -1 it will use the value when activated, if set to 0 it will always track the players feet. (default: -1)
I:worldSpawnMaxY=-1
}

slimeChunks {
# The maximum top of the slime chunk bounding box. If set to -1 it will use the value when activated, if set to 0 it will always track the player's feet. (default: -1)
I:slimeChunkMaxY=-1

# If set to true slime chunks bounding boxes are drawn. (default: true)
B:drawSlimeChunks=true
}

biomeBorders {
# If set to true biome borders will be drawn. (default: true)
B:drawBiomeBorders=true

# The distance from the player where biome borders will be drawn. (default: 3)
I:biomeBordersRenderDistance=3

# If set to true only the biome border for the current biome will be drawn. (default: true)
B:renderOnlyCurrentBiome=true
}

afkSpot {
# If set to true boxes to show spawnable blocks within the AFK sphere will be drawn. (default: true)
B:renderAFKSpawnableBlocks=true

# The distance from the player where spawnable blocks within the AFK sphere will be drawn. (default: 3)
I:afkSpawnableBlocksRenderDistance=3

# If set to true afk spot spheres will be drawn. (default: true)
B:drawAFKSpheres=true
}
8 changes: 8 additions & 0 deletions minecraft/config/BeeAngry-est.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"gameRuleDefaults": {
"beesSeekRainShelter": true,
"saveScoopedBeeNbt": true,
"alwaysDropScoopedBees": true,
"beesExplode": true
}
}
6 changes: 6 additions & 0 deletions minecraft/config/CottonCommons.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
/* Fill common tags automatically with modded items. This may add unintended items.
Intended for pack devs dealing with mods not using common tags.
*/
"fillCommonTags": false
}
6 changes: 6 additions & 0 deletions minecraft/config/CottonDatapack.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
// Specifies specific recipes to remove from the game.
"removeRecipesByIdentifier": [],
// Item identifiers specified here will prevent any recipe for one of that item.
"removeRecipesByItem": []
}
41 changes: 41 additions & 0 deletions minecraft/config/Epicurean.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
// Allow hoppers to automatically harvest crops above them.
"hopperHarvest": true,
// Make iron and gold nuggets edible.
"edibleNuggets": false,
/* Allow eating of (nearly) any item in the game.
Whether this works on a given item will depend on how it's coded.
*/
"omnivoreEnabled": false,
/* How much hunger an omnivore food item should restore.
Should be an integer value from 0 to 20.
*/
"omnivoreFoodRestore": 2,
/* How much saturation an omnivore food item should restore.
Should be a percentage formatted as a decimal.
Vanilla will not let you overfill a player's saturation.
*/
"omnivoreSaturationRestore": 0.25,
/* How much damage an item with durability should take when you eat it.
Should be an integer value above 0, or a decimal value from 0 to 1.
A decimal value will be used to calculate what percentage of an item's damage to consume.
Set to 0 to disable.
*/
"omnivoreItemDamage": 30.0,
/* Activating this will remove any hunger-related features.
Starvation and other negative hunger-based effects will no longer occur,
but saturation will still be used to restore health.
When active, the hunger meter will show saturation instead.
*/
"useSaturationOnly": false,
/* How many ticks it will take before a player regens half a heart.
Vanilla value is 10.
*/
"naturalRegenSpeed": 15,
/* How much bonus hunger and saturation you get from meal seasonings.
Should be a percentage formatted as a decimal.
*/
"seasoningEfficiency": 0.30000001192092896,
// Whether adding salt to meals should use the `c:salt` tag or only support Epicurean's salt item.
"useSaltTag": false
}
35 changes: 35 additions & 0 deletions minecraft/config/NonCorrelatedExtras.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
/*
The max range of the magnet.
*/
"magnet_range": 6,
/*
What fraction of the distance between the item and player the item moves per tick.
*/
"magnet_speed": 0.1,
/*
The chance a projectile is reflected by polarized iron armor. (set bonus)
*/
"polarized_iron_armor_reflection_chance": 0.15,
/*
Enabled features.
*/
"enabled_features": {
"creepers_break_blocks": true,
"enchantable_shears": true,
"polarized_iron_armor_reflects_projectiles": true,
"farming_hoes": true,
"polarized_iron_armor": true,
"magnet": true,
"peaceful_only_recipes": true
},
/*
Max magnet range increases for each polarized iron armor piece.
*/
"polarized_iron_armor_additional_magnet_range": {
"CHEST": 4,
"HEAD": 2,
"LEGS": 3,
"FEET": 1
}
}
16 changes: 16 additions & 0 deletions minecraft/config/autoswitch.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#AutoSwitch Configuration File
#See https://github.com/dexman545/Fabric-Autoswitch/wiki/Configuration for more details
#Sun Feb 09 23:36:08 CET 2020
toolPriorityOrder=shears > silkPicks > fortPicks > picks > silkAxes > fortAxes > axes > swords > silkShovels > shovels > banes > smites > sharps > tridents > impalingTridents
displayToggleMsg=true
switchForBlocks=true
toggleMsgOverHotbar=true
disableHandSwingWhenMowing=true
switchbackBlocks=true
switchForMobs=true
switchInMP=true
tryPreserveDamagedTools=true
switchbackWaitsForCooldownWhenAttackingMobs=true
switchbackMobs=true
switchInCreative=false
controlMowingWhenFighting=true
14 changes: 14 additions & 0 deletions minecraft/config/autoswitchMaterials.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#AutoSwitch Material Configuration File
#Controls which block material the tool will target
#See https://github.com/dexman545/Fabric-Autoswitch/wiki/Materials-Configuration for details
#Sun Feb 09 23:36:08 CET 2020
shearTargetMaterials=plant, unused_plant, underwater_plant, replaceable_plant, leaves, cobweb, wool
pickTargetMaterials=ice, packed_ice, metal, anvil, shulker_box, stone, redstone_lamp
shovelTargetMaterials=earth, organic, snow, snow_block, clay, sand
axeFortuneTargetMaterials=wood, plant, replaceable_plant, pumpkin
pickFortuneTargetMaterials=stone, glass, metal
shovelSilkTargetMaterials=egg, glass, ice, packed_ice, earth,organic, sand, snow, snow_block
axeSilkTargetMaterials=egg, glass, ice, packed_ice, wood, pumpkin
swordTargetMaterials=bamboo, bamboo_sapling, pumpkin, cobweb, leaves
pickSilkTargetMaterials=egg, glass, ice, packed_ice, stone
axeTargetMaterials=wood, plant, replaceable_plant, pumpkin
Loading

0 comments on commit a17c3b4

Please sign in to comment.