cosmetic changes

- add fabric download link to readme
- replace repo links according to the new repo name
This commit is contained in:
2022-05-21 08:32:26 +03:00
parent d58f217d23
commit 8556980119
3 changed files with 3 additions and 4 deletions

View File

@ -8,7 +8,6 @@ import net.minecraft.item.ItemGroup;
import net.minecraft.util.Identifier;
import net.minecraft.util.registry.Registry;
import ru.xzeldon.greenscreenmod.GreenScreenMod;
import net.minecraft.block.AbstractGlassBlock;
public class ModBlocks {
public static final Block GREEN_SCREEN_BLOCK = registerBlock("green_screen_block", new GreenScreenBlock(), ItemGroup.MISC);