Add missing scripts
This commit is contained in:
parent
5dfd7f1986
commit
0fa4d182fd
29 changed files with 3458 additions and 1 deletions
15
scripts/nc_script_addons/MoarFuels/superstable_isle_gen.zs
Normal file
15
scripts/nc_script_addons/MoarFuels/superstable_isle_gen.zs
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
Copyright Bob Bartsch, 2021
|
||||
|
||||
This code is governed by the
|
||||
Creative Commons Attribution–NonCommercial License
|
||||
https://creativecommons.org/licenses/by-nc/3.0/
|
||||
|
||||
(Meaning: credit me if you modify and/or redistribute
|
||||
this code. Also, you may not sell this code.)
|
||||
*/
|
||||
|
||||
|
||||
#loader preinit
|
||||
#modloaded qmd
|
||||
mods.qmd.particle.addParticle("heffalumpMatter", "heffalump.png", 40383.21, 1.0, 0.0);
|
Loading…
Add table
Add a link
Reference in a new issue