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
{ | |
"createdAt": 1624541168137, | |
"updatedAt": 1624541281057, | |
"name": "Default5", | |
"id": "zvqn", | |
"states": { | |
"spot-trades": { | |
"liquidations": { | |
"id": "liquidations", | |
"amount": 100000, |
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
/*Font Imports*/ | |
@import url(https://fonts.googleapis.com/css?family=Press+Start+2P); | |
/*Keyframes*/ | |
@-webkit-keyframes messagefade { | |
0% { | |
opacity: 1; | |
} | |
75% { | |
opacity: 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
package net.lmvdz.delirium.model; | |
import net.minecraft.client.model.Model; | |
import net.minecraft.client.model.ModelPart; | |
import net.minecraft.client.render.RenderLayer; | |
import net.minecraft.client.render.VertexConsumer; | |
import net.minecraft.client.util.math.MatrixStack; | |
import net.minecraft.util.Identifier; | |
import java.util.function.Function; |