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
package com.teamacronymcoders.matteroverdrive.block; | |
import com.teamacronymcoders.matteroverdrive.api.misc.RotationType; | |
import com.teamacronymcoders.matteroverdrive.block.extendable.block.MOMultiBlock; | |
import com.teamacronymcoders.matteroverdrive.block.extendable.block.MORotatableBlock; | |
import com.teamacronymcoders.matteroverdrive.block.tile.ChargingStationTile; | |
import com.teamacronymcoders.matteroverdrive.util.MOBlockUtil; | |
import net.minecraft.SharedConstants; | |
import net.minecraft.core.BlockPos; | |
import net.minecraft.core.Direction; |
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
package com.hrznstudio.matteroverdrive.client.renderer.tile; | |
import com.hrznstudio.matteroverdrive.block.tile.BaseStationTile; | |
import com.hrznstudio.matteroverdrive.client.MOShaders; | |
import com.mojang.blaze3d.platform.GlStateManager; | |
import com.mojang.blaze3d.systems.RenderSystem; | |
import com.mojang.blaze3d.vertex.DefaultVertexFormat; | |
import com.mojang.blaze3d.vertex.PoseStack; | |
import com.mojang.blaze3d.vertex.VertexConsumer; | |
import com.mojang.blaze3d.vertex.VertexFormat; |
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
java.lang.NullPointerException: Cannot invoke "net.minecraft.client.renderer.ShaderInstance.setSampler(String, Object)" because "p_166879_" is null | |
at com.mojang.blaze3d.vertex.VertexBuffer._drawWithShader(VertexBuffer.java:128) ~[forge-1.19-41.0.94_mapped_official_1.19.jar%23180!/:?] {re:classloading,pl:runtimedistcleaner:A} | |
at com.mojang.blaze3d.vertex.VertexBuffer.drawWithShader(VertexBuffer.java:121) ~[forge-1.19-41.0.94_mapped_official_1.19.jar%23180!/:?] {re:classloading,pl:runtimedistcleaner:A} | |
at com.mojang.blaze3d.vertex.BufferUploader._drawWithShader(BufferUploader.java:33) ~[forge-1.19-41.0.94_mapped_official_1.19.jar%23180!/:?] {re:classloading,pl:runtimedistcleaner:A} | |
at com.mojang.blaze3d.vertex.BufferUploader.drawWithShader(BufferUploader.java:26) ~[forge-1.19-41.0.94_mapped_official_1.19.jar%23180!/:?] {re:classloading,pl:runtimedistcleaner:A} | |
at net.minecraft.client.renderer.RenderType.end(RenderType.java:381) ~[forge-1.19-41.0.94_mapped_official_1.19.jar%23180!/:?] {re:classloading,pl:a |
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 { | |
repositories { | |
maven { url = 'https://files.minecraftforge.net/maven' } | |
maven { url = 'https://maven.parchmentmc.org' } | |
maven { url = 'https://plugins.gradle.org/m2/' } | |
maven { url = 'https://repo.spongepowered.org/repository/maven-public/' } | |
mavenCentral() | |
} | |
dependencies { | |
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.1.+', changing: true |
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
import os.path as path | |
import sys | |
import requests | |
import util | |
import search | |
menu = """ | |
############################################ |
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
[00:42:18] [main/ERROR] [ne.mi.ev.EventSubclassTransformer/EVENTBUS]: Could not find parent moze_intel/projecte/api/data/CustomConversionProvider for class lanse505/projecteextended/appliedenergistics2/AEConversionProvider in classloader cpw.mods.modlauncher.TransformingClassLoader@46185a1b on thread Thread[main,5,main] | |
[00:42:18] [main/ERROR] [ne.mi.ev.EventSubclassTransformer/EVENTBUS]: An error occurred building event handler | |
java.lang.ClassNotFoundException: moze_intel.projecte.api.data.CustomConversionProvider | |
at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?] {} | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} | |
at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.1.jar:?] {} | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} | |
at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.1.jar:?] {} | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[? |
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
/* | |
* This file is part of Applied Energistics 2. | |
* Copyright (c) 2021, TeamAppliedEnergistics, All rights reserved. | |
* | |
* Applied Energistics 2 is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU Lesser General Public License as published by | |
* the Free Software Foundation, either version 3 of the License, or | |
* (at your option) any later version. | |
* | |
* Applied Energistics 2 is distributed in the hope that it will be useful, |
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
import os.path | |
import json | |
import util | |
# TODO: Code Review with Joakim | |
if __name__ == '__main__': # Checks if the code is being invoked directly and not as an import | |
# Main Menu as a printable multi-line string | |
menu = """ | |
##################### | |
# 1 - Add Person # |
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
import os.path | |
import json | |
import util | |
if __name__ == '__main__': # Checks if the code is being invoked directly and not as an import | |
field_names = ['username', 'first_name', 'last_name', 'email'] # Default Field Names | |
field_names_sv = ['användarnamn', 'förnamn', 'efternamn', 'epost'] | |
# Get if the user wants to load from the target CSV or the cached JSON |
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
1) Found You | |
https://github.com/baileyholl/Ars-Nouveau/blob/1.18.x/src/main/java/com/hollingsworth/arsnouveau/common/network/Networking.java#L27 | |
2) | |
[19:00:42] [Worker-Main-12/WARN]: Exception loading blockstate definition: ars_nouveau:blockstates/glyph_press.json: java.io.FileNotFoundException: ars_nouveau:blockstates/glyph_press.json | |
[19:00:42] [Worker-Main-12/WARN]: Exception loading blockstate definition: ars_nouveau:blockstates/imbuement_chamber.json: java.io.FileNotFoundException: ars_nouveau:blockstates/imbuement_chamber.json | |
[19:00:42] [Worker-Main-12/WARN]: Exception loading blockstate definition: ars_nouveau:blockstates/redstone_air.json: java.io.FileNotFoundException: ars_nouveau:blockstates/redstone_air.json | |
[19:00:42] [Worker-Main-12/WARN]: Exception loading blockstate definition: ars_nouveau:blockstates/intangible_air.json: java.io.FileNotFoundException: ars_nouveau:blockstates/intangible_air.json | |
[19:00:42] [Worker-Main-12/WARN]: Exception loading blockstate definition: ars_nouveau:blockstates/ |