Merge pull request #490 from Yopaman/minecraft

add minecraft command blocks hello world
This commit is contained in:
Mike Donaghy
2019-07-23 07:23:42 -05:00
committed by GitHub
2 changed files with 14 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [4Gl](%23/4gl.4gl)
* [4Test](%23/4test)
* [4Thdimension](%23/4thdimension.4dd)
* [~English](%23/~English.ext)
* [~English](%23/%7EEnglish.ext)
* [Abap](a/abap.abap)
* [Abc](a/abc.abc)
* [Acidic](a/ACIDIC.acidic)
@@ -58,12 +58,14 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Apc](a/apc.apc)
* [Apl](a/apl.apl)
* [Applescript](a/applescript.scpt)
* [Arc](a/arc.arc)
* [Arduino](a/arduino.ino)
* [Arena](a/arena.are)
* [Argh](a/argh.agh)
* [Arnoldc](a/arnoldc.arnoldc)
* [Ash](a/ash.ash)
* [Asp](a/asp.asp)
* [Aspectj](a/aspectj.aj)
* [Assembler 6502](a/assembler_6502.asm)
* [Assembler 6502Appleii](a/assembler_6502appleII.asm)
* [Assembler 6502C64](a/assembler_6502c64.asm)
@@ -100,6 +102,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Autoit](a/autoit.au3)
* [Awful](a/awful.yuk)
* [Awk](a/awk.awk)
* [Readme](a/README.md)
* [B](b/B.b)
* [Bash](b/bash.bash)
* [Basic](b/basic.bas)
@@ -160,6 +163,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Csharp](c/csharp.cs)
* [Cson](c/cson.cson)
* [Css](c/css.css)
* [Cuneiform](c/cuneiform.cfl)
* [Curry](c/curry.curry)
* [Cypherneo4J](c/cypherNeo4j.cypher)
* [D](d/d.d)
@@ -194,8 +198,8 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Emojicode](e/emojicode.emojic)
* [Emoticon](e/emoticon.emoticon)
* [Eoool](e/EOOOL.eoool)
* [Erlang](e/erlang.erl)
* [Erlang Escript](e/erlang_escript.erl)
* [Erlang Hw](e/erlang_hw.erl)
* [Factor](f/factor.factor)
* [Falcon](f/falcon.fal)
* [False](f/false.f)
@@ -216,6 +220,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Fortran77](f/fortran77.f77)
* [Fourier](f/fourier.fourier)
* [Fsharp](f/fsharp.fs)
* [Fstar](f/fstar.fst)
* [Gammaplex](g/gammaplex.gammaplex)
* [Gasoil](g/GASOIL.gasoil)
* [Gecho](g/gecho.gecho)
@@ -236,6 +241,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Gridscript](g/GridScript.gridscript)
* [Grin](g/grin.grin)
* [Groovy](g/groovy.groovy)
* [Gui4Cli](g/Gui4Cli)
* [Hack](h/hack.hh)
* [Haskell](h/haskell.hs)
* [Haxe](h/haxe.hx)
@@ -313,6 +319,8 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Mel](m/mel.mel)
* [Meq](m/meq.meq)
* [Mercury](m/mercury.m)
* [Minecraft](m/minecraft)
* [Mips](m/mips.s)
* [Mirc](m/mirc.mrc)
* [Mmmm()](m/Mmmm%28%29.mmmm)
* [Modula 2](m/modula-2.mod)
@@ -358,6 +366,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Oz](o/oz.oz)
* [Hello World](p/hello_world.pl1)
* [Parenthetic](p/parenthetic.p)
* [Parser](p/parser.p)
* [Pascal](p/pascal.p)
* [Pawn](p/pawn.p)
* [Pb](p/pb.pwr)
@@ -419,6 +428,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Roco](r/roco.roco)
* [Roy](r/roy.roy)
* [Ruby](r/ruby.rb)
* [Ruota](r/ruota.ruo)
* [Rust](r/rust.rs)
* [S Algol](s/S-algol)
* [Sacred](s/sacred.sacred)
@@ -431,6 +441,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Schwift](s/schwift.y)
* [Scilab](s/scilab.scilab)
* [Scratch](s/scratch.sb)
* [Scss](s/Scss.scss)
* [Sed](s/sed.sed)
* [Self](s/self.self)
* [Semicolon](s/semicolon)

1
m/minecraft Normal file
View File

@@ -0,0 +1 @@
/tellraw @p ["",{"text":"Hello World"}]