Difference between revisions of "User:Ph8jPf9M"

From Minetest Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
'''i support [https://www.reddit.com/r/BasicIncome/new/ basic income] and rise of the [https://www.reddit.com/r/futurology/new/ machines]'''
+
[http://wiki.minetest.net/Help:Contents Contributing] [http://wiki.minetest.net/Category:Templates templates]
  
'''How to embed youtube videos here?''' <iframe width="560" height="315" src="https://www.youtube.com/embed/K34j3YQprgk" frameborder="0" allowfullscreen></iframe>
 
 
====templates====
 
more [[Category:Templates|templates]]
 
 
{| class="wikitable"
 
{| class="wikitable"
 
! source
 
! source
Line 10: Line 6:
 
|-
 
|-
 
|
 
|
  <nowiki>{{Armor|6.5}}</nowiki>
+
  <nowiki>[https://wiki.minetest.net/ home page]</nowiki>
|{{Armor|6.5}}
+
|[https://wiki.minetest.net/ home page]
|}
 
 
 
{| class="wikitable"
 
! source
 
! output
 
 
|-
 
|-
 
|
 
|
 
  <nowiki>{{Citation_needed}}</nowiki>
 
  <nowiki>{{Citation_needed}}</nowiki>
 
|{{Citation_needed}}
 
|{{Citation_needed}}
 +
|-
 +
|
 +
<nowiki>~~~~</nowiki>
 +
|[[User:Ph8jPf9M|Ph8jPf9M]] ([[User talk:Ph8jPf9M|talk]]) 09:21, 18 December 2016 (UTC)
 +
|-
 +
|
 +
<nowiki><source lang="lua">mobs:register_mob("tubies:dipsy", {
 +
type = "animal",
 +
passive = true,
 +
      },
 +
})</source></nowiki>
 +
|<source lang="lua">mobs:register_mob("tth:grylph", {
 +
type = "animal",
 +
passive = true,
 +
      },
 +
})</source>
 
|}
 
|}
 
====Isometric renderings of minetest blocks====
 
There is a way to make these in Blender [[Using Blender]]
 
 
 
1. find block texture that you want for the example we will use this green wool block texture
 
[[File:Wool green texturee.png|thumbnail|left]]
 
2. get [https://gist.github.com/nic96/f9dfa0feae9fc384c820 create-cube-from-layer.scm script] and move it to scripts folder in Gimp
 
 
3. open the texture with gimp then press layer - creat isometric cube
 
 
4. export it and your done!
 
====to make transparent mob pictures====
 
i use the [https://forum.minetest.net/viewtopic.php?f=11&t=13180 greenscreen mod] and make a house out of whitescreen blocks.<br />
 
then i just spawn the mobs with the egg, disable the damage and make screnshoots with prntscrn<br />
 
then i open gimp and paste the picture. To make the picture transparent i just press shift-o toggether for color picker click on the white background<br />
 
then layer-transparency-color to alpha-choose the right color-press ok and the picture is transparent<br />
 
if you know how make to make mob pictures easier then post a guide about it or link it
 
 
{{multiple images
 
| direction = vertical
 
| align    = top
 
| width    = 100
 
 
| image1    = Oerkki1.png
 
| caption1  = Oerkki
 
| width1    = 96
 
 
| image2    = Oerkki1_damaged.png
 
| caption2  = Oerkki (Damaged)
 
| width2    = 96
 
 
| image3    = Oerkki_mobs.png
 
| caption3  = Oerkki (''Simple Mobs'' mod)
 
| width3    = 96
 
}}
 
 
=gallery examples=
 
<gallery>
 
CME Chicken.png|
 
CME Sheep.png|
 
CME Ghost.png|
 
CME Oerki1.png|
 
CME Zombie.png
 
</gallery>
 
 
<gallery widths="400px" heights="256px">
 
File:Mapgen_v5.jpg|
 
File:Mapgen_v6.jpg|
 
</gallery>
 
[[File:Nssm_octopus.png]][[File:Nssm_messe_dragon.png]]
 
=====How do i make horizental gifs one after the other in a straigth line?=====
 
<div class="animated">
 
<div class="image">[[File:Tree.png|link=File:Tree.png]]</div>
 
<div class="image">[[File:Jungletree.png|link=File:Jungletree.png]]</div>
 
</div>
 
<div class="animated">
 
<div class="image">[[File:Tree.png|link=File:Tree.png]]</div>
 
<div class="image">[[File:Jungletree.png|link=File:Jungletree.png]]</div>
 
</div>
 
 
{{Animated|Tree.png, Jungletree.png, Pine Tree.png|64px|background=#888|border=1px solid #333}}
 

Latest revision as of 14:17, 14 February 2023

Contributing templates

source output
[https://wiki.minetest.net/ home page]
home page
{{Citation_needed}}
[citation needed]
~~~~
Ph8jPf9M (talk) 09:21, 18 December 2016 (UTC)
<source lang="lua">mobs:register_mob("tubies:dipsy", {
	type = "animal",
	passive = true,
      },
})</source>
mobs:register_mob("tth:grylph", {
	type = "animal",
	passive = true,
      },
})