Skip to content

Commit d2f53b3

Browse files
committed
completely redo everything.
figured out how to correctly implement items and blocks. Added Smiley, Deep Fried Smiley, Smiley Block, and Deep Fried Smiley Block.
1 parent 76cff6c commit d2f53b3

27 files changed

+1031
-994
lines changed

CREDITS.txt

-65
This file was deleted.

LICENSE.txt

+663-512
Large diffs are not rendered by default.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# My First Mod!

README.txt

-46
This file was deleted.

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ plugins {
33
id 'idea'
44
id 'maven-publish'
55
id 'net.minecraftforge.gradle' version '[6.0.24,6.2)'
6+
// This should be below the net.minecraftforge.gradle plugin
7+
id 'org.parchmentmc.librarian.forgegradle' version '1.+' // ParchmentMC Librarian plugin
68
}
79

810
version = mod_version

0 commit comments

Comments
 (0)