Skip to content

Commit

Permalink
nna
Browse files Browse the repository at this point in the history
  • Loading branch information
MORIMORI0317 committed Aug 10, 2024
1 parent 8e4b712 commit a48f502
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@ private void generate(RecipeOutput exporter, RecipeProviderAccess providerAccess
.unlockedBy(providerAccess.getHasName(Items.NETHERITE_INGOT), providerAccess.has(YJItemTags.COMPAT_NETHERITE_INGOT))
.save(exporter);

ShapedRecipeBuilder.shaped(RecipeCategory.COMBAT, YJItems.O_BACK.get())
.define('A', Items.PINK_WOOL)
.define('B', YJItemTags.COMPAT_NETHERITE_INGOT)
.pattern("AAA")
.pattern("A A")
.pattern(" B ")
.unlockedBy(providerAccess.getHasName(Items.NETHERITE_INGOT), providerAccess.has(YJItemTags.COMPAT_NETHERITE_INGOT))
.save(exporter);

ShapedRecipeBuilder.shaped(RecipeCategory.FOOD, YJItems.ICE_TEA.get())
.define('A', YJItemTags.COMPAT_WHEAT)
.define('B', Items.GLASS_BOTTLE)
Expand Down
5 changes: 4 additions & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
"id": "yajusenpai",
"version": "${version}",
"name": "Yaju Senpai",
"description": "The Ikisugi MOD.\\n\\n使用BB\\n野樹先輩BB\\nhttps://www.nicovideo.jp/watch/sm26250744\\nりんごBB\\nhttps://www.nicovideo.jp/watch/sm18145645\\nサイクロップス先輩のバイザー・サングラスBB.XMEN\\nhttps://www.nicovideo.jp/watch/sm25377226\\n野獣先輩のでか枕BB\\nhttps://www.nicovideo.jp/watch/sm19360333\\nなど...\\n\\n使用音源\\n淫ク☆ Sounds\\nhttps://inc-sounds.net/\\n課長こわれる ドマラCD\\nhttps://www.nicovideo.jp/watch/sm22464402\\nサイクロップス先輩 ドラマCD long ver.\\nhttps://www.nicovideo.jp/watch/sm26268020\\nなど...\\n\\n参考MOD\\n野獣先輩MOD\\nhttps://web.archive.org/web/20160713103301/http://forum.minecraftuser.jp/viewtopic.php?f=13&t=1758&p=208860#p208860\\n野 獣 ブ ロ ッ ク.mod\\nhttps://www.nicovideo.jp/watch/sm29641439\\nなど...",
"description": "The Ikisugi MOD.\n\n使用BB\n野樹先輩BB\nhttps://www.nicovideo.jp/watch/sm26250744\nりんごBB\nhttps://www.nicovideo.jp/watch/sm18145645\nサイクロップス先輩のバイザー・サングラスBB.XMEN\nhttps://www.nicovideo.jp/watch/sm25377226\n野獣先輩のでか枕BB\nhttps://www.nicovideo.jp/watch/sm19360333\n回るOバック(この世の終わりみたいなパンツ).NKTIDKSG\nhttps://www.nicovideo.jp/watch/sm33170971\nなど...\n\n使用音源\n淫ク☆ Sounds (リンク切れ)\nhttps://inc-sounds.net/\nKaede Games Mini\nhttps://mini.kaedeee.com/\n課長こわれる ドマラCD\nhttps://www.nicovideo.jp/watch/sm22464402\nサイクロップス先輩 ドラマCD long ver.\nhttps://www.nicovideo.jp/watch/sm26268020\n家臣に毒を盛られ討死する武田信玄\nhttps://www.nicovideo.jp/watch/sm35647021\nなど...\n\n参考MOD\n野獣先輩MOD\nhttps://web.archive.org/web/20160713103301/http://forum.minecraftuser.jp/viewtopic.php?f=13&t=1758&p=208860#p208860\n野 獣 ブ ロ ッ ク.mod\nhttps://www.nicovideo.jp/watch/sm29641439\nなど...",
"authors": [
"MORIMORI0317"
],
"contributors": [
"toranpfan6433"
],
"contact": {
"homepage": "https://modrinth.com/mod/yaju-senpai",
"sources": "https://github.com/MORIMORI0317/YajuSenpaiMOD",
Expand Down
9 changes: 8 additions & 1 deletion neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ modId = "yajusenpai"
version = "${version}"
displayName = "Yaju Senpai"
authors = "MORIMORI0317"
credits = "toranpfan6433"
displayURL = "https://www.curseforge.com/minecraft/mc-mods/the-yjsnpi-mod"
issueTrackerURL = "https://github.com/MORIMORI0317/YajuSenpaiMOD/issues"
updateJSONURL = "https://raw.githubusercontent.com/MORIMORI0317/YajuSenpaiMOD/master/neoforge_version_check.json"
Expand All @@ -23,15 +24,21 @@ https://www.nicovideo.jp/watch/sm18145645
https://www.nicovideo.jp/watch/sm25377226
野獣先輩のでか枕BB
https://www.nicovideo.jp/watch/sm19360333
回るOバック(この世の終わりみたいなパンツ).NKTIDKSG
https://www.nicovideo.jp/watch/sm33170971
など...
使用音源
淫ク☆ Sounds
淫ク☆ Sounds (リンク切れ)
https://inc-sounds.net/
Kaede Games Mini
https://mini.kaedeee.com/
課長こわれる ドマラCD
https://www.nicovideo.jp/watch/sm22464402
サイクロップス先輩 ドラマCD long ver.
https://www.nicovideo.jp/watch/sm26268020
家臣に毒を盛られ討死する武田信玄
https://www.nicovideo.jp/watch/sm35647021
など...
参考MOD
Expand Down

0 comments on commit a48f502

Please sign in to comment.