Skip to content

Instantly share code, notes, and snippets.

View EvanHsieh0415's full-sized avatar
💻
Coding

Mango Jelly Pudding EvanHsieh0415

💻
Coding
View GitHub Profile
[
{
"id": "test_1",
"title": "Foo",
"completed": "copper_ingot"
},
{
"id": "test_2",
"title": "Bar",
"completed": "iron_ingot"
@EvanHsieh0415
EvanHsieh0415 / Information about Mountains Of Lava Inc.md
Created May 17, 2025 05:50
Information about Mountains Of Lava Inc.

Malicious Company Mountains Of Lava Inc.

What is Mountains Of Lava Inc.

Mountains Of Lava Inc. is a notorious Minecraft griefing group known for infiltrating servers and causing widespread destruction. Their signature tactic involves flooding areas with lava and leaving messages like "!!!TERMINATED BY SKYNET!!! —> Mountains of Lava Inc." to mark their presence. They often exploit server vulnerabilities, sometimes using bots to bypass security measures, even on whitelisted servers . The group documents their activities on their YouTube channel, showcasing the extent of their attacks . Their actions have prompted server administrators to implement stricter security protocols to safeguard their communities.(Reddit)

Related Links

/**
* @typedef {{armors: $Item_[], bonus: [mobEffect: Special.MobEffect, amplifier: number?, showParticles: boolean?]}} $ArmorSetBonus_
* @type {Object.<String, $ArmorSetBonus_}
*/
const bonuses = {
set1: {
armors: ["minecraft:leather_helmet", "minecraft:leather_boots"],
bonus: ["speed", 0],
},
set2: {
@EvanHsieh0415
EvanHsieh0415 / index.client.js
Last active March 29, 2025 01:45
【KJS 7 &AE 2】 实现中键从AE中获取光标指向方块 - [KJS]KubeJS https://www.mcmod.cn/post/4954.html
// requires: ae2
(() => {
const { keyPickItem } = Client.options; // 「选取方块」对应的 KeyMapping
ClientEvents.tick((event) => {
let { player } = event;
if (!keyPickItem.isDown()) return;
const ItemEntity = Java.loadClass("net.minecraft.world.entity.item.ItemEntity");
global.recipes = global.recipes || {};
/** @type {[ingredient: $Ingredient_, result: $ItemStack_][]} */
global.recipes["portal_to_alfheim"] = [
["#c:raw_materials/gold", "2x minecraft:gold_ingot"],
["#c:raw_materials/iron", "2x minecraft:iron_ingot"],
["#c:raw_materials/copper", "2x minecraft:copper_ingot"],
["nether_star", "nether_star"],
];

Note

Thanks for 忆然( yi_ran ), adapted from 忆然's code.
The following are all Client Scripts

helper.js

// priority: 100

const $Color = Java.loadClass("java.awt.Color");

Test 1

#include <dht11.h> // 引入 DHT11 感測器的數據
#define DHTPIN 2 // DHT11 DATA 腳位接到 D2
dht11 dht; // 建立 DHT11 物件
void setup() {
  Serial.begin(9600); // 初始化序列埠,波特率為 9600
}
void loop() {

MC 百科資源收集.md

Note

此列表僅為收集網址

列表

  • 本站
    • 使用者資訊
  • 背景橫幅(多圖):https://www.mcmod.cn/static/center/images/user/banner/1/[1|2|3|4].jpg