Browse Source

license formatting, document upcoming se and spawnentity features

master
poikilos 6 years ago
committed by Jacob Gustafson
parent
commit
258d60f1cb
  1. 44
      patches/deprecated/merged-upstream/Bucket_Game/mods/coderbuild/nftools/LICENSE
  2. 27
      webapp/views/pages/getting-started.ejs

44
patches/deprecated/merged-upstream/Bucket_Game/mods/coderbuild/nftools/LICENSE

@ -1,5 +1,4 @@
# nftools license and author info # "nftools" license information
## Minerals ## Minerals
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>, Poikilos (modified by) Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>, Poikilos (modified by)
@ -7,10 +6,9 @@ Creative Commons Zero
<https://creativecommons.org/share-your-work/public-domain/cc0/> <https://creativecommons.org/share-your-work/public-domain/cc0/>
## Stool ## Stool
photo-326311 by Pixabay, made into texture by Poikilos Photo-326311 by Pixabay, made into texture by Poikilos
Creative Commons Zero Creative Commons Zero
(replaces old stool texture) (Replaces old stool texture)
## Weapons ## Weapons
@ -19,45 +17,47 @@ Creative Commons Attribution 3.0
You can use this model for any porposes according to the following You can use this model for any porposes according to the following
conditions: conditions:
You MUST give attribution/credit to You MUST give attribution/credit to
antonis <https://www.blendswap.com/blends/view/73677>, antonis <https://www.blendswap.com/blends/view/73677>
Poikilos (relit, rendered, & retouched by) Poikilos (relit, rendered and retouched by)
### Axe model & image (only rendered, retouched image is included) ### Axe model & image (only rendered, retouched image is included)
Creative Commons Attribution 3.0 Creative Commons Attribution 3.0
You can use this model for any porposes according to the following You can use this model for any porposes according to the following
conditions: conditions:
You MUST give attribution/credit to You MUST give attribution/credit to
izuzf <https://www.blendswap.com/blends/view/58591>, izuzf <https://www.blendswap.com/blends/view/58591>,
Poikilos (relit, rendered, & retouched by) Poikilos (relit, rendered & retouched by)
### Scythe model & image (only rendered, retouched image is included) ### Scythe model & image (only rendered, retouched image is included)
Creative Commons Attribution 3.0 Creative Commons Attribution 3.0
You can use this model for any porposes according to the following You can use this model for any porposes according to the following
conditions: conditions:
You MUST give attribution/credit to You MUST give attribution/credit to
GemmaMuhammad <https://www.blendswap.com/blends/view/60556> GemmaMuhammad <https://www.blendswap.com/blends/view/60556>
Poikilos (relit, rendered, & retouched by) Poikilos (relit, rendered, & retouched by)
## Code ## Code
MIT License MIT License
Copyright 2004 Sam Hocevar, 2019 OldCoder, 2019 Poikilos Copyright 2004 Sam Hocevar, 2019 OldCoder, 2019 Poikilos
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the Permission is hereby granted, free of charge, to any person obtaining
"Software"), to deal in the Software without restriction, including a copy of this software and associated documentation files (the
without limitation the rights to use, copy, modify, merge, publish, "Software"), to deal in the Software without restriction, including
distribute, sublicense, and/or sell copies of the Software, and to without limitation the rights to use, copy, modify, merge, publish,
permit persons to whom the Software is furnished to do so, subject to distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions: the following conditions:
The above copyright notice and this permission notice shall be included The above copyright notice and this permission notice shall be
in all copies or substantial portions of the Software. included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

27
webapp/views/pages/getting-started.ejs

@ -356,6 +356,33 @@ requires a mob api such as Simple Mobs, Mobs Redo, or codermobs
which share anestry in that order. Codermobs is included in Bucket_Game which share anestry in that order. Codermobs is included in Bucket_Game
and hence new versions of ENLIVEN. Some other mob frameworks include: and hence new versions of ENLIVEN. Some other mob frameworks include:
mobf, Jordan4Ibanez' OpenAI, and others. mobf, Jordan4Ibanez' OpenAI, and others.
<h5>Codermobs</h5>
Bucket_Game (the basis for ENLIVEN) has codermobs as the modding
framework. It is a general purpose API based on Mobs Redo but with
additional features and fixes. If you want to test your mob or do
performance testing, you can spawn one or more mobs with one command:
<pre>
"/se" (or "/spawnentity") now supports all of the following modes.
This feature will show up in the next snapshot. For now, you can see
it working in the online copy of Wonder World.
/se Ent
/se Ent Num
/se Ent Pos
/se Ent Pos Num
/se Ent Num Pos
For example: /se codermobs:badger 5
The Num parameter is presently limited to 10. The limit may be increased
or decreased at a later date.
Note: Spaces are permitted, though optional, before or after commas in
positions.
-OldCoder
</pre>
<h4>Creating New Ores</h4> <h4>Creating New Ores</h4>
Creating new ores or other blocks may be confusing after you learn the Creating new ores or other blocks may be confusing after you learn the
API. If you want about 48 blocks before you find another cluster of API. If you want about 48 blocks before you find another cluster of

Loading…
Cancel
Save