Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

TriLinder/SignFile

Repository files navigation

icon.png

SignFile

A simple Minecraft Fabric mod for filling out signs from a .json file.


This is my first shot at Java so expect terrible code.

Made for the LiveOverflow SMP server. See the result here.

Made primarily for Minecraft version 1.18.2, however builds for 1.18 - 1.19.2 are included.

Note: 1.19.3 and newer will NOT work.

Setup

Fabric API is required.

Place signs.json into your config folder with the following syntax:

{
"48,121,-256": "First line\nSecond line\nThird line\nFourth line",
"47,121,-256": "this\nmod\nis\npretty cool"  
}

Then simply place a sign at the correct coordinates in-game.

You can place a sign normally with this mod active by sneaking.