Hi! i am looking to make a modded one block map - but since i don't know how to make a vannilla one block map i thought i should start here. I want to make such a map in minecraft java edition 1.20.1 (though similar versions of java edition will probably work - mostly)
Items on the ground despawn after 5 minutes of being loaded. If you die near your respawn point (bed, respawn anchor, world spawn or modded blocks/items) you might find that your items disappear 5 minutes after death. If you died outside of your render distance from the spawn point, then you have encountered an issue. You can avoid your problem by turning Keep Inventory on with this command in chat, opened with T:
/gamerule keepinventory true
Once you are done, you can try dying. You should keep your inventory and even XP when you die.
This is NOT possible with Datapacks. You could try asking the mod developer if they could create a custom item config system, but it is unlikely they will say yes. However, i know THE solution. Install the mods CraftTweaker and ModTweaker. I can provide the links to those mods if necessary. Then you can make a CraftTweaker Script to create whatever you want, ModTweaker allows you to change mod stuff, so that might be helpful.
Also the only programs that can open .class files (as far as i know) are the 2 mentioned IDEs and Java, which can also run .jar files.
You could also get a Java Decompiler, those will turn the .class files into readable, editable .java files. Then you can use a Java Compiler to turn the .java files back into runnable .class files, which can be runned by Minecraft.
1
Hi! i am looking to make a modded one block map - but since i don't know how to make a vannilla one block map i thought i should start here. I want to make such a map in minecraft java edition 1.20.1 (though similar versions of java edition will probably work - mostly)
1
Items on the ground despawn after 5 minutes of being loaded. If you die near your respawn point (bed, respawn anchor, world spawn or modded blocks/items) you might find that your items disappear 5 minutes after death. If you died outside of your render distance from the spawn point, then you have encountered an issue. You can avoid your problem by turning Keep Inventory on with this command in chat, opened with T:
/gamerule keepinventory true
Once you are done, you can try dying. You should keep your inventory and even XP when you die.
1
This is NOT possible with Datapacks. You could try asking the mod developer if they could create a custom item config system, but it is unlikely they will say yes. However, i know THE solution. Install the mods CraftTweaker and ModTweaker. I can provide the links to those mods if necessary. Then you can make a CraftTweaker Script to create whatever you want, ModTweaker allows you to change mod stuff, so that might be helpful.
1
You forgot to rezip the mod it seems.
Also the only programs that can open .class files (as far as i know) are the 2 mentioned IDEs and Java, which can also run .jar files.
You could also get a Java Decompiler, those will turn the .class files into readable, editable .java files. Then you can use a Java Compiler to turn the .java files back into runnable .class files, which can be runned by Minecraft.