Create Sifting Meshes are standing up vertically
NotTheRealDarkHalfSparrow opened this issue ยท 1 comments
Describe the Bug
Hi I'm extremely sorry if I'm not meant to type this here but I've been looking everywhere for help on this matter but where every I look there nothing on it I've even made forum pages but people aren't helping me I'm sorry again if I'm not meant to post it here but this is my last option thank you anyways I've tried everything but nothing works.
in C:\Users\Veron Karoomi\curseforge\minecraft\Instances\Troll Craft v1\kubejs\startup_scripts
i added to the startup script folder
StartupEvents.registry('item', event => {
event.create('dark_matter_mesh', 'createsifter:mesh')
.displayName('Dark Matter Mesh')
.texture("mesh", "kubejs:item/dark_matter_mesh")
.maxDamage(1000)
event.create('red_matter_mesh', 'createsifter:mesh')
.displayName('Red Matter Mesh')
.texture("mesh", "kubejs:item/red_matter_mesh")
.maxDamage(5000)
})
than i went to C:\Users\Veron Karoomi\curseforge\minecraft\Instances\Troll Craft v1\kubejs\assets\kubejs\textures\item
and added to textures dark_matter_mesh and red_matter_mesh
than i went to C:\Users\Veron Karoomi\curseforge\minecraft\Instances\Troll Craft v1\kubejs\data\createsifter\tags\items
and added meshes.json
and in them i had
{
"replace": false,
"values": [
"kubejs:dark_matter_mesh",
"kubejs:red_matter_mesh"
]
}
than i went to C:\Users\Veron Karoomi\curseforge\minecraft\Instances\Troll Craft v1\kubejs\assets\kubejs\lang
and added a file called en_us.json which had
{
"item.kubejs.diamond_mesh": "Dark Matter Mesh",
"item.kubejs.red_matter_mesh": "Red Matter Mesh"
}
i also did this C:\Users\Veron Karoomi\curseforge\minecraft\Instances\Troll Craft v1\kubejs\assets\kubejs\models\item
and added dark_matter_mesh.json and red_matter_mesh.json and in them where
{
"parent": "item/generated",
"textures": {
"layer0": "kubejs:item/dark_matter_mesh"
}
}
{
"parent": "item/generated",
"textures": {
"layer0": "kubejs:item/red_matter_mesh"
}
}
Reproduction Steps
I'm sorry but I don't know what steps are needed to reproduce this bug
Expected Result
It is meant to make the mesh be placed horizontal on the sifter instead when the mesh is placed on the sifter it causes it to be vertical
Screenshots and Videos
20250514-0601-44.0406307.mp4
Crash Report or Log
no crash reports
Operating System
Windows 11
Mod Version
createsifter-1.20.1-1.8.4-6.0.3.jar
Minecraft Version
1.20.1
NeoForge Version
I didnt use neoforge i used forge the version for forge i was using was 47.4.0
Other Mods
Additional Context
everything works completely fine its just that it wont lay down vertically. Thank you for the help also Sorry if i was not meant to post this here
