remove xenon, add embeddium + the sodium addons back, also add the create liquid fuel mod and remove straws
This commit is contained in:
parent
db2aa2d1ed
commit
ab83550478
5 changed files with 0 additions and 315 deletions
|
|
@ -1638,25 +1638,6 @@
|
|||
x: -7.5d
|
||||
y: 4.0d
|
||||
}
|
||||
{
|
||||
dependencies: [
|
||||
"183D47F04CAEBFA7"
|
||||
"753A53733C6DFA04"
|
||||
]
|
||||
description: ["{quests.steam_age.straw.desc}"]
|
||||
id: "7314F69F0DE6E78E"
|
||||
optional: true
|
||||
shape: "heart"
|
||||
subtitle: "{quests.steam_age.straw.subtitle}"
|
||||
tasks: [{
|
||||
id: "25F19B16E99D6DD0"
|
||||
item: "createaddition:straw"
|
||||
type: "item"
|
||||
}]
|
||||
title: "{quests.steam_age.straw.title}"
|
||||
x: -15.0d
|
||||
y: 16.0d
|
||||
}
|
||||
{
|
||||
dependencies: ["183D47F04CAEBFA7"]
|
||||
description: ["{quests.steam_age.fuel_sources.desc}"]
|
||||
|
|
|
|||
|
|
@ -1,131 +0,0 @@
|
|||
|
||||
[xenonextras]
|
||||
|
||||
[xenonextras.general]
|
||||
#Set Fullscreen mode
|
||||
#Borderless let you change between screens more faster and move your mouse across monitors
|
||||
#Allowed Values: WINDOWED, BORDERLESS, FULLSCREEN
|
||||
fullscreen = "WINDOWED"
|
||||
#Configure FPS Display mode
|
||||
#Complete mode gives you min FPS count and average count
|
||||
#Allowed Values: OFF, SIMPLE, ADVANCED, FRAMETIME
|
||||
fpsDisplay = "ADVANCED"
|
||||
#Configure FPS Display gravity
|
||||
#Places counter on specified corner of your screen
|
||||
#Allowed Values: LEFT, CENTER, RIGHT
|
||||
fpsDisplayGravity = "LEFT"
|
||||
#Shows GPU and memory usage onto FPS display
|
||||
#Allowed Values: OFF, ON, RAM
|
||||
fpsDisplaySystem = "OFF"
|
||||
#Configure FPS Display margin
|
||||
#Give some space between corner and text
|
||||
#Range: 0 ~ 48
|
||||
fpsDisplayMargin = 12
|
||||
#Toggle FPS Display shadow
|
||||
#In case sometimes you can't see the text
|
||||
fpsDisplayShadow = false
|
||||
|
||||
[xenonextras.quality]
|
||||
#Toggle fog feature
|
||||
#Fog was a vanilla feature, toggling off may increases performance
|
||||
fog = true
|
||||
#Raise clouds
|
||||
#Modify clouds height perfect for a adaptative world experience
|
||||
#Range: 0 ~ 512
|
||||
cloudsHeight = 192
|
||||
#Chunks fade in speed
|
||||
#This option doesn't affect performance, just changes speed
|
||||
#Allowed Values: OFF, FAST, SLOW
|
||||
chunkFadeSpeed = "SLOW"
|
||||
|
||||
[xenonextras.quality.darkness]
|
||||
#Configure Darkness Mode
|
||||
#Each config changes what is considered 'true darkness'
|
||||
#Allowed Values: TOTAL_DARKNESS, PITCH_BLACK, DARK, DIM, OFF
|
||||
mode = "OFF"
|
||||
#Toggle Darkness on Overworld dimension
|
||||
enableOnOverworld = true
|
||||
#Toggle Darkness on Nether dimension
|
||||
enableOnNether = false
|
||||
#Configure fog brightness on nether when darkness is enabled
|
||||
#Range: 0.0 ~ 1.0
|
||||
netherFogBright = 0.5
|
||||
#Toggle Darkness on End dimension
|
||||
enableOnEnd = false
|
||||
#Configure fog brightness on nether when darkness is enabled
|
||||
#Range: 0.0 ~ 1.0
|
||||
endFogBright = 0.5
|
||||
#Toggle Darkness default mode for modded dimensions
|
||||
valueByDefault = false
|
||||
#List of all dimensions to use True Darkness
|
||||
#This option overrides 'valueByDefault' state
|
||||
dimensionWhitelist = []
|
||||
#Toggle darkness when dimension has no SkyLight
|
||||
enableOnNoSkyLight = false
|
||||
#Disables all bright sources of darkness like moon or fog
|
||||
#Only affects darkness effect
|
||||
enableBlockLightOnly = false
|
||||
#Toggles if moon phases affects darkness in the overworld
|
||||
affectedByMoonPhase = true
|
||||
#Configure max moon brightness level with darkness
|
||||
#Range: 0.0 ~ 1.0
|
||||
fullMoonBright = 0.25
|
||||
#Configure min moon brightness level with darkness
|
||||
#Range: 0.0 ~ 1.0
|
||||
newMoonBright = 0.0
|
||||
|
||||
[xenonextras.performance]
|
||||
#Toggles JREI item rendering until searching
|
||||
#Increases performance a little bit and cleans your screen when you don't want to use it
|
||||
hideJREI = false
|
||||
#Toggles Minecraft Fonts shadows
|
||||
#Depending of the case may increase performance
|
||||
#Gives a flat style text
|
||||
fontShadows = true
|
||||
|
||||
[xenonextras.performance.distanceCulling]
|
||||
|
||||
[xenonextras.performance.distanceCulling.tileEntities]
|
||||
#Toggles distance culling for Block Entities
|
||||
#Maybe you use another mod for that :(
|
||||
enable = true
|
||||
#Configure horizontal max distance before cull Block entities
|
||||
#Value is squared, default was 64^2 (or 64x64)
|
||||
#Range: > 0
|
||||
cullingMaxDistanceX = 4096
|
||||
#Configure vertical max distance before cull Block entities
|
||||
#Value is raw
|
||||
#Range: 0 ~ 512
|
||||
cullingMaxDistanceY = 32
|
||||
#List of all Block Entities to be ignored by distance culling
|
||||
#Uses ResourceLocation to identify it
|
||||
#Example 1: "minecraft:chest" - Ignores chests only
|
||||
#Example 2: "ae2:*" - ignores all Block entities from Applied Energetics 2
|
||||
whitelist = ["waterframes:*"]
|
||||
|
||||
[xenonextras.performance.distanceCulling.entities]
|
||||
#Toggles distance culling for entities
|
||||
enable = true
|
||||
#Configure horizontal max distance before cull entities
|
||||
#Value is squared, default was 64^2 (or 64x64)
|
||||
#Range: > 0
|
||||
cullingMaxDistanceX = 4096
|
||||
#Configure vertical max distance before cull entities
|
||||
#Value is raw
|
||||
#Range: 0 ~ 512
|
||||
cullingMaxDistanceY = 32
|
||||
#Configure modifier applied to hostile entities
|
||||
#Value is raw, 50% - 200%
|
||||
#Range: 25 ~ 200
|
||||
hostileEntityModifier = 100
|
||||
#List of all Entities to be ignored by distance culling
|
||||
#Uses ResourceLocation to identify it
|
||||
#Example 1: "minecraft:bat" - Ignores bats only
|
||||
#Example 2: "alexsmobs:*" - ignores all entities for alexmobs mod
|
||||
whitelist = ["minecraft:ghast", "minecraft:ender_dragon", "iceandfire:*", "create:*"]
|
||||
|
||||
[xenonextras.others]
|
||||
#Configure if borderless fullscreen option should be attached to F11 or replace vanilla fullscreen
|
||||
#Allowed Values: ATTACH, REPLACE, OFF
|
||||
borderlessAttachModeOnF11 = "ATTACH"
|
||||
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
# This is the configuration file for Xenon.
|
||||
#
|
||||
# You can find information on editing this file and all the available options here:
|
||||
# https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File
|
||||
#
|
||||
# By default, this file will be empty except for this notice.
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
{
|
||||
"quality": {
|
||||
"weather_quality": "DEFAULT",
|
||||
"leaves_quality": "DEFAULT",
|
||||
"enable_vignette": true,
|
||||
"use_quad_normals_for_shading": false
|
||||
},
|
||||
"advanced": {
|
||||
"enable_memory_tracing": false,
|
||||
"use_advanced_staging_buffers": true,
|
||||
"disable_incompatible_mod_warnings": false,
|
||||
"cpu_render_ahead_limit": 3
|
||||
},
|
||||
"performance": {
|
||||
"chunk_builder_threads": 0,
|
||||
"always_defer_chunk_updates_v2": true,
|
||||
"animate_only_visible_textures": true,
|
||||
"use_entity_culling": true,
|
||||
"leaf_culling_quality": "SOLID_AGGRESSIVE",
|
||||
"use_fog_occlusion": true,
|
||||
"use_block_face_culling": true,
|
||||
"use_compact_vertex_format": true,
|
||||
"use_translucent_face_sorting_v2": true,
|
||||
"use_no_error_g_l_context": true
|
||||
},
|
||||
"notifications": {
|
||||
"force_disable_donation_prompts": false,
|
||||
"has_cleared_donation_button": false,
|
||||
"has_seen_donation_prompt": false
|
||||
}
|
||||
}
|
||||
|
|
@ -94,134 +94,6 @@ const registerCreateAdditionsRecipes = (event) => {
|
|||
F: '#forge:shafts'
|
||||
}).id('tfg:createadditions/shaped/alternator')
|
||||
|
||||
//#region Liquid blaze burners
|
||||
|
||||
event.recipes.tfc.anvil('createaddition:straw', '#forge:plates/tin_alloy', ['punch_last', 'shrink_second_last', 'upset_not_last'])
|
||||
.tier(3)
|
||||
.id(`tfc:anvil/straw`)
|
||||
|
||||
event.recipes.gtceu.lathe('assembler:createaddition_straw')
|
||||
.itemInputs('#forge:plates/tin_alloy')
|
||||
.itemOutputs('createaddition:straw')
|
||||
.duration(20 * 6)
|
||||
.EUt(16)
|
||||
|
||||
event.custom({
|
||||
type: 'vintageimprovements:turning',
|
||||
ingredients: [{ tag: 'forge:plates/tin_alloy' }],
|
||||
results: [{ item: 'createaddition:straw' }],
|
||||
processingTime: 20 * 6
|
||||
}).id(`tfg:vi/lathe/straw`)
|
||||
|
||||
// the amount is hardcoded to 100mb because create additions sucks
|
||||
event.custom({
|
||||
type: 'createaddition:liquid_burning',
|
||||
input: {
|
||||
fluidTag: 'minecraft:lava',
|
||||
amount: 100
|
||||
},
|
||||
burnTime: 7 * 9 * 9
|
||||
}).id('tfg:createadditions/liquid_burning/lava')
|
||||
|
||||
event.custom({
|
||||
type: 'createaddition:liquid_burning',
|
||||
input: {
|
||||
fluidTag: 'forge:creosote',
|
||||
amount: 100
|
||||
},
|
||||
burnTime: 500
|
||||
}).id('tfg:createadditions/liquid_burning/creosote')
|
||||
|
||||
event.custom({
|
||||
type: 'createaddition:liquid_burning',
|
||||
input: {
|
||||
fluidTag: 'forge:biomass',
|
||||
amount: 100
|
||||
},
|
||||
burnTime: 2000
|
||||
}).id('tfg:createadditions/liquid_burning/biomass')
|
||||
|
||||
event.custom({
|
||||
type: 'createaddition:liquid_burning',
|
||||
input: {
|
||||
fluidTag: 'forge:oil',
|
||||
amount: 100
|
||||
},
|
||||
burnTime: 400
|
||||
}).id('tfg:createadditions/liquid_burning/oil')
|
||||
|
||||
event.custom({
|
||||
type: 'createaddition:liquid_burning',
|
||||
input: {
|
||||
fluidTag: 'forge:oil_heavy',
|
||||
amount: 100
|
||||
},
|
||||
burnTime: 2500
|
||||
}).id('tfg:createadditions/liquid_burning/oil_heavy')
|
||||
|
||||
event.custom({
|
||||
type: 'createaddition:liquid_burning',
|
||||
input: {
|
||||
fluidTag: 'forge:sulfuric_heavy_fuel',
|
||||
amount: 100
|
||||
},
|
||||
burnTime: 2500
|
||||
}).id('tfg:createadditions/liquid_burning/sulfuric_heavy_fuel')
|
||||
|
||||
event.custom({
|
||||
type: 'createaddition:liquid_burning',
|
||||
input: {
|
||||
fluidTag: 'forge:heavy_fuel',
|
||||
amount: 100
|
||||
},
|
||||
burnTime: 7000
|
||||
}).id('tfg:createadditions/liquid_burning/heavy_fuel')
|
||||
|
||||
event.custom({
|
||||
type: 'createaddition:liquid_burning',
|
||||
input: {
|
||||
fluidTag: 'forge:fish_oil',
|
||||
amount: 100
|
||||
},
|
||||
burnTime: 7000
|
||||
}).id('tfg:createadditions/liquid_burning/fish_oil')
|
||||
|
||||
event.custom({
|
||||
type: 'createaddition:liquid_burning',
|
||||
input: {
|
||||
fluid: 'tfc:olive_oil',
|
||||
amount: 100
|
||||
},
|
||||
burnTime: 7000
|
||||
}).id('tfg:createadditions/liquid_burning/olive_oil')
|
||||
|
||||
event.custom({
|
||||
type: 'createaddition:liquid_burning',
|
||||
input: {
|
||||
fluid: 'firmalife:soybean_oil',
|
||||
amount: 100
|
||||
},
|
||||
burnTime: 7000
|
||||
}).id('tfg:createadditions/liquid_burning/soybean_oil')
|
||||
|
||||
event.custom({
|
||||
type: 'createaddition:liquid_burning',
|
||||
input: {
|
||||
fluidTag: 'forge:seed_oil',
|
||||
amount: 100
|
||||
},
|
||||
burnTime: 7000
|
||||
}).id('tfg:createadditions/liquid_burning/seed_oil')
|
||||
|
||||
event.custom({
|
||||
type: 'createaddition:liquid_burning',
|
||||
input: {
|
||||
fluid: 'gtceu:steam',
|
||||
amount: 100
|
||||
},
|
||||
burnTime: 1
|
||||
}).id('tfg:createadditions/liquid_burning/steam')
|
||||
//#endregion
|
||||
|
||||
event.shapeless('createaddition:diamond_grit_sandpaper', ['minecraft:paper', 'tfc:glue', '#forge:dusts/diamond'])
|
||||
.id('tfg:shapeless/diamond_grit_sand_paper')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue