adityarajpt / HelloWorldInator

Repository based on a reddit comment
13 stars 6 forks source link

Add Minecraft JE #27

Closed PTHooijer closed 1 year ago

PTHooijer commented 1 year ago

A Minecraft Java Edition function file that places a Command Block that prints 'Hello, World!', plus a handy button to activate it.

Place this file in the data/namespace/functions directory of your Data pack, then call it in-game using /function namespace:hello_world_inator

Casing is different from other files in this project because Minecraft does not allow upper-case letters in its namespace or file names.

adityarajpt commented 1 year ago

awesome