Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Moss Block recipe #1956

Merged
merged 1 commit into from
Feb 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion kubejs/server_scripts/mods/MysticalAgriculture/Recipes.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ ServerEvents.recipes(allthemods => {
A: 'mysticalagriculture:nether_essence'
}).id('allthemods:essence/minecraft/warped_wart_block')

// Moss Blocks
allthemods.shaped('8x minecraft:moss_block', ['NNN', 'NDN', 'NNN'],{
N: 'mysticalagriculture:nature_essence',
D: 'mysticalagriculture:dirt_essence'
}).id('allthemods:essence/minecraft/moss_block')

// Shroomlights
allthemods.shaped('6x minecraft:shroomlight', ['AGA', 'GAG', 'AGA'],{
A: 'mysticalagriculture:nether_essence',
Expand Down Expand Up @@ -235,4 +241,4 @@ ServerEvents.recipes(allthemods => {
})

// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.