cosmetic changes

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

View File

@ -3,7 +3,7 @@
This mod just adds a green block to the miscellaneous tab. This mod just adds a green block to the miscellaneous tab.
# Download # Download
Download last version from [releases](https://github.com/xzeldon/green-screen-mod/releases). Download last version from [releases](https://github.com/xzeldon/GreenScreenMod/releases).
# Install # Install
Place `.jar` file to the `mods` folder. Download and install [Fabric](https://fabricmc.net/use/installer/) then place `.jar` file to the `mods` folder.

View File

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

View File

@ -10,7 +10,7 @@
], ],
"contact": { "contact": {
"homepage": "https://zeldon.ru/", "homepage": "https://zeldon.ru/",
"sources": "https://github.com/xzeldon/green-screen-mod" "sources": "https://github.com/xzeldon/GreenScreenMod"
}, },
"license": "MIT", "license": "MIT",