This commit is contained in:
Dmitry 2023-12-14 07:51:09 +07:00
parent 6bf7df2b18
commit 77aa887783
8 changed files with 97 additions and 99 deletions

103
.gitignore vendored
View file

@ -1,50 +1,53 @@
crash-reports/*
logs/*
saves/*
config/jei/world/*
local/*
XaeroWaypoints*
XaeroWorldMap/*
CustomSkinLoader/*
options.txt
patchouli_data.json
usernamecache.json
usercache.json
rhino.local.properties
fancymenu_data/last_world.fmdata
profile.json
screenshots/*
emi.json
servers.dat
servers.dat_old
.sl_password
cherishedworlds-favorites.dat
CustomSkinLoader/*
realms_persistence.json
config/roughlyenoughitems/*
config/oculus.properties
.github/buildtools/serverfiles/logs/
.github/buildtools/serverfiles/world/
.github/buildtools/serverfiles/config/
.github/buildtools/serverfiles/crash-reports/
.github/buildtools/serverfiles/kubejs/
.github/buildtools/serverfiles/mods/
.github/buildtools/serverfiles/local/
.github/buildtools/serverfiles/xaerominimap-common.txt
.github/buildtools/serverfiles/xaeroworldmap-common.txt
.github/buildtools/serverfiles/banned-ips.json
.github/buildtools/serverfiles/banned-players.json
.github/buildtools/serverfiles/ops.json
.github/buildtools/serverfiles/whitelist.json
minecraftinstance.json
config/smoothboot.json
.curseclient
knownkeys.txt
*.code-workspace
mods/*.jar
packwiz-installer.jar
crash-reports/*
logs/*
saves/*
config/jei/world/*
local/*
XaeroWaypoints*
XaeroWorldMap/*
CustomSkinLoader/*
options.txt
patchouli_data.json
usernamecache.json
usercache.json
rhino.local.properties
fancymenu_data/last_world.fmdata
profile.json
screenshots/*
emi.json
servers.dat
servers.dat_old
.sl_password
cherishedworlds-favorites.dat
CustomSkinLoader/*
realms_persistence.json
config/roughlyenoughitems/*
config/oculus.properties
.github/buildtools/serverfiles/logs/
.github/buildtools/serverfiles/world/
.github/buildtools/serverfiles/config/
.github/buildtools/serverfiles/crash-reports/
.github/buildtools/serverfiles/kubejs/
.github/buildtools/serverfiles/mods/
.github/buildtools/serverfiles/local/
.github/buildtools/serverfiles/xaerominimap-common.txt
.github/buildtools/serverfiles/xaeroworldmap-common.txt
.github/buildtools/serverfiles/banned-ips.json
.github/buildtools/serverfiles/banned-players.json
.github/buildtools/serverfiles/ops.json
.github/buildtools/serverfiles/whitelist.json
minecraftinstance.json
config/smoothboot.json
.curseclient
knownkeys.txt
*.code-workspace
mods/*.jar
packwiz-installer.jar
config/fml.toml
config/forge-client.toml
packwiz.json

6
.idea/.gitignore generated vendored Normal file
View file

@ -0,0 +1,6 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
/discord.xml

12
.idea/.minecraft.iml generated Normal file
View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View file

@ -0,0 +1,12 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="GrazieInspection" enabled="false" level="GRAMMAR_ERROR" enabled_by_default="false" />
<inspection_tool class="LanguageDetectionInspection" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
<option name="processCode" value="true" />
<option name="processLiterals" value="true" />
<option name="processComments" value="true" />
</inspection_tool>
</profile>
</component>

8
.idea/modules.xml generated Normal file
View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/.minecraft.iml" filepath="$PROJECT_DIR$/.idea/.minecraft.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml generated Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View file

@ -1,25 +0,0 @@
#Early window height
earlyWindowHeight = 480
#Early window framebuffer scale
earlyWindowFBScale = 1
#Enable forge global version checking
versionCheck = true
#Early window provider
earlyWindowProvider = "fmlearlywindow"
#Early window width
earlyWindowWidth = 854
#Early window starts maximized
earlyWindowMaximized = false
#Default config path for servers
defaultConfigPath = "defaultconfigs"
#Disables Optimized DFU client-side - already disabled on servers
disableOptimizedDFU = true
#Skip specific GL versions, may help with buggy graphics card drivers
earlyWindowSkipGLVersions = []
#Should we control the window. Disabling this disables new GL features and can be bad for mods that rely on them.
earlyWindowControl = true
#Max threads for early initialization parallelism, -1 is based on processor count
maxThreads = -1
#Squir?
earlyWindowSquir = false

View file

@ -1,24 +0,0 @@
#Client only settings, mostly things related to rendering
[client]
#Enable Forge to queue all chunk updates to the Chunk Update thread.
#May increase FPS significantly, but may also cause weird rendering lag.
#Not recommended for computers without a significant number of cores available.
alwaysSetupTerrainOffThread = false
#EXPERIMENTAL: Enable the Forge block rendering pipeline - fixes the lighting of custom models.
experimentalForgeLightPipelineEnabled = false
#When enabled, Forge will show any warnings that occurred during loading.
showLoadWarnings = true
#Set to true to use a combined DEPTH_STENCIL attachment instead of two separate ones.
useCombinedDepthStencilAttachment = false
#[DEPRECATED] Does nothing anymore, IPv6 addresses will be compressed always
compressLanIPv6Addresses = true
#During block model baking, manually calculates the normal for all faces.
#This was the default behavior of forge between versions 31.0 and 47.1.
#May result in differences between vanilla rendering and forge rendering.
#Will only produce differences for blocks that contain non-axis aligned faces.
#You will need to reload your resources to see results.
calculateAllNormals = false
#When enabled, a slightly biased Direction#getNearest calculation will be used to prevent normal fighting on 45 degree angle faces.
stabilizeDirectionGetNearest = true