Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Corosauce committed Oct 9, 2023
1 parent 93214f9 commit d1d4cde
Show file tree
Hide file tree
Showing 29 changed files with 988 additions and 269 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ minecraft {
// applies to all the run configs below
configureEach {
workingDirectory project.file('run')
arg "-mixin.config=weather2.mixins.json"

// Recommended logging data for a userdev environment
// The markers can be added/remove as needed separated by commas.
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ mapping_version=1.20.1

# The unique mod identifier for the mod. Must be lowercase in English locale. Must fit the regex [a-z][a-z0-9_]{1,63}
# Must match the String constant located in the main mod class annotated with @Mod.
mod_id=examplemod
mod_id=weather2
# The human-readable display name for the mod.
mod_name=Example Mod
mod_name=Weather2
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=All Rights Reserved
# The mod version. See https://semver.org/
mod_version=1.0.0
mod_version=1.20.1-2.7.5
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
mod_group_id=com.example.examplemod
mod_group_id=com.corosus.weather2
# The authors of the mod. This is a simple text string that is used for display purposes in the mod list.
mod_authors=YourNameHere, OtherNameHere
mod_authors=Corosus
# The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list.
mod_description=Example mod description.\nNewline characters can be used and will be replaced properly.
mod_description=Speeeeeeen
25 changes: 25 additions & 0 deletions run-data/config/fml.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#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

558 changes: 558 additions & 0 deletions run-data/logs/debug.log

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions run-data/logs/latest.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[07Oct2023 20:43:18.676] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgedatauserdev, --assetIndex, 5, --assetsDir, C:\Users\Corosus\.gradle\caches\forge_gradle\assets, --gameDir, ., --fml.forgeVersion, 47.1.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412, -mixin.config=weather2.mixins.json, --mod, weather2, --all, --output, C:\dev\git\weather2_1.20\src\generated\resources, --existing, C:\dev\git\weather2_1.20\src\main\resources]
[07Oct2023 20:43:18.681] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.3 by Amazon.com Inc.; OS Windows 10 arch amd64 version 10.0
[07Oct2023 20:43:18.754] [main/WARN] [net.minecraftforge.fml.loading.FMLConfig/CORE]: Configuration file C:\dev\git\weather2_1.20\run-data\config\fml.toml is not correct. Correcting
[07Oct2023 20:43:18.755] [main/INFO] [net.minecraftforge.fml.loading.FMLConfig/CORE]: Incorrect key [earlyWindowSkipGLVersions] was corrected from null to []
[07Oct2023 20:43:18.756] [main/INFO] [net.minecraftforge.fml.loading.FMLConfig/CORE]: Incorrect key [earlyWindowSquir] was corrected from null to false
[07Oct2023 20:43:18.769] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgedatauserdev
[07Oct2023 20:43:18.807] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/Corosus/.gradle/caches/modules-2/files-2.1/org.spongepowered/mixin/0.8.5/9d1c0c3a304ae6697ecd477218fa61b850bf57fc/mixin-0.8.5.jar%23128!/ Service=ModLauncher Env=CLIENT
[07Oct2023 20:43:19.066] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\Corosus\.gradle\caches\modules-2\files-2.1\net.minecraftforge\javafmllanguage\1.20.1-47.1.0\a2cd58d15791eaac9983e30be0995e66bd48633e\javafmllanguage-1.20.1-47.1.0.jar is missing mods.toml file
[07Oct2023 20:43:19.070] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\Corosus\.gradle\caches\modules-2\files-2.1\net.minecraftforge\lowcodelanguage\1.20.1-47.1.0\f1f11b7217b8320f1b3eb81c746b7b8a70a9ba06\lowcodelanguage-1.20.1-47.1.0.jar is missing mods.toml file
[07Oct2023 20:43:19.074] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\Corosus\.gradle\caches\modules-2\files-2.1\net.minecraftforge\mclanguage\1.20.1-47.1.0\ff1b8eeb1bd00dfb130263b8952b931f5369252e\mclanguage-1.20.1-47.1.0.jar is missing mods.toml file
[07Oct2023 20:43:19.077] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file C:\Users\Corosus\.gradle\caches\modules-2\files-2.1\net.minecraftforge\fmlcore\1.20.1-47.1.0\69ca36ae5b8d45c377a5485dc38a7343e5ebf33c\fmlcore-1.20.1-47.1.0.jar is missing mods.toml file
[07Oct2023 20:43:19.165] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: No dependencies to load found. Skipping!
[07Oct2023 20:43:20.404] [main/INFO] [mixin/]: Compatibility level set to JAVA_17
[07Oct2023 20:43:20.406] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgedatauserdev' with arguments [--gameDir, ., --assetsDir, C:\Users\Corosus\.gradle\caches\forge_gradle\assets, --assetIndex, 5, --mod, weather2, --all, --output, C:\dev\git\weather2_1.20\src\generated\resources, --existing, C:\dev\git\weather2_1.20\src\main\resources]
[07Oct2023 20:43:20.503] [main/WARN] [mixin/]: Reference map 'weather2.refmap.json' for weather2.mixins.json could not be read. If this is a development environment you can ignore this message
[07Oct2023 20:43:21.571] [main/INFO] [net.minecraftforge.data.loading.DatagenModLoader/]: Initializing Data Gatherer for mods [weather2]
[07Oct2023 20:43:25.266] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 47.1.0, for MC 1.20.1 with MCP 20230612.114412
[07Oct2023 20:43:25.267] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v47.1.0 Initialized
[07Oct2023 20:43:26.049] [main/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/C:/dev/git/weather2_1.20/build/fg_cache/net/minecraftforge/forge/1.20.1-47.1.0_mapped_official_1.20.1/forge-1.20.1-47.1.0_mapped_official_1.20.1-recomp.jar%23191!/assets/.mcassetsroot' uses unexpected schema
[07Oct2023 20:43:26.050] [main/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/C:/dev/git/weather2_1.20/build/fg_cache/net/minecraftforge/forge/1.20.1-47.1.0_mapped_official_1.20.1/forge-1.20.1-47.1.0_mapped_official_1.20.1-recomp.jar%23191!/data/.mcassetsroot' uses unexpected schema
[07Oct2023 20:43:33.291] [main/INFO] [net.minecraft.data.DataGenerator/]: Starting provider: atlases generator for coroutil
[07Oct2023 20:43:34.966] [main/INFO] [net.minecraft.data.DataGenerator/]: atlases generator for coroutil finished after 1674 ms
[07Oct2023 20:43:34.966] [main/INFO] [net.minecraft.data.DataGenerator/]: All providers took: 1675 ms
[07Oct2023 20:43:34.971] [main/INFO] [net.minecraft.data.HashCache/]: Caching: total files: 10, old count: 0, new count: 2, removed stale: 9, written: 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// 1.20.1 2023-10-07T20:43:34.9678345 atlases generator for coroutil
b4fbde0c4acd6e5eb81ad5533aea31e0c450cf36 assets/minecraft/atlases/particles.json
8 changes: 0 additions & 8 deletions src/generated/resources/.cache/cache

This file was deleted.

100 changes: 100 additions & 0 deletions src/generated/resources/assets/minecraft/atlases/particles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
{
"sources": [
{
"type": "minecraft:single",
"resource": "coroutil:particles/white"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/smoke_00"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/cloud256"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/cloud256_fire"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/cloud256_test"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/cloud256_6"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/downfall3"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/chicken"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/potato"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/leaf"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/test_texture"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/white_square"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/rain_white"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/snow"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/tumbleweed"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/debris_1"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/debris_2"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/debris_3"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/grass"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/hail"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/cloud"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/cloud_square"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/white16"
},
{
"type": "minecraft:single",
"resource": "coroutil:particles/white64"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions src/generated/resources/data/weather2/recipes/sand_layer.json

This file was deleted.

22 changes: 0 additions & 22 deletions src/generated/resources/data/weather2/recipes/tornado_siren.json

This file was deleted.

Loading

0 comments on commit d1d4cde

Please sign in to comment.