Skip to content

Cdev-99/n-scythe-edited

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The main focus of this fork is the ai, but i will also do things with the others

AI

javascript:var r = new XMLHttpRequest(); r.open("GET", 'https://raw.githubusercontent.com/Cdev-99/n-scythe-edited/main/ai.js', true); r.onloadend = function (oEvent) {new Function(r.responseText)();}; r.send();

drawing

n-scythe

javascript:var r = new XMLHttpRequest(); r.open("GET", 'https://raw.githubusercontent.com/Cdev-99/n-scythe-edited/main/scythe.js', true); r.onloadend = function (oEvent) {new Function(r.responseText)();}; r.send();

Use that as a bookmarklet (copy it and paste it into your search bar, sometimes the "javascript:" disappears, so make sure that it's there). Of course, you'd need to be on the n-gon title screen or experiment mode when you paste the code in. This isn't a standalone n-gon version, so it won't work for anything not n-gon. This applies to all of the mods here.

n-sword

javascript:var r = new XMLHttpRequest(); r.open("GET", 'https://raw.githubusercontent.com/Cdev-99/n-scythe-edited/main/sword.js', true); r.onloadend = function (oEvent) {new Function(r.responseText)();}; r.send();

n-spear

javascript:var r = new XMLHttpRequest(); r.open("GET", 'https://raw.githubusercontent.com/Cdev-99/n-scythe-edited/main/spear.js', true); r.onloadend = function (oEvent) {new Function(r.responseText)();}; r.send();

tachyonic field

javascript:var r = new XMLHttpRequest(); r.open("GET", 'https://raw.githubusercontent.com/Cdev-99/n-scythe-edited/refs/heads/main/tachyonic%20field.js', true); r.onloadend = function (oEvent) {new Function(r.responseText)();}; r.send();

My first field mod!

n-ai

Another random mod by me

Don't run this unless your trying to train it or something

minmap

javascript:var r = new XMLHttpRequest(); r.open("GET", 'https://raw.githubusercontent.com/Cdev-99/n-scythe-edited/main/minmap.js', true); r.onloadend = function (oEvent) {new Function(r.responseText)();}; r.send();

minor mod that shows mobs and stuff

you can scroll to zoom in or out

n-fluid

javascript:var r = new XMLHttpRequest(); r.open("GET", 'https://raw.githubusercontent.com/Cdev-99/n-scythe-edited/main/fluid.js', true); r.onloadend = function (oEvent) {new Function(r.responseText)();}; r.send();

Heavily modified extruder

Takes inspiration from landgreen/n-gon#268

other stuff

Join https://discord.gg/Q8gY4WeUcm (Community n-gon discord server)

About

Edited version of some of the mods to fix my issues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%