This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > Task :cpw.mods.bootstraplauncher.BootstrapLauncher.main() | |
| 2025-06-02 19:08:58,943 main WARN Advanced terminal features are not available in this environment | |
| [19:08:59] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeclientuserdev, --version, MOD_DEV, --assetIndex, 5, --assetsDir, C:\Users\OMISTAJA\.gradle\caches\forge_gradle\assets, --gameDir, ., --fml.forgeVersion, 47.3.25, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] | |
| [19:08:59] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.15 by Eclipse Adoptium; OS Windows 10 arch amd64 version 10.0 | |
| [19:08:59] [main/DEBUG] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Found launch services [fmlclientdev,forgeclient,minecraft,forgegametestserverdev,fmlserveruserdev,fmlclient,fmldatauserdev,forgeserverdev,forgeserveruserdev,forgeclientdev,forgeclientuserdev,forgeserver,forgedatadev,fmlserver,fmlclientuserdev,fml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //buildscript | |
| buildscript { | |
| repositories { | |
| maven { url = "https://maven.minecraftforge.net" } | |
| maven { url = "https://repo.spongepowered.org/maven" } | |
| } | |
| dependencies { | |
| classpath 'net.minecraftforge.gradle:ForgeGradle:5.1.+' | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| plugins { | |
| id 'eclipse' | |
| id 'idea' | |
| id 'maven-publish' | |
| id 'net.minecraftforge.gradle' version '[6.0,6.2)' | |
| } | |
| version = mod_version | |
| group = mod_group_id |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| craftingTable.addShaped("example", <item:refinedstorage:creative_storage_disk>, [[<minecraft:stick>, <minecraft:stick>, <minecraft:stick>]]); | |
| craftingTable.addShaped("exemple", <item:refinedstorage:creative_storage>, [[<minecraft:gravel>, <minecraft:stick>, <minecraft:dirt>]]); | |
| craftingTable.addShaped("exa", <item:refinedstorage:crafting_grid>, [[<minecraft:stick>, <minecraft:sand>, <minecraft:flint>]]); | |
| craftingTable.addShaped("exampe", <item:refinedstorage:importer>, [[<minecraft:stick>, <minecraft:stick>, <minecraft:sand>]]); | |
| craftingTable.addShaped("exampl", <item:refinedstorage:speed_upgrade>, [[<minecraft:stick>, <minecraft:sand>, <minecraft:stick>]]); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [19:10:47.568][INFO][CraftTweaker-EarlyInit]: CraftTweaker is running on a Minecraft 1.20.1 production client modded with platform Forge | |
| [19:10:47.617][INFO][CraftTweaker-EarlyInit]: Successfully injected RecipeFS file system | |
| [19:10:47.749][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin crafttweaker:builtin | |
| [19:10:47.752][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin crafttweaker:builtin_forge | |
| [19:10:47.756][INFO][CraftTweaker-Plugins]: Successfully identified and loaded plugin mekanism:crt_plugin | |
| [19:10:50.602][INFO][CraftTweaker]: The following mods have explicit CraftTweaker support through the default plugin: | |
| [19:10:50.605][INFO][CraftTweaker]: - 'crafttweaker' at version '14.0.53' | |
| [19:10:50.605][INFO][CraftTweaker]: - 'mekanism' at version '10.4.14' | |
| [19:10:50.605][INFO][CraftTweaker]: - 'mysticalagriculture' at version '7.0.16' | |
| [19:11:48.015][INFO][CraftTweaker-ZenCode]: Started loading scripts for loader 'mekanismcontent' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MSBuild version 17.3.4+a400405ba for .NET | |
| Determining projects to restore... | |
| All projects are up-to-date for restore. | |
| os1 -> /home/eetu/Työpöytä/os/os1/bin/cosmos/Debug/net6.0/os1.dll | |
| UEFI enabled. | |
| -as mkisofs -relaxed-filenames -J -R -l -allow-lowercase -o bin/cosmos/Debug/net6.0/os1.iso -b boot/limine-bios-cd.bin -no-emul-boot -boot-load-size 4 -boot-info-table --efi-boot boot/limine-uefi-cd.bin -efi-boot-part --efi-boot-image bin/cosmos/Debug/net6.0/ISO | |
| xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project. | |
| Drive current: -outdev 'stdio:bin/cosmos/Debug/net6.0/os1.iso' | |
| Media current: stdio file, overwriteable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Build started at 8.55... | |
| 1>------ Build started: Project: tinos_version2, Configuration: Debug Any CPU ------ | |
| 1>tinos_version2 -> C:\tinos_version2\tinos_version2\bin\Debug\net6.0\tinos_version2.dll | |
| 1>Message: Executing IL2CPU on assembly | |
| 1>Message: Kernel Base: Cosmos.System.Kernel | |
| 1>Message: Checking target assembly: C:\tinos_version2\tinos_version2\bin\Debug\net6.0\tinos_version2.dll | |
| 1>Message : warning : Loading plugs from assembly: Cosmos.Core_Asm, Version=10.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983 | |
| 1>Message : warning : Loading plugs from assembly: Cosmos.Core_Plugs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983 | |
| 1>Message : warning : Loading plugs from assembly: Cosmos.Debug.Kernel.Plugs.Asm, Version=10.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983 | |
| 1>Message : warning : Loading plugs from assembly: Cosmos.System2_Plugs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=5ae71220097cb983 |