Skip to content

Instantly share code, notes, and snippets.

View curatorjin's full-sized avatar
🏠
Working from home

阿金 curatorjin

🏠
Working from home
  • China
View GitHub Profile
@curatorjin
curatorjin / 挖宝会计.xml
Created February 23, 2025 13:48
FF14 挖宝会计
<?xml version="1.0"?>
<TriggernometryExport PluginVersion="1.2.0.730">
<ExportedFolder Id="a7941bc1-23dc-439c-8768-428b3a2fb828" Name="挖宝会计" Enabled="true">
<Folders>
<Folder Id="c0a847e6-55c8-46eb-8371-8597ec1835fc" Name="基础功能 请全部勾选" Enabled="true">
<Folders />
<Triggers>
<Trigger Enabled="true" Name="1.0手动重置" Id="26777c13-06e2-428c-b80a-161d9316a161" RegularExpression="^.{14} ChatLog 00:0038::挖宝重置$">
<Actions>
<Action OrderNumber="1" VariableOp="SetNumeric" VariableName="tb_money" VariableExpression="0" ActionType="Variable" />
@curatorjin
curatorjin / machine.lua
Last active October 22, 2023 16:16
Minecraft-oc-agricraft
local component = require "component"
local analyzer = component.proxy(component.list("agricraft_peripheral")())
local tunnel = component.proxy(component.list("tunnel")())
local event = require "event"
local running = true
local s1, a1, r1 = 1,1,1
local s2, a2, r2 = 1,1,1
while running do
os.sleep(5)