Skip to content

Instantly share code, notes, and snippets.

View Snownee's full-sized avatar
👻
looking for someone help me maintain mods

Snownee Snownee

👻
looking for someone help me maintain mods
View GitHub Profile
@Snownee
Snownee / assemble.lua
Last active November 18, 2022 19:37
Enigmatica 6 Expert 电脑全自动装配线打包脚本
-- 需要配合RS和Entangled使用
recipes = {}
net = peripheral.find('rsBridge')
press = peripheral.wrap('top')
depot = peripheral.wrap('front')
deployer = peripheral.wrap('bottom')
function main()
addRecipe('dr', 'pneumaticcraft:plastic', {
'emendatusenigmatica:aluminum_plate',
@FxMorin
FxMorin / ScummyMods.md
Last active February 21, 2024 07:10 — forked from kyrptonaught/ScummyMods.md
The Scummy Behavior of mods that act like modpacks

Introduction

Let me start by clarifying that the following doesn't exclusively apply to Debugify, but they serve as an excellent illustration of the heinous behavior outlined in the following. The mods in question shall therefore be collectively referred to as "Scummy Mods".

Scummy Mods are mods that incorporate or outright copy foreign code bases, without permission from the original author. They commonly state to either "replace" or "include" the original work, if any mention is given at all. Developing a mod is not easy. Many mod creators sacrifice significant chunks of their personal time and resources to their creations, essentially for free. Curseforge offers a symbolic compensation for the hours poured, but it's usually insignificant and just a nice bonus.

The Problem

The majority of the original projects are still in development. Since the creators behind Scummy Mods typically do not understand the code they copied to begin with, they lack the knowledge required to eliminate the bugs that will

@tomasdev
tomasdev / minecraft-emoji.md
Last active June 19, 2024 14:36
Minecraft allowed emojis

Minecraft allowed emojis

Ever wondered how to insert emoji in minecraft? Well turns out Minecraft supports only a subset of emoji (old one) but you can copy-paste these in it!

Screenshot of the emojis being rendered in Minecraft

These also look great on signs!

Minecraft sign with glowing effect showcasing arrows

<blockstate> == {
"forge_marker": 1,
"defaults": <variant>, // optional, added to all variants
"variants": {
"<property>": {
"<value>": <variant> // variant definition for the specified value of this property; variants for multiple values can be specified.
},
"<variant name>": <variant>, // variant definition for the full variant string
"<variant name>": [<variant1>, ...], // array of definitions for the full variant - result will be the random variant
}