Earlier quoted context omitted.
You are correct according to this tweet [0]. That may become inaccessible as Nitter dies, but the text is: > Working on an endless crafting game with llama 2 along with a video of this game. [0] https://nitter.cz/nealagarwal/status/1747284257582506102#m
Neat. Campfire+sushi took about 10 seconds before it gave up and did not combine them.
Infinite Craft
651–660 of 831 posts
Campfire + Sushi = Fish
Re: Infinite Craft
#652Re: Infinite Craft
#653How do you make Twilight and vampire? and eclipse?
Please tell me
Re: Infinite Craft
#654items = () => [...document.querySelectorAll('.items div.item')]
show = (elt) => elt.style.display=''
hide = (elt) => elt.style.display='none'
search = (text) => (items().forEach(show), items().filter(e => !e.innerText.toLowerCase().includes(text.toLowerCase())).forEach(hide))
inputElt = document.createElement('input'); inputElt.type='text';
document.querySelector('.sidebar').prepend(inputElt)
function handle(e) { search(e.target.value) }
inputElt.addEventListener('input', handle)
reply
Re: Infinite Craft
#655[flagged]
Re: Infinite Craft
#656my main goal is just to make an ICBM from this game but i havent yet
Re: Infinite Craft
#657also if any of you have found out how to make it tell me
Re: Infinite Craft
#658Re: Infinite Craft
#659Re: Infinite Craft
#660[flagged]