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.
|
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.
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue