Skip to content

Commit

Permalink
0.1.0 preview 1 (#20)
Browse files Browse the repository at this point in the history
* update readme

* change settings

* add API

Curios API
GeckoLib

* Update compressed_grass.mcreator

* test and remove api

Add test items to test whether you can successfully build
curios api is too slow to build, so I remove it.

* delete test item and textures

* Delete cleanBuildCache.bat

* Update .gitattributes

* Delete codeql.yml

* update mcr

* add primary compressed grass

* Restores item type of compressed grass

* add secondary compressed grass

* remove api

* modified the position of the secondary compressed grass

* add tertiary compressed grass

* Update compressed_grass.mcreator

* Primary Compressed Grass Synthesis

* Secondary Compressed Grass Synthesis

* Tertiary Compressed Grass Synthesis

* add mod icon

* build
  • Loading branch information
Grey-Wind authored Jul 7, 2023
1 parent 29dadbe commit 124696d
Show file tree
Hide file tree
Showing 48 changed files with 760 additions and 129 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# Auto detect text files and perform LF normalization
* text=auto

gradlew.bat linguist-language=Java
compressed_grass.mcreator linguist-language=Java
.classpath linguist-language=Java
.project linguist-language=Java
.gradle linguist-language=Java

*.md linguist-language=HTML
76 changes: 0 additions & 76 deletions .github/workflows/codeql.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ replay_pid*
/.mcreator
/build
/.settings

# Minecraft
/run
Binary file modified .gradle/7.5.1/checksums/checksums.lock
Binary file not shown.
Binary file modified .gradle/7.5.1/checksums/md5-checksums.bin
Binary file not shown.
Binary file modified .gradle/7.5.1/checksums/sha1-checksums.bin
Binary file not shown.
Binary file modified .gradle/7.5.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/7.5.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/7.5.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/7.5.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file added .gradle/7.5.1/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .gradle/file-system.probe
Binary file not shown.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ For some reason, I will never publish any content on mcbbs, nor will I log in an

This project will be rewritten from 2023.5.5, the exact completion date is unknown, and it is expected to be 3 months.

This project will be rewritten again from 2023.6.10, starting to support 1.19.4, the old version is not updated, and the completion time of all content is unknown.

# Progress of production

A check mark is complete
Expand Down
2 changes: 2 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

本项目从2023.5.5开始重写,具体完成日期未知,预计3个月。

本项目从2023.6.10再次重写,开始支持1.19.4,旧版本不在更新,所有内容制作完毕时间未知。

# 开发进度

打勾的为彻底完成
Expand Down
147 changes: 147 additions & 0 deletions compressed_grass.mcreator
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
{
"mod_elements": [
{
"name": "PrimaryCompressedGrass",
"type": "item",
"sortid": 2,
"compiles": true,
"locked_code": false,
"registry_name": "primary_compressed_grass",
"metadata": {
"files": [
"src/main/resources/assets/compressed_grass/models/item/primary_compressed_grass.json",
"src/main/java/net/mcreator/compressedgrass/item/PrimaryCompressedGrassItem.java"
]
},
"path": "~/Grass/Level 1 - PrimaryCompressedGrass"
},
{
"name": "SecondaryCompressedGrass",
"type": "item",
"sortid": 3,
"compiles": true,
"locked_code": false,
"registry_name": "secondary_compressed_grass",
"metadata": {
"files": [
"src/main/resources/assets/compressed_grass/models/item/secondary_compressed_grass.json",
"src/main/java/net/mcreator/compressedgrass/item/SecondaryCompressedGrassItem.java"
]
},
"path": "~/Grass/Level 2 - SecondaryCompressedGrass"
},
{
"name": "TertiaryCompressedGrass",
"type": "item",
"sortid": 4,
"compiles": true,
"locked_code": false,
"registry_name": "tertiary_compressed_grass",
"metadata": {
"files": [
"src/main/java/net/mcreator/compressedgrass/item/TertiaryCompressedGrassItem.java",
"src/main/resources/assets/compressed_grass/models/item/tertiary_compressed_grass.json"
]
},
"path": "~/Grass/Level 3 - Tertiary Compressed Grass"
},
{
"name": "PrimaryCompressedGrassSynthesis",
"type": "recipe",
"sortid": 5,
"compiles": true,
"locked_code": false,
"registry_name": "primary_compressed_grass_synthesis",
"metadata": {
"files": [
"src/main/resources/data/compressed_grass/recipes/primary_compressed_grass_synthesis.json"
]
},
"path": "~/Grass/Level 1 - PrimaryCompressedGrass"
},
{
"name": "SecondaryCompressedGrassSynthesis",
"type": "recipe",
"sortid": 6,
"compiles": true,
"locked_code": false,
"registry_name": "secondary_compressed_grass_synthesis",
"metadata": {
"files": [
"src/main/resources/data/compressed_grass/recipes/secondary_compressed_grass_synthesis.json"
]
},
"path": "~/Grass/Level 2 - SecondaryCompressedGrass"
},
{
"name": "TertiaryCompressedGrassSynthesis",
"type": "recipe",
"sortid": 7,
"compiles": true,
"locked_code": false,
"registry_name": "tertiary_compressed_grass_synthesis",
"metadata": {
"files": [
"src/main/resources/data/compressed_grass/recipes/tertiary_compressed_grass_synthesis.json"
]
},
"path": "~/Grass/Level 3 - Tertiary Compressed Grass"
}
],
"variable_elements": [],
"sound_elements": [],
"language_map": {
"en_us": {
"item.compressed_grass.tertiary_compressed_grass": "Tertiary Compressed Grass",
"item.compressed_grass.primary_compressed_grass": "Primary Compressed Grass",
"item.compressed_grass.secondary_compressed_grass": "Secondary Compressed Grass"
},
"zh_cn": {
"item.compressed_grass.tertiary_compressed_grass": "三级压缩草",
"item.compressed_grass.primary_compressed_grass": "一级压缩草",
"item.compressed_grass.secondary_compressed_grass": "二级压缩草"
}
},
"foldersRoot": {
"name": "~",
"children": [
{
"name": "Grass",
"children": [
{
"name": "Level 1 - PrimaryCompressedGrass",
"children": []
},
{
"name": "Level 2 - SecondaryCompressedGrass",
"children": []
},
{
"name": "Level 3 - Tertiary Compressed Grass",
"children": []
}
]
}
]
},
"workspaceSettings": {
"modid": "compressed_grass",
"modName": "CompressedGrass",
"version": "0.1.0",
"author": "Sunrise Studio - Grey Wind",
"websiteURL": "https://github.com/Grey-Wind/CompressedGrassReborn-Forge",
"license": "GNU Affero General Public License Version 3 (AGPL v3)",
"disableForgeVersionCheck": true,
"serverSideOnly": false,
"modPicture": "icon",
"requiredMods": [],
"dependencies": [],
"dependants": [],
"mcreatorDependencies": [],
"currentGenerator": "forge-1.19.4",
"credits": "Created using mod maker MCreator - https://mcreator.net/about",
"modElementsPackage": "net.mcreator.compressedgrass",
"lockBaseModFiles": false
},
"mcreatorVersion": 202300224119
}
30 changes: 0 additions & 30 deletions compressedgrass.mcreator

This file was deleted.

42 changes: 42 additions & 0 deletions elements/PrimaryCompressedGrass.mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"_fv": 43,
"_type": "item",
"definition": {
"renderType": 0,
"texture": "primarycompressedgrass",
"customModelName": "Normal",
"name": "Primary Compressed Grass",
"rarity": "COMMON",
"creativeTab": {
"value": "DECORATIONS"
},
"stackSize": 64,
"enchantability": 0,
"useDuration": 0,
"toolType": 1.0,
"damageCount": 0,
"recipeRemainder": {
"value": ""
},
"destroyAnyBlock": false,
"immuneToFire": false,
"stayInGridWhenCrafting": false,
"damageOnCrafting": false,
"enableMeleeDamage": false,
"damageVsEntity": 0.0,
"specialInfo": [],
"hasGlow": false,
"guiBoundTo": "<NONE>",
"inventorySize": 9,
"inventoryStackSize": 64,
"isFood": false,
"nutritionalValue": 4,
"saturation": 0.3,
"eatResultItem": {
"value": ""
},
"isMeat": false,
"isAlwaysEdible": false,
"animation": "none"
}
}
48 changes: 48 additions & 0 deletions elements/PrimaryCompressedGrassSynthesis.mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"_fv": 43,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "grass",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": true,
"recipeSlots": [
{
"value": "Blocks.TALLGRASS#1"
},
{
"value": "Blocks.TALLGRASS#1"
},
{
"value": ""
},
{
"value": "Blocks.TALLGRASS#1"
},
{
"value": "Blocks.TALLGRASS#1"
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "CUSTOM:PrimaryCompressedGrass"
},
"name": "primary_compressed_grass_synthesis",
"namespace": "mod"
}
}
Loading

0 comments on commit 124696d

Please sign in to comment.