Skip to content

Instantly share code, notes, and snippets.

View genesy's full-sized avatar
🎯
Focusing

Gene Sy genesy

🎯
Focusing
View GitHub Profile
@genesy
genesy / crash_report.md
Created May 13, 2025 11:55
Neruina Auto Report
---- Minecraft Crash Report ----
// Why did you do that?

Time: 2025-05-13 19:55:17
Description: Ticking BlockEntity

java.lang.IllegalStateException: Unable to get CCW facing of down
	at TRANSFORMER/[email protected]/net.minecraft.core.Direction.getCounterClockWise(Direction.java:241) ~[client-1.21.1-20240808.144430-srg.jar%23412!/:?] {re:mixin,re:classloading,pl:mixin:APP:lithium.mixins.json:math.fast_blockpos.DirectionMixin from mod lithium,pl:mixin:APP:lithium.mixins.json:math.fast_util.DirectionMixin from mod lithium,pl:mixin:APP:sodium-common.mixins.json:features.render.immediate.DirectionMixin from mod sodium,pl:mixin:APP:kubejs.mixins.json:DirectionMixin from mod kubejs,pl:mixin:A}
	at TRANSFORMER/[email protected]/com.oierbravo.trading_station.content.trading_station.TradingStationBlockEntity.lambda$registerCapabilities$2(TradingStationBlockEntity.java:168) ~[trading_station-1.21.1-1.0.2.jar%23616!/:1.21.1-1.0.2] {re:classloading}
// Override key bindings by placing them into your key bindings file.
[
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
"when": "inZenMode" },
{ "key": "shift+escape", "command": "closeReferenceSearch",
"when": "inReferenceSearchEditor && !config.editor.stablePeek" },
{ "key": "escape", "command": "closeReferenceSearch",
"when": "inReferenceSearchEditor && !config.editor.stablePeek" },
{ "key": "shift+escape", "command": "cancelSelection",
"when": "editorHasSelection && textInputFocus" },
@genesy
genesy / Preferences.sublime-settings
Last active August 29, 2015 14:04
My sublime preferences
{
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 1,
// Valid values are "smooth", "phase", "blink" and "solid".
// "caret_style": "smooth",
"trim_trailing_white_space_on_save": true,
@genesy
genesy / breakpoint.scss
Last active August 29, 2015 13:57
@mixin breakpoint
@mixin breakpoint($size-or-width) {
$merged-breakpoints: null;
$max-width: null;
$default-breakpoints:(
XL: 2000px,
L: 1250px,
M: 950px,
S: 650px,
XS: 450px
);