cosmetic changes
- add fabric download link to readme - replace repo links according to the new repo name
This commit is contained in:
parent
d58f217d23
commit
8556980119
|
@ -3,7 +3,7 @@
|
|||
This mod just adds a green block to the miscellaneous tab.
|
||||
|
||||
# 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
|
||||
Place `.jar` file to the `mods` folder.
|
||||
Download and install [Fabric](https://fabricmc.net/use/installer/) then place `.jar` file to the `mods` folder.
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
],
|
||||
"contact": {
|
||||
"homepage": "https://zeldon.ru/",
|
||||
"sources": "https://github.com/xzeldon/green-screen-mod"
|
||||
"sources": "https://github.com/xzeldon/GreenScreenMod"
|
||||
},
|
||||
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in New Issue