Обновление tfg мода + новые моды
This commit is contained in:
parent
8e33f08dc3
commit
2ed4cad036
37 changed files with 390 additions and 8 deletions
19
config/betterthirdperson-common.toml
Normal file
19
config/betterthirdperson-common.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
#Align player to camera on left & right clicks
|
||||||
|
aimPlayerOnInteract = true
|
||||||
|
#How long player will be aligned to camera after left & right clicks
|
||||||
|
#Range: 10 ~ 200
|
||||||
|
aimDuration = 40
|
||||||
|
#Angle in degrees within the player will slightly follow camera yaw (while standing still)
|
||||||
|
#Range: 0 ~ 90
|
||||||
|
followYaw = 45
|
||||||
|
#Does camera should rotate freely during elytra flight
|
||||||
|
freeCameraDuringElytraFlight = false
|
||||||
|
#Completely remove third-person front view
|
||||||
|
skipThirdPersonFrontView = false
|
||||||
|
#How fast player changes movement direction in third-person
|
||||||
|
#Range: 10 ~ 100
|
||||||
|
playerRotationSpeed = 50
|
||||||
|
#How fast player pitch follows camera pitch in third-person
|
||||||
|
#Range: 10 ~ 100
|
||||||
|
pitchChangeSpeed = 65
|
||||||
|
|
||||||
8
config/cucumber-client.toml
Normal file
8
config/cucumber-client.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
#General configuration options.
|
||||||
|
[General]
|
||||||
|
#Enable tag list tooltips for blocks/items?
|
||||||
|
tagTooltips = true
|
||||||
|
#Enable NBT tooltips for items?
|
||||||
|
nbtTooltips = false
|
||||||
|
|
||||||
8
config/cucumber-common.toml
Normal file
8
config/cucumber-common.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
#General configuration options.
|
||||||
|
[General]
|
||||||
|
#Mod ids (in order) to prioritize using items for when generating the cucumber-tags.json file.
|
||||||
|
modTagPriorities = ["thermal", "mekanism", "tconstruct", "immersiveengineering", "appliedenergistics2"]
|
||||||
|
#If enabled, any tags in the cucumber-tags.json file set to items that don't exist will be refreshed if possible.
|
||||||
|
autoRefreshTagOptions = true
|
||||||
|
|
||||||
6
config/extendedcrafting-client.toml
Normal file
6
config/extendedcrafting-client.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
#Client settings.
|
||||||
|
[General]
|
||||||
|
#Should the Quantum Compressor render the result item above it?
|
||||||
|
enableCompressorRenderer = true
|
||||||
|
|
||||||
110
config/extendedcrafting-common.toml
Normal file
110
config/extendedcrafting-common.toml
Normal file
|
|
@ -0,0 +1,110 @@
|
||||||
|
|
||||||
|
#Settings for Singularities.
|
||||||
|
[Singularities]
|
||||||
|
#Should the default recipe for the Ultimate Singularity be generated?
|
||||||
|
ultimateSingularityRecipe = true
|
||||||
|
#The default amount of items required to create a Singularity.
|
||||||
|
#Range: > 1
|
||||||
|
defaultMaterialsRequired = 10000
|
||||||
|
#Should default recipes be generated for Singularities?
|
||||||
|
defaultRecipes = true
|
||||||
|
#The default amount of FE required to create a Singularity.
|
||||||
|
#Range: > 0
|
||||||
|
defaultPowerRequired = 5000000
|
||||||
|
#Should the Singularities be enabled?
|
||||||
|
enabled = true
|
||||||
|
#The item to use as the Catalyst in default Singularity recipes.
|
||||||
|
defaultCatalyst = "extendedcrafting:ultimate_catalyst"
|
||||||
|
|
||||||
|
#Settings for the Crafting Core.
|
||||||
|
["Combination Crafting"]
|
||||||
|
#How much FE the Crafting Core should hold.
|
||||||
|
#Range: > 0
|
||||||
|
powerCapacity = 5000000
|
||||||
|
#How much FE/t the Crafting Core should use when crafting by default.
|
||||||
|
#Range: > 0
|
||||||
|
powerRate = 500
|
||||||
|
#Should the Crafting Core be enabled?
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
#Settings for general things.
|
||||||
|
[General]
|
||||||
|
#Should the Handheld Crafting Table be enabled?
|
||||||
|
handheldWorkbench = true
|
||||||
|
|
||||||
|
#Settings for the Extended Crafting Tables.
|
||||||
|
["Table Crafting"]
|
||||||
|
#How much FE the Auto Crafting Tables should hold. Higher tiers use double the previous tier.
|
||||||
|
#Range: > 0
|
||||||
|
autoTablePowerCapacity = 500000
|
||||||
|
#How much FE the Auto Crafting Tables should use when auto inserting items.
|
||||||
|
#Range: > 0
|
||||||
|
autoTableInsertPowerRate = 100
|
||||||
|
#Should the Basic Crafting Table inherit vanilla crafting recipes?
|
||||||
|
useVanillaRecipes = true
|
||||||
|
#Should the Extended Crafting Tables be enabled?
|
||||||
|
enabled = true
|
||||||
|
#Should the Auto Crafting Tables be enabled?
|
||||||
|
autoTablesEnabled = true
|
||||||
|
#How much FE the Auto Crafting Tables should use when crafting.
|
||||||
|
#Range: > 0
|
||||||
|
autoTablePowerRate = 500
|
||||||
|
|
||||||
|
#Settings for the Quantum Compressor.
|
||||||
|
["Quantum Compression"]
|
||||||
|
#How much FE the Quantum Compressor should hold.
|
||||||
|
#Range: > 0
|
||||||
|
powerCapacity = 10000000
|
||||||
|
#How much FE/t the Quantum Compressor should use when crafting by default.
|
||||||
|
#Range: > 0
|
||||||
|
powerRate = 5000
|
||||||
|
#Should the Quantum Compressor be enabled?
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
#Settings for the Recipe Maker.
|
||||||
|
["Recipe Maker"]
|
||||||
|
#Should the recipe maker add NBT tags when possible?
|
||||||
|
useNBT = true
|
||||||
|
#Should the recipe maker try to use tags when possible?
|
||||||
|
useTags = false
|
||||||
|
#Should the Recipe Maker be enabled?
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
#Settings for the Flux Crafter.
|
||||||
|
["Flux Crafting"]
|
||||||
|
#How much FE/t the Flux Crafter should pull from each Flux Alternator when crafting by default.
|
||||||
|
#Range: > 0
|
||||||
|
defaultPowerRate = 400
|
||||||
|
#How much FE the Flux Alternator should hold.
|
||||||
|
#Range: > 0
|
||||||
|
powerCapacity = 80000
|
||||||
|
#How much FE the Auto Flux Crafter should hold.
|
||||||
|
#Range: > 0
|
||||||
|
autoCrafterPowerCapacity = 500000
|
||||||
|
#How much FE the Auto Flux Crafter should use when auto inserting items.
|
||||||
|
#Range: > 0
|
||||||
|
autoCrafterInsertPowerRate = 100
|
||||||
|
#Should the Flux Crafter be enabled?
|
||||||
|
enabled = true
|
||||||
|
#Should the Auto Flux Crafter be enabled?
|
||||||
|
autoCrafterEnabled = true
|
||||||
|
|
||||||
|
#Settings for the Ender Crafter.
|
||||||
|
["Ender Crafting"]
|
||||||
|
#How long a single Ender Crafter crafting operation should take (in seconds) by default.
|
||||||
|
#Range: > 1
|
||||||
|
defaultTimeRequired = 60
|
||||||
|
#How much FE the Auto Ender Crafter should hold.
|
||||||
|
#Range: > 0
|
||||||
|
autoCrafterPowerCapacity = 500000
|
||||||
|
#How much FE the Auto Ender Crafter should use when auto inserting items.
|
||||||
|
#Range: > 0
|
||||||
|
autoCrafterInsertPowerRate = 100
|
||||||
|
#How much a single Ender Alternator should speed up a craft. This is a percentage of the time required.
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
alternatorEffectiveness = 0.01
|
||||||
|
#Should the Ender Crafter be enabled?
|
||||||
|
enabled = true
|
||||||
|
#Should the Auto Ender Crafter be enabled?
|
||||||
|
autoCrafterEnabled = true
|
||||||
|
|
||||||
10
config/extendedcrafting/singularities/aluminum.json
Normal file
10
config/extendedcrafting/singularities/aluminum.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.aluminum",
|
||||||
|
"colors": [
|
||||||
|
"caccda",
|
||||||
|
"9a9ca6"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"tag": "forge:ingots/aluminum"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
config/extendedcrafting/singularities/bronze.json
Normal file
10
config/extendedcrafting/singularities/bronze.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.bronze",
|
||||||
|
"colors": [
|
||||||
|
"d99f43",
|
||||||
|
"bb6b3b"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"tag": "forge:ingots/bronze"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
config/extendedcrafting/singularities/coal.json
Normal file
10
config/extendedcrafting/singularities/coal.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.coal",
|
||||||
|
"colors": [
|
||||||
|
"363739",
|
||||||
|
"261e24"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"item": "minecraft:coal"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
config/extendedcrafting/singularities/copper.json
Normal file
10
config/extendedcrafting/singularities/copper.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.copper",
|
||||||
|
"colors": [
|
||||||
|
"fa977c",
|
||||||
|
"bc5430"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"item": "minecraft:copper_ingot"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
config/extendedcrafting/singularities/diamond.json
Normal file
10
config/extendedcrafting/singularities/diamond.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.diamond",
|
||||||
|
"colors": [
|
||||||
|
"a6fce9",
|
||||||
|
"1aaca8"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"item": "minecraft:diamond"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
config/extendedcrafting/singularities/electrum.json
Normal file
10
config/extendedcrafting/singularities/electrum.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.electrum",
|
||||||
|
"colors": [
|
||||||
|
"f5f18e",
|
||||||
|
"9e8d3e"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"tag": "forge:ingots/electrum"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
config/extendedcrafting/singularities/emerald.json
Normal file
10
config/extendedcrafting/singularities/emerald.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.emerald",
|
||||||
|
"colors": [
|
||||||
|
"7df8ac",
|
||||||
|
"8e1a"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"item": "minecraft:emerald"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
config/extendedcrafting/singularities/glowstone.json
Normal file
10
config/extendedcrafting/singularities/glowstone.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.glowstone",
|
||||||
|
"colors": [
|
||||||
|
"ffd38f",
|
||||||
|
"a06135"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"item": "minecraft:glowstone_dust"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
config/extendedcrafting/singularities/gold.json
Normal file
10
config/extendedcrafting/singularities/gold.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.gold",
|
||||||
|
"colors": [
|
||||||
|
"fdf55f",
|
||||||
|
"d98e04"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"item": "minecraft:gold_ingot"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
config/extendedcrafting/singularities/invar.json
Normal file
10
config/extendedcrafting/singularities/invar.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.invar",
|
||||||
|
"colors": [
|
||||||
|
"bcc5bb",
|
||||||
|
"5d7877"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"tag": "forge:ingots/invar"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
config/extendedcrafting/singularities/iron.json
Normal file
10
config/extendedcrafting/singularities/iron.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.iron",
|
||||||
|
"colors": [
|
||||||
|
"e1e1e1",
|
||||||
|
"6c6c6c"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"item": "minecraft:iron_ingot"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
config/extendedcrafting/singularities/lapis_lazuli.json
Normal file
10
config/extendedcrafting/singularities/lapis_lazuli.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.lapis_lazuli",
|
||||||
|
"colors": [
|
||||||
|
"678dea",
|
||||||
|
"1b53a7"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"item": "minecraft:lapis_lazuli"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
config/extendedcrafting/singularities/lead.json
Normal file
10
config/extendedcrafting/singularities/lead.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.lead",
|
||||||
|
"colors": [
|
||||||
|
"6c7d92",
|
||||||
|
"323562"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"tag": "forge:ingots/lead"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
config/extendedcrafting/singularities/nickel.json
Normal file
10
config/extendedcrafting/singularities/nickel.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.nickel",
|
||||||
|
"colors": [
|
||||||
|
"e1d798",
|
||||||
|
"b1976c"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"tag": "forge:ingots/nickel"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
config/extendedcrafting/singularities/platinum.json
Normal file
10
config/extendedcrafting/singularities/platinum.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.platinum",
|
||||||
|
"colors": [
|
||||||
|
"6feaef",
|
||||||
|
"57b8bc"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"tag": "forge:ingots/platinum"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
config/extendedcrafting/singularities/redstone.json
Normal file
10
config/extendedcrafting/singularities/redstone.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.redstone",
|
||||||
|
"colors": [
|
||||||
|
"ff0000",
|
||||||
|
"8a0901"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"item": "minecraft:redstone"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
config/extendedcrafting/singularities/silver.json
Normal file
10
config/extendedcrafting/singularities/silver.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.silver",
|
||||||
|
"colors": [
|
||||||
|
"c0cdd2",
|
||||||
|
"5f6e7c"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"tag": "forge:ingots/silver"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
config/extendedcrafting/singularities/steel.json
Normal file
10
config/extendedcrafting/singularities/steel.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.steel",
|
||||||
|
"colors": [
|
||||||
|
"565656",
|
||||||
|
"232323"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"tag": "forge:ingots/steel"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
config/extendedcrafting/singularities/tin.json
Normal file
10
config/extendedcrafting/singularities/tin.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"name": "singularity.extendedcrafting.tin",
|
||||||
|
"colors": [
|
||||||
|
"a0bebd",
|
||||||
|
"527889"
|
||||||
|
],
|
||||||
|
"ingredient": {
|
||||||
|
"tag": "forge:ingots/tin"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,4 +1,19 @@
|
||||||
{
|
{
|
||||||
|
"extendedcrafting": {
|
||||||
|
"elite_auto_table": true,
|
||||||
|
"ender_crafter": true,
|
||||||
|
"basic_auto_table": true,
|
||||||
|
"flux_crafter": true,
|
||||||
|
"advanced_table": true,
|
||||||
|
"auto_ender_crafter": true,
|
||||||
|
"ultimate_table": true,
|
||||||
|
"ultimate_auto_table": true,
|
||||||
|
"elite_table": true,
|
||||||
|
"basic_table": true,
|
||||||
|
"crafting_core": true,
|
||||||
|
"advanced_auto_table": true,
|
||||||
|
"compressor": true
|
||||||
|
},
|
||||||
"minecraft": {
|
"minecraft": {
|
||||||
"item_storage.show_name_amount": 5,
|
"item_storage.show_name_amount": 5,
|
||||||
"furnace": true,
|
"furnace": true,
|
||||||
|
|
|
||||||
|
|
@ -108,6 +108,33 @@
|
||||||
"create:exact_block": null,
|
"create:exact_block": null,
|
||||||
"create:filter": null,
|
"create:filter": null,
|
||||||
"create:goggles": null,
|
"create:goggles": null,
|
||||||
|
"create:backtank_capacity": null,
|
||||||
|
"extendedcrafting:crafting_core": null,
|
||||||
|
"extendedcrafting:basic_table": null,
|
||||||
|
"extendedcrafting:advanced_table": null,
|
||||||
|
"extendedcrafting:elite_table": null,
|
||||||
|
"extendedcrafting:ultimate_table": null,
|
||||||
|
"extendedcrafting:basic_auto_table": null,
|
||||||
|
"extendedcrafting:advanced_auto_table": null,
|
||||||
|
"extendedcrafting:elite_auto_table": null,
|
||||||
|
"extendedcrafting:ultimate_auto_table": null,
|
||||||
|
"extendedcrafting:ender_crafter": null,
|
||||||
|
"extendedcrafting:auto_ender_crafter": null,
|
||||||
|
"extendedcrafting:flux_crafter": null,
|
||||||
|
"extendedcrafting:compressor": null,
|
||||||
|
"extendedcrafting:crafting_core": null,
|
||||||
|
"extendedcrafting:basic_table": null,
|
||||||
|
"extendedcrafting:advanced_table": null,
|
||||||
|
"extendedcrafting:elite_table": null,
|
||||||
|
"extendedcrafting:ultimate_table": null,
|
||||||
|
"extendedcrafting:basic_auto_table": null,
|
||||||
|
"extendedcrafting:advanced_auto_table": null,
|
||||||
|
"extendedcrafting:elite_auto_table": null,
|
||||||
|
"extendedcrafting:ultimate_auto_table": null,
|
||||||
|
"extendedcrafting:ender_crafter": null,
|
||||||
|
"extendedcrafting:auto_ender_crafter": null,
|
||||||
|
"extendedcrafting:flux_crafter": null,
|
||||||
|
"extendedcrafting:compressor": null,
|
||||||
"gtceu:electric_container_provider": null,
|
"gtceu:electric_container_provider": null,
|
||||||
"gtceu:workable_provider": null,
|
"gtceu:workable_provider": null,
|
||||||
"gtceu:controllable_provider": null,
|
"gtceu:controllable_provider": null,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||||
#Mon Nov 06 20:06:52 NOVT 2023
|
#Sat Nov 11 14:48:32 NOVT 2023
|
||||||
colorSpace=SRGB
|
colorSpace=SRGB
|
||||||
disableUpdateMessage=false
|
disableUpdateMessage=false
|
||||||
enableDebugOptions=false
|
enableDebugOptions=false
|
||||||
|
|
|
||||||
|
|
@ -60,8 +60,7 @@
|
||||||
"shouldFilterDisplays": true,
|
"shouldFilterDisplays": true,
|
||||||
"filteringRules": [
|
"filteringRules": [
|
||||||
"{id:\"roughlyenoughitems:manual\",rule:{}}",
|
"{id:\"roughlyenoughitems:manual\",rule:{}}",
|
||||||
"{id:\"roughlyenoughitems:basic\",rule:{}}",
|
"{id:\"roughlyenoughitems:basic\",rule:{}}"
|
||||||
"{id:\"roughlyenoughitems:hidden_from_recipe_viewers\",rule:{}}"
|
|
||||||
],
|
],
|
||||||
"filteringQuickCraftCategories": { },
|
"filteringQuickCraftCategories": { },
|
||||||
"filteredStacks": []
|
"filteredStacks": []
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
#Pinyin Options
|
#Pinyin Options
|
||||||
#Mon Nov 06 20:09:45 NOVT 2023
|
#Fri Nov 10 23:25:20 NOVT 2023
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#Double Pinyin Options
|
#Double Pinyin Options
|
||||||
#Mon Nov 06 20:09:45 NOVT 2023
|
#Fri Nov 10 23:25:20 NOVT 2023
|
||||||
Converter=sougou
|
Converter=sougou
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ minimap:true
|
||||||
caveMaps:2
|
caveMaps:2
|
||||||
caveZoom:1
|
caveZoom:1
|
||||||
showWaypoints:true
|
showWaypoints:true
|
||||||
showIngameWaypoints:true
|
showIngameWaypoints:false
|
||||||
displayRedstone:true
|
displayRedstone:true
|
||||||
deathpoints:true
|
deathpoints:true
|
||||||
oldDeathpoints:true
|
oldDeathpoints:true
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@
|
||||||
"name": "gui.xaero_entity_category_root",
|
"name": "gui.xaero_entity_category_root",
|
||||||
"protection": true,
|
"protection": true,
|
||||||
"settingOverrides": {
|
"settingOverrides": {
|
||||||
"displayHeight": 0.0,
|
|
||||||
"displayed": true,
|
"displayed": true,
|
||||||
|
"displayHeight": 0.0,
|
||||||
"heightBasedFade": true,
|
"heightBasedFade": true,
|
||||||
"renderOrder": 0.0,
|
"renderOrder": 0.0,
|
||||||
"color": 13.0,
|
"color": 13.0,
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ differentiateByServerAddress:true
|
||||||
caveMapsAllowed:true
|
caveMapsAllowed:true
|
||||||
debug:false
|
debug:false
|
||||||
lighting:true
|
lighting:true
|
||||||
colours:0
|
colours:1
|
||||||
loadChunks:true
|
loadChunks:true
|
||||||
updateChunks:true
|
updateChunks:true
|
||||||
terrainSlopes:2
|
terrainSlopes:2
|
||||||
|
|
|
||||||
BIN
mods/BetterThirdPerson-Forge-1.20-1.9.0.jar
Normal file
BIN
mods/BetterThirdPerson-Forge-1.20-1.9.0.jar
Normal file
Binary file not shown.
BIN
mods/Cucumber-1.20.1-7.0.4.jar
Normal file
BIN
mods/Cucumber-1.20.1-7.0.4.jar
Normal file
Binary file not shown.
BIN
mods/ExtendedCrafting-1.20.1-6.0.4.jar
Normal file
BIN
mods/ExtendedCrafting-1.20.1-6.0.4.jar
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue