Skip to content

Instantly share code, notes, and snippets.

View niklasweimann's full-sized avatar
✌️
#workhardanywhere

Niklas Weimann niklasweimann

✌️
#workhardanywhere
View GitHub Profile
local running = true
-- Konfiguration
local cfg = {
-- Welche Items gelten als "Samen", die wir behalten und nachpflanzen?
seedNames = {
["minecraft:wheat_seeds"] = true,
["minecraft:beetroot_seeds"] = true,
-- Weitere Samen bei Bedarf:
-- ["minecraft:pumpkin_seeds"] = true,
-- ["minecraft:melon_seeds"] = true,
--[[
Farmer Turtle Skript
====================
Autor: Dein KI-Experte
Version: 1.0
Beschreibung:
Diese Turtle bestellt autonom ein Feld.
1. Sie lagert überschüssige Items in einer Kiste unter sich.
2. Sie findet die obere linke Ecke des Feldes.
-- ## KONFIGURATION ##
local seedSlot = 16
local boneMealSlot = 1
local seedItemName = "minecraft:wheat_seeds"
local harvestItemName = "minecraft:wheat"
local plantBlockName = "minecraft:wheat"
local maxPlantAge = 7
-- ## KONFIGURATION ##
local seedSlot = 16
local boneMealSlot = 1
local seedItemName = "minecraft:wheat_seeds"
local harvestItemName = "minecraft:wheat"
local plantBlockName = "minecraft:wheat"
local maxPlantAge = 7
-- ## KONFIGURATION ##
local seedSlot = 16
local boneMealSlot = 1
local seedItemName = "minecraft:wheat_seeds"
local harvestItemName = "minecraft:wheat"
local plantBlockName = "minecraft:wheat"
local maxPlantAge = 7
-- ## KONFIGURATION ##
-- Die Slot-Zuweisungen wurden korrigiert. `suckUp` und `suckDown` ziehen
-- Gegenstände in den AKTUELL ausgewählten Slot.
-- Der Code wählt erst den Slot, dann saugt er die Gegenstände an.
local seedSlot = 16
local boneMealSlot = 1
-- Definiert die internen Namen der Gegenstände.
local seedItemName = "minecraft:wheat_seeds"
local harvestItemName = "minecraft:wheat"
@niklasweimann
niklasweimann / README.md
Created November 26, 2022 11:01
This script can be used to remove dotnet versions.

This script can be used to remove dotnet versions.

Usage

./remove_runtime.sh "3.1.15"