XDwDX Posted February 18, 2024 Posted February 18, 2024 (edited) I'm a dumdum, so I got the resourcepack, it works the for the most part. the additional items, and items themselves are shown as intented. but the mobs models are the same default models. I went into the setting and into the video settings, but did not find the CEM toggle button. I have no idea what to do or get. I'm so close to be able to play as this resource-pack was intended. I need help please. REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED MADE IT WORK FOR ME!!!!!!!!!!!!!!!! hopefully it works for you too. Edited February 21, 2024 by XDwDX I'm not as dumb as I think I am XD.
XDwDX Posted February 21, 2024 Posted February 21, 2024 (edited) Ok update I finally got it to work. But this is what worked for me, just telling you how I got it to work for me. So before you download OptiFine 1.19.2 HD U I2 <-(this is the version I installed) make sure you get/download java 17 made by Oracle, there are 3 tabs (Linux, macOS, Windows) since I'm using Windows click on Windows tab. Now you'll see 3 Product/file description, (x64 Compressed Archive, x64 Installer, x64 MSI Installer) choose x64 Installer. Now get JARFIX, literally gets the file into java for Minecraft to read. (Since Minecraft: Java edition has been built on JavaScript) Finally download the OptiFine file that works for you, but what version I got was 1.19.2 HD U I2. GET THESE IN-ORDER TO GET THE RESOURCE-PACKS WORKING!!!!!!!!!!! 1.) Get Java 17 Windows x64 Installer. 2.) get Jarfix 3.) Finally download the Optifine file(s) you need. I cited my sources: https://www.oracle.com/java/technologies/downloads/#jdk17-windows <-Java 17 https://thebreakdown.xyz/jarfix-to-repair-jar-files-on-your-pc/ <- jarfix really fast Download https://optifine.net/adloadx?f=OptiFine_1.19.2_HD_U_I2.jar&x=ba6d <- OptiFine Download Download ALL of the files for this Resource packs to work made and provided by LustCatKitty. To make sure the Resource packs works, If everything is right then go ahead into options -> Resource Packs -> Hover over the already downloaded Resource Packs from Files provided by LustCatKitty, click the big arrow head to move from Available -> Selected. Make sure these files are above the default Minecraft resource pack Default. Go in-game prefer creative mod world check the spawn egg especially for creepers and "Endermen" and of course "ender eyes" and "ender pearls." the items should show butt-plugs, the creepers and Endermen should look really weird both texturally messed up usually a single color creeper -> green creeper model no texture and no face, and endermen -> black endermen model without eyes. That's fine just means you need to get Java 17 and jarfix, if you already downloaded the Optifine that being Winrar or a zip file just redownload the optifine file again AFTER you have Java 17 and jarfix. The only way to know if your Optifine actually got downloaded and in Minecraft is to check Minecraft: JAVA EDTION, Installations tab, make sure Modded check box is checked. You should see OptiFine and the red and orange logo. Hover over the file and you should see the "Play" button click it. If you try to enter into Minecraft without Java 17 (jarfix makes the files into read-able for java you should have this already) the models will not be correctly displayed, and you won't be able to see the Video setting for the "Quality" tab which allows the models to be what it should be. Finally, you should check the bottom left corner of the screen to see it says: Minecraft 1.19.2 (Modded). After that, check options -> Video settings -> Quality and make sure Custom Entity Models and Custom Items are (ON). That should be it. Premade-World Version change: To change a worlds version just go into Minecraft make sure you're already in the version you want to be via installation then go to -> Singleplayer select the world you want and click "edit" and click Optimize World and a pop-up should say "I know what I'm doing!" click it and that should change that world into the version you want. Edited February 21, 2024 by XDwDX For updating/changing versions of already made world.
watertoikins Posted June 13, 2024 Posted June 13, 2024 On 8/27/2022 at 2:19 AM, unknownphantom77 said: After looking through the code for the models I figured it out. The Golem has to be "riding" the Enderman, which has to be achieved through commands. If the Golem's AI isn't disabled it will kill the Enderman. Instructions for setting up a command block structure that will create a "mob statue" that will play the animation. Reveal hidden contents - Commands and setup - 1. First you need a command block /give @s minecraft:command_block 2. Place three command blocks in a row with a button on one end. There are two ways to trigger all three blocks 2A. place three pieces of redstone dust along the top and place a button on one end. 3B. make use of the "chain" feature in the command block. The first command block will need to be set to "Impulse" while the last two are set to "Chain". The arrow on the side shows which direction the chain will trigger, 3. Copy and Paste these commands into the command blocks starting from the one with the button. Reveal hidden contents 1. kill @e[type=minecraft:iron_golem] 2. kill @e[type=minecraft:enderman] 3. /summon minecraft:enderman ~ ~1 ~ {NoAI:1,Silent:1,Invulnerable:1,Passengers:[{id:iron_golem,NoAI:1,Silent:1,Invulnerable:1}]} The final result looks like this Reveal hidden contents Once this is done all you have to do is press the button and it will create a mob statue above the final command block Pressing the button again will destroy and replace the statue. This can be used to "Reroll" the random variant. In order to see the Titan variants of the Golem and Enderman you need to apply the Glow Effect to them If you want an easy way of applying the Glow effect to a mob here is a command for a splash potion with the Glow effect /give @p splash_potion{CustomPotionColor:16775500,display:{Name:'[{"text":"Glow Splash Potion","italic":false}]'},CustomPotionEffects:[{Id:24,Duration:10000,Amplifier:1,ShowParticles:0b}]} 1 If you want to be able to choose what variant of the mobs are spawning then follow the below instructions Reveal hidden contents To see changes ingame without reloadings pre F3 + t at the same time to reload the texturepack 1. In the main texture pack folder follow this folder path - assets\minecraft\optifine\random\entity 2. you will see two folders one for "enderman" and one for "iron_golem" 3. Choose whichever one you want to change and create a text file inside. For enderman paste this text inside textures.1=1 2 3 4 5 6 7 weights.1=1 1 1 1 1 1 1 For iron_golem paste this text inside textures.1=1 2 3 4 5 weights.1=1 1 1 1 1 - Explanation for the numbers - Reveal hidden contents textures just tells the game how many variants there are and "where" they are. Ignore if you have little experience with optifine. weights changes the likelihood of that variant being chosen. Higher number makes that one more likely. Set to zero to disable that variant. - List of variants and which number affects them - Reveal hidden contents You can open a .properties file by right clicking on it, going to "open with" and selecting your text editor such as notepad. numbers that are being referred to will be in [BRACKETS] Enderman Reveal hidden contents (notes: Blue Futa is missing, Green Female/Futa are out of order compared to other variants) PURPLE FEMALE textures.1=[1] 2 3 4 5 6 7 weights.1=[1] 1 1 1 1 1 1 PURPLE FUTA textures.1=1 [2] 3 4 5 6 7 weights.1=1 [1] 1 1 1 1 1 BLUE FEMALE textures.1=1 2 [3] 4 5 6 7 weights.1=1 1 [1] 1 1 1 1 Blue futa appears to be missing (Green futa and Green female are in this order) GREEN FUTA textures.1=1 2 3 [4] 5 6 7 weights.1=1 1 1 [1] 1 1 1 GREEN FEMALE textures.1=1 2 3 4 [5] 6 7 weights.1=1 1 1 1 [1] 1 1 RED FEMALE textures.1=1 2 3 4 5 [6] 7 weights.1=1 1 1 1 1 [1] 1 RED FUTA textures.1=1 2 3 4 5 6 [7] weights.1=1 1 1 1 1 1 [1] Examples for what edits you can do Reveal hidden contents Females only textures.1=1 2 3 4 5 6 7 weights.1=1 0 1 0 1 1 0 Classic Purple only textures.1=1 2 3 4 5 6 7 weights.1=1 1 0 0 0 0 0 Futa only (Blue Futa is missing) textures.1=1 2 3 4 5 6 7 weights.1=0 1 0 1 0 0 1 Iron_Golem Reveal hidden contents Covered groin + flat nipples textures.1=[1] 2 3 4 5 weights.1=[1] 1 1 1 1 Pussy + flat nipples textures.1=1 [2] 3 4 5 weights.1=1 [1] 1 1 1 Pussy + normal nipples textures.1=1 2 [3] 4 5 weights.1=1 1 [1] 1 1 Covered groin + normal nipples textures.1=1 2 3 [4] 5 weights.1=1 1 1 [1] 1 Futa + Normal Nipples textures.1=1 2 3 4 [5] weights.1=1 1 1 1 [1] Examples for what edits you can do Reveal hidden contents Female only textures.1=1 2 3 4 5 weights.1=1 1 1 1 0 Futa only textures.1=1 2 3 4 5 weights.1=0 0 0 0 1 4. Rename the text file to [MOBNAME].properties (Replace [MOBNAME] with whatever one you are creating the file for.) (make sure to remove the .txt at the end, the file system will ask for if you are sure, click yes) hey how do you do the others?
SleepySnow Posted September 22, 2024 Posted September 22, 2024 What would the commands for the animation be for the wither skeleton? (And if possible the animation for solo ender and iron)
LittleCats Posted October 6, 2024 Author Posted October 6, 2024 (edited) Alright, I apologize for being away for a long time and for not answering all the questions completely or missing some. I'm not very good at English, so sorry about that. Therefore, I will mostly respond on Twitter, and most questions will now be answered on the new website I created. The long absence was due to a complete overhaul and fixing several issues I hadn't managed yet, as well as rolling out new updates. You can check it all out HERE love ya all💌 Edited October 6, 2024 by LittleCats 3
Sans_HD12 Posted November 5, 2024 Posted November 5, 2024 how far is she to make it a mod? if i may ask?
LittleCats Posted November 24, 2024 Author Posted November 24, 2024 On 11/6/2024 at 1:12 AM, Sans_HD12 said: how far is she to make it a mod? if i may ask? Fr that not a mod😞
aweeeeeee Posted December 29, 2024 Posted December 29, 2024 On 10/6/2024 at 9:10 PM, LittleCats said: Alright, I apologize for being away for a long time and for not answering all the questions completely or missing some. I'm not very good at English, so sorry about that. Therefore, I will mostly respond on Twitter, and most questions will now be answered on the new website I created. The long absence was due to a complete overhaul and fixing several issues I hadn't managed yet, as well as rolling out new updates. You can check it all out HERE love ya all💌 dont know how to contact you besides here sorry but is there a way to make it so only 1 type of the mobs show, for example making only the femboy types appear ?
rhdgdrghdrg Posted August 18, 2025 Posted August 18, 2025 How to i install this mod and what is it on Java or Bedrock and do you have a video?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now