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 |