Closed CodeF53 closed 4 years ago
done.wav, I suggest this as ding sound. I made that for my log follower which searches for "Building done" phrase. I wanted it to be as vibrant as possible, so we can hear it whatever we do in background.
Storing items should suport arrays of chest. There should be event (action?) for running out of storage space. Looks like this "enhancement" goes towards some kind of scripting language.
If this could be integrated into some sort of scripting language that would Hella cool
I’m gonna take the opportunity to point out that if you want to do this now, and a whole lot more, you should try the advanced macros mod. The mod uses Lua as a scripting language, and an event based trigger system. It is extremely powerful and one member of our community has even created an A* pathfinding script with it.
Most of these have already been suggested in other issues, make a new issue with just the farming stuff if you want that added.
What are these ideas for
Expanding the capability of autonomous work using baritone.
Conditional actions.
#on
conditionaction
#on complete
#on damage
avoidance
on.ding
- plays a sound to alert the user of a finished tasklog
- logs the player offhome
- bot goes homesay ~~~~~
- says something in chatstore
- explained soonParenthesis:
(action1, action2)
or(condition1, condition2)
if either condition1 or condition 2 are hit, do the following action following the completion of action1, the bot will start action2.
store, and necessary components to get it working
components:
#savechest name
ores
(iron_ore, coal_ore, gold_ore, emerald_ore, diamond_ore, redstone_ore)
mats
(coal, redstone, diamond, emerald)
crops
store
item(s)/itemtype chestnameredstone
(coal, diamond)
crops
(mats, cobblestone)
Farming
lets be honest,
#farm
lacks a lot of capability What does it need?#farm wheat 64
Application of suggestions
#on (damage, complete) (ding, home, store ores oreChest, store mats matChest)
#mine (iron 64, diamond 16)
This will set off the bot to mine, then go home and store collected resources, without having it die idling in a cave after mining.#farmpref wait
#on (damage, complete) (ding, home, store (seeds, pumpkin_seeds) seedchest, store crops foodchest)
#farm (wheat 30, pumpkin 6, carrot 128)